@sisense/sdk-ui 2.23.0 → 2.25.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 +59 -59
- package/dist/ai.js +919 -980
- package/dist/analytics-composer/node.cjs +1 -1
- package/dist/analytics-composer/node.js +1232 -1220
- package/dist/analytics-composer.cjs +1 -1
- package/dist/analytics-composer.js +6 -6
- package/dist/{execute-query-CHYTupEo.js → apply-styled-options-to-query-BsBTwL6W.js} +1522 -1447
- package/dist/apply-styled-options-to-query-mFJvsssw.cjs +1 -0
- package/dist/{index-Dx6wvLd3.cjs → index-BX9p-XrU.cjs} +1 -1
- package/dist/{index-DCAC0mJe.js → index-D7mHzfx0.js} +30 -1
- package/dist/index.cjs +731 -712
- package/dist/index.js +26018 -33110
- package/dist/index.umd.js +985 -958
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/persist-dashboard-model-middleware.d.ts +17 -5
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/types.d.ts +4 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/use-duplicate-widget-menu-item.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/rename-widget/use-widget-renaming.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-widget-csv-download.d.ts +24 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/persistence/persistence-manager.d.ts +11 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/persistence/types.d.ts +52 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +25 -28
- package/dist/packages/sdk-ui/src/domains/dashboarding/use-composed-dashboard.d.ts +4 -2
- package/dist/packages/sdk-ui/src/domains/narrative/components/narrative-collapsible.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/narrative/components/narrative-top-slot-shell.d.ts +21 -0
- package/dist/packages/sdk-ui/src/domains/narrative/components/widget-narrative-interactive.d.ts +11 -0
- package/dist/packages/sdk-ui/src/domains/narrative/components/widget-narrative.d.ts +40 -0
- package/dist/packages/sdk-ui/src/domains/narrative/core/build-narrative-request.d.ts +36 -0
- package/dist/packages/sdk-ui/src/domains/narrative/core/get-narrative-dimensions-and-measures.d.ts +22 -0
- package/dist/packages/sdk-ui/src/domains/narrative/core/widget-narrative-options.d.ts +28 -0
- package/dist/packages/sdk-ui/src/domains/narrative/core/widget-props-to-narrative-params.d.ts +36 -0
- package/dist/packages/sdk-ui/src/domains/narrative/hooks/use-get-widget-narrative.d.ts +62 -0
- package/dist/packages/sdk-ui/src/domains/narrative/hooks/use-widget-narrative-state.d.ts +39 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/helpers/use-translated-data-options.d.ts +12 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/apply-styled-options-to-query.d.ts +87 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/translate-data-options.d.ts +13 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/compose-code-to-readable.d.ts +12 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/index.d.ts +6 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-definition.d.ts +26 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-params-to-view-model.d.ts +12 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-pill-bubble-tooltip.d.ts +12 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-pill.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/types.d.ts +51 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/use-chart-widget-csv-download.d.ts +18 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/use-custom-widget-csv-download.d.ts +15 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/use-pivot-widget-csv-download.d.ts +18 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/tabber-buttons-widget/types.d.ts +8 -8
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget/types.d.ts +21 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +59 -2
- package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-csv-query-file-loader.d.ts +16 -0
- package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-with-csv-download-menu-item.d.ts +22 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-menu-button.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/utils.d.ts +9 -0
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/widget-model-translator.d.ts +5 -2
- package/dist/packages/sdk-ui/src/infra/api/narrative/narrative-api-types.d.ts +32 -0
- package/dist/packages/sdk-ui/src/infra/api/narrative/narrative-constants.d.ts +6 -0
- package/dist/packages/sdk-ui/src/{modules/ai/api/narration-endpoints.d.ts → infra/api/narrative/narrative-endpoints.d.ts} +8 -7
- package/dist/packages/sdk-ui/src/infra/api/narrative/send-ai-feedback.d.ts +8 -0
- package/dist/packages/sdk-ui/src/infra/app/client-application.d.ts +2 -2
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/custom-widgets-provider-adapter.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/use-custom-widgets.d.ts +11 -4
- package/dist/packages/sdk-ui/src/infra/contexts/emotion-cache-provider/emotion-cache-provider.d.ts +31 -3
- package/dist/packages/sdk-ui/src/infra/contexts/emotion-cache-provider/stylis-plugins/css-selector-prefix-plugin.d.ts +18 -0
- package/dist/packages/sdk-ui/src/infra/plugins/custom-plugin-context-provider.d.ts +18 -0
- package/dist/packages/sdk-ui/src/infra/plugins/plugin-context.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/{contexts/plugin-provider → plugins}/plugin-provider.d.ts +4 -2
- package/dist/packages/sdk-ui/src/infra/{contexts/plugin-provider → plugins}/types.d.ts +12 -4
- package/dist/packages/sdk-ui/src/infra/plugins/use-widget-plugin-registry.d.ts +7 -0
- package/dist/packages/sdk-ui/src/infra/{contexts/plugin-provider → plugins}/validate-plugins.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/plugins/widget-plugins/types.d.ts +302 -0
- package/dist/packages/sdk-ui/src/infra/plugins/widget-plugins/widget-plugin-registry.d.ts +33 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +58 -0
- package/dist/packages/sdk-ui/src/modules/ai/api/chat-rest-api.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/ai/api/types.d.ts +5 -18
- package/dist/packages/sdk-ui/src/modules/ai/chart/nlq-chart-widget.d.ts +2 -0
- package/dist/packages/sdk-ui/src/modules/ai/common/collapsible.d.ts +3 -0
- package/dist/packages/sdk-ui/src/modules/ai/get-nlg-insights-from-widget.d.ts +5 -13
- package/dist/packages/sdk-ui/src/modules/ai/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/ai/use-get-nlg-insights.d.ts +4 -26
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/expression/custom-formula/validate-custom-formula.d.ts +15 -3
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/expression/formula-function-schemas.d.ts +22 -6
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/schema-index.d.ts +5 -2
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +3 -7
- package/dist/packages/sdk-ui/src/props.d.ts +20 -2
- package/dist/packages/sdk-ui/src/public-api/internal.d.ts +2 -0
- package/dist/packages/sdk-ui/src/public-api/public.d.ts +1 -1
- package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +9 -1
- package/dist/packages/sdk-ui/src/shared/const.d.ts +5 -0
- package/dist/packages/sdk-ui/src/shared/types/menu-item.d.ts +5 -1
- package/dist/packages/sdk-ui/src/shared/utils/menu-item-converters.d.ts +12 -0
- package/dist/packages/sdk-ui/src/types.d.ts +1 -1
- package/dist/parse-compose-code-DfZskSng.js +352 -0
- package/dist/parse-compose-code-v4J9BrUg.cjs +1 -0
- package/dist/translations/de-de.cjs +1 -1
- package/dist/translations/de-de.js +31 -2
- package/dist/translations/en-us.cjs +1 -1
- package/dist/translations/en-us.js +1 -1
- package/dist/translations/es-ar.cjs +1 -1
- package/dist/translations/es-ar.js +31 -2
- package/dist/translations/es-es.cjs +1 -1
- package/dist/translations/es-es.js +31 -2
- package/dist/translations/fr-fr.cjs +1 -1
- package/dist/translations/fr-fr.js +31 -2
- package/dist/translations/it-it.cjs +1 -1
- package/dist/translations/it-it.js +31 -2
- package/dist/translations/ja-jp.cjs +1 -1
- package/dist/translations/ja-jp.js +31 -2
- package/dist/translations/ko-kr.cjs +1 -1
- package/dist/translations/ko-kr.js +31 -2
- package/dist/translations/nl-nl.cjs +1 -1
- package/dist/translations/nl-nl.js +31 -2
- package/dist/translations/pt-br.cjs +1 -1
- package/dist/translations/pt-br.js +31 -2
- package/dist/translations/ru-ru.cjs +1 -1
- package/dist/translations/ru-ru.js +31 -2
- package/dist/translations/tr-tr.cjs +1 -1
- package/dist/translations/tr-tr.js +31 -2
- package/dist/translations/zh-cn.cjs +1 -1
- package/dist/translations/zh-cn.js +31 -2
- package/dist/{types-B96nVbgX.js → types-BBp2sp_s.js} +1 -1
- package/dist/types-GFLaiax5.cjs +1 -0
- package/dist/use-hover-DsnmY-p_.cjs +721 -0
- package/dist/{quota-notification-CVl0isIV.js → use-hover-mptQLQ4S.js} +27865 -19277
- package/dist/{utils-CgV-jWWQ.cjs → utils-BlNqPAG8.cjs} +45 -45
- package/dist/{utils-ChqSLRbz.js → utils-DTUC-wtI.js} +7729 -7513
- package/dist/{widget-composer-Blul90Zb.cjs → widget-composer-CDb2iOoS.cjs} +1 -1
- package/dist/{widget-composer-Cf_CN3Ux.js → widget-composer-D0BZrLna.js} +3 -3
- package/package.json +11 -10
- package/dist/dimensions-2t18RSZC.cjs +0 -1
- package/dist/dimensions-C0BmtTH2.js +0 -204
- package/dist/execute-query-DmAyVFF5.cjs +0 -1
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/index.d.ts +0 -5
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-context.d.ts +0 -15
- package/dist/packages/sdk-ui/src/infra/styled/index.d.ts +0 -4
- package/dist/packages/sdk-ui/src/infra/styled/with-css-selector-prefix.d.ts +0 -2
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/constants.d.ts +0 -8
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/parse-compose-code.d.ts +0 -15
- package/dist/quota-notification-RAaHp-eO.cjs +0 -713
- package/dist/types-DZ4vWh8j.cjs +0 -1
package/dist/ai.js
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
var
|
|
1
|
+
var Mn = Object.defineProperty, Tn = Object.defineProperties;
|
|
2
2
|
var Rn = Object.getOwnPropertyDescriptors;
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var We = (e, t, n) => t in e ?
|
|
3
|
+
var Ie = Object.getOwnPropertySymbols;
|
|
4
|
+
var bt = Object.prototype.hasOwnProperty, yt = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var We = (e, t, n) => t in e ? Mn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, $ = (e, t) => {
|
|
6
6
|
for (var n in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var n of
|
|
10
|
-
|
|
7
|
+
bt.call(t, n) && We(e, n, t[n]);
|
|
8
|
+
if (Ie)
|
|
9
|
+
for (var n of Ie(t))
|
|
10
|
+
yt.call(t, n) && We(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
12
|
+
}, L = (e, t) => Tn(e, Rn(t));
|
|
13
13
|
var Ze = (e, t) => {
|
|
14
14
|
var n = {};
|
|
15
15
|
for (var r in e)
|
|
16
|
-
|
|
17
|
-
if (e != null &&
|
|
18
|
-
for (var r of
|
|
19
|
-
t.indexOf(r) < 0 &&
|
|
16
|
+
bt.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
17
|
+
if (e != null && Ie)
|
|
18
|
+
for (var r of Ie(e))
|
|
19
|
+
t.indexOf(r) < 0 && yt.call(e, r) && (n[r] = e[r]);
|
|
20
20
|
return n;
|
|
21
21
|
};
|
|
22
|
-
var
|
|
23
|
-
var
|
|
22
|
+
var A = (e, t, n) => We(e, typeof t != "symbol" ? t + "" : t, n);
|
|
23
|
+
var X = (e, t, n) => new Promise((r, s) => {
|
|
24
24
|
var c = (d) => {
|
|
25
25
|
try {
|
|
26
|
-
|
|
27
|
-
} catch (
|
|
28
|
-
s(
|
|
26
|
+
h(n.next(d));
|
|
27
|
+
} catch (g) {
|
|
28
|
+
s(g);
|
|
29
29
|
}
|
|
30
|
-
},
|
|
30
|
+
}, l = (d) => {
|
|
31
31
|
try {
|
|
32
|
-
|
|
33
|
-
} catch (
|
|
34
|
-
s(
|
|
32
|
+
h(n.throw(d));
|
|
33
|
+
} catch (g) {
|
|
34
|
+
s(g);
|
|
35
35
|
}
|
|
36
|
-
},
|
|
37
|
-
|
|
36
|
+
}, h = (d) => d.done ? r(d.value) : Promise.resolve(d.value).then(c, l);
|
|
37
|
+
h((n = n.apply(e, t)).next());
|
|
38
38
|
});
|
|
39
|
-
import { S as
|
|
40
|
-
import { j as o, u as
|
|
39
|
+
import { S as Ln, s as En, n as Pt, g as In, u as we, a as Nn, b as Pn, p as Hn, c as tt, Q as Ht, d as Bt, e as Ft, f as At, h as ge, w as nt, i as w, j as z, k as R, P as Ot, T as Bn, E as Fn, l as An, m as On, o as Dn, q as Ae, B as qn, M as zn, r as he, t as Dt, v as Wn, x as Zn, y as jn, z as Un, A as Ce, C as je, F as xt, D as C, G as Gn, I as qt, H as Vn, J as Qn, K as _n, L as xe, N as Kn, O as Xn, R as Yn, U as Jn, V as er, W as tr, X as zt, Y as nr, Z as rr, _ as or, $ as ir } from "./use-hover-mptQLQ4S.js";
|
|
40
|
+
import { j as o, u as N, c as S, F as j, e as Wt, i as He, f as sr, h as ar, t as lr, m as cr, a as dr } from "./utils-DTUC-wtI.js";
|
|
41
41
|
import * as Y from "react";
|
|
42
|
-
import { createContext as
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { jsx as
|
|
47
|
-
class
|
|
42
|
+
import { createContext as rt, useState as O, useCallback as F, useContext as ot, useMemo as D, useEffect as Se, useRef as ve, useLayoutEffect as Be, forwardRef as ur, memo as Zt } from "react";
|
|
43
|
+
import { t as Oe } from "./widget-composer-D0BZrLna.js";
|
|
44
|
+
import { w as ls } from "./widget-composer-D0BZrLna.js";
|
|
45
|
+
import { T as Ke, x as hr, y as pr } from "./apply-styled-options-to-query-BsBTwL6W.js";
|
|
46
|
+
import { jsx as me } from "react/jsx-runtime";
|
|
47
|
+
class gr extends Ln {
|
|
48
48
|
constructor(t, n) {
|
|
49
49
|
super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
|
|
50
50
|
}
|
|
@@ -54,7 +54,7 @@ class Cr extends En {
|
|
|
54
54
|
setOptions(t) {
|
|
55
55
|
var n;
|
|
56
56
|
const r = this.options;
|
|
57
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
57
|
+
this.options = this.client.defaultMutationOptions(t), En(r, this.options) || this.client.getMutationCache().notify({
|
|
58
58
|
type: "observerOptionsUpdated",
|
|
59
59
|
mutation: this.currentMutation,
|
|
60
60
|
observer: this
|
|
@@ -82,12 +82,12 @@ class Cr extends En {
|
|
|
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,
|
|
85
|
+
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, L($({}, 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 :
|
|
90
|
+
const t = this.currentMutation ? this.currentMutation.state : In(), n = t.status === "loading", r = L($({}, t), {
|
|
91
91
|
isLoading: n,
|
|
92
92
|
isPending: n,
|
|
93
93
|
isSuccess: t.status === "success",
|
|
@@ -99,14 +99,14 @@ class Cr extends En {
|
|
|
99
99
|
this.currentResult = r;
|
|
100
100
|
}
|
|
101
101
|
notify(t) {
|
|
102
|
-
|
|
102
|
+
Pt.batch(() => {
|
|
103
103
|
if (this.mutateOptions && this.hasListeners()) {
|
|
104
104
|
if (t.onSuccess) {
|
|
105
105
|
var n, r, s, c;
|
|
106
106
|
(n = (r = this.mutateOptions).onSuccess) == null || n.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (s = (c = this.mutateOptions).onSettled) == null || s.call(c, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
|
|
107
107
|
} else if (t.onError) {
|
|
108
|
-
var
|
|
109
|
-
(
|
|
108
|
+
var l, h, d, g;
|
|
109
|
+
(l = (h = this.mutateOptions).onError) == null || l.call(h, 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(({
|
|
@@ -117,110 +117,79 @@ class Cr extends En {
|
|
|
117
117
|
});
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
function
|
|
121
|
-
const r =
|
|
120
|
+
function it(e, t, n) {
|
|
121
|
+
const r = Hn(e, t), s = we({
|
|
122
122
|
context: r.context
|
|
123
|
-
}), [c] = Y.useState(() => new
|
|
123
|
+
}), [c] = Y.useState(() => new gr(s, r));
|
|
124
124
|
Y.useEffect(() => {
|
|
125
125
|
c.setOptions(r);
|
|
126
126
|
}, [c, r]);
|
|
127
|
-
const
|
|
128
|
-
c.mutate(d,
|
|
127
|
+
const l = Nn(Y.useCallback((d) => c.subscribe(Pt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), h = Y.useCallback((d, g) => {
|
|
128
|
+
c.mutate(d, g).catch(fr);
|
|
129
129
|
}, [c]);
|
|
130
|
-
if (
|
|
131
|
-
throw
|
|
132
|
-
return
|
|
133
|
-
mutate:
|
|
134
|
-
mutateAsync:
|
|
130
|
+
if (l.error && Pn(c.options.useErrorBoundary, [l.error]))
|
|
131
|
+
throw l.error;
|
|
132
|
+
return L($({}, l), {
|
|
133
|
+
mutate: h,
|
|
134
|
+
mutateAsync: l.mutate
|
|
135
135
|
});
|
|
136
136
|
}
|
|
137
|
-
function
|
|
137
|
+
function fr() {
|
|
138
138
|
}
|
|
139
|
-
const
|
|
140
|
-
const [t, n] =
|
|
141
|
-
(
|
|
139
|
+
const jt = rt({}), Cr = () => ot(jt), Ut = ({ children: e }) => {
|
|
140
|
+
const [t, n] = O({}), r = F(
|
|
141
|
+
(l, h) => {
|
|
142
142
|
var d;
|
|
143
|
-
return `${
|
|
143
|
+
return `${l}_${(d = h == null ? void 0 : h.dashboardId) != null ? d : ""}`;
|
|
144
144
|
},
|
|
145
145
|
[]
|
|
146
|
-
), s =
|
|
147
|
-
(
|
|
148
|
-
n((
|
|
149
|
-
[r(
|
|
146
|
+
), s = F(
|
|
147
|
+
(l, h, d) => {
|
|
148
|
+
n((g) => L($({}, g), {
|
|
149
|
+
[r(h, d)]: l
|
|
150
150
|
}));
|
|
151
151
|
},
|
|
152
152
|
[r]
|
|
153
|
-
), c =
|
|
154
|
-
(
|
|
153
|
+
), c = F(
|
|
154
|
+
(l, h) => t[r(l, h)],
|
|
155
155
|
[t, r]
|
|
156
156
|
);
|
|
157
|
-
return /* @__PURE__ */ o(
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
return "status" in e;
|
|
161
|
-
}
|
|
162
|
-
function vr(e) {
|
|
163
|
-
return typeof e != "object" || e === null ? !1 : xr(e) && e.status === "404";
|
|
164
|
-
}
|
|
165
|
-
function kr(e, t) {
|
|
166
|
-
return V(this, null, function* () {
|
|
167
|
-
try {
|
|
168
|
-
return yield e.post(
|
|
169
|
-
yr,
|
|
170
|
-
t
|
|
171
|
-
);
|
|
172
|
-
} catch (n) {
|
|
173
|
-
if (!vr(n)) throw n;
|
|
174
|
-
return yield e.post(
|
|
175
|
-
Zt,
|
|
176
|
-
t
|
|
177
|
-
);
|
|
178
|
-
}
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
function jt(e, t, n) {
|
|
182
|
-
return V(this, null, function* () {
|
|
183
|
-
const { isUnifiedNarrationEnabled: r = !1, isSisenseAiEnabled: s = !1 } = n != null ? n : {};
|
|
184
|
-
return r && s ? kr(e, t) : yield e.post(
|
|
185
|
-
Zt,
|
|
186
|
-
t
|
|
187
|
-
);
|
|
188
|
-
});
|
|
189
|
-
}
|
|
190
|
-
class wr {
|
|
157
|
+
return /* @__PURE__ */ o(jt.Provider, { value: { saveChatId: s, getChatId: c }, children: e });
|
|
158
|
+
};
|
|
159
|
+
class mr {
|
|
191
160
|
constructor(t, n = !1, r, s) {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
161
|
+
A(this, "httpClient");
|
|
162
|
+
A(this, "isUnifiedNarrationEnabled");
|
|
163
|
+
A(this, "isSisenseAiEnabled");
|
|
164
|
+
A(this, "getChatContexts", () => X(this, null, function* () {
|
|
196
165
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
197
166
|
}));
|
|
198
167
|
// ==== /v2/ai endpoints ====
|
|
199
|
-
|
|
168
|
+
A(this, "getNlgInsights", (t) => tt(this.httpClient, t, {
|
|
200
169
|
isUnifiedNarrationEnabled: this.isUnifiedNarrationEnabled,
|
|
201
170
|
isSisenseAiEnabled: this.isSisenseAiEnabled
|
|
202
171
|
}));
|
|
203
|
-
|
|
172
|
+
A(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
|
|
204
173
|
`api/v2/ai/recommendations/query/${t}/${n.numOfRecommendations}${n.userPrompt ? "?userPrompt=" + encodeURIComponent(n.userPrompt) : ""}`
|
|
205
174
|
));
|
|
206
|
-
|
|
207
|
-
|
|
175
|
+
A(this, "getNlqResult", (t, n) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, n));
|
|
176
|
+
A(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
|
|
208
177
|
console.error("Unable to set llm config", n);
|
|
209
178
|
}));
|
|
210
179
|
// ==== /v2/ai/chats endpoints ====
|
|
211
|
-
|
|
180
|
+
A(this, "getAllChats", () => X(this, null, function* () {
|
|
212
181
|
return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
|
|
213
182
|
}));
|
|
214
|
-
|
|
215
|
-
|
|
183
|
+
A(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
|
|
184
|
+
A(this, "createChat", (t, n) => this.httpClient.post("api/v2/ai/chats", {
|
|
216
185
|
sourceId: t,
|
|
217
186
|
volatile: this.volatile,
|
|
218
187
|
contextDetails: n
|
|
219
188
|
}));
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
189
|
+
A(this, "postChat", (t, n) => this.httpClient.post(`api/v2/ai/chats/${t}`, n));
|
|
190
|
+
A(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
|
|
191
|
+
A(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
|
|
192
|
+
A(this, "ai", {
|
|
224
193
|
getNlgInsights: this.getNlgInsights,
|
|
225
194
|
getNlqResult: this.getNlqResult,
|
|
226
195
|
getQueryRecommendations: this.getQueryRecommendations,
|
|
@@ -237,21 +206,21 @@ class wr {
|
|
|
237
206
|
this.volatile = n, this.httpClient = t, this.isUnifiedNarrationEnabled = r, this.isSisenseAiEnabled = s;
|
|
238
207
|
}
|
|
239
208
|
}
|
|
240
|
-
const
|
|
209
|
+
const br = new Ht({
|
|
241
210
|
defaultOptions: {
|
|
242
211
|
queries: {
|
|
243
212
|
refetchOnWindowFocus: !1,
|
|
244
213
|
refetchOnMount: !1
|
|
245
214
|
}
|
|
246
215
|
}
|
|
247
|
-
}),
|
|
216
|
+
}), st = rt(void 0), te = () => ot(st), yr = ({
|
|
248
217
|
children: e,
|
|
249
218
|
volatile: t
|
|
250
219
|
}) => {
|
|
251
|
-
const { app: n } =
|
|
220
|
+
const { app: n } = Bt(), r = D(
|
|
252
221
|
() => {
|
|
253
222
|
var s, c;
|
|
254
|
-
return n ? new
|
|
223
|
+
return n ? new mr(
|
|
255
224
|
n.httpClient,
|
|
256
225
|
t,
|
|
257
226
|
(s = n.settings) == null ? void 0 : s.isUnifiedNarrationEnabled,
|
|
@@ -260,62 +229,47 @@ const Sr = new It({
|
|
|
260
229
|
},
|
|
261
230
|
[n, t]
|
|
262
231
|
);
|
|
263
|
-
return /* @__PURE__ */ o(
|
|
232
|
+
return /* @__PURE__ */ o(st.Provider, { value: r, children: /* @__PURE__ */ o(Ft, { client: br, children: e }) });
|
|
264
233
|
};
|
|
265
|
-
function
|
|
266
|
-
return /* @__PURE__ */ o(
|
|
267
|
-
}
|
|
268
|
-
function Ut(e) {
|
|
269
|
-
var t, n;
|
|
270
|
-
if ("jaql" in e)
|
|
271
|
-
return e;
|
|
272
|
-
{
|
|
273
|
-
const r = gr(e.dataSource), { filters: s = [], relations: c } = pr(e.filters), { metadata: a, filterRelations: p } = hr(
|
|
274
|
-
{
|
|
275
|
-
dataSource: e.dataSource,
|
|
276
|
-
attributes: (t = e.dimensions) != null ? t : [],
|
|
277
|
-
measures: (n = e.measures) != null ? n : [],
|
|
278
|
-
filters: s,
|
|
279
|
-
filterRelations: c,
|
|
280
|
-
highlights: []
|
|
281
|
-
},
|
|
282
|
-
!0
|
|
283
|
-
), d = {
|
|
284
|
-
jaql: {
|
|
285
|
-
datasource: r,
|
|
286
|
-
metadata: a,
|
|
287
|
-
filterRelations: p
|
|
288
|
-
}
|
|
289
|
-
};
|
|
290
|
-
return e.verbosity && (d.verbosity = e.verbosity), d;
|
|
291
|
-
}
|
|
234
|
+
function _1({ children: e, volatile: t }) {
|
|
235
|
+
return /* @__PURE__ */ o(Ut, { children: /* @__PURE__ */ o(yr, { volatile: t, children: e }) });
|
|
292
236
|
}
|
|
293
237
|
const De = (e, t = !0) => {
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
238
|
+
var i, u;
|
|
239
|
+
const { app: n } = Bt(), r = n == null ? void 0 : n.httpClient, s = D(
|
|
240
|
+
() => {
|
|
241
|
+
var a, f, p, b;
|
|
242
|
+
return {
|
|
243
|
+
isUnifiedNarrationEnabled: (f = (a = n == null ? void 0 : n.settings) == null ? void 0 : a.isUnifiedNarrationEnabled) != null ? f : !1,
|
|
244
|
+
isSisenseAiEnabled: (b = (p = n == null ? void 0 : n.settings) == null ? void 0 : p.isSisenseAiEnabled) != null ? b : !1
|
|
245
|
+
};
|
|
300
246
|
},
|
|
301
|
-
|
|
247
|
+
[(i = n == null ? void 0 : n.settings) == null ? void 0 : i.isUnifiedNarrationEnabled, (u = n == null ? void 0 : n.settings) == null ? void 0 : u.isSisenseAiEnabled]
|
|
248
|
+
), c = D(() => At(e), [e]), { data: l, error: h, isError: d, isLoading: g, isSuccess: m, refetch: x } = ge({
|
|
249
|
+
queryKey: ["narrative", c, s],
|
|
250
|
+
queryFn: () => r ? tt(r, c, s) : Promise.reject(new Error("HttpClient is required for narrative requests")),
|
|
251
|
+
select: (a) => {
|
|
252
|
+
var f;
|
|
253
|
+
return (f = a == null ? void 0 : a.data) == null ? void 0 : f.answer;
|
|
254
|
+
},
|
|
255
|
+
enabled: t
|
|
302
256
|
});
|
|
303
257
|
return {
|
|
304
|
-
isLoading:
|
|
305
|
-
isError:
|
|
306
|
-
isSuccess:
|
|
307
|
-
data:
|
|
308
|
-
error:
|
|
309
|
-
refetch:
|
|
310
|
-
|
|
311
|
-
}, [
|
|
258
|
+
isLoading: g,
|
|
259
|
+
isError: d,
|
|
260
|
+
isSuccess: m,
|
|
261
|
+
data: l,
|
|
262
|
+
error: h,
|
|
263
|
+
refetch: F(() => {
|
|
264
|
+
x();
|
|
265
|
+
}, [x])
|
|
312
266
|
};
|
|
313
|
-
},
|
|
267
|
+
}, xr = (e) => {
|
|
314
268
|
const r = e, { enabled: t } = r, n = Ze(r, ["enabled"]);
|
|
315
269
|
return De(n, t);
|
|
316
|
-
},
|
|
317
|
-
|
|
318
|
-
),
|
|
270
|
+
}, K1 = nt("useGetNlgInsights")(
|
|
271
|
+
xr
|
|
272
|
+
), vr = [
|
|
319
273
|
"indicator",
|
|
320
274
|
"column",
|
|
321
275
|
"line",
|
|
@@ -331,67 +285,67 @@ function Gt(e) {
|
|
|
331
285
|
text: n,
|
|
332
286
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
333
287
|
timezone: "UTC",
|
|
334
|
-
chartTypes: r != null ? r : [
|
|
288
|
+
chartTypes: r != null ? r : [...vr]
|
|
335
289
|
}
|
|
336
290
|
};
|
|
337
291
|
}
|
|
338
|
-
function
|
|
339
|
-
return
|
|
292
|
+
function kr(e, t) {
|
|
293
|
+
return X(this, null, function* () {
|
|
340
294
|
const { contextTitle: n, request: r } = Gt(e), s = yield t.ai.getNlqResult(n, r);
|
|
341
295
|
return {
|
|
342
|
-
widgetProps: s ?
|
|
296
|
+
widgetProps: s ? Oe(s, {
|
|
343
297
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
344
298
|
}) : void 0,
|
|
345
299
|
nlqResult: s
|
|
346
300
|
};
|
|
347
301
|
});
|
|
348
302
|
}
|
|
349
|
-
const
|
|
350
|
-
const { contextTitle: t, request: n } = Gt(e), r =
|
|
303
|
+
const wr = (e) => {
|
|
304
|
+
const { contextTitle: t, request: n } = Gt(e), r = te(), s = ["getNlqResult", t, n, r], { isLoading: c, isError: l, isSuccess: h, data: d, error: g, refetch: m } = ge({
|
|
351
305
|
queryKey: s,
|
|
352
|
-
queryFn: () => r ?
|
|
306
|
+
queryFn: () => r ? kr(e, r).then((x) => x.widgetProps) : Promise.reject("No API available"),
|
|
353
307
|
enabled: !!r && e.enabled
|
|
354
308
|
});
|
|
355
309
|
return {
|
|
356
310
|
isLoading: c,
|
|
357
|
-
isError:
|
|
358
|
-
isSuccess:
|
|
311
|
+
isError: l,
|
|
312
|
+
isSuccess: h,
|
|
359
313
|
data: d,
|
|
360
|
-
error:
|
|
361
|
-
refetch:
|
|
314
|
+
error: g,
|
|
315
|
+
refetch: F(() => {
|
|
362
316
|
m();
|
|
363
317
|
}, [m])
|
|
364
318
|
};
|
|
365
|
-
},
|
|
366
|
-
const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s, customPrompt: c } = e,
|
|
367
|
-
isLoading:
|
|
319
|
+
}, X1 = nt("useGetNlqResult")(wr), Sr = 4, Vt = (e) => {
|
|
320
|
+
const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s, customPrompt: c } = e, l = te(), h = n != null ? n : Sr, d = (s === void 0 || s === !0) && h > 0, {
|
|
321
|
+
isLoading: g,
|
|
368
322
|
isError: m,
|
|
369
|
-
isSuccess:
|
|
323
|
+
isSuccess: x,
|
|
370
324
|
data: i,
|
|
371
325
|
error: u,
|
|
372
|
-
refetch:
|
|
373
|
-
} =
|
|
374
|
-
queryKey: ["getQueryRecommendations", t,
|
|
375
|
-
queryFn: () =>
|
|
376
|
-
numOfRecommendations:
|
|
326
|
+
refetch: a
|
|
327
|
+
} = ge({
|
|
328
|
+
queryKey: ["getQueryRecommendations", t, h, l],
|
|
329
|
+
queryFn: () => l == null ? void 0 : l.ai.getQueryRecommendations(t, $({
|
|
330
|
+
numOfRecommendations: h
|
|
377
331
|
}, c ? { userPrompt: c } : null)),
|
|
378
|
-
enabled: !!
|
|
379
|
-
}), f =
|
|
380
|
-
widgetProps:
|
|
332
|
+
enabled: !!l && d
|
|
333
|
+
}), f = D(() => i == null ? void 0 : i.map((p) => L($({}, p), {
|
|
334
|
+
widgetProps: p.jaql ? Oe(p, {
|
|
381
335
|
useCustomizedStyleOptions: r
|
|
382
336
|
}) : void 0
|
|
383
337
|
})), [i, r]);
|
|
384
338
|
return {
|
|
385
|
-
isLoading: d ?
|
|
339
|
+
isLoading: d ? g : !1,
|
|
386
340
|
isError: m,
|
|
387
|
-
isSuccess:
|
|
341
|
+
isSuccess: x,
|
|
388
342
|
data: f != null ? f : void 0,
|
|
389
343
|
error: u,
|
|
390
|
-
refetch:
|
|
391
|
-
|
|
392
|
-
}, [
|
|
344
|
+
refetch: F(() => {
|
|
345
|
+
a();
|
|
346
|
+
}, [a])
|
|
393
347
|
};
|
|
394
|
-
},
|
|
348
|
+
}, Y1 = nt("useGetQueryRecommendations")(
|
|
395
349
|
Vt
|
|
396
350
|
), Qt = Object.freeze({
|
|
397
351
|
enableFollowupQuestions: !1,
|
|
@@ -399,21 +353,21 @@ const Er = (e) => {
|
|
|
399
353
|
enableInsights: !0,
|
|
400
354
|
numOfRecommendations: 4,
|
|
401
355
|
numOfRecentPrompts: 5
|
|
402
|
-
}), _t =
|
|
403
|
-
const { t: n } =
|
|
404
|
-
(s, [c,
|
|
405
|
-
|
|
356
|
+
}), _t = rt($({}, Qt)), ne = () => ot(_t), $r = ({ children: e, value: t }) => {
|
|
357
|
+
const { t: n } = N(), r = Object.entries(t).reduce(
|
|
358
|
+
(s, [c, l]) => (l !== void 0 && (s[c] = l), s),
|
|
359
|
+
L($({}, Qt), {
|
|
406
360
|
inputPromptText: n("ai.config.inputPromptText"),
|
|
407
361
|
welcomeText: n("ai.config.welcomeText"),
|
|
408
362
|
suggestionsWelcomeText: n("ai.config.suggestionsWelcomeText")
|
|
409
363
|
})
|
|
410
364
|
);
|
|
411
365
|
return /* @__PURE__ */ o(_t.Provider, { value: r, children: e });
|
|
412
|
-
},
|
|
413
|
-
const t =
|
|
414
|
-
return
|
|
415
|
-
queryKey: [
|
|
416
|
-
queryFn: () =>
|
|
366
|
+
}, at = "chatHistory", Mr = (e) => {
|
|
367
|
+
const t = te(), { hideHistory: n } = ne();
|
|
368
|
+
return ge({
|
|
369
|
+
queryKey: [at, e, t],
|
|
370
|
+
queryFn: () => X(void 0, null, function* () {
|
|
417
371
|
if (!t || !e)
|
|
418
372
|
return;
|
|
419
373
|
if (n)
|
|
@@ -424,9 +378,9 @@ const Er = (e) => {
|
|
|
424
378
|
enabled: !!t && !!e
|
|
425
379
|
});
|
|
426
380
|
}, Kt = (e) => {
|
|
427
|
-
const t =
|
|
428
|
-
return
|
|
429
|
-
mutationFn: () =>
|
|
381
|
+
const t = te(), n = we();
|
|
382
|
+
return it({
|
|
383
|
+
mutationFn: () => X(void 0, null, function* () {
|
|
430
384
|
if (!(!t || !e))
|
|
431
385
|
return t.ai.chat.clearHistory(e);
|
|
432
386
|
}),
|
|
@@ -434,11 +388,11 @@ const Er = (e) => {
|
|
|
434
388
|
console.error("Error when clearing history:", r);
|
|
435
389
|
},
|
|
436
390
|
onSettled: () => {
|
|
437
|
-
e && n.setQueriesData([
|
|
391
|
+
e && n.setQueriesData([at, e], []);
|
|
438
392
|
}
|
|
439
393
|
});
|
|
440
|
-
},
|
|
441
|
-
const { data: t, isLoading: n, isError: r } =
|
|
394
|
+
}, lt = (e) => {
|
|
395
|
+
const { data: t, isLoading: n, isError: r } = Mr(e), { mutate: s } = Kt(e);
|
|
442
396
|
return Se(() => {
|
|
443
397
|
r && s();
|
|
444
398
|
}, [r, s]), {
|
|
@@ -446,18 +400,18 @@ const Er = (e) => {
|
|
|
446
400
|
isLoading: n,
|
|
447
401
|
isError: r
|
|
448
402
|
};
|
|
449
|
-
},
|
|
450
|
-
const e =
|
|
403
|
+
}, Tr = () => {
|
|
404
|
+
const e = te(), { data: t, isLoading: n, fetchStatus: r } = ge({
|
|
451
405
|
queryKey: ["getDataTopics", e],
|
|
452
|
-
queryFn: () =>
|
|
406
|
+
queryFn: () => X(void 0, null, function* () {
|
|
453
407
|
if (e)
|
|
454
408
|
return e.getChatContexts();
|
|
455
409
|
}),
|
|
456
410
|
enabled: !!e
|
|
457
411
|
});
|
|
458
412
|
return { data: t, isLoading: n, fetchStatus: r };
|
|
459
|
-
},
|
|
460
|
-
const e =
|
|
413
|
+
}, Rr = () => {
|
|
414
|
+
const e = te(), { data: t, isLoading: n } = ge({
|
|
461
415
|
queryKey: ["getAllChats", e],
|
|
462
416
|
queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
|
|
463
417
|
enabled: !!e
|
|
@@ -466,9 +420,9 @@ const Er = (e) => {
|
|
|
466
420
|
data: t != null ? t : [],
|
|
467
421
|
isLoading: n
|
|
468
422
|
};
|
|
469
|
-
},
|
|
470
|
-
const r = we(), s =
|
|
471
|
-
mutationFn: () =>
|
|
423
|
+
}, Lr = (e, t, n) => {
|
|
424
|
+
const r = we(), s = te(), c = it({
|
|
425
|
+
mutationFn: () => X(void 0, null, function* () {
|
|
472
426
|
if (!(!s || !e))
|
|
473
427
|
return s.ai.chat.create(e, n);
|
|
474
428
|
}),
|
|
@@ -477,7 +431,7 @@ const Er = (e) => {
|
|
|
477
431
|
return Se(() => {
|
|
478
432
|
t && c.isIdle && c.mutate();
|
|
479
433
|
}, [t, c]), c;
|
|
480
|
-
},
|
|
434
|
+
}, Er = (e, t) => {
|
|
481
435
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
482
436
|
case "nlq":
|
|
483
437
|
return {
|
|
@@ -494,14 +448,14 @@ const Er = (e) => {
|
|
|
494
448
|
default:
|
|
495
449
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
496
450
|
}
|
|
497
|
-
},
|
|
498
|
-
const n = we(), r =
|
|
451
|
+
}, Ir = (e, t) => {
|
|
452
|
+
const n = we(), r = F(
|
|
499
453
|
(d) => {
|
|
500
|
-
e && n.setQueriesData([
|
|
454
|
+
e && n.setQueriesData([at, e], (g) => g && [...g, d]);
|
|
501
455
|
},
|
|
502
456
|
[n, e]
|
|
503
|
-
), { t: s } =
|
|
504
|
-
mutationFn: (d) =>
|
|
457
|
+
), { t: s } = N(), c = te(), { mutate: l, isLoading: h } = it({
|
|
458
|
+
mutationFn: (d) => X(void 0, null, function* () {
|
|
505
459
|
if (!(!c || !e))
|
|
506
460
|
return c.ai.chat.post(e, {
|
|
507
461
|
text: d,
|
|
@@ -525,39 +479,39 @@ const Er = (e) => {
|
|
|
525
479
|
onSuccess: (d) => {
|
|
526
480
|
if (!d)
|
|
527
481
|
return;
|
|
528
|
-
const
|
|
529
|
-
r(
|
|
482
|
+
const g = s("ai.errors.unknownResponse");
|
|
483
|
+
r(Er(d, g));
|
|
530
484
|
}
|
|
531
485
|
});
|
|
532
|
-
return { mutate:
|
|
533
|
-
},
|
|
486
|
+
return { mutate: l, isLoading: h };
|
|
487
|
+
}, ct = (e, t, n = !1) => {
|
|
534
488
|
var m;
|
|
535
|
-
const { data: r, isLoading: s } =
|
|
536
|
-
(
|
|
489
|
+
const { data: r, isLoading: s } = Rr(), c = Cr(), l = c.getChatId(e, t) || ((m = r.find(
|
|
490
|
+
(x) => {
|
|
537
491
|
var i;
|
|
538
|
-
return
|
|
492
|
+
return x.contextTitle === e && ((i = x.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
539
493
|
}
|
|
540
|
-
)) == null ? void 0 : m.chatId), { isError:
|
|
494
|
+
)) == null ? void 0 : m.chatId), { isError: h, data: d, isSuccess: g } = Lr(
|
|
541
495
|
e,
|
|
542
|
-
n && !s && !
|
|
496
|
+
n && !s && !l,
|
|
543
497
|
t
|
|
544
498
|
);
|
|
545
499
|
return Se(() => {
|
|
546
|
-
|
|
547
|
-
}, [d,
|
|
548
|
-
}, Xt = (e) =>
|
|
500
|
+
g && d && !l && c.saveChatId(d.chatId, e, t);
|
|
501
|
+
}, [d, g, e, t, l, c]), { chatId: l, isLoading: s, isError: h };
|
|
502
|
+
}, Xt = (e) => D(() => {
|
|
549
503
|
if (e != null && e.length) {
|
|
550
504
|
const t = e[e.length - 1];
|
|
551
|
-
if (
|
|
505
|
+
if (dt(t))
|
|
552
506
|
return JSON.parse(t.content);
|
|
553
507
|
}
|
|
554
508
|
return null;
|
|
555
|
-
}, [e]),
|
|
556
|
-
const { t: n } =
|
|
509
|
+
}, [e]), dt = (e) => !!e && "type" in e && e.type === "nlq", Nr = (e) => !!e && "type" in e && e.type === "text", Pr = (e, t) => {
|
|
510
|
+
const { t: n } = N(), { enableFollowupQuestions: r } = ne(), { chatId: s, isError: c } = ct(e, t, !0), [l, h] = O(null), { history: d, isLoading: g, isError: m } = lt(s);
|
|
557
511
|
Se(() => {
|
|
558
|
-
c ?
|
|
512
|
+
c ? h(new Ke("ai.errors.chatUnavailable")) : m && h(new Ke("ai.errors.fetchHistory"));
|
|
559
513
|
}, [c, m, n]);
|
|
560
|
-
const { mutate:
|
|
514
|
+
const { mutate: x, isLoading: i } = Ir(
|
|
561
515
|
s,
|
|
562
516
|
r
|
|
563
517
|
), u = Xt(d);
|
|
@@ -565,31 +519,31 @@ const Er = (e) => {
|
|
|
565
519
|
chatId: s,
|
|
566
520
|
history: d != null ? d : [],
|
|
567
521
|
lastNlqResponse: u,
|
|
568
|
-
sendMessage:
|
|
522
|
+
sendMessage: x,
|
|
569
523
|
isAwaitingResponse: i,
|
|
570
|
-
isLoading:
|
|
571
|
-
lastError:
|
|
524
|
+
isLoading: g,
|
|
525
|
+
lastError: l
|
|
572
526
|
};
|
|
573
|
-
},
|
|
527
|
+
}, J1 = ({
|
|
574
528
|
contextTitle: e,
|
|
575
529
|
contextDetails: t
|
|
576
530
|
}) => {
|
|
577
|
-
const { chatId: n } =
|
|
531
|
+
const { chatId: n } = ct(e, t), { history: r } = lt(n);
|
|
578
532
|
return Xt(r);
|
|
579
|
-
},
|
|
533
|
+
}, es = ({
|
|
580
534
|
contextTitle: e,
|
|
581
535
|
contextDetails: t
|
|
582
536
|
}) => {
|
|
583
|
-
const { chatId: n } =
|
|
584
|
-
return
|
|
537
|
+
const { chatId: n } = ct(e, t), { history: r } = lt(n);
|
|
538
|
+
return D(() => {
|
|
585
539
|
if (r != null && r.length) {
|
|
586
|
-
const s = r.slice().reverse().find(
|
|
540
|
+
const s = r.slice().reverse().find(dt);
|
|
587
541
|
if (s)
|
|
588
542
|
return JSON.parse(s.content);
|
|
589
543
|
}
|
|
590
544
|
return null;
|
|
591
545
|
}, [r]);
|
|
592
|
-
},
|
|
546
|
+
}, Hr = 500, Br = 500, Fr = 500, Ar = 900, Or = w.div`
|
|
593
547
|
box-sizing: border-box;
|
|
594
548
|
position: relative;
|
|
595
549
|
display: flex;
|
|
@@ -599,21 +553,21 @@ const Er = (e) => {
|
|
|
599
553
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
600
554
|
overflow: hidden;
|
|
601
555
|
|
|
602
|
-
min-width: ${
|
|
603
|
-
min-height: ${
|
|
604
|
-
width: ${({ width: e }) => e ?
|
|
605
|
-
height: ${({ height: e }) => e ?
|
|
556
|
+
min-width: ${Hr}px;
|
|
557
|
+
min-height: ${Br}px;
|
|
558
|
+
width: ${({ width: e }) => e ? vt(e) : `${Fr}px`};
|
|
559
|
+
height: ${({ height: e }) => e ? vt(e) : `${Ar}px`};
|
|
606
560
|
|
|
607
|
-
${({ theme: e }) =>
|
|
561
|
+
${({ theme: e }) => z`
|
|
608
562
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
609
563
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
610
564
|
`}
|
|
611
565
|
border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
|
|
612
566
|
`;
|
|
613
|
-
function
|
|
567
|
+
function vt(e) {
|
|
614
568
|
return typeof e == "number" ? `${e}px` : e;
|
|
615
569
|
}
|
|
616
|
-
function
|
|
570
|
+
function Dr({ spin: e }) {
|
|
617
571
|
return /* @__PURE__ */ S(
|
|
618
572
|
"svg",
|
|
619
573
|
{
|
|
@@ -648,9 +602,9 @@ function Ur({ spin: e }) {
|
|
|
648
602
|
);
|
|
649
603
|
}
|
|
650
604
|
function qe() {
|
|
651
|
-
return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(
|
|
605
|
+
return /* @__PURE__ */ o("div", { className: "csdk-m-auto", role: "status", "aria-label": "loading spinner", children: /* @__PURE__ */ o(Dr, { spin: !0 }) });
|
|
652
606
|
}
|
|
653
|
-
const
|
|
607
|
+
const qr = w.div`
|
|
654
608
|
text-align: center;
|
|
655
609
|
font-size: 11px;
|
|
656
610
|
line-height: 18px;
|
|
@@ -664,9 +618,9 @@ const Gr = w.div`
|
|
|
664
618
|
|
|
665
619
|
color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
|
|
666
620
|
`;
|
|
667
|
-
function
|
|
668
|
-
const { t } =
|
|
669
|
-
return /* @__PURE__ */ S(
|
|
621
|
+
function zr({ theme: e }) {
|
|
622
|
+
const { t } = N();
|
|
623
|
+
return /* @__PURE__ */ S(qr, { theme: e, children: [
|
|
670
624
|
/* @__PURE__ */ o("div", { children: t("ai.disclaimer.poweredByAi") }),
|
|
671
625
|
/* @__PURE__ */ S("div", { children: [
|
|
672
626
|
" ",
|
|
@@ -674,11 +628,11 @@ function Vr({ theme: e }) {
|
|
|
674
628
|
] })
|
|
675
629
|
] });
|
|
676
630
|
}
|
|
677
|
-
const
|
|
631
|
+
const Wr = w.div`
|
|
678
632
|
display: flex;
|
|
679
633
|
flex-direction: column;
|
|
680
634
|
row-gap: 4px;
|
|
681
|
-
`,
|
|
635
|
+
`, Zr = w.div`
|
|
682
636
|
font-size: 11px;
|
|
683
637
|
line-height: 18px;
|
|
684
638
|
font-weight: 300;
|
|
@@ -688,7 +642,7 @@ const Qr = w.div`
|
|
|
688
642
|
&:hover {
|
|
689
643
|
background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
|
|
690
644
|
}
|
|
691
|
-
`,
|
|
645
|
+
`, jr = w.div`
|
|
692
646
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
693
647
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
694
648
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
@@ -698,19 +652,19 @@ const Qr = w.div`
|
|
|
698
652
|
background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
|
|
699
653
|
}
|
|
700
654
|
`;
|
|
701
|
-
function
|
|
655
|
+
function Ur({
|
|
702
656
|
title: e,
|
|
703
657
|
items: t,
|
|
704
658
|
onSelect: n,
|
|
705
659
|
alwaysExpanded: r = !1
|
|
706
660
|
}) {
|
|
707
|
-
const [s, c] =
|
|
708
|
-
return /* @__PURE__ */ S(
|
|
709
|
-
/* @__PURE__ */ o(
|
|
710
|
-
(s || r) && t.map((
|
|
661
|
+
const [s, c] = O(!1), { themeSettings: l } = R();
|
|
662
|
+
return /* @__PURE__ */ S(Wr, { children: [
|
|
663
|
+
/* @__PURE__ */ o(Zr, { onClick: () => c((h) => !h), theme: l, children: e.toUpperCase() }),
|
|
664
|
+
(s || r) && t.map((h, d) => /* @__PURE__ */ o(jr, { onClick: () => n(h), theme: l, children: h }, d))
|
|
711
665
|
] });
|
|
712
666
|
}
|
|
713
|
-
const
|
|
667
|
+
const Gr = w.div`
|
|
714
668
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
715
669
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
716
670
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
@@ -722,20 +676,20 @@ const Yr = w.div`
|
|
|
722
676
|
display: flex;
|
|
723
677
|
flex-direction: column;
|
|
724
678
|
row-gap: 4px;
|
|
725
|
-
`,
|
|
679
|
+
`, Vr = w.div`
|
|
726
680
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
727
681
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
728
682
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
729
683
|
padding: 4px 12px;
|
|
730
684
|
`, Xe = (e) => e.startsWith("/");
|
|
731
|
-
function
|
|
685
|
+
function Qr({
|
|
732
686
|
recentPrompts: e,
|
|
733
687
|
suggestions: t,
|
|
734
688
|
isLoading: n,
|
|
735
689
|
onSelection: r,
|
|
736
690
|
anchorEl: s,
|
|
737
691
|
text: c,
|
|
738
|
-
recommendationsError:
|
|
692
|
+
recommendationsError: l
|
|
739
693
|
}) {
|
|
740
694
|
const d = [
|
|
741
695
|
{
|
|
@@ -750,7 +704,7 @@ function eo({
|
|
|
750
704
|
}
|
|
751
705
|
].filter(
|
|
752
706
|
(i) => i.title.slice(0, c.length) === c
|
|
753
|
-
), { themeSettings:
|
|
707
|
+
), { themeSettings: g } = R(), { t: m } = N(), x = d.length === 1;
|
|
754
708
|
return /* @__PURE__ */ o(
|
|
755
709
|
Ot,
|
|
756
710
|
{
|
|
@@ -766,19 +720,19 @@ function eo({
|
|
|
766
720
|
}
|
|
767
721
|
],
|
|
768
722
|
sx: { zIndex: 3 },
|
|
769
|
-
children: /* @__PURE__ */ S(
|
|
723
|
+
children: /* @__PURE__ */ S(Gr, { style: { width: s == null ? void 0 : s.offsetWidth }, theme: g, children: [
|
|
770
724
|
n && /* @__PURE__ */ o(qe, {}),
|
|
771
|
-
!n && !
|
|
772
|
-
|
|
725
|
+
!n && !l && d.map((i) => /* @__PURE__ */ o(Ur, L($({}, i), { alwaysExpanded: x }), i.title)),
|
|
726
|
+
l && /* @__PURE__ */ o(Vr, { theme: g, children: m("ai.errors.recommendationsNotAvailable") })
|
|
773
727
|
] })
|
|
774
728
|
}
|
|
775
729
|
);
|
|
776
730
|
}
|
|
777
|
-
const
|
|
778
|
-
function
|
|
731
|
+
const _r = 500;
|
|
732
|
+
function $e({ title: e, placement: t = "top", children: n }) {
|
|
779
733
|
const { themeSettings: r } = R();
|
|
780
734
|
return /* @__PURE__ */ o(
|
|
781
|
-
|
|
735
|
+
Bn,
|
|
782
736
|
{
|
|
783
737
|
title: e,
|
|
784
738
|
placement: t,
|
|
@@ -808,7 +762,7 @@ function Me({ title: e, placement: t = "top", children: n }) {
|
|
|
808
762
|
}
|
|
809
763
|
);
|
|
810
764
|
}
|
|
811
|
-
function
|
|
765
|
+
function Kr({ theme: e }) {
|
|
812
766
|
const t = e.aiChat.icons.color;
|
|
813
767
|
return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
|
|
814
768
|
/* @__PURE__ */ o(
|
|
@@ -834,7 +788,7 @@ function no({ theme: e }) {
|
|
|
834
788
|
)
|
|
835
789
|
] });
|
|
836
790
|
}
|
|
837
|
-
function
|
|
791
|
+
function Xr({ theme: e }) {
|
|
838
792
|
return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
|
|
839
793
|
"path",
|
|
840
794
|
{
|
|
@@ -843,19 +797,19 @@ function ro({ theme: e }) {
|
|
|
843
797
|
}
|
|
844
798
|
) });
|
|
845
799
|
}
|
|
846
|
-
const
|
|
800
|
+
const Yr = w.div`
|
|
847
801
|
display: flex;
|
|
848
802
|
flex-direction: row;
|
|
849
803
|
align-items: flex-end;
|
|
850
804
|
justify-content: space-between;
|
|
851
805
|
|
|
852
806
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
853
|
-
`,
|
|
807
|
+
`, Jr = w.button`
|
|
854
808
|
height: 34px;
|
|
855
809
|
background-color: inherit;
|
|
856
810
|
cursor: pointer;
|
|
857
811
|
border: none;
|
|
858
|
-
`,
|
|
812
|
+
`, eo = w.textarea`
|
|
859
813
|
font-size: inherit;
|
|
860
814
|
line-height: inherit;
|
|
861
815
|
resize: none;
|
|
@@ -883,77 +837,77 @@ const oo = w.div`
|
|
|
883
837
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
884
838
|
|
|
885
839
|
background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
|
|
886
|
-
`,
|
|
840
|
+
`, to = w.button`
|
|
887
841
|
height: 34px;
|
|
888
842
|
background-color: inherit;
|
|
889
843
|
border-style: none;
|
|
890
844
|
|
|
891
845
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
892
846
|
|
|
893
|
-
${({ disabled: e }) => e ?
|
|
847
|
+
${({ disabled: e }) => e ? z`
|
|
894
848
|
opacity: 0.3;
|
|
895
849
|
cursor: not-allowed;
|
|
896
|
-
` :
|
|
850
|
+
` : z`
|
|
897
851
|
opacity: 1;
|
|
898
852
|
cursor: pointer;
|
|
899
853
|
`}
|
|
900
|
-
`,
|
|
901
|
-
function
|
|
854
|
+
`, no = 34;
|
|
855
|
+
function ro({
|
|
902
856
|
onSendMessage: e,
|
|
903
857
|
onClearHistoryClick: t,
|
|
904
858
|
disabled: n,
|
|
905
859
|
recentPrompts: r,
|
|
906
860
|
suggestions: s,
|
|
907
861
|
isLoading: c,
|
|
908
|
-
recommendationsError:
|
|
909
|
-
onChange:
|
|
862
|
+
recommendationsError: l,
|
|
863
|
+
onChange: h
|
|
910
864
|
}) {
|
|
911
|
-
const [d,
|
|
865
|
+
const [d, g] = O(""), { inputPromptText: m } = ne(), x = F(() => {
|
|
912
866
|
if (n) return;
|
|
913
867
|
if (Xe(d)) {
|
|
914
|
-
|
|
868
|
+
g("");
|
|
915
869
|
return;
|
|
916
870
|
}
|
|
917
871
|
const k = d.trim();
|
|
918
|
-
k.length !== 0 && (e(k),
|
|
919
|
-
}, [n, e, d]), i =
|
|
872
|
+
k.length !== 0 && (e(k), g(""));
|
|
873
|
+
}, [n, e, d]), i = F(
|
|
920
874
|
(k) => {
|
|
921
|
-
e(k),
|
|
875
|
+
e(k), g("");
|
|
922
876
|
},
|
|
923
877
|
[e]
|
|
924
|
-
), u =
|
|
878
|
+
), u = F(
|
|
925
879
|
(k) => {
|
|
926
|
-
k.key === "Enter" ? (k.preventDefault(),
|
|
880
|
+
k.key === "Enter" ? (k.preventDefault(), x()) : k.key === "Escape" && Xe(d) && g("");
|
|
927
881
|
},
|
|
928
|
-
[
|
|
929
|
-
),
|
|
882
|
+
[x, d]
|
|
883
|
+
), a = F(
|
|
930
884
|
(k) => {
|
|
931
|
-
|
|
885
|
+
h == null || h(k.target.value), g(k.target.value);
|
|
932
886
|
},
|
|
933
|
-
[
|
|
934
|
-
), f =
|
|
887
|
+
[h]
|
|
888
|
+
), f = ve(null);
|
|
935
889
|
Be(() => {
|
|
936
890
|
f.current && (f.current.style.height = "inherit", f.current.style.height = `${Math.max(
|
|
937
891
|
f.current.scrollHeight + 2,
|
|
938
892
|
// account for 1px top/bottom border
|
|
939
|
-
|
|
893
|
+
no
|
|
940
894
|
)}px`);
|
|
941
895
|
}, [d]), Be(() => {
|
|
942
896
|
f.current && f.current.focus({ preventScroll: !0 });
|
|
943
897
|
}, []);
|
|
944
|
-
const { themeSettings:
|
|
945
|
-
var
|
|
946
|
-
if ((
|
|
947
|
-
const
|
|
948
|
-
var
|
|
949
|
-
document.removeEventListener("mouseup",
|
|
898
|
+
const { themeSettings: p } = R(), { t: b } = N(), v = F((k) => {
|
|
899
|
+
var E;
|
|
900
|
+
if ((E = document.getElementById("csdk-chatbot-frame")) != null && E.contains(k.relatedTarget)) {
|
|
901
|
+
const T = (M) => {
|
|
902
|
+
var I;
|
|
903
|
+
document.removeEventListener("mouseup", T), document.removeEventListener("keyup", T), M.type === "mouseup" && ((I = document.getSelection()) == null ? void 0 : I.type) !== "Range" && k.target.focus({ preventScroll: !0 });
|
|
950
904
|
};
|
|
951
|
-
document.addEventListener("mouseup",
|
|
905
|
+
document.addEventListener("mouseup", T), document.addEventListener("keyup", T);
|
|
952
906
|
}
|
|
953
907
|
}, []);
|
|
954
|
-
return /* @__PURE__ */ S(
|
|
908
|
+
return /* @__PURE__ */ S(Yr, { theme: p, children: [
|
|
955
909
|
/* @__PURE__ */ o(
|
|
956
|
-
|
|
910
|
+
Qr,
|
|
957
911
|
{
|
|
958
912
|
recentPrompts: r,
|
|
959
913
|
suggestions: s,
|
|
@@ -961,62 +915,62 @@ function co({
|
|
|
961
915
|
onSelection: i,
|
|
962
916
|
anchorEl: f.current,
|
|
963
917
|
text: d,
|
|
964
|
-
recommendationsError:
|
|
918
|
+
recommendationsError: l
|
|
965
919
|
}
|
|
966
920
|
),
|
|
967
|
-
t && /* @__PURE__ */ o(
|
|
921
|
+
t && /* @__PURE__ */ o($e, { title: b("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ o(Jr, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ o(Kr, { theme: p }) }) }),
|
|
968
922
|
/* @__PURE__ */ o(
|
|
969
|
-
|
|
923
|
+
eo,
|
|
970
924
|
{
|
|
971
925
|
"aria-label": "chat input",
|
|
972
926
|
onBlur: v,
|
|
973
|
-
maxLength:
|
|
927
|
+
maxLength: _r,
|
|
974
928
|
ref: f,
|
|
975
929
|
rows: 1,
|
|
976
|
-
onChange:
|
|
930
|
+
onChange: a,
|
|
977
931
|
spellCheck: "true",
|
|
978
932
|
placeholder: m,
|
|
979
933
|
value: d,
|
|
980
934
|
onKeyDown: u,
|
|
981
|
-
theme:
|
|
935
|
+
theme: p,
|
|
982
936
|
disabled: n
|
|
983
937
|
}
|
|
984
938
|
),
|
|
985
939
|
/* @__PURE__ */ o(
|
|
986
|
-
|
|
940
|
+
to,
|
|
987
941
|
{
|
|
988
942
|
"aria-label": "send chat message",
|
|
989
943
|
disabled: n || d.length === 0,
|
|
990
|
-
onClick:
|
|
991
|
-
theme:
|
|
992
|
-
children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(
|
|
944
|
+
onClick: x,
|
|
945
|
+
theme: p,
|
|
946
|
+
children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(Xr, { theme: p }) })
|
|
993
947
|
}
|
|
994
948
|
)
|
|
995
949
|
] });
|
|
996
950
|
}
|
|
997
|
-
const
|
|
951
|
+
const oo = w.div`
|
|
998
952
|
margin: auto;
|
|
999
953
|
display: flex;
|
|
1000
954
|
flex-direction: column;
|
|
1001
955
|
align-items: center;
|
|
1002
956
|
row-gap: 21px;
|
|
1003
|
-
`,
|
|
957
|
+
`, io = w.div`
|
|
1004
958
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
1005
959
|
text-align: center;
|
|
1006
960
|
font-weight: 600;
|
|
1007
|
-
`,
|
|
961
|
+
`, so = w.div`
|
|
1008
962
|
color: rgba(54, 163, 217, 1);
|
|
1009
963
|
cursor: pointer;
|
|
1010
964
|
`;
|
|
1011
965
|
function Yt({ text: e, action: t }) {
|
|
1012
966
|
const { themeSettings: n } = R();
|
|
1013
|
-
return /* @__PURE__ */ S(
|
|
1014
|
-
/* @__PURE__ */ o(
|
|
1015
|
-
/* @__PURE__ */ o(
|
|
1016
|
-
t && /* @__PURE__ */ o(
|
|
967
|
+
return /* @__PURE__ */ S(oo, { children: [
|
|
968
|
+
/* @__PURE__ */ o(io, { theme: n, children: e }),
|
|
969
|
+
/* @__PURE__ */ o(Fn, {}),
|
|
970
|
+
t && /* @__PURE__ */ o(so, { onClick: t.onClick, children: t.text })
|
|
1017
971
|
] });
|
|
1018
972
|
}
|
|
1019
|
-
const
|
|
973
|
+
const ao = w.div`
|
|
1020
974
|
flex: 0 0 80px;
|
|
1021
975
|
padding-left: 14px;
|
|
1022
976
|
padding-right: 14px;
|
|
@@ -1025,7 +979,7 @@ const go = w.div`
|
|
|
1025
979
|
position: relative;
|
|
1026
980
|
|
|
1027
981
|
background-color: ${({ style: e }) => e.backgroundColor};
|
|
1028
|
-
`,
|
|
982
|
+
`, lo = w.div`
|
|
1029
983
|
font-size: 18px;
|
|
1030
984
|
line-height: 22px;
|
|
1031
985
|
font-weight: 600;
|
|
@@ -1033,12 +987,12 @@ const go = w.div`
|
|
|
1033
987
|
|
|
1034
988
|
color: ${({ style: e }) => e.textColor};
|
|
1035
989
|
`, Jt = ur(function({ title: t, leftNav: n, rightNav: r, style: s }, c) {
|
|
1036
|
-
return /* @__PURE__ */ S(
|
|
990
|
+
return /* @__PURE__ */ S(ao, { ref: c, style: s, children: [
|
|
1037
991
|
n,
|
|
1038
|
-
/* @__PURE__ */ o(
|
|
992
|
+
/* @__PURE__ */ o(lo, { style: s, children: t }),
|
|
1039
993
|
r && /* @__PURE__ */ o("div", { className: "csdk-ml-auto", children: r })
|
|
1040
994
|
] });
|
|
1041
|
-
}),
|
|
995
|
+
}), Ne = w.div`
|
|
1042
996
|
width: 5px;
|
|
1043
997
|
height: 5px;
|
|
1044
998
|
border-radius: 50%;
|
|
@@ -1067,7 +1021,7 @@ const go = w.div`
|
|
|
1067
1021
|
}
|
|
1068
1022
|
}
|
|
1069
1023
|
`;
|
|
1070
|
-
function
|
|
1024
|
+
function ut() {
|
|
1071
1025
|
const { themeSettings: e } = R(), t = e.aiChat.icons.color;
|
|
1072
1026
|
return /* @__PURE__ */ S(
|
|
1073
1027
|
"div",
|
|
@@ -1075,10 +1029,10 @@ function dt() {
|
|
|
1075
1029
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
1076
1030
|
"aria-label": "loading dots",
|
|
1077
1031
|
children: [
|
|
1078
|
-
/* @__PURE__ */ o(
|
|
1079
|
-
/* @__PURE__ */ o(
|
|
1080
|
-
/* @__PURE__ */ o(
|
|
1081
|
-
/* @__PURE__ */ o(
|
|
1032
|
+
/* @__PURE__ */ o(Ne, { color: t }),
|
|
1033
|
+
/* @__PURE__ */ o(Ne, { color: t }),
|
|
1034
|
+
/* @__PURE__ */ o(Ne, { color: t }),
|
|
1035
|
+
/* @__PURE__ */ o(Ne, { color: t })
|
|
1082
1036
|
]
|
|
1083
1037
|
}
|
|
1084
1038
|
);
|
|
@@ -1092,117 +1046,117 @@ function ce() {
|
|
|
1092
1046
|
return e;
|
|
1093
1047
|
}, ce.apply(this, arguments);
|
|
1094
1048
|
}
|
|
1095
|
-
const
|
|
1096
|
-
var
|
|
1049
|
+
const co = ["children", "options"], y = { blockQuote: "0", breakLine: "1", breakThematic: "2", codeBlock: "3", codeFenced: "4", codeInline: "5", footnote: "6", footnoteReference: "7", gfmTask: "8", heading: "9", headingSetext: "10", htmlBlock: "11", htmlComment: "12", htmlSelfClosing: "13", image: "14", link: "15", linkAngleBraceStyleDetector: "16", linkBareUrlDetector: "17", linkMailtoDetector: "18", newlineCoalescer: "19", orderedList: "20", paragraph: "21", ref: "22", refImage: "23", refLink: "24", table: "25", tableSeparator: "26", text: "27", textBolded: "28", textEmphasized: "29", textEscaped: "30", textMarked: "31", textStrikethroughed: "32", unorderedList: "33" };
|
|
1050
|
+
var kt;
|
|
1097
1051
|
(function(e) {
|
|
1098
1052
|
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";
|
|
1099
|
-
})(
|
|
1100
|
-
const
|
|
1053
|
+
})(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: "“" }, uo = ["style", "script"], ho = ["src", "href", "data", "formAction", "srcDoc", "action"], po = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, go = /mailto:/i, fo = /\n{2,}$/, en = /^(\s*>[\s\S]*?)(?=\n\n|$)/, Co = /^ *> ?/gm, mo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, bo = /^ {2,}\n/, yo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, tn = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, nn = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, xo = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, vo = /^(?:\n *)*\n/, ko = /\r\n?/g, wo = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, So = /^\[\^([^\]]+)]/, $o = /\f/g, Mo = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, To = /^\s*?\[(x|\s)\]/, rn = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, on = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, sn = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Ye = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, Ro = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, an = /^<!--[\s\S]*?(?:-->)/, Lo = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Je = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Eo = /^\{.*\}$/, Io = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, No = /^<([^ >]+@[^ >]+)>/, Po = /^<([^ >]+:\/[^ >]+)>/, Ho = /-([a-z])?/gi, ln = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, Bo = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Fo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Ao = /^\[([^\]]*)\] ?\[([^\]]*)\]/, Oo = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Do = /\t/g, qo = /(^ *\||\| *$)/g, zo = /^ *:-+: *$/, Wo = /^ *:-+ *$/, Zo = /^ *-+: *$/, ze = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", jo = new RegExp(`^([*_])\\1${ze}\\1\\1(?!\\1)`), Uo = new RegExp(`^([*_])${ze}\\1(?!\\1)`), Go = new RegExp(`^(==)${ze}\\1`), Vo = new RegExp(`^(~~)${ze}\\1`), Qo = /^\\([^0-9A-Za-z\s])/, $t = /\\([^0-9A-Za-z\s])/g, _o = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, Ko = /^\n+/, Xo = /^([ \t]*)/, Yo = /\\([^\\])/g, Jo = /(?:^|\n)( *)$/, ht = "(?:\\d+\\.)", pt = "(?:[*+-])";
|
|
1101
1055
|
function cn(e) {
|
|
1102
|
-
return "( *)(" + (e === 1 ?
|
|
1056
|
+
return "( *)(" + (e === 1 ? ht : pt) + ") +";
|
|
1103
1057
|
}
|
|
1104
1058
|
const dn = cn(1), un = cn(2);
|
|
1105
|
-
function
|
|
1059
|
+
function hn(e) {
|
|
1106
1060
|
return new RegExp("^" + (e === 1 ? dn : un));
|
|
1107
1061
|
}
|
|
1108
|
-
const
|
|
1109
|
-
function
|
|
1110
|
-
return new RegExp("^" + (e === 1 ? dn : un) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ?
|
|
1062
|
+
const ei = hn(1), ti = hn(2);
|
|
1063
|
+
function pn(e) {
|
|
1064
|
+
return new RegExp("^" + (e === 1 ? dn : un) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? ht : pt) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
1111
1065
|
}
|
|
1112
|
-
const
|
|
1066
|
+
const ni = pn(1), ri = pn(2);
|
|
1113
1067
|
function gn(e) {
|
|
1114
|
-
const t = e === 1 ?
|
|
1068
|
+
const t = e === 1 ? ht : pt;
|
|
1115
1069
|
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
|
1116
1070
|
}
|
|
1117
1071
|
const fn = gn(1), Cn = gn(2);
|
|
1118
1072
|
function Mt(e, t) {
|
|
1119
|
-
const n = t === 1, r = n ? fn : Cn, s = n ?
|
|
1120
|
-
return { match:
|
|
1121
|
-
const d =
|
|
1122
|
-
return d && (
|
|
1123
|
-
}), order: 1, parse(
|
|
1124
|
-
const
|
|
1073
|
+
const n = t === 1, r = n ? fn : Cn, s = n ? ni : ri, c = n ? ei : ti;
|
|
1074
|
+
return { match: pe(function(l, h) {
|
|
1075
|
+
const d = Jo.exec(h.prevCapture);
|
|
1076
|
+
return d && (h.list || !h.inline && !h.simple) ? r.exec(l = d[1] + l) : null;
|
|
1077
|
+
}), order: 1, parse(l, h, d) {
|
|
1078
|
+
const g = n ? +l[2] : void 0, m = l[0].replace(fo, `
|
|
1125
1079
|
`).match(s);
|
|
1126
|
-
let
|
|
1080
|
+
let x = !1;
|
|
1127
1081
|
return { items: m.map(function(i, u) {
|
|
1128
|
-
const
|
|
1082
|
+
const a = c.exec(i)[0].length, f = new RegExp("^ {1," + a + "}", "gm"), p = i.replace(f, "").replace(c, ""), b = u === m.length - 1, v = p.indexOf(`
|
|
1129
1083
|
|
|
1130
|
-
`) !== -1 ||
|
|
1131
|
-
|
|
1132
|
-
const k = d.inline,
|
|
1133
|
-
let
|
|
1134
|
-
d.list = !0, v ? (d.inline = !1,
|
|
1084
|
+
`) !== -1 || b && x;
|
|
1085
|
+
x = v;
|
|
1086
|
+
const k = d.inline, E = d.list;
|
|
1087
|
+
let T;
|
|
1088
|
+
d.list = !0, v ? (d.inline = !1, T = ke(p) + `
|
|
1135
1089
|
|
|
1136
|
-
`) : (d.inline = !0,
|
|
1137
|
-
const
|
|
1138
|
-
return d.inline = k, d.list =
|
|
1139
|
-
}), ordered: n, start:
|
|
1140
|
-
}, render: (
|
|
1141
|
-
return e("li", { key: m },
|
|
1090
|
+
`) : (d.inline = !0, T = ke(p));
|
|
1091
|
+
const M = h(T, d);
|
|
1092
|
+
return d.inline = k, d.list = E, M;
|
|
1093
|
+
}), ordered: n, start: g };
|
|
1094
|
+
}, render: (l, h, d) => e(l.ordered ? "ol" : "ul", { key: d.key, start: l.type === y.orderedList ? l.start : void 0 }, l.items.map(function(g, m) {
|
|
1095
|
+
return e("li", { key: m }, h(g, d));
|
|
1142
1096
|
})) };
|
|
1143
1097
|
}
|
|
1144
|
-
const
|
|
1098
|
+
const oi = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), ii = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, mn = [en, tn, nn, rn, sn, on, ln, fn, Cn], si = [...mn, /^[^\n]+(?: \n|\n{2,})/, Ye, an, Je];
|
|
1145
1099
|
function ke(e) {
|
|
1146
1100
|
let t = e.length;
|
|
1147
1101
|
for (; t > 0 && e[t - 1] <= " "; ) t--;
|
|
1148
1102
|
return e.slice(0, t);
|
|
1149
1103
|
}
|
|
1150
|
-
function
|
|
1104
|
+
function be(e) {
|
|
1151
1105
|
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();
|
|
1152
1106
|
}
|
|
1153
|
-
function
|
|
1154
|
-
return
|
|
1107
|
+
function ai(e) {
|
|
1108
|
+
return Zo.test(e) ? "right" : zo.test(e) ? "center" : Wo.test(e) ? "left" : null;
|
|
1155
1109
|
}
|
|
1156
1110
|
function Tt(e, t, n, r) {
|
|
1157
1111
|
const s = n.inTable;
|
|
1158
1112
|
n.inTable = !0;
|
|
1159
|
-
let c = [[]],
|
|
1160
|
-
function
|
|
1161
|
-
if (!
|
|
1113
|
+
let c = [[]], l = "";
|
|
1114
|
+
function h() {
|
|
1115
|
+
if (!l) return;
|
|
1162
1116
|
const d = c[c.length - 1];
|
|
1163
|
-
d.push.apply(d, t(
|
|
1117
|
+
d.push.apply(d, t(l, n)), l = "";
|
|
1164
1118
|
}
|
|
1165
|
-
return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((d,
|
|
1166
|
-
d.trim() === "|" && (
|
|
1167
|
-
}),
|
|
1119
|
+
return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((d, g, m) => {
|
|
1120
|
+
d.trim() === "|" && (h(), r) ? g !== 0 && g !== m.length - 1 && c.push([]) : l += d;
|
|
1121
|
+
}), h(), n.inTable = s, c;
|
|
1168
1122
|
}
|
|
1169
|
-
function
|
|
1123
|
+
function li(e, t, n) {
|
|
1170
1124
|
n.inline = !0;
|
|
1171
|
-
const r = e[2] ? e[2].replace(
|
|
1172
|
-
return
|
|
1173
|
-
`).map(function(
|
|
1174
|
-
return Tt(
|
|
1125
|
+
const r = e[2] ? e[2].replace(qo, "").split("|").map(ai) : [], s = e[3] ? function(l, h, d) {
|
|
1126
|
+
return l.trim().split(`
|
|
1127
|
+
`).map(function(g) {
|
|
1128
|
+
return Tt(g, h, d, !0);
|
|
1175
1129
|
});
|
|
1176
1130
|
}(e[3], t, n) : [], c = Tt(e[1], t, n, !!s.length);
|
|
1177
|
-
return n.inline = !1, s.length ? { align: r, cells: s, header: c, type:
|
|
1131
|
+
return n.inline = !1, s.length ? { align: r, cells: s, header: c, type: y.table } : { children: c, type: y.paragraph };
|
|
1178
1132
|
}
|
|
1179
|
-
function
|
|
1133
|
+
function Rt(e, t) {
|
|
1180
1134
|
return e.align[t] == null ? {} : { textAlign: e.align[t] };
|
|
1181
1135
|
}
|
|
1182
|
-
function
|
|
1136
|
+
function pe(e) {
|
|
1183
1137
|
return e.inline = 1, e;
|
|
1184
1138
|
}
|
|
1185
1139
|
function ie(e) {
|
|
1186
|
-
return
|
|
1140
|
+
return pe(function(t, n) {
|
|
1187
1141
|
return n.inline ? e.exec(t) : null;
|
|
1188
1142
|
});
|
|
1189
1143
|
}
|
|
1190
1144
|
function se(e) {
|
|
1191
|
-
return
|
|
1145
|
+
return pe(function(t, n) {
|
|
1192
1146
|
return n.inline || n.simple ? e.exec(t) : null;
|
|
1193
1147
|
});
|
|
1194
1148
|
}
|
|
1195
|
-
function
|
|
1149
|
+
function ee(e) {
|
|
1196
1150
|
return function(t, n) {
|
|
1197
1151
|
return n.inline || n.simple ? null : e.exec(t);
|
|
1198
1152
|
};
|
|
1199
1153
|
}
|
|
1200
|
-
function
|
|
1201
|
-
return
|
|
1154
|
+
function ye(e) {
|
|
1155
|
+
return pe(function(t) {
|
|
1202
1156
|
return e.exec(t);
|
|
1203
1157
|
});
|
|
1204
1158
|
}
|
|
1205
|
-
function
|
|
1159
|
+
function ci(e, t) {
|
|
1206
1160
|
if (t.inline || t.simple) return null;
|
|
1207
1161
|
let n = "";
|
|
1208
1162
|
e.split(`
|
|
@@ -1211,18 +1165,18 @@ function fi(e, t) {
|
|
|
1211
1165
|
const r = ke(n);
|
|
1212
1166
|
return r == "" ? null : [n, , r];
|
|
1213
1167
|
}
|
|
1214
|
-
const
|
|
1215
|
-
function
|
|
1168
|
+
const di = /(javascript|vbscript|data(?!:image)):/i;
|
|
1169
|
+
function ui(e) {
|
|
1216
1170
|
try {
|
|
1217
1171
|
const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
|
|
1218
|
-
if (
|
|
1172
|
+
if (di.test(t)) return null;
|
|
1219
1173
|
} catch (t) {
|
|
1220
1174
|
return null;
|
|
1221
1175
|
}
|
|
1222
1176
|
return e;
|
|
1223
1177
|
}
|
|
1224
|
-
function
|
|
1225
|
-
return e.replace(
|
|
1178
|
+
function Lt(e) {
|
|
1179
|
+
return e.replace(Yo, "$1");
|
|
1226
1180
|
}
|
|
1227
1181
|
function Pe(e, t, n) {
|
|
1228
1182
|
const r = n.inline || !1, s = n.simple || !1;
|
|
@@ -1230,13 +1184,13 @@ function Pe(e, t, n) {
|
|
|
1230
1184
|
const c = e(t, n);
|
|
1231
1185
|
return n.inline = r, n.simple = s, c;
|
|
1232
1186
|
}
|
|
1233
|
-
function
|
|
1187
|
+
function hi(e, t, n) {
|
|
1234
1188
|
const r = n.inline || !1, s = n.simple || !1;
|
|
1235
1189
|
n.inline = !1, n.simple = !0;
|
|
1236
1190
|
const c = e(t, n);
|
|
1237
1191
|
return n.inline = r, n.simple = s, c;
|
|
1238
1192
|
}
|
|
1239
|
-
function
|
|
1193
|
+
function pi(e, t, n) {
|
|
1240
1194
|
const r = n.inline || !1;
|
|
1241
1195
|
n.inline = !1;
|
|
1242
1196
|
const s = e(t, n);
|
|
@@ -1249,7 +1203,7 @@ function Ge() {
|
|
|
1249
1203
|
function Ve() {
|
|
1250
1204
|
return null;
|
|
1251
1205
|
}
|
|
1252
|
-
function
|
|
1206
|
+
function gi(...e) {
|
|
1253
1207
|
return e.filter(Boolean).join(" ");
|
|
1254
1208
|
}
|
|
1255
1209
|
function Qe(e, t, n) {
|
|
@@ -1258,182 +1212,182 @@ function Qe(e, t, n) {
|
|
|
1258
1212
|
for (; s.length && (r = r[s[0]], r !== void 0); ) s.shift();
|
|
1259
1213
|
return r || n;
|
|
1260
1214
|
}
|
|
1261
|
-
function
|
|
1262
|
-
function n(i, u, ...
|
|
1215
|
+
function fi(e = "", t = {}) {
|
|
1216
|
+
function n(i, u, ...a) {
|
|
1263
1217
|
const f = Qe(t.overrides, `${i}.props`, {});
|
|
1264
|
-
return t.createElement(function(
|
|
1265
|
-
const v = Qe(
|
|
1266
|
-
return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v : Qe(
|
|
1267
|
-
}(i, t.overrides), ce({}, u, f, { className:
|
|
1218
|
+
return t.createElement(function(p, b) {
|
|
1219
|
+
const v = Qe(b, p);
|
|
1220
|
+
return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v : Qe(b, `${p}.component`, p) : p;
|
|
1221
|
+
}(i, t.overrides), ce({}, u, f, { className: gi(u == null ? void 0 : u.className, f.className) || void 0 }), ...a);
|
|
1268
1222
|
}
|
|
1269
1223
|
function r(i) {
|
|
1270
|
-
i = i.replace(
|
|
1224
|
+
i = i.replace(Mo, "");
|
|
1271
1225
|
let u = !1;
|
|
1272
|
-
t.forceInline ? u = !0 : t.forceBlock || (u =
|
|
1273
|
-
const
|
|
1226
|
+
t.forceInline ? u = !0 : t.forceBlock || (u = Oo.test(i) === !1);
|
|
1227
|
+
const a = g(d(u ? i : `${ke(i).replace(Ko, "")}
|
|
1274
1228
|
|
|
1275
1229
|
`, { inline: u }));
|
|
1276
|
-
for (; typeof
|
|
1277
|
-
if (t.wrapper === null) return
|
|
1230
|
+
for (; typeof a[a.length - 1] == "string" && !a[a.length - 1].trim(); ) a.pop();
|
|
1231
|
+
if (t.wrapper === null) return a;
|
|
1278
1232
|
const f = t.wrapper || (u ? "span" : "div");
|
|
1279
|
-
let
|
|
1280
|
-
if (
|
|
1233
|
+
let p;
|
|
1234
|
+
if (a.length > 1 || t.forceWrapper) p = a;
|
|
1281
1235
|
else {
|
|
1282
|
-
if (
|
|
1283
|
-
|
|
1236
|
+
if (a.length === 1) return p = a[0], typeof p == "string" ? n("span", { key: "outer" }, p) : p;
|
|
1237
|
+
p = null;
|
|
1284
1238
|
}
|
|
1285
|
-
return t.createElement(f, { key: "outer" },
|
|
1239
|
+
return t.createElement(f, { key: "outer" }, p);
|
|
1286
1240
|
}
|
|
1287
1241
|
function s(i, u) {
|
|
1288
|
-
const
|
|
1289
|
-
return
|
|
1290
|
-
const
|
|
1291
|
-
if (
|
|
1292
|
-
const v = function(
|
|
1293
|
-
return
|
|
1294
|
-
return
|
|
1295
|
-
})),
|
|
1296
|
-
}(
|
|
1297
|
-
const
|
|
1298
|
-
return (
|
|
1299
|
-
}(
|
|
1300
|
-
if (
|
|
1301
|
-
const
|
|
1302
|
-
return
|
|
1242
|
+
const a = u.match(po);
|
|
1243
|
+
return a ? a.reduce(function(f, p) {
|
|
1244
|
+
const b = p.indexOf("=");
|
|
1245
|
+
if (b !== -1) {
|
|
1246
|
+
const v = function(M) {
|
|
1247
|
+
return M.indexOf("-") !== -1 && M.match(Lo) === null && (M = M.replace(Ho, function(I, B) {
|
|
1248
|
+
return B.toUpperCase();
|
|
1249
|
+
})), M;
|
|
1250
|
+
}(p.slice(0, b)).trim(), k = function(M) {
|
|
1251
|
+
const I = M[0];
|
|
1252
|
+
return (I === '"' || I === "'") && M.length >= 2 && M[M.length - 1] === I ? M.slice(1, -1) : M;
|
|
1253
|
+
}(p.slice(b + 1).trim()), E = wt[v] || v;
|
|
1254
|
+
if (E === "ref") return f;
|
|
1255
|
+
const T = f[E] = function(M, I, B, le) {
|
|
1256
|
+
return I === "style" ? function(V) {
|
|
1303
1257
|
const Z = [];
|
|
1304
|
-
let
|
|
1305
|
-
if (!
|
|
1306
|
-
for (let U = 0; U <
|
|
1307
|
-
const W =
|
|
1308
|
-
if (W !== '"' && W !== "'" ||
|
|
1258
|
+
let Q = "", _ = !1, q = !1, J = "";
|
|
1259
|
+
if (!V) return Z;
|
|
1260
|
+
for (let U = 0; U < V.length; U++) {
|
|
1261
|
+
const W = V[U];
|
|
1262
|
+
if (W !== '"' && W !== "'" || _ || (q ? W === J && (q = !1, J = "") : (q = !0, J = W)), W === "(" && Q.endsWith("url") ? _ = !0 : W === ")" && _ && (_ = !1), W !== ";" || q || _) Q += W;
|
|
1309
1263
|
else {
|
|
1310
|
-
const G =
|
|
1264
|
+
const G = Q.trim();
|
|
1311
1265
|
if (G) {
|
|
1312
1266
|
const re = G.indexOf(":");
|
|
1313
1267
|
if (re > 0) {
|
|
1314
|
-
const
|
|
1315
|
-
Z.push([
|
|
1268
|
+
const fe = G.slice(0, re).trim(), de = G.slice(re + 1).trim();
|
|
1269
|
+
Z.push([fe, de]);
|
|
1316
1270
|
}
|
|
1317
1271
|
}
|
|
1318
|
-
|
|
1272
|
+
Q = "";
|
|
1319
1273
|
}
|
|
1320
1274
|
}
|
|
1321
|
-
const
|
|
1322
|
-
if (
|
|
1323
|
-
const U =
|
|
1275
|
+
const P = Q.trim();
|
|
1276
|
+
if (P) {
|
|
1277
|
+
const U = P.indexOf(":");
|
|
1324
1278
|
if (U > 0) {
|
|
1325
|
-
const W =
|
|
1279
|
+
const W = P.slice(0, U).trim(), G = P.slice(U + 1).trim();
|
|
1326
1280
|
Z.push([W, G]);
|
|
1327
1281
|
}
|
|
1328
1282
|
}
|
|
1329
1283
|
return Z;
|
|
1330
|
-
}(
|
|
1331
|
-
return
|
|
1332
|
-
}, {}) :
|
|
1284
|
+
}(B).reduce(function(V, [Z, Q]) {
|
|
1285
|
+
return V[Z.replace(/(-[a-z])/g, (_) => _[1].toUpperCase())] = le(Q, M, Z), V;
|
|
1286
|
+
}, {}) : ho.indexOf(I) !== -1 ? le(B, M, I) : (B.match(Eo) && (B = B.slice(1, B.length - 1)), B === "true" || B !== "false" && B);
|
|
1333
1287
|
}(i, v, k, t.sanitizer);
|
|
1334
|
-
typeof
|
|
1335
|
-
} else
|
|
1288
|
+
typeof T == "string" && (Ye.test(T) || Je.test(T)) && (f[E] = r(T.trim()));
|
|
1289
|
+
} else p !== "style" && (f[wt[p] || p] = !0);
|
|
1336
1290
|
return f;
|
|
1337
1291
|
}, {}) : null;
|
|
1338
1292
|
}
|
|
1339
|
-
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer ||
|
|
1340
|
-
const c = [],
|
|
1341
|
-
const [, f,
|
|
1342
|
-
return { alert: f, children: u(
|
|
1343
|
-
}, render(i, u,
|
|
1344
|
-
const f = { key:
|
|
1345
|
-
return i.alert && (f.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(),
|
|
1346
|
-
} }, [
|
|
1347
|
-
const [, f] = i[3].match(
|
|
1293
|
+
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || ui, t.slugify = t.slugify || be, t.namedCodesToUnicode = t.namedCodesToUnicode ? ce({}, St, t.namedCodesToUnicode) : St, t.createElement = t.createElement || Y.createElement;
|
|
1294
|
+
const c = [], l = {}, h = { [y.blockQuote]: { match: ee(en), order: 1, parse(i, u, a) {
|
|
1295
|
+
const [, f, p] = i[0].replace(Co, "").match(mo);
|
|
1296
|
+
return { alert: f, children: u(p, a) };
|
|
1297
|
+
}, render(i, u, a) {
|
|
1298
|
+
const f = { key: a.key };
|
|
1299
|
+
return i.alert && (f.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), be), i.children.unshift({ attrs: {}, children: [{ type: y.text, text: i.alert }], noInnerParse: !0, type: y.htmlBlock, tag: "header" })), n("blockquote", f, u(i.children, a));
|
|
1300
|
+
} }, [y.breakLine]: { match: ye(bo), order: 1, parse: Ge, render: (i, u, a) => n("br", { key: a.key }) }, [y.breakThematic]: { match: ee(yo), order: 1, parse: Ge, render: (i, u, a) => n("hr", { key: a.key }) }, [y.codeBlock]: { match: ee(nn), order: 0, parse: (i) => ({ lang: void 0, text: ke(i[0].replace(/^ {4}/gm, "")).replace($t, "$1") }), render: (i, u, a) => n("pre", { key: a.key }, n("code", ce({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [y.codeFenced]: { match: ee(tn), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: y.codeBlock }) }, [y.codeInline]: { match: se(xo), order: 3, parse: (i) => ({ text: i[2].replace($t, "$1") }), render: (i, u, a) => n("code", { key: a.key }, i.text) }, [y.footnote]: { match: ee(wo), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: Ve }, [y.footnoteReference]: { match: ie(So), 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)) }, [y.gfmTask]: { match: ie(To), 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" }) }, [y.heading]: { match: ee(t.enforceAtxHeadings ? on : rn), 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)) }, [y.headingSetext]: { match: ee(sn), order: 0, parse: (i, u, a) => ({ children: Pe(u, i[1], a), level: i[2] === "=" ? 1 : 2, type: y.heading }) }, [y.htmlBlock]: { match: ye(Ye), order: 1, parse(i, u, a) {
|
|
1301
|
+
const [, f] = i[3].match(Xo), p = new RegExp(`^${f}`, "gm"), b = i[3].replace(p, ""), v = (k = b, si.some((B) => B.test(k)) ? pi : Pe);
|
|
1348
1302
|
var k;
|
|
1349
|
-
const
|
|
1350
|
-
return
|
|
1351
|
-
}, render: (i, u,
|
|
1303
|
+
const E = i[1].toLowerCase(), T = uo.indexOf(E) !== -1, M = (T ? E : i[1]).trim(), I = { attrs: s(M, i[2]), noInnerParse: T, tag: M };
|
|
1304
|
+
return a.inAnchor = a.inAnchor || E === "a", T ? I.text = i[3] : I.children = v(u, b, a), a.inAnchor = !1, I;
|
|
1305
|
+
}, render: (i, u, a) => n(i.tag, ce({ key: a.key }, i.attrs), i.text || (i.children ? u(i.children, a) : "")) }, [y.htmlSelfClosing]: { match: ye(Je), order: 1, parse(i) {
|
|
1352
1306
|
const u = i[1].trim();
|
|
1353
1307
|
return { attrs: s(u, i[2] || ""), tag: u };
|
|
1354
|
-
}, render: (i, u,
|
|
1355
|
-
let u = i[1],
|
|
1356
|
-
return
|
|
1357
|
-
} }, [
|
|
1358
|
-
` }, [
|
|
1308
|
+
}, render: (i, u, a) => n(i.tag, ce({}, i.attrs, { key: a.key })) }, [y.htmlComment]: { match: ye(an), order: 1, parse: () => ({}), render: Ve }, [y.image]: { match: se(ii), 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") }) }, [y.link]: { match: ie(oi), order: 3, parse: (i, u, a) => ({ children: hi(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)) }, [y.linkAngleBraceStyleDetector]: { match: ie(Po), order: 0, parse: (i) => ({ children: [{ text: i[1], type: y.text }], target: i[1], type: y.link }) }, [y.linkBareUrlDetector]: { match: pe((i, u) => u.inAnchor || t.disableAutoLink ? null : ie(Io)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: y.text }], target: i[1], title: void 0, type: y.link }) }, [y.linkMailtoDetector]: { match: ie(No), order: 0, parse(i) {
|
|
1309
|
+
let u = i[1], a = i[1];
|
|
1310
|
+
return go.test(a) || (a = "mailto:" + a), { children: [{ text: u.replace("mailto:", ""), type: y.text }], target: a, type: y.link };
|
|
1311
|
+
} }, [y.orderedList]: Mt(n, 1), [y.unorderedList]: Mt(n, 2), [y.newlineCoalescer]: { match: ee(vo), order: 3, parse: Ge, render: () => `
|
|
1312
|
+
` }, [y.paragraph]: { match: pe(ci), order: 3, parse: Ue, render: (i, u, a) => n("p", { key: a.key }, u(i.children, a)) }, [y.ref]: { match: ie(Bo), order: 0, parse: (i) => (l[i[1]] = { target: i[2], title: i[4] }, {}), render: Ve }, [y.refImage]: { match: se(Fo), 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 }, [y.refLink]: { match: ie(Ao), 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) }, [y.table]: { match: ee(ln), order: 1, parse: li, render(i, u, a) {
|
|
1359
1313
|
const f = i;
|
|
1360
|
-
return n("table", { key:
|
|
1361
|
-
return n("th", { key:
|
|
1362
|
-
}))), n("tbody", null, f.cells.map(function(
|
|
1363
|
-
return n("tr", { key:
|
|
1364
|
-
return n("td", { key: k, style:
|
|
1314
|
+
return n("table", { key: a.key }, n("thead", null, n("tr", null, f.header.map(function(p, b) {
|
|
1315
|
+
return n("th", { key: b, style: Rt(f, b) }, u(p, a));
|
|
1316
|
+
}))), n("tbody", null, f.cells.map(function(p, b) {
|
|
1317
|
+
return n("tr", { key: b }, p.map(function(v, k) {
|
|
1318
|
+
return n("td", { key: k, style: Rt(f, k) }, u(v, a));
|
|
1365
1319
|
}));
|
|
1366
1320
|
})));
|
|
1367
|
-
} }, [
|
|
1368
|
-
t.disableParsingRawHTML === !0 && (delete
|
|
1321
|
+
} }, [y.text]: { match: ye(_o), order: 4, parse: (i) => ({ text: i[0].replace(Ro, (u, a) => t.namedCodesToUnicode[a] ? t.namedCodesToUnicode[a] : u) }), render: (i) => i.text }, [y.textBolded]: { match: se(jo), order: 2, parse: (i, u, a) => ({ children: u(i[2], a) }), render: (i, u, a) => n("strong", { key: a.key }, u(i.children, a)) }, [y.textEmphasized]: { match: se(Uo), order: 3, parse: (i, u, a) => ({ children: u(i[2], a) }), render: (i, u, a) => n("em", { key: a.key }, u(i.children, a)) }, [y.textEscaped]: { match: se(Qo), order: 1, parse: (i) => ({ text: i[1], type: y.text }) }, [y.textMarked]: { match: se(Go), order: 3, parse: Ue, render: (i, u, a) => n("mark", { key: a.key }, u(i.children, a)) }, [y.textStrikethroughed]: { match: se(Vo), order: 3, parse: Ue, render: (i, u, a) => n("del", { key: a.key }, u(i.children, a)) } };
|
|
1322
|
+
t.disableParsingRawHTML === !0 && (delete h[y.htmlBlock], delete h[y.htmlSelfClosing]);
|
|
1369
1323
|
const d = function(i) {
|
|
1370
1324
|
let u = Object.keys(i);
|
|
1371
|
-
function
|
|
1372
|
-
let
|
|
1373
|
-
for (
|
|
1374
|
-
let
|
|
1375
|
-
for (;
|
|
1376
|
-
if (
|
|
1377
|
-
|
|
1325
|
+
function a(f, p) {
|
|
1326
|
+
let b, v, k = [], E = "", T = "";
|
|
1327
|
+
for (p.prevCapture = p.prevCapture || ""; f; ) {
|
|
1328
|
+
let M = 0;
|
|
1329
|
+
for (; M < u.length; ) {
|
|
1330
|
+
if (E = u[M], b = i[E], p.inline && !b.match.inline) {
|
|
1331
|
+
M++;
|
|
1378
1332
|
continue;
|
|
1379
1333
|
}
|
|
1380
|
-
const
|
|
1381
|
-
if (
|
|
1382
|
-
|
|
1334
|
+
const I = b.match(f, p);
|
|
1335
|
+
if (I) {
|
|
1336
|
+
T = I[0], p.prevCapture += T, f = f.substring(T.length), v = b.parse(I, a, p), v.type == null && (v.type = E), k.push(v);
|
|
1383
1337
|
break;
|
|
1384
1338
|
}
|
|
1385
|
-
|
|
1339
|
+
M++;
|
|
1386
1340
|
}
|
|
1387
1341
|
}
|
|
1388
|
-
return
|
|
1342
|
+
return p.prevCapture = "", k;
|
|
1389
1343
|
}
|
|
1390
|
-
return u.sort(function(f,
|
|
1391
|
-
let
|
|
1392
|
-
return
|
|
1393
|
-
}), function(f,
|
|
1394
|
-
return
|
|
1395
|
-
return
|
|
1396
|
-
`).replace(
|
|
1397
|
-
}(f),
|
|
1344
|
+
return u.sort(function(f, p) {
|
|
1345
|
+
let b = i[f].order, v = i[p].order;
|
|
1346
|
+
return b !== v ? b - v : f < p ? -1 : 1;
|
|
1347
|
+
}), function(f, p) {
|
|
1348
|
+
return a(function(b) {
|
|
1349
|
+
return b.replace(ko, `
|
|
1350
|
+
`).replace($o, "").replace(Do, " ");
|
|
1351
|
+
}(f), p);
|
|
1398
1352
|
};
|
|
1399
|
-
}(
|
|
1400
|
-
return function(
|
|
1401
|
-
const
|
|
1402
|
-
return u ? u(() =>
|
|
1353
|
+
}(h), g = (m = /* @__PURE__ */ function(i, u) {
|
|
1354
|
+
return function(a, f, p) {
|
|
1355
|
+
const b = i[a.type].render;
|
|
1356
|
+
return u ? u(() => b(a, f, p), a, f, p) : b(a, f, p);
|
|
1403
1357
|
};
|
|
1404
|
-
}(
|
|
1358
|
+
}(h, t.renderRule), function i(u, a = {}) {
|
|
1405
1359
|
if (Array.isArray(u)) {
|
|
1406
|
-
const f =
|
|
1407
|
-
let
|
|
1360
|
+
const f = a.key, p = [];
|
|
1361
|
+
let b = !1;
|
|
1408
1362
|
for (let v = 0; v < u.length; v++) {
|
|
1409
|
-
|
|
1410
|
-
const k = i(u[v],
|
|
1411
|
-
|
|
1363
|
+
a.key = v;
|
|
1364
|
+
const k = i(u[v], a), E = typeof k == "string";
|
|
1365
|
+
E && b ? p[p.length - 1] += k : k !== null && p.push(k), b = E;
|
|
1412
1366
|
}
|
|
1413
|
-
return
|
|
1367
|
+
return a.key = f, p;
|
|
1414
1368
|
}
|
|
1415
|
-
return m(u, i,
|
|
1369
|
+
return m(u, i, a);
|
|
1416
1370
|
});
|
|
1417
1371
|
var m;
|
|
1418
|
-
const
|
|
1419
|
-
return c.length ? n("div", null,
|
|
1420
|
-
return n("div", { id: t.slugify(i.identifier,
|
|
1421
|
-
}))) :
|
|
1372
|
+
const x = r(e);
|
|
1373
|
+
return c.length ? n("div", null, x, n("footer", { key: "footer" }, c.map(function(i) {
|
|
1374
|
+
return n("div", { id: t.slugify(i.identifier, be), key: i.identifier }, i.identifier, g(d(i.footnote, { inline: !0 })));
|
|
1375
|
+
}))) : x;
|
|
1422
1376
|
}
|
|
1423
|
-
const
|
|
1377
|
+
const Ci = (e) => {
|
|
1424
1378
|
let { children: t = "", options: n } = e, r = function(s, c) {
|
|
1425
1379
|
if (s == null) return {};
|
|
1426
|
-
var
|
|
1427
|
-
for (
|
|
1380
|
+
var l, h, d = {}, g = Object.keys(s);
|
|
1381
|
+
for (h = 0; h < g.length; h++) c.indexOf(l = g[h]) >= 0 || (d[l] = s[l]);
|
|
1428
1382
|
return d;
|
|
1429
|
-
}(e,
|
|
1430
|
-
return Y.cloneElement(
|
|
1431
|
-
},
|
|
1383
|
+
}(e, co);
|
|
1384
|
+
return Y.cloneElement(fi(t, n), r);
|
|
1385
|
+
}, mi = w.div`
|
|
1432
1386
|
display: flex;
|
|
1433
1387
|
|
|
1434
|
-
${({ align: e }) => e === "right" ?
|
|
1388
|
+
${({ align: e }) => e === "right" ? z`
|
|
1435
1389
|
justify-content: flex-end;
|
|
1436
|
-
` :
|
|
1390
|
+
` : z`
|
|
1437
1391
|
justify-content: flex-start;
|
|
1438
1392
|
`}
|
|
1439
1393
|
`, bn = w.div`
|
|
@@ -1447,15 +1401,15 @@ const ki = (e) => {
|
|
|
1447
1401
|
overflow-wrap: break-word;
|
|
1448
1402
|
box-sizing: border-box;
|
|
1449
1403
|
|
|
1450
|
-
${({ align: e }) => e === "right" ?
|
|
1404
|
+
${({ align: e }) => e === "right" ? z`
|
|
1451
1405
|
text-align: right;
|
|
1452
1406
|
border-radius: 10px 10px 0px 10px;
|
|
1453
|
-
` :
|
|
1407
|
+
` : z`
|
|
1454
1408
|
text-align: left;
|
|
1455
1409
|
border-radius: 10px 10px 10px 0px;
|
|
1456
1410
|
`}
|
|
1457
1411
|
|
|
1458
|
-
${({ align: e }) => e !== "full" ?
|
|
1412
|
+
${({ align: e }) => e !== "full" ? z`
|
|
1459
1413
|
max-width: 85%;
|
|
1460
1414
|
` : ""}
|
|
1461
1415
|
|
|
@@ -1463,21 +1417,21 @@ const ki = (e) => {
|
|
|
1463
1417
|
background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
|
|
1464
1418
|
`, ae = ({ align: e, children: t }) => {
|
|
1465
1419
|
const { themeSettings: n } = R();
|
|
1466
|
-
return /* @__PURE__ */ o(
|
|
1420
|
+
return /* @__PURE__ */ o(mi, { theme: n, align: e, children: /* @__PURE__ */ o(bn, { theme: n, align: e, children: typeof t == "string" ? /* @__PURE__ */ o(Ci, { children: t }) : t }) });
|
|
1467
1421
|
};
|
|
1468
|
-
function
|
|
1422
|
+
function bi() {
|
|
1469
1423
|
const { welcomeText: e } = ne();
|
|
1470
1424
|
return e === !1 ? null : /* @__PURE__ */ o(ae, { align: "left", children: e });
|
|
1471
1425
|
}
|
|
1472
|
-
const
|
|
1426
|
+
const yi = w.div`
|
|
1473
1427
|
display: flex;
|
|
1474
1428
|
|
|
1475
|
-
${({ align: e }) => e === "right" ?
|
|
1429
|
+
${({ align: e }) => e === "right" ? z`
|
|
1476
1430
|
justify-content: flex-end;
|
|
1477
|
-
` :
|
|
1431
|
+
` : z`
|
|
1478
1432
|
justify-content: flex-start;
|
|
1479
1433
|
`}
|
|
1480
|
-
`,
|
|
1434
|
+
`, xi = w.button`
|
|
1481
1435
|
font-family: inherit;
|
|
1482
1436
|
font-size: inherit;
|
|
1483
1437
|
line-height: inherit;
|
|
@@ -1493,13 +1447,13 @@ const Mi = w.div`
|
|
|
1493
1447
|
}
|
|
1494
1448
|
border-radius: 20px;
|
|
1495
1449
|
|
|
1496
|
-
${({ align: e }) => e === "right" ?
|
|
1450
|
+
${({ align: e }) => e === "right" ? z`
|
|
1497
1451
|
text-align: right;
|
|
1498
|
-
` :
|
|
1452
|
+
` : z`
|
|
1499
1453
|
text-align: left;
|
|
1500
1454
|
`}
|
|
1501
1455
|
|
|
1502
|
-
${({ align: e }) => e !== "full" ?
|
|
1456
|
+
${({ align: e }) => e !== "full" ? z`
|
|
1503
1457
|
max-width: 382px;
|
|
1504
1458
|
` : ""}
|
|
1505
1459
|
|
|
@@ -1507,7 +1461,7 @@ const Mi = w.div`
|
|
|
1507
1461
|
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
1508
1462
|
if (t) {
|
|
1509
1463
|
const [r, s] = t;
|
|
1510
|
-
return
|
|
1464
|
+
return z`
|
|
1511
1465
|
border: none;
|
|
1512
1466
|
position: relative;
|
|
1513
1467
|
border-radius: ${n};
|
|
@@ -1538,12 +1492,12 @@ function Fe({
|
|
|
1538
1492
|
onMouseLeave: s,
|
|
1539
1493
|
accessibleName: c
|
|
1540
1494
|
}) {
|
|
1541
|
-
const { themeSettings:
|
|
1542
|
-
return /* @__PURE__ */ o(
|
|
1543
|
-
|
|
1495
|
+
const { themeSettings: l } = R();
|
|
1496
|
+
return /* @__PURE__ */ o(yi, { align: t, children: /* @__PURE__ */ o(
|
|
1497
|
+
xi,
|
|
1544
1498
|
{
|
|
1545
1499
|
"aria-label": c,
|
|
1546
|
-
theme:
|
|
1500
|
+
theme: l,
|
|
1547
1501
|
onClick: n,
|
|
1548
1502
|
align: t,
|
|
1549
1503
|
onMouseEnter: r,
|
|
@@ -1552,8 +1506,8 @@ function Fe({
|
|
|
1552
1506
|
}
|
|
1553
1507
|
) });
|
|
1554
1508
|
}
|
|
1555
|
-
function
|
|
1556
|
-
const { t: n } =
|
|
1509
|
+
function vi({ onCancel: e, onConfirm: t }) {
|
|
1510
|
+
const { t: n } = N();
|
|
1557
1511
|
return /* @__PURE__ */ S(j, { children: [
|
|
1558
1512
|
/* @__PURE__ */ o(ae, { align: "left", children: n("ai.clearHistoryPrompt") }),
|
|
1559
1513
|
/* @__PURE__ */ S("div", { className: "csdk-flex csdk-gap-x-2", children: [
|
|
@@ -1562,8 +1516,8 @@ function $i({ onCancel: e, onConfirm: t }) {
|
|
|
1562
1516
|
] })
|
|
1563
1517
|
] });
|
|
1564
1518
|
}
|
|
1565
|
-
var
|
|
1566
|
-
function
|
|
1519
|
+
var ki = An("toLowerCase");
|
|
1520
|
+
function wi() {
|
|
1567
1521
|
const { themeSettings: e } = R();
|
|
1568
1522
|
return /* @__PURE__ */ o("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
|
|
1569
1523
|
"path",
|
|
@@ -1575,45 +1529,45 @@ function Ei() {
|
|
|
1575
1529
|
}
|
|
1576
1530
|
) });
|
|
1577
1531
|
}
|
|
1578
|
-
function
|
|
1579
|
-
const { t } =
|
|
1532
|
+
function Si({ onClick: e }) {
|
|
1533
|
+
const { t } = N();
|
|
1580
1534
|
return /* @__PURE__ */ o(Fe, { align: "left", onClick: e, children: /* @__PURE__ */ S(
|
|
1581
1535
|
"div",
|
|
1582
1536
|
{
|
|
1583
1537
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1584
1538
|
children: [
|
|
1585
|
-
/* @__PURE__ */ o(
|
|
1539
|
+
/* @__PURE__ */ o(wi, {}),
|
|
1586
1540
|
t("ai.buttons.insights")
|
|
1587
1541
|
]
|
|
1588
1542
|
}
|
|
1589
1543
|
) });
|
|
1590
1544
|
}
|
|
1591
|
-
function
|
|
1592
|
-
return
|
|
1545
|
+
function $i(e) {
|
|
1546
|
+
return Dn("MuiDialog", e);
|
|
1593
1547
|
}
|
|
1594
|
-
const _e =
|
|
1548
|
+
const _e = On("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), yn = /* @__PURE__ */ Y.createContext({});
|
|
1595
1549
|
process.env.NODE_ENV !== "production" && (yn.displayName = "DialogContext");
|
|
1596
|
-
const
|
|
1550
|
+
const Mi = Ae(qn, {
|
|
1597
1551
|
name: "MuiDialog",
|
|
1598
1552
|
slot: "Backdrop",
|
|
1599
1553
|
overrides: (e, t) => t.backdrop
|
|
1600
1554
|
})({
|
|
1601
1555
|
// Improve scrollable dialog support.
|
|
1602
1556
|
zIndex: -1
|
|
1603
|
-
}),
|
|
1557
|
+
}), Ti = (e) => {
|
|
1604
1558
|
const {
|
|
1605
1559
|
classes: t,
|
|
1606
1560
|
scroll: n,
|
|
1607
1561
|
maxWidth: r,
|
|
1608
1562
|
fullWidth: s,
|
|
1609
1563
|
fullScreen: c
|
|
1610
|
-
} = e,
|
|
1564
|
+
} = e, l = {
|
|
1611
1565
|
root: ["root"],
|
|
1612
|
-
container: ["container", `scroll${
|
|
1613
|
-
paper: ["paper", `paperScroll${
|
|
1566
|
+
container: ["container", `scroll${he(n)}`],
|
|
1567
|
+
paper: ["paper", `paperScroll${he(n)}`, `paperWidth${he(String(r))}`, s && "paperFullWidth", c && "paperFullScreen"]
|
|
1614
1568
|
};
|
|
1615
|
-
return
|
|
1616
|
-
},
|
|
1569
|
+
return Gn(l, $i, t);
|
|
1570
|
+
}, Ri = Ae(zn, {
|
|
1617
1571
|
name: "MuiDialog",
|
|
1618
1572
|
slot: "Root",
|
|
1619
1573
|
overridesResolver: (e, t) => t.root
|
|
@@ -1622,14 +1576,14 @@ const Ii = Ae(zn, {
|
|
|
1622
1576
|
// Use !important to override the Modal inline-style.
|
|
1623
1577
|
position: "absolute !important"
|
|
1624
1578
|
}
|
|
1625
|
-
}),
|
|
1579
|
+
}), Li = Ae("div", {
|
|
1626
1580
|
name: "MuiDialog",
|
|
1627
1581
|
slot: "Container",
|
|
1628
1582
|
overridesResolver: (e, t) => {
|
|
1629
1583
|
const {
|
|
1630
1584
|
ownerState: n
|
|
1631
1585
|
} = e;
|
|
1632
|
-
return [t.container, t[`scroll${
|
|
1586
|
+
return [t.container, t[`scroll${he(n.scroll)}`]];
|
|
1633
1587
|
}
|
|
1634
1588
|
})({
|
|
1635
1589
|
height: "100%",
|
|
@@ -1664,16 +1618,16 @@ const Ii = Ae(zn, {
|
|
|
1664
1618
|
}
|
|
1665
1619
|
}
|
|
1666
1620
|
}]
|
|
1667
|
-
}),
|
|
1621
|
+
}), Ei = Ae(Dt, {
|
|
1668
1622
|
name: "MuiDialog",
|
|
1669
1623
|
slot: "Paper",
|
|
1670
1624
|
overridesResolver: (e, t) => {
|
|
1671
1625
|
const {
|
|
1672
1626
|
ownerState: n
|
|
1673
1627
|
} = e;
|
|
1674
|
-
return [t.paper, t[`scrollPaper${
|
|
1628
|
+
return [t.paper, t[`scrollPaper${he(n.scroll)}`], t[`paperWidth${he(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
|
|
1675
1629
|
}
|
|
1676
|
-
})(
|
|
1630
|
+
})(Wn(({
|
|
1677
1631
|
theme: e
|
|
1678
1632
|
}) => ({
|
|
1679
1633
|
margin: 32,
|
|
@@ -1757,37 +1711,37 @@ const Ii = Ae(zn, {
|
|
|
1757
1711
|
}
|
|
1758
1712
|
}]
|
|
1759
1713
|
}))), xn = /* @__PURE__ */ Y.forwardRef(function(t, n) {
|
|
1760
|
-
const r =
|
|
1714
|
+
const r = Zn({
|
|
1761
1715
|
props: t,
|
|
1762
1716
|
name: "MuiDialog"
|
|
1763
|
-
}), s =
|
|
1717
|
+
}), s = jn(), c = {
|
|
1764
1718
|
enter: s.transitions.duration.enteringScreen,
|
|
1765
1719
|
exit: s.transitions.duration.leavingScreen
|
|
1766
|
-
},
|
|
1767
|
-
"aria-describedby":
|
|
1768
|
-
"aria-labelledby":
|
|
1720
|
+
}, mt = r, {
|
|
1721
|
+
"aria-describedby": l,
|
|
1722
|
+
"aria-labelledby": h,
|
|
1769
1723
|
"aria-modal": d = !0,
|
|
1770
|
-
BackdropComponent:
|
|
1724
|
+
BackdropComponent: g,
|
|
1771
1725
|
BackdropProps: m,
|
|
1772
|
-
children:
|
|
1726
|
+
children: x,
|
|
1773
1727
|
className: i,
|
|
1774
1728
|
disableEscapeKeyDown: u = !1,
|
|
1775
|
-
fullScreen:
|
|
1729
|
+
fullScreen: a = !1,
|
|
1776
1730
|
fullWidth: f = !1,
|
|
1777
|
-
maxWidth:
|
|
1778
|
-
onBackdropClick:
|
|
1731
|
+
maxWidth: p = "sm",
|
|
1732
|
+
onBackdropClick: b,
|
|
1779
1733
|
onClick: v,
|
|
1780
1734
|
onClose: k,
|
|
1781
|
-
open:
|
|
1782
|
-
PaperComponent:
|
|
1783
|
-
PaperProps:
|
|
1784
|
-
scroll:
|
|
1785
|
-
slots:
|
|
1735
|
+
open: E,
|
|
1736
|
+
PaperComponent: T = Dt,
|
|
1737
|
+
PaperProps: M = {},
|
|
1738
|
+
scroll: I = "paper",
|
|
1739
|
+
slots: B = {},
|
|
1786
1740
|
slotProps: le = {},
|
|
1787
|
-
TransitionComponent:
|
|
1741
|
+
TransitionComponent: V = xt,
|
|
1788
1742
|
transitionDuration: Z = c,
|
|
1789
|
-
TransitionProps:
|
|
1790
|
-
} =
|
|
1743
|
+
TransitionProps: Q
|
|
1744
|
+
} = mt, _ = Ze(mt, [
|
|
1791
1745
|
"aria-describedby",
|
|
1792
1746
|
"aria-labelledby",
|
|
1793
1747
|
"aria-modal",
|
|
@@ -1811,92 +1765,92 @@ const Ii = Ae(zn, {
|
|
|
1811
1765
|
"TransitionComponent",
|
|
1812
1766
|
"transitionDuration",
|
|
1813
1767
|
"TransitionProps"
|
|
1814
|
-
]),
|
|
1768
|
+
]), q = L($({}, r), {
|
|
1815
1769
|
disableEscapeKeyDown: u,
|
|
1816
|
-
fullScreen:
|
|
1770
|
+
fullScreen: a,
|
|
1817
1771
|
fullWidth: f,
|
|
1818
|
-
maxWidth:
|
|
1819
|
-
scroll:
|
|
1820
|
-
}),
|
|
1821
|
-
|
|
1772
|
+
maxWidth: p,
|
|
1773
|
+
scroll: I
|
|
1774
|
+
}), J = Ti(q), P = Y.useRef(), U = (ue) => {
|
|
1775
|
+
P.current = ue.target === ue.currentTarget;
|
|
1822
1776
|
}, W = (ue) => {
|
|
1823
|
-
v && v(ue),
|
|
1824
|
-
}, G =
|
|
1777
|
+
v && v(ue), P.current && (P.current = null, b && b(ue), k && k(ue, "backdropClick"));
|
|
1778
|
+
}, G = Un(h), re = Y.useMemo(() => ({
|
|
1825
1779
|
titleId: G
|
|
1826
|
-
}), [G]),
|
|
1827
|
-
transition:
|
|
1828
|
-
},
|
|
1829
|
-
transition:
|
|
1830
|
-
paper:
|
|
1780
|
+
}), [G]), fe = $({
|
|
1781
|
+
transition: V
|
|
1782
|
+
}, B), de = $({
|
|
1783
|
+
transition: Q,
|
|
1784
|
+
paper: M,
|
|
1831
1785
|
backdrop: m
|
|
1832
1786
|
}, le), oe = {
|
|
1833
|
-
slots:
|
|
1787
|
+
slots: fe,
|
|
1834
1788
|
slotProps: de
|
|
1835
|
-
}, [
|
|
1836
|
-
elementType:
|
|
1789
|
+
}, [Te, Re] = Ce("root", {
|
|
1790
|
+
elementType: Ri,
|
|
1837
1791
|
shouldForwardComponentProp: !0,
|
|
1838
1792
|
externalForwardedProps: oe,
|
|
1839
|
-
ownerState:
|
|
1840
|
-
className: je(
|
|
1793
|
+
ownerState: q,
|
|
1794
|
+
className: je(J.root, i),
|
|
1841
1795
|
ref: n
|
|
1842
|
-
}), [
|
|
1843
|
-
elementType:
|
|
1796
|
+
}), [H, K] = Ce("backdrop", {
|
|
1797
|
+
elementType: Mi,
|
|
1844
1798
|
shouldForwardComponentProp: !0,
|
|
1845
1799
|
externalForwardedProps: oe,
|
|
1846
|
-
ownerState:
|
|
1847
|
-
}), [
|
|
1848
|
-
elementType:
|
|
1800
|
+
ownerState: q
|
|
1801
|
+
}), [Le, Ct] = Ce("paper", {
|
|
1802
|
+
elementType: Ei,
|
|
1849
1803
|
shouldForwardComponentProp: !0,
|
|
1850
1804
|
externalForwardedProps: oe,
|
|
1851
|
-
ownerState:
|
|
1852
|
-
className: je(
|
|
1853
|
-
}), [
|
|
1854
|
-
elementType:
|
|
1805
|
+
ownerState: q,
|
|
1806
|
+
className: je(J.paper, M.className)
|
|
1807
|
+
}), [Ee, wn] = Ce("container", {
|
|
1808
|
+
elementType: Li,
|
|
1855
1809
|
externalForwardedProps: oe,
|
|
1856
|
-
ownerState:
|
|
1857
|
-
className: je(
|
|
1858
|
-
}), [Sn,
|
|
1859
|
-
elementType:
|
|
1810
|
+
ownerState: q,
|
|
1811
|
+
className: je(J.container)
|
|
1812
|
+
}), [Sn, $n] = Ce("transition", {
|
|
1813
|
+
elementType: xt,
|
|
1860
1814
|
externalForwardedProps: oe,
|
|
1861
|
-
ownerState:
|
|
1815
|
+
ownerState: q,
|
|
1862
1816
|
additionalProps: {
|
|
1863
1817
|
appear: !0,
|
|
1864
|
-
in:
|
|
1818
|
+
in: E,
|
|
1865
1819
|
timeout: Z,
|
|
1866
1820
|
role: "presentation"
|
|
1867
1821
|
}
|
|
1868
1822
|
});
|
|
1869
|
-
return /* @__PURE__ */
|
|
1823
|
+
return /* @__PURE__ */ me(Te, L($($({
|
|
1870
1824
|
closeAfterTransition: !0,
|
|
1871
1825
|
slots: {
|
|
1872
|
-
backdrop:
|
|
1826
|
+
backdrop: H
|
|
1873
1827
|
},
|
|
1874
1828
|
slotProps: {
|
|
1875
|
-
backdrop:
|
|
1829
|
+
backdrop: $({
|
|
1876
1830
|
transitionDuration: Z,
|
|
1877
|
-
as:
|
|
1878
|
-
},
|
|
1831
|
+
as: g
|
|
1832
|
+
}, K)
|
|
1879
1833
|
},
|
|
1880
1834
|
disableEscapeKeyDown: u,
|
|
1881
1835
|
onClose: k,
|
|
1882
|
-
open:
|
|
1836
|
+
open: E,
|
|
1883
1837
|
onClick: W
|
|
1884
|
-
}, Re),
|
|
1885
|
-
children: /* @__PURE__ */
|
|
1886
|
-
children: /* @__PURE__ */
|
|
1838
|
+
}, Re), _), {
|
|
1839
|
+
children: /* @__PURE__ */ me(Sn, L($({}, $n), {
|
|
1840
|
+
children: /* @__PURE__ */ me(Ee, L($({
|
|
1887
1841
|
onMouseDown: U
|
|
1888
1842
|
}, wn), {
|
|
1889
|
-
children: /* @__PURE__ */
|
|
1890
|
-
as:
|
|
1843
|
+
children: /* @__PURE__ */ me(Le, L($({
|
|
1844
|
+
as: T,
|
|
1891
1845
|
elevation: 24,
|
|
1892
1846
|
role: "dialog",
|
|
1893
|
-
"aria-describedby":
|
|
1847
|
+
"aria-describedby": l,
|
|
1894
1848
|
"aria-labelledby": G,
|
|
1895
1849
|
"aria-modal": d
|
|
1896
|
-
},
|
|
1897
|
-
children: /* @__PURE__ */
|
|
1850
|
+
}, Ct), {
|
|
1851
|
+
children: /* @__PURE__ */ me(yn.Provider, {
|
|
1898
1852
|
value: re,
|
|
1899
|
-
children:
|
|
1853
|
+
children: x
|
|
1900
1854
|
})
|
|
1901
1855
|
}))
|
|
1902
1856
|
}))
|
|
@@ -2066,7 +2020,7 @@ process.env.NODE_ENV !== "production" && (xn.propTypes = {
|
|
|
2066
2020
|
*/
|
|
2067
2021
|
TransitionProps: C.object
|
|
2068
2022
|
});
|
|
2069
|
-
function
|
|
2023
|
+
function Ii({ fillColor: e = "#262E3D" }) {
|
|
2070
2024
|
return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
|
|
2071
2025
|
/* @__PURE__ */ o("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
|
|
2072
2026
|
/* @__PURE__ */ o(
|
|
@@ -2165,18 +2119,18 @@ const vn = {
|
|
|
2165
2119
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
2166
2120
|
}
|
|
2167
2121
|
}
|
|
2168
|
-
},
|
|
2122
|
+
}, Ni = {
|
|
2169
2123
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
2170
|
-
},
|
|
2171
|
-
|
|
2172
|
-
|
|
2124
|
+
}, Me = w(
|
|
2125
|
+
qt,
|
|
2126
|
+
Ni
|
|
2173
2127
|
)(({ $hoverColor: e }) => ({
|
|
2174
2128
|
padding: 2,
|
|
2175
2129
|
"&.MuiIconButton-root:hover": {
|
|
2176
2130
|
backgroundColor: e != null ? e : vn.interaction.defaultHover
|
|
2177
2131
|
}
|
|
2178
2132
|
}));
|
|
2179
|
-
function
|
|
2133
|
+
function Pi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
2180
2134
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2181
2135
|
"path",
|
|
2182
2136
|
{
|
|
@@ -2187,7 +2141,7 @@ function Di({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
2187
2141
|
}
|
|
2188
2142
|
) });
|
|
2189
2143
|
}
|
|
2190
|
-
function
|
|
2144
|
+
function Hi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
2191
2145
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2192
2146
|
"path",
|
|
2193
2147
|
{
|
|
@@ -2198,7 +2152,7 @@ function qi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
2198
2152
|
}
|
|
2199
2153
|
) });
|
|
2200
2154
|
}
|
|
2201
|
-
function
|
|
2155
|
+
function Bi() {
|
|
2202
2156
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2203
2157
|
"path",
|
|
2204
2158
|
{
|
|
@@ -2210,27 +2164,27 @@ function zi() {
|
|
|
2210
2164
|
}
|
|
2211
2165
|
) });
|
|
2212
2166
|
}
|
|
2213
|
-
const
|
|
2167
|
+
const gt = (e) => Wt(e.chart.backgroundColor), Fi = ({ title: e }) => {
|
|
2214
2168
|
const { themeSettings: t } = R();
|
|
2215
|
-
return /* @__PURE__ */ o(
|
|
2216
|
-
},
|
|
2217
|
-
const [t, n] =
|
|
2218
|
-
n(
|
|
2169
|
+
return /* @__PURE__ */ o($e, { title: e, children: /* @__PURE__ */ o(Me, { disableTouchRipple: !0, $hoverColor: gt(t), children: /* @__PURE__ */ o(Hi, { fill: t.chart.textColor }) }) });
|
|
2170
|
+
}, Ai = ({ items: e }) => {
|
|
2171
|
+
const [t, n] = O(null), r = (l) => {
|
|
2172
|
+
n(l.currentTarget);
|
|
2219
2173
|
}, s = () => {
|
|
2220
2174
|
n(null);
|
|
2221
2175
|
}, { themeSettings: c } = R();
|
|
2222
2176
|
return /* @__PURE__ */ S(j, { children: [
|
|
2223
2177
|
/* @__PURE__ */ o(
|
|
2224
|
-
|
|
2178
|
+
Me,
|
|
2225
2179
|
{
|
|
2226
2180
|
onClick: r,
|
|
2227
|
-
$hoverColor:
|
|
2181
|
+
$hoverColor: gt(c),
|
|
2228
2182
|
"aria-label": "three dots button",
|
|
2229
|
-
children: /* @__PURE__ */ o(
|
|
2183
|
+
children: /* @__PURE__ */ o(Vn, { fill: c.chart.textColor })
|
|
2230
2184
|
}
|
|
2231
2185
|
),
|
|
2232
2186
|
/* @__PURE__ */ o(
|
|
2233
|
-
|
|
2187
|
+
_n,
|
|
2234
2188
|
{
|
|
2235
2189
|
anchorEl: t,
|
|
2236
2190
|
anchorOrigin: {
|
|
@@ -2243,11 +2197,11 @@ const ht = (e) => Ht(e.chart.backgroundColor), Wi = ({ title: e }) => {
|
|
|
2243
2197
|
},
|
|
2244
2198
|
open: !!t,
|
|
2245
2199
|
onClose: s,
|
|
2246
|
-
children: e.map((
|
|
2247
|
-
|
|
2200
|
+
children: e.map((l) => /* @__PURE__ */ S(
|
|
2201
|
+
Qn,
|
|
2248
2202
|
{
|
|
2249
2203
|
onClick: () => {
|
|
2250
|
-
|
|
2204
|
+
l.onClick(), s();
|
|
2251
2205
|
},
|
|
2252
2206
|
sx: {
|
|
2253
2207
|
fontSize: "13px",
|
|
@@ -2256,81 +2210,81 @@ const ht = (e) => Ht(e.chart.backgroundColor), Wi = ({ title: e }) => {
|
|
|
2256
2210
|
},
|
|
2257
2211
|
disableRipple: !0,
|
|
2258
2212
|
children: [
|
|
2259
|
-
|
|
2260
|
-
/* @__PURE__ */ o("div", { className: "csdk-ml-1", children:
|
|
2213
|
+
l.icon,
|
|
2214
|
+
/* @__PURE__ */ o("div", { className: "csdk-ml-1", children: l.title })
|
|
2261
2215
|
]
|
|
2262
2216
|
},
|
|
2263
|
-
|
|
2217
|
+
l.title
|
|
2264
2218
|
))
|
|
2265
2219
|
}
|
|
2266
2220
|
)
|
|
2267
2221
|
] });
|
|
2268
|
-
},
|
|
2269
|
-
const { themeSettings: t } = R(), { t: n } =
|
|
2270
|
-
return /* @__PURE__ */ o(
|
|
2271
|
-
},
|
|
2222
|
+
}, Oi = ({ onClick: e }) => {
|
|
2223
|
+
const { themeSettings: t } = R(), { t: n } = N();
|
|
2224
|
+
return /* @__PURE__ */ o($e, { title: n("ai.preview"), children: /* @__PURE__ */ o(Me, { onClick: e, $hoverColor: gt(t), children: /* @__PURE__ */ o(Pi, { fill: t.chart.textColor }) }) });
|
|
2225
|
+
}, Di = w.div`
|
|
2272
2226
|
display: flex;
|
|
2273
2227
|
padding-top: 6px;
|
|
2274
2228
|
padding-bottom: 6px;
|
|
2275
2229
|
`;
|
|
2276
|
-
function
|
|
2230
|
+
function qi({
|
|
2277
2231
|
infoTooltipText: e,
|
|
2278
2232
|
onRefresh: t,
|
|
2279
2233
|
onExpand: n
|
|
2280
2234
|
}) {
|
|
2281
|
-
const r =
|
|
2235
|
+
const r = D(
|
|
2282
2236
|
() => [
|
|
2283
2237
|
{
|
|
2284
2238
|
title: "Refresh",
|
|
2285
2239
|
onClick: t,
|
|
2286
|
-
icon: /* @__PURE__ */ o(
|
|
2240
|
+
icon: /* @__PURE__ */ o(Bi, {})
|
|
2287
2241
|
}
|
|
2288
2242
|
],
|
|
2289
2243
|
[t]
|
|
2290
2244
|
);
|
|
2291
|
-
return /* @__PURE__ */ S(
|
|
2292
|
-
/* @__PURE__ */ o(
|
|
2293
|
-
/* @__PURE__ */ o(
|
|
2294
|
-
/* @__PURE__ */ o(
|
|
2245
|
+
return /* @__PURE__ */ S(Di, { "aria-label": "chatbot chart toolbar", children: [
|
|
2246
|
+
/* @__PURE__ */ o(Fi, { title: e != null ? e : "" }),
|
|
2247
|
+
/* @__PURE__ */ o(Ai, { items: r }),
|
|
2248
|
+
/* @__PURE__ */ o(Oi, { onClick: n })
|
|
2295
2249
|
] });
|
|
2296
2250
|
}
|
|
2297
|
-
function
|
|
2298
|
-
const [t, n] =
|
|
2299
|
-
const
|
|
2300
|
-
if (
|
|
2251
|
+
function zi({ content: e }) {
|
|
2252
|
+
const [t, n] = O(!1), { themeSettings: r } = R(), { inlineElement: s, expandedElement: c } = D(() => {
|
|
2253
|
+
const l = Oe(e, { useCustomizedStyleOptions: !0 });
|
|
2254
|
+
if (l === void 0 || !He(l))
|
|
2301
2255
|
throw new Ke("errors.otherWidgetTypesNotSupported");
|
|
2302
|
-
const { detailedDescription:
|
|
2256
|
+
const { detailedDescription: h } = e, { styleOptions: d } = l, g = {
|
|
2303
2257
|
cornerRadius: "Small",
|
|
2304
2258
|
header: {
|
|
2305
2259
|
renderToolbar: (i) => /* @__PURE__ */ o(
|
|
2306
|
-
|
|
2260
|
+
qi,
|
|
2307
2261
|
{
|
|
2308
|
-
infoTooltipText:
|
|
2262
|
+
infoTooltipText: h,
|
|
2309
2263
|
onRefresh: i,
|
|
2310
2264
|
onExpand: () => n(!0)
|
|
2311
2265
|
}
|
|
2312
2266
|
)
|
|
2313
2267
|
}
|
|
2314
2268
|
};
|
|
2315
|
-
let m,
|
|
2316
|
-
if (
|
|
2317
|
-
m = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(
|
|
2269
|
+
let m, x;
|
|
2270
|
+
if (hr(l.chartType))
|
|
2271
|
+
m = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(xe, L($({}, l), { styleOptions: g })) }), x = /* @__PURE__ */ o(xe, L($({}, l), { styleOptions: { header: { hidden: !0 } } }));
|
|
2318
2272
|
else {
|
|
2319
|
-
const i =
|
|
2273
|
+
const i = L($({}, d), {
|
|
2320
2274
|
header: { hidden: !0 }
|
|
2321
|
-
}), u =
|
|
2275
|
+
}), u = $(L($({}, d), {
|
|
2322
2276
|
legend: void 0,
|
|
2323
2277
|
xAxis: void 0,
|
|
2324
2278
|
yAxis: void 0
|
|
2325
|
-
}),
|
|
2326
|
-
delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
styleOptions:
|
|
2279
|
+
}), g);
|
|
2280
|
+
delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(xe, L($({}, l), { styleOptions: u })) }), x = /* @__PURE__ */ o(
|
|
2281
|
+
xe,
|
|
2282
|
+
L($({}, l), {
|
|
2283
|
+
styleOptions: $({ cornerRadius: "None" }, i)
|
|
2330
2284
|
})
|
|
2331
2285
|
);
|
|
2332
2286
|
}
|
|
2333
|
-
return { inlineElement: m, expandedElement:
|
|
2287
|
+
return { inlineElement: m, expandedElement: x };
|
|
2334
2288
|
}, [e]);
|
|
2335
2289
|
return /* @__PURE__ */ S(j, { children: [
|
|
2336
2290
|
s,
|
|
@@ -2350,7 +2304,7 @@ function Vi({ content: e }) {
|
|
|
2350
2304
|
children: [
|
|
2351
2305
|
/* @__PURE__ */ S("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
|
|
2352
2306
|
/* @__PURE__ */ o("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
|
|
2353
|
-
/* @__PURE__ */ o(
|
|
2307
|
+
/* @__PURE__ */ o(qt, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(Ii, { fillColor: r.aiChat.primaryTextColor }) })
|
|
2354
2308
|
] }),
|
|
2355
2309
|
/* @__PURE__ */ o("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: c })
|
|
2356
2310
|
]
|
|
@@ -2358,7 +2312,7 @@ function Vi({ content: e }) {
|
|
|
2358
2312
|
)
|
|
2359
2313
|
] });
|
|
2360
2314
|
}
|
|
2361
|
-
function
|
|
2315
|
+
function Wi({ theme: e }) {
|
|
2362
2316
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2363
2317
|
"path",
|
|
2364
2318
|
{
|
|
@@ -2369,20 +2323,20 @@ function Qi({ theme: e }) {
|
|
|
2369
2323
|
}
|
|
2370
2324
|
) });
|
|
2371
2325
|
}
|
|
2372
|
-
function
|
|
2373
|
-
const { themeSettings: n } = R(), { t: r } =
|
|
2374
|
-
return /* @__PURE__ */ o(
|
|
2375
|
-
|
|
2326
|
+
function Zi({ onClick: e, disabled: t }) {
|
|
2327
|
+
const { themeSettings: n } = R(), { t: r } = N();
|
|
2328
|
+
return /* @__PURE__ */ o($e, { title: r("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ o(
|
|
2329
|
+
Me,
|
|
2376
2330
|
{
|
|
2377
2331
|
"aria-label": "thumbs-down",
|
|
2378
2332
|
onClick: e,
|
|
2379
2333
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
2380
2334
|
disabled: t,
|
|
2381
|
-
children: /* @__PURE__ */ o(
|
|
2335
|
+
children: /* @__PURE__ */ o(Wi, { theme: n })
|
|
2382
2336
|
}
|
|
2383
2337
|
) });
|
|
2384
2338
|
}
|
|
2385
|
-
function
|
|
2339
|
+
function ji({ theme: e }) {
|
|
2386
2340
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2387
2341
|
"path",
|
|
2388
2342
|
{
|
|
@@ -2393,47 +2347,34 @@ function Ki({ theme: e }) {
|
|
|
2393
2347
|
}
|
|
2394
2348
|
) });
|
|
2395
2349
|
}
|
|
2396
|
-
function
|
|
2397
|
-
const { themeSettings: n } = R(), { t: r } =
|
|
2398
|
-
return /* @__PURE__ */ o(
|
|
2399
|
-
|
|
2350
|
+
function Ui({ onClick: e, disabled: t }) {
|
|
2351
|
+
const { themeSettings: n } = R(), { t: r } = N();
|
|
2352
|
+
return /* @__PURE__ */ o($e, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ o(
|
|
2353
|
+
Me,
|
|
2400
2354
|
{
|
|
2401
2355
|
"aria-label": "thumbs-up",
|
|
2402
2356
|
onClick: e,
|
|
2403
2357
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
2404
2358
|
disabled: t,
|
|
2405
|
-
children: /* @__PURE__ */ o(
|
|
2359
|
+
children: /* @__PURE__ */ o(ji, { theme: n })
|
|
2406
2360
|
}
|
|
2407
2361
|
) });
|
|
2408
2362
|
}
|
|
2409
|
-
const
|
|
2410
|
-
const [e, t] = A(!1), n = he(null), r = I(() => {
|
|
2411
|
-
t(!0);
|
|
2412
|
-
}, []), s = I(() => {
|
|
2413
|
-
t(!1);
|
|
2414
|
-
}, []);
|
|
2415
|
-
return [I(
|
|
2416
|
-
(a) => {
|
|
2417
|
-
var p;
|
|
2418
|
-
((p = n.current) == null ? void 0 : p.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", s)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", s)), n.current = a;
|
|
2419
|
-
},
|
|
2420
|
-
[r, s]
|
|
2421
|
-
), e];
|
|
2422
|
-
}, Ji = w.div`
|
|
2363
|
+
const Gi = w.div`
|
|
2423
2364
|
display: flex;
|
|
2424
2365
|
flex-direction: column;
|
|
2425
2366
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
2426
2367
|
`;
|
|
2427
|
-
function
|
|
2428
|
-
const [n, r] =
|
|
2429
|
-
(
|
|
2430
|
-
r(!0), t(
|
|
2368
|
+
function Vi({ visible: e, onSend: t }) {
|
|
2369
|
+
const [n, r] = O(!1), s = F(
|
|
2370
|
+
(l) => {
|
|
2371
|
+
r(!0), t(l === "up" ? 1 : -1);
|
|
2431
2372
|
},
|
|
2432
2373
|
[t]
|
|
2433
2374
|
), c = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
|
|
2434
2375
|
return e ? /* @__PURE__ */ S("div", { className: `csdk-flex csdk-items-center ${c}`, children: [
|
|
2435
|
-
/* @__PURE__ */ o(
|
|
2436
|
-
/* @__PURE__ */ o(
|
|
2376
|
+
/* @__PURE__ */ o(Ui, { onClick: () => s("up"), disabled: n }),
|
|
2377
|
+
/* @__PURE__ */ o(Zi, { onClick: () => s("down"), disabled: n })
|
|
2437
2378
|
] }) : null;
|
|
2438
2379
|
}
|
|
2439
2380
|
function et({
|
|
@@ -2443,63 +2384,71 @@ function et({
|
|
|
2443
2384
|
buttonVisibility: r = "onHover",
|
|
2444
2385
|
renderContent: s
|
|
2445
2386
|
}) {
|
|
2446
|
-
const c =
|
|
2447
|
-
|
|
2448
|
-
(
|
|
2387
|
+
const c = te(), l = Kn(
|
|
2388
|
+
F(
|
|
2389
|
+
(x) => {
|
|
2449
2390
|
c && c.ai.sendFeedback({
|
|
2450
2391
|
sourceId: e,
|
|
2451
2392
|
type: n,
|
|
2452
2393
|
data: t,
|
|
2453
|
-
rating:
|
|
2394
|
+
rating: x
|
|
2454
2395
|
});
|
|
2455
2396
|
},
|
|
2456
2397
|
[c, e, t, n]
|
|
2457
2398
|
),
|
|
2458
2399
|
200
|
|
2459
|
-
), [
|
|
2460
|
-
return /* @__PURE__ */ o(
|
|
2400
|
+
), [h, d] = Xn(), g = D(() => r === "onHover" ? d : r !== "never", [d, r]), { themeSettings: m } = R();
|
|
2401
|
+
return /* @__PURE__ */ o(Gi, { ref: h, theme: m, children: s(/* @__PURE__ */ o(Vi, { onSend: l, visible: g })) });
|
|
2461
2402
|
}
|
|
2462
|
-
const
|
|
2463
|
-
function
|
|
2464
|
-
const [t, n] =
|
|
2403
|
+
const Qi = 18, _i = 5, Et = Qi * _i;
|
|
2404
|
+
function ft({ text: e }) {
|
|
2405
|
+
const [t, n] = O(!0), [r, s] = O(!1), { t: c } = N(), l = ve(null);
|
|
2465
2406
|
return Be(() => {
|
|
2466
|
-
|
|
2467
|
-
}, [e]), /* @__PURE__ */ S("div", { children: [
|
|
2468
|
-
/* @__PURE__ */ o(
|
|
2407
|
+
l.current && s(l.current.scrollHeight > Et);
|
|
2408
|
+
}, [e]), /* @__PURE__ */ S("div", { className: "csdk-min-w-0 csdk-flex-1", children: [
|
|
2409
|
+
/* @__PURE__ */ o(
|
|
2410
|
+
"div",
|
|
2411
|
+
{
|
|
2412
|
+
ref: l,
|
|
2413
|
+
className: `csdk-whitespace-pre-wrap ${t ? "csdk-overflow-hidden" : ""}`,
|
|
2414
|
+
style: t ? { maxHeight: Et } : void 0,
|
|
2415
|
+
children: e
|
|
2416
|
+
}
|
|
2417
|
+
),
|
|
2469
2418
|
r && /* @__PURE__ */ o("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ o(
|
|
2470
2419
|
"div",
|
|
2471
2420
|
{
|
|
2472
2421
|
className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
|
|
2473
|
-
onClick: () => n((
|
|
2422
|
+
onClick: () => n((h) => !h),
|
|
2474
2423
|
children: c(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
|
|
2475
2424
|
}
|
|
2476
2425
|
) })
|
|
2477
2426
|
] });
|
|
2478
2427
|
}
|
|
2479
|
-
function
|
|
2480
|
-
const { data: t, isLoading: n, isError: r } = De(e), { t: s } =
|
|
2481
|
-
return n ? /* @__PURE__ */ o(
|
|
2428
|
+
function Ki({ nlgRequest: e }) {
|
|
2429
|
+
const { data: t, isLoading: n, isError: r } = De(e), { t: s } = N();
|
|
2430
|
+
return n ? /* @__PURE__ */ o(ut, {}) : r ? /* @__PURE__ */ o(ae, { align: "left", children: s("ai.errors.unexpected") }) : /* @__PURE__ */ o(ae, { align: "full", children: /* @__PURE__ */ o(ft, { text: t != null ? t : s("ai.errors.insightsNotAvailable") }) });
|
|
2482
2431
|
}
|
|
2483
|
-
const
|
|
2432
|
+
const It = w.div`
|
|
2484
2433
|
display: flex;
|
|
2485
2434
|
align-items: center;
|
|
2486
2435
|
column-gap: 10px;
|
|
2487
|
-
`,
|
|
2488
|
-
function
|
|
2489
|
-
const { chatMode: n = "analyze", enableInsights: r } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations:
|
|
2490
|
-
console.debug(`JAQL for ${c}`,
|
|
2491
|
-
const m = "chartType" in
|
|
2492
|
-
let
|
|
2493
|
-
|
|
2494
|
-
const i =
|
|
2495
|
-
|
|
2496
|
-
}, []),
|
|
2436
|
+
`, Xi = (e) => !!e && "aeiou".includes(e[0]);
|
|
2437
|
+
function Yi({ data: e, alwaysShowFeedback: t }) {
|
|
2438
|
+
const { chatMode: n = "analyze", enableInsights: r } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations: l, jaql: h, userMsg: d, clarification: g = "" } = e;
|
|
2439
|
+
console.debug(`JAQL for ${c}`, h), console.debug(`chart recommendations for ${c}`, l);
|
|
2440
|
+
const m = "chartType" in l ? l.chartType : "table";
|
|
2441
|
+
let x;
|
|
2442
|
+
Xi(m) ? x = `an ${m}` : x = `a ${m}`, m !== "table" && (x += " chart");
|
|
2443
|
+
const i = h.datasource.title, [u, a] = O(!1), f = F(() => {
|
|
2444
|
+
a((k) => !k);
|
|
2445
|
+
}, []), p = {
|
|
2497
2446
|
jaql: {
|
|
2498
|
-
datasource:
|
|
2499
|
-
metadata:
|
|
2447
|
+
datasource: h.datasource,
|
|
2448
|
+
metadata: h.metadata
|
|
2500
2449
|
}
|
|
2501
|
-
},
|
|
2502
|
-
` : ""}${
|
|
2450
|
+
}, b = n === "analyze", v = `${d}${d && g ? `
|
|
2451
|
+
` : ""}${g}`;
|
|
2503
2452
|
return /* @__PURE__ */ S(j, { children: [
|
|
2504
2453
|
/* @__PURE__ */ o(
|
|
2505
2454
|
et,
|
|
@@ -2509,11 +2458,11 @@ function o1({ data: e, alwaysShowFeedback: t }) {
|
|
|
2509
2458
|
type: "chats/nlq",
|
|
2510
2459
|
buttonVisibility: t ? "always" : "onHover",
|
|
2511
2460
|
renderContent: (k) => /* @__PURE__ */ S(j, { children: [
|
|
2512
|
-
/* @__PURE__ */ S(
|
|
2513
|
-
/* @__PURE__ */ o(bn, { align: "left", theme: s, children: v || `Here's ${
|
|
2461
|
+
/* @__PURE__ */ S(It, { children: [
|
|
2462
|
+
/* @__PURE__ */ o(bn, { align: "left", theme: s, children: v || `Here's ${x} showing ${ki(c)}.` }),
|
|
2514
2463
|
k
|
|
2515
2464
|
] }),
|
|
2516
|
-
|
|
2465
|
+
b && /* @__PURE__ */ o(zi, { content: e })
|
|
2517
2466
|
] })
|
|
2518
2467
|
}
|
|
2519
2468
|
),
|
|
@@ -2521,41 +2470,41 @@ function o1({ data: e, alwaysShowFeedback: t }) {
|
|
|
2521
2470
|
et,
|
|
2522
2471
|
{
|
|
2523
2472
|
sourceId: i,
|
|
2524
|
-
data:
|
|
2473
|
+
data: p,
|
|
2525
2474
|
type: "nlg/queryResult",
|
|
2526
2475
|
buttonVisibility: u ? "onHover" : "never",
|
|
2527
2476
|
renderContent: (k) => /* @__PURE__ */ S(j, { children: [
|
|
2528
|
-
/* @__PURE__ */ S(
|
|
2529
|
-
/* @__PURE__ */ o(
|
|
2477
|
+
/* @__PURE__ */ S(It, { children: [
|
|
2478
|
+
/* @__PURE__ */ o(Si, { onClick: f }),
|
|
2530
2479
|
k
|
|
2531
2480
|
] }),
|
|
2532
|
-
u && /* @__PURE__ */ o(
|
|
2481
|
+
u && /* @__PURE__ */ o(Ki, { nlgRequest: p })
|
|
2533
2482
|
] })
|
|
2534
2483
|
}
|
|
2535
2484
|
)
|
|
2536
2485
|
] });
|
|
2537
2486
|
}
|
|
2538
|
-
function
|
|
2539
|
-
if (
|
|
2487
|
+
function Ji({ message: e, isLastMessage: t }) {
|
|
2488
|
+
if (dt(e)) {
|
|
2540
2489
|
const r = JSON.parse(e.content);
|
|
2541
|
-
return /* @__PURE__ */ o(
|
|
2490
|
+
return /* @__PURE__ */ o(Yi, { data: r, alwaysShowFeedback: t });
|
|
2542
2491
|
}
|
|
2543
|
-
const n =
|
|
2492
|
+
const n = Nr(e) ? JSON.parse(e.content).answer : e.content;
|
|
2544
2493
|
return /* @__PURE__ */ o(ae, { align: e.role === "user" ? "right" : "left", children: n });
|
|
2545
2494
|
}
|
|
2546
|
-
const
|
|
2495
|
+
const e1 = Zt(Ji), t1 = ({
|
|
2547
2496
|
error: e,
|
|
2548
2497
|
displayMessage: t
|
|
2549
2498
|
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(ae, { align: "left", children: t }));
|
|
2550
|
-
function
|
|
2551
|
-
const { t } =
|
|
2499
|
+
function n1({ messages: e }) {
|
|
2500
|
+
const { t } = N();
|
|
2552
2501
|
return /* @__PURE__ */ o(j, { children: e.map((n, r) => /* @__PURE__ */ o(
|
|
2553
2502
|
Yn,
|
|
2554
2503
|
{
|
|
2555
|
-
fallbackRender: (s) =>
|
|
2504
|
+
fallbackRender: (s) => t1(L($({}, s), {
|
|
2556
2505
|
displayMessage: t("ai.errors.unexpected")
|
|
2557
2506
|
})),
|
|
2558
|
-
children: /* @__PURE__ */ o(
|
|
2507
|
+
children: /* @__PURE__ */ o(e1, { message: n, isLastMessage: r === e.length - 1 }, r)
|
|
2559
2508
|
},
|
|
2560
2509
|
r
|
|
2561
2510
|
)) });
|
|
@@ -2579,7 +2528,7 @@ function kn({ color: e }) {
|
|
|
2579
2528
|
}
|
|
2580
2529
|
);
|
|
2581
2530
|
}
|
|
2582
|
-
function
|
|
2531
|
+
function r1({ onClick: e, color: t }) {
|
|
2583
2532
|
return /* @__PURE__ */ o(
|
|
2584
2533
|
"div",
|
|
2585
2534
|
{
|
|
@@ -2590,7 +2539,7 @@ function c1({ onClick: e, color: t }) {
|
|
|
2590
2539
|
}
|
|
2591
2540
|
);
|
|
2592
2541
|
}
|
|
2593
|
-
function
|
|
2542
|
+
function o1() {
|
|
2594
2543
|
const { themeSettings: e } = R();
|
|
2595
2544
|
return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
|
|
2596
2545
|
"path",
|
|
@@ -2602,10 +2551,10 @@ function d1() {
|
|
|
2602
2551
|
}
|
|
2603
2552
|
) });
|
|
2604
2553
|
}
|
|
2605
|
-
const
|
|
2606
|
-
const n = new
|
|
2554
|
+
const i1 = (e, t) => {
|
|
2555
|
+
const n = new sr(e);
|
|
2607
2556
|
return n.alpha = t, n;
|
|
2608
|
-
},
|
|
2557
|
+
}, s1 = w.div`
|
|
2609
2558
|
font-size: inherit;
|
|
2610
2559
|
line-height: inherit;
|
|
2611
2560
|
padding-left: 8px;
|
|
@@ -2613,7 +2562,7 @@ const u1 = (e, t) => {
|
|
|
2613
2562
|
padding-top: 4px;
|
|
2614
2563
|
border-radius: 16px;
|
|
2615
2564
|
margin-bottom: 4px;
|
|
2616
|
-
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${
|
|
2565
|
+
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${i1(e.aiChat.primaryTextColor, 0.2)}`};
|
|
2617
2566
|
cursor: pointer;
|
|
2618
2567
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
|
|
2619
2568
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
|
|
@@ -2622,10 +2571,10 @@ const u1 = (e, t) => {
|
|
|
2622
2571
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
|
|
2623
2572
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
|
|
2624
2573
|
box-shadow: none;
|
|
2625
|
-
`,
|
|
2574
|
+
`, a1 = ({ onClick: e }) => {
|
|
2626
2575
|
const { themeSettings: t } = R();
|
|
2627
|
-
return /* @__PURE__ */ o(
|
|
2628
|
-
},
|
|
2576
|
+
return /* @__PURE__ */ o(s1, { theme: t, onClick: e, children: /* @__PURE__ */ o(o1, {}) });
|
|
2577
|
+
}, l1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(Ot, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ o(a1, { onClick: t }) }), c1 = w.button`
|
|
2629
2578
|
font-size: inherit;
|
|
2630
2579
|
line-height: inherit;
|
|
2631
2580
|
box-sizing: border-box;
|
|
@@ -2652,7 +2601,7 @@ const u1 = (e, t) => {
|
|
|
2652
2601
|
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
2653
2602
|
if (t) {
|
|
2654
2603
|
const [r, s] = t;
|
|
2655
|
-
return
|
|
2604
|
+
return z`
|
|
2656
2605
|
border: none;
|
|
2657
2606
|
position: relative;
|
|
2658
2607
|
border-radius: ${n};
|
|
@@ -2675,24 +2624,24 @@ const u1 = (e, t) => {
|
|
|
2675
2624
|
return "";
|
|
2676
2625
|
}}
|
|
2677
2626
|
`;
|
|
2678
|
-
function
|
|
2627
|
+
function Nt({ question: e, onClick: t }) {
|
|
2679
2628
|
const { themeSettings: n } = R();
|
|
2680
|
-
return /* @__PURE__ */ o(
|
|
2629
|
+
return /* @__PURE__ */ o(c1, { onClick: t, theme: n, children: e });
|
|
2681
2630
|
}
|
|
2682
|
-
const
|
|
2631
|
+
const d1 = w.div`
|
|
2683
2632
|
display: flex;
|
|
2684
2633
|
flex-direction: column;
|
|
2685
2634
|
align-items: flex-start;
|
|
2686
2635
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2687
2636
|
`;
|
|
2688
|
-
function
|
|
2689
|
-
const { t: n } =
|
|
2690
|
-
return /* @__PURE__ */ S(
|
|
2691
|
-
c.map((
|
|
2692
|
-
c.length < e.length && /* @__PURE__ */ o(
|
|
2637
|
+
function u1({ questions: e, onSelection: t }) {
|
|
2638
|
+
const { t: n } = N(), [r, s] = O(!0), c = D(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: l } = R();
|
|
2639
|
+
return /* @__PURE__ */ S(d1, { "aria-label": "list of suggested questions", theme: l, children: [
|
|
2640
|
+
c.map((h) => /* @__PURE__ */ o(Nt, { question: h, onClick: () => t(h) }, h)),
|
|
2641
|
+
c.length < e.length && /* @__PURE__ */ o(Nt, { question: n("ai.buttons.seeMore"), onClick: () => s(!1) })
|
|
2693
2642
|
] });
|
|
2694
2643
|
}
|
|
2695
|
-
const
|
|
2644
|
+
const h1 = w.div`
|
|
2696
2645
|
width: 283px;
|
|
2697
2646
|
height: 32px;
|
|
2698
2647
|
border-radius: 10px;
|
|
@@ -2716,23 +2665,23 @@ const b1 = w.div`
|
|
|
2716
2665
|
background-position: -200% 0;
|
|
2717
2666
|
}
|
|
2718
2667
|
}
|
|
2719
|
-
`,
|
|
2668
|
+
`, p1 = w.div`
|
|
2720
2669
|
display: flex;
|
|
2721
2670
|
flex-direction: column;
|
|
2722
2671
|
row-gap: 1rem;
|
|
2723
2672
|
`;
|
|
2724
|
-
function
|
|
2673
|
+
function g1() {
|
|
2725
2674
|
const { themeSettings: e } = R();
|
|
2726
|
-
return /* @__PURE__ */ o(
|
|
2675
|
+
return /* @__PURE__ */ o(p1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(h1, { theme: e }, n)) });
|
|
2727
2676
|
}
|
|
2728
|
-
function
|
|
2677
|
+
function f1({ questions: e, isLoading: t, onSelection: n }) {
|
|
2729
2678
|
const r = e.length > 0, { suggestionsWelcomeText: s } = ne();
|
|
2730
|
-
return t ? /* @__PURE__ */ o(
|
|
2679
|
+
return t ? /* @__PURE__ */ o(g1, {}) : r ? /* @__PURE__ */ S(j, { children: [
|
|
2731
2680
|
s && /* @__PURE__ */ o(ae, { align: "left", children: s }),
|
|
2732
|
-
/* @__PURE__ */ o(
|
|
2681
|
+
/* @__PURE__ */ o(u1, { onSelection: n, questions: e })
|
|
2733
2682
|
] }) : null;
|
|
2734
2683
|
}
|
|
2735
|
-
const
|
|
2684
|
+
const C1 = w.div`
|
|
2736
2685
|
display: flex;
|
|
2737
2686
|
flex-direction: column;
|
|
2738
2687
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
@@ -2743,7 +2692,7 @@ const k1 = w.div`
|
|
|
2743
2692
|
padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
|
|
2744
2693
|
flex: initial;
|
|
2745
2694
|
height: 100%;
|
|
2746
|
-
`,
|
|
2695
|
+
`, m1 = w.div`
|
|
2747
2696
|
padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
|
|
2748
2697
|
padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
|
|
2749
2698
|
padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
|
|
@@ -2751,137 +2700,137 @@ const k1 = w.div`
|
|
|
2751
2700
|
display: flex;
|
|
2752
2701
|
flex-direction: column;
|
|
2753
2702
|
row-gap: 6px;
|
|
2754
|
-
`,
|
|
2703
|
+
`, b1 = w.div`
|
|
2755
2704
|
display: flex;
|
|
2756
2705
|
flex-direction: column;
|
|
2757
2706
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2758
2707
|
`;
|
|
2759
|
-
function
|
|
2760
|
-
var de, oe,
|
|
2761
|
-
const { t: r } =
|
|
2708
|
+
function y1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
|
|
2709
|
+
var de, oe, Te, Re;
|
|
2710
|
+
const { t: r } = N(), {
|
|
2762
2711
|
enableFollowupQuestions: s,
|
|
2763
2712
|
enableHeader: c,
|
|
2764
|
-
numOfRecentPrompts:
|
|
2765
|
-
numOfRecommendations:
|
|
2713
|
+
numOfRecentPrompts: l,
|
|
2714
|
+
numOfRecommendations: h,
|
|
2766
2715
|
customPrompt: d
|
|
2767
|
-
} = ne(), { themeSettings:
|
|
2768
|
-
data:
|
|
2716
|
+
} = ne(), { themeSettings: g } = R(), { quotaState: m } = Jn(), {
|
|
2717
|
+
data: x,
|
|
2769
2718
|
isLoading: i,
|
|
2770
2719
|
isError: u
|
|
2771
2720
|
} = Vt({
|
|
2772
2721
|
contextTitle: e,
|
|
2773
|
-
count:
|
|
2722
|
+
count: h,
|
|
2774
2723
|
customPrompt: d
|
|
2775
|
-
}),
|
|
2776
|
-
() =>
|
|
2777
|
-
[
|
|
2724
|
+
}), a = D(
|
|
2725
|
+
() => x == null ? void 0 : x.map((H) => H.nlqPrompt),
|
|
2726
|
+
[x]
|
|
2778
2727
|
), {
|
|
2779
2728
|
history: f,
|
|
2780
|
-
lastNlqResponse:
|
|
2781
|
-
isAwaitingResponse:
|
|
2729
|
+
lastNlqResponse: p,
|
|
2730
|
+
isAwaitingResponse: b,
|
|
2782
2731
|
sendMessage: v,
|
|
2783
2732
|
isLoading: k,
|
|
2784
|
-
chatId:
|
|
2785
|
-
lastError:
|
|
2786
|
-
} =
|
|
2787
|
-
|
|
2788
|
-
},
|
|
2789
|
-
if (!(
|
|
2790
|
-
const { scrollTop:
|
|
2791
|
-
if (
|
|
2792
|
-
const
|
|
2793
|
-
Z !==
|
|
2733
|
+
chatId: E,
|
|
2734
|
+
lastError: T
|
|
2735
|
+
} = Pr(e, n), M = b || k || ((de = m == null ? void 0 : m.isExceeded) != null ? de : !1), { mutate: I, isLoading: B } = Kt(E), [le, V] = O(!1), [Z, Q] = O(!1), _ = () => V(!0), q = () => V(!1), J = () => {
|
|
2736
|
+
I(), q();
|
|
2737
|
+
}, P = ve(null), U = ve(null), W = () => {
|
|
2738
|
+
if (!(P != null && P.current)) return;
|
|
2739
|
+
const { scrollTop: H, clientHeight: K, scrollHeight: Le } = P.current;
|
|
2740
|
+
if (H === void 0 || K === void 0 || Le === void 0) return;
|
|
2741
|
+
const Ee = Le - H - K > K / 2;
|
|
2742
|
+
Z !== Ee && Q(Ee);
|
|
2794
2743
|
};
|
|
2795
2744
|
Be(() => {
|
|
2796
|
-
|
|
2797
|
-
}, [f, le,
|
|
2798
|
-
const G =
|
|
2745
|
+
P.current && (P.current.scrollTop = P.current.scrollHeight);
|
|
2746
|
+
}, [f, le, b]);
|
|
2747
|
+
const G = ve(null), re = c ? /* @__PURE__ */ o(
|
|
2799
2748
|
Jt,
|
|
2800
2749
|
{
|
|
2801
2750
|
ref: G,
|
|
2802
2751
|
title: e,
|
|
2803
|
-
leftNav: t && /* @__PURE__ */ o(
|
|
2804
|
-
style:
|
|
2752
|
+
leftNav: t && /* @__PURE__ */ o(r1, { onClick: t, color: g.aiChat.header.textColor }),
|
|
2753
|
+
style: g.aiChat.header
|
|
2805
2754
|
}
|
|
2806
|
-
) : null,
|
|
2755
|
+
) : null, fe = D(
|
|
2807
2756
|
() => [
|
|
2808
2757
|
...new Set(
|
|
2809
|
-
f.filter((
|
|
2758
|
+
f.filter((H) => H.role === "user").filter((H) => !(a != null && a.includes(H.content))).map((H) => H.content).reverse()
|
|
2810
2759
|
)
|
|
2811
|
-
].slice(0,
|
|
2812
|
-
[f,
|
|
2760
|
+
].slice(0, l),
|
|
2761
|
+
[f, l, a]
|
|
2813
2762
|
);
|
|
2814
|
-
return (
|
|
2763
|
+
return (T == null ? void 0 : T.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(j, { children: [
|
|
2815
2764
|
c && re,
|
|
2816
|
-
/* @__PURE__ */ o(Yt, { text:
|
|
2765
|
+
/* @__PURE__ */ o(Yt, { text: T.message })
|
|
2817
2766
|
] }) : /* @__PURE__ */ S(j, { children: [
|
|
2818
2767
|
re,
|
|
2819
2768
|
/* @__PURE__ */ o(er, {}),
|
|
2820
|
-
/* @__PURE__ */ S(
|
|
2769
|
+
/* @__PURE__ */ S(C1, { ref: P, theme: g, onScroll: W, children: [
|
|
2821
2770
|
/* @__PURE__ */ o(
|
|
2822
|
-
|
|
2771
|
+
l1,
|
|
2823
2772
|
{
|
|
2824
2773
|
isVisible: Z,
|
|
2825
2774
|
anchorElement: U.current,
|
|
2826
2775
|
onClick: () => {
|
|
2827
|
-
var
|
|
2828
|
-
(
|
|
2829
|
-
top: (
|
|
2776
|
+
var H, K;
|
|
2777
|
+
(K = P.current) == null || K.scroll({
|
|
2778
|
+
top: (H = P.current) == null ? void 0 : H.scrollHeight,
|
|
2830
2779
|
behavior: "smooth"
|
|
2831
2780
|
});
|
|
2832
2781
|
}
|
|
2833
2782
|
}
|
|
2834
2783
|
),
|
|
2835
|
-
/* @__PURE__ */ o(
|
|
2784
|
+
/* @__PURE__ */ o(bi, {}),
|
|
2836
2785
|
/* @__PURE__ */ o(
|
|
2837
|
-
|
|
2786
|
+
f1,
|
|
2838
2787
|
{
|
|
2839
|
-
questions:
|
|
2788
|
+
questions: a || [],
|
|
2840
2789
|
isLoading: i,
|
|
2841
2790
|
onSelection: v
|
|
2842
2791
|
}
|
|
2843
2792
|
),
|
|
2844
|
-
|
|
2845
|
-
k ? /* @__PURE__ */ o(qe, {}) : /* @__PURE__ */ o(
|
|
2846
|
-
s &&
|
|
2793
|
+
T && /* @__PURE__ */ o(ae, { align: "left", children: T.message }),
|
|
2794
|
+
k ? /* @__PURE__ */ o(qe, {}) : /* @__PURE__ */ o(n1, { messages: f }),
|
|
2795
|
+
s && p && ((Te = (oe = p.followupQuestions) == null ? void 0 : oe.length) != null ? Te : 0) > 0 && /* @__PURE__ */ o(b1, { theme: g, children: (Re = p.followupQuestions) == null ? void 0 : Re.slice(0, 2).map((H, K) => /* @__PURE__ */ o(
|
|
2847
2796
|
Fe,
|
|
2848
2797
|
{
|
|
2849
2798
|
align: "left",
|
|
2850
2799
|
onClick: () => {
|
|
2851
|
-
v(
|
|
2800
|
+
v(H);
|
|
2852
2801
|
},
|
|
2853
|
-
children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children:
|
|
2802
|
+
children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children: H })
|
|
2854
2803
|
},
|
|
2855
|
-
|
|
2804
|
+
K
|
|
2856
2805
|
)) }),
|
|
2857
|
-
(
|
|
2806
|
+
(b || B) && /* @__PURE__ */ o(ut, {}),
|
|
2858
2807
|
le && /* @__PURE__ */ o(
|
|
2859
|
-
|
|
2808
|
+
vi,
|
|
2860
2809
|
{
|
|
2861
|
-
onCancel:
|
|
2862
|
-
onConfirm:
|
|
2810
|
+
onCancel: q,
|
|
2811
|
+
onConfirm: J
|
|
2863
2812
|
}
|
|
2864
2813
|
)
|
|
2865
2814
|
] }),
|
|
2866
|
-
/* @__PURE__ */ S(
|
|
2815
|
+
/* @__PURE__ */ S(m1, { ref: U, theme: g, children: [
|
|
2867
2816
|
/* @__PURE__ */ o(
|
|
2868
|
-
|
|
2817
|
+
ro,
|
|
2869
2818
|
{
|
|
2870
2819
|
onSendMessage: v,
|
|
2871
|
-
disabled:
|
|
2872
|
-
onClearHistoryClick:
|
|
2873
|
-
suggestions:
|
|
2874
|
-
recentPrompts:
|
|
2820
|
+
disabled: M,
|
|
2821
|
+
onClearHistoryClick: _,
|
|
2822
|
+
suggestions: a || [],
|
|
2823
|
+
recentPrompts: fe,
|
|
2875
2824
|
isLoading: i || k,
|
|
2876
2825
|
recommendationsError: u,
|
|
2877
|
-
onChange:
|
|
2826
|
+
onChange: q
|
|
2878
2827
|
}
|
|
2879
2828
|
),
|
|
2880
|
-
/* @__PURE__ */ o(
|
|
2829
|
+
/* @__PURE__ */ o(zr, { theme: g })
|
|
2881
2830
|
] })
|
|
2882
2831
|
] });
|
|
2883
2832
|
}
|
|
2884
|
-
const
|
|
2833
|
+
const x1 = w.button`
|
|
2885
2834
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2886
2835
|
padding: 20px;
|
|
2887
2836
|
border: none;
|
|
@@ -2894,38 +2843,38 @@ const T1 = w.button`
|
|
|
2894
2843
|
cursor: pointer;
|
|
2895
2844
|
|
|
2896
2845
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
|
|
2897
|
-
`,
|
|
2846
|
+
`, v1 = w.div`
|
|
2898
2847
|
font-size: 1.05rem;
|
|
2899
2848
|
line-height: 28px;
|
|
2900
2849
|
|
|
2901
2850
|
color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
|
|
2902
|
-
`,
|
|
2851
|
+
`, k1 = w.div`
|
|
2903
2852
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
2904
2853
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
2905
2854
|
|
|
2906
|
-
color: ${({ theme: e }) =>
|
|
2907
|
-
`,
|
|
2855
|
+
color: ${({ theme: e }) => Wt(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
2856
|
+
`, w1 = w.div`
|
|
2908
2857
|
width: 16px;
|
|
2909
2858
|
height: 16px;
|
|
2910
2859
|
transform: rotate(180deg);
|
|
2911
2860
|
`;
|
|
2912
|
-
function
|
|
2861
|
+
function S1(e) {
|
|
2913
2862
|
const { title: t, description: n, onClick: r } = e, { themeSettings: s } = R();
|
|
2914
|
-
return /* @__PURE__ */ S(
|
|
2863
|
+
return /* @__PURE__ */ S(x1, { onClick: r, theme: s, children: [
|
|
2915
2864
|
/* @__PURE__ */ S("div", { children: [
|
|
2916
|
-
/* @__PURE__ */ o(
|
|
2917
|
-
/* @__PURE__ */ o(
|
|
2865
|
+
/* @__PURE__ */ o(v1, { theme: s, children: t }),
|
|
2866
|
+
/* @__PURE__ */ o(k1, { theme: s, children: n })
|
|
2918
2867
|
] }),
|
|
2919
|
-
/* @__PURE__ */ o(
|
|
2868
|
+
/* @__PURE__ */ o(w1, { children: /* @__PURE__ */ o(kn, { color: s.aiChat.icons.color }) })
|
|
2920
2869
|
] });
|
|
2921
2870
|
}
|
|
2922
|
-
const
|
|
2871
|
+
const $1 = w.div`
|
|
2923
2872
|
padding: 20px;
|
|
2924
2873
|
display: flex;
|
|
2925
2874
|
flex-direction: column;
|
|
2926
2875
|
gap: 20px;
|
|
2927
2876
|
overflow: auto;
|
|
2928
|
-
`,
|
|
2877
|
+
`, M1 = w.div`
|
|
2929
2878
|
font-size: 24px;
|
|
2930
2879
|
line-height: 32px;
|
|
2931
2880
|
font-weight: 600;
|
|
@@ -2933,28 +2882,28 @@ const N1 = w.div`
|
|
|
2933
2882
|
padding-bottom: 4px;
|
|
2934
2883
|
|
|
2935
2884
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2936
|
-
`,
|
|
2885
|
+
`, T1 = w.div`
|
|
2937
2886
|
font-size: 15px;
|
|
2938
2887
|
line-height: 22px;
|
|
2939
2888
|
|
|
2940
2889
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2941
2890
|
`;
|
|
2942
|
-
function
|
|
2943
|
-
const { dataTopics: t } = e, { themeSettings: n } = R(), { t: r } =
|
|
2944
|
-
return /* @__PURE__ */ S(
|
|
2945
|
-
/* @__PURE__ */ o(
|
|
2946
|
-
/* @__PURE__ */ S(
|
|
2891
|
+
function R1(e) {
|
|
2892
|
+
const { dataTopics: t } = e, { themeSettings: n } = R(), { t: r } = N();
|
|
2893
|
+
return /* @__PURE__ */ S($1, { children: [
|
|
2894
|
+
/* @__PURE__ */ o(M1, { theme: n, children: r("ai.dataTopics") }),
|
|
2895
|
+
/* @__PURE__ */ S(T1, { theme: n, children: [
|
|
2947
2896
|
r("ai.chatbotDescription"),
|
|
2948
2897
|
/* @__PURE__ */ o("br", {}),
|
|
2949
2898
|
/* @__PURE__ */ o("br", {}),
|
|
2950
2899
|
r("ai.topicSelectPrompt")
|
|
2951
2900
|
] }),
|
|
2952
|
-
t.map((s) => /* @__PURE__ */ tr(
|
|
2901
|
+
t.map((s) => /* @__PURE__ */ tr(S1, L($({}, s), { key: s.title })))
|
|
2953
2902
|
] });
|
|
2954
2903
|
}
|
|
2955
|
-
const
|
|
2956
|
-
function
|
|
2957
|
-
const t = e ?
|
|
2904
|
+
const L1 = "#000000", E1 = "#FFFFFF";
|
|
2905
|
+
function I1({ isDarkBackground: e = !1 }) {
|
|
2906
|
+
const t = e ? E1 : L1;
|
|
2958
2907
|
return /* @__PURE__ */ S(
|
|
2959
2908
|
"svg",
|
|
2960
2909
|
{
|
|
@@ -3080,10 +3029,10 @@ function A1({ isDarkBackground: e = !1 }) {
|
|
|
3080
3029
|
}
|
|
3081
3030
|
);
|
|
3082
3031
|
}
|
|
3083
|
-
const
|
|
3032
|
+
const N1 = w.div`
|
|
3084
3033
|
margin-left: 14px;
|
|
3085
3034
|
margin-top: 3px;
|
|
3086
|
-
`,
|
|
3035
|
+
`, P1 = w.div`
|
|
3087
3036
|
display: flex;
|
|
3088
3037
|
flex-direction: column;
|
|
3089
3038
|
justify-content: top;
|
|
@@ -3092,39 +3041,39 @@ const H1 = w.div`
|
|
|
3092
3041
|
|
|
3093
3042
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
|
|
3094
3043
|
`;
|
|
3095
|
-
function
|
|
3096
|
-
const { enableHeader: n } = ne(), { themeSettings: r } = R(), { t: s } =
|
|
3097
|
-
title:
|
|
3098
|
-
onClick: () => t(
|
|
3099
|
-
})), [e, t]),
|
|
3044
|
+
function H1({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
3045
|
+
const { enableHeader: n } = ne(), { themeSettings: r } = R(), { t: s } = N(), c = D(() => e == null ? void 0 : e.map((h) => ({
|
|
3046
|
+
title: h,
|
|
3047
|
+
onClick: () => t(h)
|
|
3048
|
+
})), [e, t]), l = ar(lr(r.aiChat.header.backgroundColor)) > 0.5;
|
|
3100
3049
|
return /* @__PURE__ */ S(j, { children: [
|
|
3101
3050
|
n ? /* @__PURE__ */ o(
|
|
3102
3051
|
Jt,
|
|
3103
3052
|
{
|
|
3104
3053
|
title: s("ai.analyticsChatbot"),
|
|
3105
|
-
leftNav: /* @__PURE__ */ o(
|
|
3054
|
+
leftNav: /* @__PURE__ */ o(N1, { children: /* @__PURE__ */ o(I1, { isDarkBackground: l }) }),
|
|
3106
3055
|
style: r.aiChat.header
|
|
3107
3056
|
}
|
|
3108
3057
|
) : null,
|
|
3109
|
-
/* @__PURE__ */ S(
|
|
3058
|
+
/* @__PURE__ */ S(P1, { theme: r, children: [
|
|
3110
3059
|
!c && /* @__PURE__ */ o(qe, {}),
|
|
3111
|
-
c && /* @__PURE__ */ o(
|
|
3060
|
+
c && /* @__PURE__ */ o(R1, { dataTopics: c })
|
|
3112
3061
|
] })
|
|
3113
3062
|
] });
|
|
3114
3063
|
}
|
|
3115
|
-
function
|
|
3116
|
-
const [e, t] =
|
|
3117
|
-
(
|
|
3118
|
-
|
|
3064
|
+
function B1() {
|
|
3065
|
+
const [e, t] = O(), [n, r] = O(), { data: s, fetchStatus: c } = Tr(), { dataTopicsList: l, contextDetails: h } = ne(), { t: d } = N(), g = d("ai.errors.noAvailableDataTopics"), m = F(
|
|
3066
|
+
(a) => {
|
|
3067
|
+
a.length ? a.length === 1 && (r(void 0), t(a[0])) : r(g);
|
|
3119
3068
|
},
|
|
3120
|
-
[
|
|
3121
|
-
),
|
|
3069
|
+
[g]
|
|
3070
|
+
), x = D(() => {
|
|
3122
3071
|
if (s && c === "idle") {
|
|
3123
|
-
const f = (
|
|
3072
|
+
const f = (l != null && l.length ? s == null ? void 0 : s.filter((p) => l == null ? void 0 : l.includes(p.title)) : s).map((p) => p.title);
|
|
3124
3073
|
return m(f), f;
|
|
3125
3074
|
}
|
|
3126
3075
|
return [];
|
|
3127
|
-
}, [s, c,
|
|
3076
|
+
}, [s, c, l, m]), i = we(), u = F(() => {
|
|
3128
3077
|
r(void 0), i.invalidateQueries(["getDataTopics"]);
|
|
3129
3078
|
}, [i]);
|
|
3130
3079
|
return n ? /* @__PURE__ */ o(
|
|
@@ -3133,46 +3082,46 @@ function z1() {
|
|
|
3133
3082
|
text: n,
|
|
3134
3083
|
action: { text: d("ai.buttons.refresh"), onClick: u }
|
|
3135
3084
|
}
|
|
3136
|
-
) :
|
|
3137
|
-
|
|
3085
|
+
) : x.length === 1 && !e ? /* @__PURE__ */ o(qe, {}) : e ? /* @__PURE__ */ o(
|
|
3086
|
+
y1,
|
|
3138
3087
|
{
|
|
3139
3088
|
contextTitle: e,
|
|
3140
|
-
contextDetails:
|
|
3141
|
-
onGoBack:
|
|
3089
|
+
contextDetails: h,
|
|
3090
|
+
onGoBack: x.length === 1 ? void 0 : () => t(void 0)
|
|
3142
3091
|
}
|
|
3143
3092
|
) : /* @__PURE__ */ o(
|
|
3144
|
-
|
|
3093
|
+
H1,
|
|
3145
3094
|
{
|
|
3146
|
-
dataTopicsList:
|
|
3147
|
-
onDataTopicClick: (
|
|
3095
|
+
dataTopicsList: x,
|
|
3096
|
+
onDataTopicClick: (a) => t(a)
|
|
3148
3097
|
}
|
|
3149
3098
|
);
|
|
3150
3099
|
}
|
|
3151
|
-
const
|
|
3100
|
+
const ts = zt({
|
|
3152
3101
|
componentName: "Chatbot"
|
|
3153
3102
|
})((e) => {
|
|
3154
3103
|
const { width: t, height: n, config: r } = e, { themeSettings: s } = R();
|
|
3155
|
-
return /* @__PURE__ */ o(
|
|
3156
|
-
|
|
3104
|
+
return /* @__PURE__ */ o($r, { value: r != null ? r : {}, children: /* @__PURE__ */ o(
|
|
3105
|
+
Or,
|
|
3157
3106
|
{
|
|
3158
3107
|
id: "csdk-chatbot-frame",
|
|
3159
3108
|
width: t,
|
|
3160
3109
|
height: n,
|
|
3161
3110
|
theme: s,
|
|
3162
3111
|
tabIndex: 0,
|
|
3163
|
-
children: /* @__PURE__ */ o(
|
|
3112
|
+
children: /* @__PURE__ */ o(B1, {})
|
|
3164
3113
|
}
|
|
3165
3114
|
) });
|
|
3166
|
-
}),
|
|
3115
|
+
}), ns = zt({
|
|
3167
3116
|
componentName: "GetNlgInsights"
|
|
3168
3117
|
})(function(t) {
|
|
3169
|
-
const { data: n, isLoading: r, isError: s } = De(t), { t: c } =
|
|
3118
|
+
const { data: n, isLoading: r, isError: s } = De(t), { t: c } = N();
|
|
3170
3119
|
if (s)
|
|
3171
3120
|
return /* @__PURE__ */ o(j, { children: c("ai.errors.unexpected") });
|
|
3172
|
-
const
|
|
3173
|
-
return /* @__PURE__ */ o(
|
|
3121
|
+
const l = n != null ? n : c("ai.errors.insightsNotAvailable");
|
|
3122
|
+
return /* @__PURE__ */ o(ft, { text: r ? "Loading..." : l });
|
|
3174
3123
|
});
|
|
3175
|
-
function
|
|
3124
|
+
function F1({ theme: e }) {
|
|
3176
3125
|
const t = e.general.brandColor;
|
|
3177
3126
|
return /* @__PURE__ */ S(
|
|
3178
3127
|
"svg",
|
|
@@ -3214,7 +3163,7 @@ function W1({ theme: e }) {
|
|
|
3214
3163
|
}
|
|
3215
3164
|
);
|
|
3216
3165
|
}
|
|
3217
|
-
const
|
|
3166
|
+
const A1 = w.div`
|
|
3218
3167
|
display: flex;
|
|
3219
3168
|
flex-direction: row;
|
|
3220
3169
|
align-items: center;
|
|
@@ -3223,9 +3172,9 @@ const Z1 = w.div`
|
|
|
3223
3172
|
max-width: 640px;
|
|
3224
3173
|
color: ${({ theme: e }) => e.chart.textColor};
|
|
3225
3174
|
background-color: ${({ theme: e }) => e.chart.backgroundColor};
|
|
3226
|
-
`,
|
|
3175
|
+
`, O1 = w.div`
|
|
3227
3176
|
align-self: flex-start;
|
|
3228
|
-
`,
|
|
3177
|
+
`, D1 = ({ summary: e, nlgRequest: t }) => {
|
|
3229
3178
|
const { themeSettings: n } = R();
|
|
3230
3179
|
return /* @__PURE__ */ o(
|
|
3231
3180
|
et,
|
|
@@ -3234,14 +3183,14 @@ const Z1 = w.div`
|
|
|
3234
3183
|
data: t,
|
|
3235
3184
|
type: "chart/insights",
|
|
3236
3185
|
buttonVisibility: "always",
|
|
3237
|
-
renderContent: (r) => /* @__PURE__ */ S(
|
|
3238
|
-
/* @__PURE__ */ o(
|
|
3239
|
-
/* @__PURE__ */ o(
|
|
3186
|
+
renderContent: (r) => /* @__PURE__ */ S(A1, { theme: n, children: [
|
|
3187
|
+
/* @__PURE__ */ o(O1, { theme: n, children: /* @__PURE__ */ o(F1, { theme: n }) }),
|
|
3188
|
+
/* @__PURE__ */ o(ft, { text: e }),
|
|
3240
3189
|
r
|
|
3241
3190
|
] })
|
|
3242
3191
|
}
|
|
3243
3192
|
);
|
|
3244
|
-
},
|
|
3193
|
+
}, q1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, rs = Zt(
|
|
3245
3194
|
function({
|
|
3246
3195
|
nlqResponse: t,
|
|
3247
3196
|
onDataReady: n,
|
|
@@ -3249,60 +3198,60 @@ const Z1 = w.div`
|
|
|
3249
3198
|
widgetProps: s,
|
|
3250
3199
|
filters: c = []
|
|
3251
3200
|
}) {
|
|
3252
|
-
const
|
|
3253
|
-
() =>
|
|
3201
|
+
const l = t.timestamp, h = D(
|
|
3202
|
+
() => L($({}, t), {
|
|
3254
3203
|
queryTitle: nr(t.queryTitle)
|
|
3255
3204
|
}),
|
|
3256
3205
|
// Memoize based on timestamp to prevent unnecessary recomputations
|
|
3257
3206
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
3258
|
-
[
|
|
3207
|
+
[l]
|
|
3259
3208
|
), { connectToWidgetProps: d } = rr({
|
|
3260
3209
|
initialFilters: c
|
|
3261
|
-
}), [
|
|
3210
|
+
}), [g, m] = O(null);
|
|
3262
3211
|
Se(() => {
|
|
3263
|
-
const
|
|
3212
|
+
const p = Oe(h, {
|
|
3264
3213
|
useCustomizedStyleOptions: !0
|
|
3265
3214
|
});
|
|
3266
|
-
if (!
|
|
3215
|
+
if (!p) m(null);
|
|
3267
3216
|
else {
|
|
3268
|
-
r &&
|
|
3269
|
-
|
|
3217
|
+
r && p.styleOptions && (p.styleOptions = cr(
|
|
3218
|
+
p.styleOptions,
|
|
3270
3219
|
r
|
|
3271
3220
|
));
|
|
3272
|
-
const
|
|
3221
|
+
const b = d(p, {
|
|
3273
3222
|
shouldAffectFilters: !1,
|
|
3274
3223
|
applyMode: "filter"
|
|
3275
3224
|
});
|
|
3276
|
-
m(
|
|
3225
|
+
m(b);
|
|
3277
3226
|
}
|
|
3278
|
-
}, [
|
|
3279
|
-
const
|
|
3280
|
-
const
|
|
3281
|
-
|
|
3227
|
+
}, [h, d, r]);
|
|
3228
|
+
const x = D(() => {
|
|
3229
|
+
const p = g && He(g) ? pr(g == null ? void 0 : g.filters) : [], b = h.jaql.metadata.filter((v) => !v.jaql.filter).concat(
|
|
3230
|
+
p.filter((v) => !v.config.disabled).map((v) => v.jaql())
|
|
3282
3231
|
);
|
|
3283
|
-
return
|
|
3284
|
-
jaql:
|
|
3232
|
+
return L($({}, h), {
|
|
3233
|
+
jaql: L($({}, h.jaql), { metadata: b }),
|
|
3285
3234
|
verbosity: "Low"
|
|
3286
3235
|
});
|
|
3287
|
-
}, [
|
|
3288
|
-
if (u || !
|
|
3289
|
-
return /* @__PURE__ */ o(
|
|
3290
|
-
if (!
|
|
3236
|
+
}, [h, g]), { data: i, isLoading: u, isError: a } = De(x);
|
|
3237
|
+
if (u || !g)
|
|
3238
|
+
return /* @__PURE__ */ o(ut, {});
|
|
3239
|
+
if (!He(g))
|
|
3291
3240
|
return /* @__PURE__ */ o(j, {});
|
|
3292
|
-
const f = s ||
|
|
3241
|
+
const f = s || L($({}, g), {
|
|
3293
3242
|
styleOptions: r,
|
|
3294
3243
|
onDataReady: n
|
|
3295
3244
|
});
|
|
3296
3245
|
return /* @__PURE__ */ o(
|
|
3297
|
-
|
|
3298
|
-
|
|
3246
|
+
xe,
|
|
3247
|
+
L($({}, f), {
|
|
3299
3248
|
highlightSelectionDisabled: !0,
|
|
3300
|
-
topSlot: i && !
|
|
3249
|
+
topSlot: i && !a && /* @__PURE__ */ o(D1, { nlgRequest: x, summary: i })
|
|
3301
3250
|
})
|
|
3302
3251
|
);
|
|
3303
3252
|
},
|
|
3304
|
-
|
|
3305
|
-
),
|
|
3253
|
+
q1
|
|
3254
|
+
), z1 = new Ht({
|
|
3306
3255
|
defaultOptions: {
|
|
3307
3256
|
queries: {
|
|
3308
3257
|
refetchOnWindowFocus: !1,
|
|
@@ -3310,68 +3259,58 @@ const Z1 = w.div`
|
|
|
3310
3259
|
}
|
|
3311
3260
|
}
|
|
3312
3261
|
});
|
|
3313
|
-
function
|
|
3262
|
+
function os({
|
|
3314
3263
|
children: e,
|
|
3315
3264
|
context: t
|
|
3316
3265
|
}) {
|
|
3317
|
-
return /* @__PURE__ */ o(
|
|
3318
|
-
}
|
|
3319
|
-
function Q1(e) {
|
|
3320
|
-
const t = ir(e), { attributes: n, measures: r } = sr(t);
|
|
3321
|
-
return { attributes: n, measures: r };
|
|
3322
|
-
}
|
|
3323
|
-
function _1(e, t, n) {
|
|
3324
|
-
const { dataSource: r, dataOptions: s, chartType: c, filters: a } = e, p = r != null ? r : t;
|
|
3325
|
-
if (!p)
|
|
3326
|
-
throw new Error(
|
|
3327
|
-
"dataSource is required. Provide it in ChartWidgetProps or as defaultDataSource parameter."
|
|
3328
|
-
);
|
|
3329
|
-
const { attributes: d, measures: h } = qt(c) ? Q1(s) : or(s, c);
|
|
3330
|
-
return {
|
|
3331
|
-
dataSource: p,
|
|
3332
|
-
dimensions: d,
|
|
3333
|
-
measures: h,
|
|
3334
|
-
filters: a,
|
|
3335
|
-
verbosity: n
|
|
3336
|
-
};
|
|
3266
|
+
return /* @__PURE__ */ o(Ut, { children: /* @__PURE__ */ o(st.Provider, { value: t == null ? void 0 : t.api, children: /* @__PURE__ */ o(Ft, { client: z1, children: e }) }) });
|
|
3337
3267
|
}
|
|
3338
|
-
function
|
|
3339
|
-
return
|
|
3340
|
-
var
|
|
3341
|
-
|
|
3342
|
-
throw new Error("Only ChartWidgetProps are supported for now");
|
|
3343
|
-
const r = _1(
|
|
3268
|
+
function is(e, t, n) {
|
|
3269
|
+
return X(this, null, function* () {
|
|
3270
|
+
var c;
|
|
3271
|
+
const r = dr(e) ? or(
|
|
3344
3272
|
e,
|
|
3345
3273
|
n == null ? void 0 : n.defaultDataSource,
|
|
3346
|
-
n == null ? void 0 : n.verbosity
|
|
3347
|
-
|
|
3274
|
+
n == null ? void 0 : n.verbosity,
|
|
3275
|
+
n == null ? void 0 : n.ignoreTrendAndForecast
|
|
3276
|
+
) : He(e) ? At(
|
|
3277
|
+
ir(
|
|
3278
|
+
e,
|
|
3279
|
+
n == null ? void 0 : n.defaultDataSource,
|
|
3280
|
+
n == null ? void 0 : n.verbosity,
|
|
3281
|
+
n == null ? void 0 : n.ignoreTrendAndForecast
|
|
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, {
|
|
3348
3287
|
isUnifiedNarrationEnabled: n == null ? void 0 : n.isUnifiedNarrationEnabled,
|
|
3349
3288
|
isSisenseAiEnabled: n == null ? void 0 : n.isSisenseAiEnabled
|
|
3350
3289
|
});
|
|
3351
|
-
if (!((
|
|
3290
|
+
if (!((c = s == null ? void 0 : s.data) != null && c.answer))
|
|
3352
3291
|
throw new Error("Invalid response from NLG insights API");
|
|
3353
|
-
return
|
|
3292
|
+
return s.data.answer;
|
|
3354
3293
|
});
|
|
3355
3294
|
}
|
|
3356
3295
|
export {
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3296
|
+
_1 as AiContextProvider,
|
|
3297
|
+
mr as ChatRestApi,
|
|
3298
|
+
ts as Chatbot,
|
|
3299
|
+
os as CustomAiContextProvider,
|
|
3300
|
+
Sr as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
3301
|
+
ns as GetNlgInsights,
|
|
3302
|
+
vr as NLQ_RESULT_CHART_TYPES,
|
|
3303
|
+
rs as NlqChartWidget,
|
|
3304
|
+
kr as executeGetNlqResult,
|
|
3305
|
+
is as getNlgInsightsFromWidget,
|
|
3306
|
+
At as prepareGetNlgInsightsPayload,
|
|
3368
3307
|
Gt as prepareGetNlqResultPayload,
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3308
|
+
Pr as useChatSession,
|
|
3309
|
+
es as useFinalNlqResponse,
|
|
3310
|
+
K1 as useGetNlgInsights,
|
|
3311
|
+
X1 as useGetNlqResult,
|
|
3312
|
+
Y1 as useGetQueryRecommendations,
|
|
3313
|
+
J1 as useLastNlqResponse,
|
|
3314
|
+
ls as widgetComposer
|
|
3376
3315
|
};
|
|
3377
|
-
(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-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-\\[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-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.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_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._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}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.public_fixedDataTableCell_reordering{z-index:2}.public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._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}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
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)}})();
|