@sisense/sdk-ui-preact 1.34.0 → 2.0.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 +133 -21
- package/dist/ai.js +1063 -884
- package/dist/index.cjs +25 -21
- package/dist/index.js +3744 -3709
- package/dist/packages/sdk-ui-preact/src/component-adapter/hook-adapter.d.ts +2 -2
- package/dist/packages/sdk-ui-preact/src/component-adapter/index.d.ts +1 -1
- package/dist/packages/sdk-ui-preact/src/component-adapter/utils/create-hook-api-facade.d.ts +31 -0
- package/dist/packages/sdk-ui-preact/src/component-adapter/utils/index.d.ts +1 -0
- package/dist/{use-common-filters-Bw15BNGn-9af1ab9b.js → use-common-filters-Cmyb86sc-4037986b.js} +17246 -17226
- package/dist/{use-common-filters-Bw15BNGn-57e81698.cjs → use-common-filters-Cmyb86sc-79bec783.cjs} +244 -244
- package/package.json +3 -3
package/dist/ai.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
var
|
|
1
|
+
import { T as Le, eO as Ft, eP as Vt, k as se, af as we, ae as $t, cJ as Jt, aW as fe, eQ as Xt, bK as Kt, bo as Xe, eR as de, e as gt, cD as je, b2 as er, c6 as tr, eS as rr, eT as ar, eU as ir, eV as or, cH as ut, C as ht, aj as mt, aU as ve, v as nr, f as Se, eW as lr, eX as dr, K as ee, m as V, eY as bt, d as b, h as ft, z as k, U as i, a2 as v, ai as O, eZ as sr, aI as cr, ar as pr, i as N, bs as te, x as _, aF as Ze, p as M, _ as re, at as xt, a7 as gr, bx as ur, au as hr, F as $, e_ as mr, u as ne, $ as Te, e$ as br, ac as fr, f0 as xr, ag as le, dr as kt, av as We, j as kr, f1 as ce, a6 as u, cV as T, r as h, c5 as wr, f2 as yr, A as ye, f3 as _r, f4 as Cr, f5 as wt, f6 as vr, f7 as Sr, cj as Mr, ck as Dr, f8 as Ir, f9 as Ar, fa as Lr, en as Tr, ci as Nr, fb as jr, cU as yt, fc as Or, di as Er, fd as zr, aX as _t, aY as Ct, fe as Rr, cA as Zr, ff as Wr, cR as qr, fg as Gr } from "./use-common-filters-Cmyb86sc-4037986b.js";
|
|
2
|
+
var Pr = Object.defineProperty, Hr = Object.defineProperties, Yr = Object.getOwnPropertyDescriptors, Ke = Object.getOwnPropertySymbols, Br = Object.prototype.hasOwnProperty, Qr = Object.prototype.propertyIsEnumerable, et = (e, t, r) => t in e ? Pr(e, t, {
|
|
3
3
|
enumerable: !0,
|
|
4
4
|
configurable: !0,
|
|
5
5
|
writable: !0,
|
|
6
6
|
value: r
|
|
7
|
-
}) : e[t] = r,
|
|
7
|
+
}) : e[t] = r, A = (e, t) => {
|
|
8
8
|
for (var r in t || (t = {}))
|
|
9
|
-
|
|
9
|
+
Br.call(t, r) && et(e, r, t[r]);
|
|
10
10
|
if (Ke)
|
|
11
11
|
for (var r of Ke(t))
|
|
12
|
-
|
|
12
|
+
Qr.call(t, r) && et(e, r, t[r]);
|
|
13
13
|
return e;
|
|
14
|
-
},
|
|
15
|
-
class
|
|
14
|
+
}, B = (e, t) => Hr(e, Yr(t));
|
|
15
|
+
class vt extends gt {
|
|
16
16
|
constructor(t, r) {
|
|
17
17
|
var a;
|
|
18
|
-
super((a = t.jaql.title) !== null && a !== void 0 ? a : "", r), this.expression = t.jaql.dim || t.jaql.formula, this.metadataItem = t, t.jaql.agg ? this.aggregation = t.jaql.agg : delete this.aggregation, t.jaql.formula ? this.formula = t.jaql.formula : delete this.formula, t.jaql.sort ? this.sortType =
|
|
18
|
+
super((a = t.jaql.title) !== null && a !== void 0 ? a : "", r), this.expression = t.jaql.dim || t.jaql.formula, this.metadataItem = t, t.jaql.agg ? this.aggregation = t.jaql.agg : delete this.aggregation, t.jaql.formula ? this.formula = t.jaql.formula : delete this.formula, t.jaql.sort ? this.sortType = tr(t.jaql.sort) : delete this.sortType, this.skipValidation = !0;
|
|
19
19
|
}
|
|
20
20
|
get id() {
|
|
21
21
|
return this.expression;
|
|
@@ -23,44 +23,74 @@ class xt extends dt {
|
|
|
23
23
|
jaql(t) {
|
|
24
24
|
return t === !0 ? this.metadataItem.jaql : this.metadataItem;
|
|
25
25
|
}
|
|
26
|
+
/**
|
|
27
|
+
* Gets a serializable representation of the element
|
|
28
|
+
*/
|
|
29
|
+
serialize() {
|
|
30
|
+
const t = super.serialize();
|
|
31
|
+
return t.__serializable = "JaqlElement", t.metadataItem = this.metadataItem, t.type = this.type, t;
|
|
32
|
+
}
|
|
26
33
|
}
|
|
27
|
-
const
|
|
34
|
+
const Ur = {
|
|
28
35
|
text: Le.TextAttribute,
|
|
29
36
|
numeric: Le.NumericAttribute,
|
|
30
37
|
datetime: Le.DateLevel
|
|
31
38
|
};
|
|
32
|
-
function
|
|
39
|
+
function Fr(e) {
|
|
33
40
|
var t;
|
|
34
|
-
return new
|
|
41
|
+
return new vt(e, (t = Ur[e.jaql.datatype]) !== null && t !== void 0 ? t : "numeric");
|
|
35
42
|
}
|
|
36
|
-
|
|
37
|
-
|
|
43
|
+
function St(e) {
|
|
44
|
+
const {
|
|
45
|
+
jaql: t
|
|
46
|
+
} = e;
|
|
47
|
+
return t.formula ? rr(t) : "agg" in t && t.dim && t.datatype ? ar({
|
|
48
|
+
expression: t.dim,
|
|
49
|
+
dataType: t.datatype,
|
|
50
|
+
agg: t.agg || "",
|
|
51
|
+
granularity: t.level,
|
|
52
|
+
format: void 0,
|
|
53
|
+
sort: t.sort,
|
|
54
|
+
title: t.title,
|
|
55
|
+
dataSource: t.datasource
|
|
56
|
+
}) : t.dim && t.datatype ? ir({
|
|
57
|
+
expression: t.dim,
|
|
58
|
+
dataType: t.datatype,
|
|
59
|
+
granularity: t.level,
|
|
60
|
+
sort: t.sort,
|
|
61
|
+
title: t.title,
|
|
62
|
+
panel: e.panel,
|
|
63
|
+
dataSource: t.datasource
|
|
64
|
+
}) : Fr(e);
|
|
65
|
+
}
|
|
66
|
+
const Vr = (e) => "dashboardOid" in e && "widgetOid" in e;
|
|
67
|
+
function $r(e) {
|
|
38
68
|
return e.replace(/\s+/g, "-").replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase();
|
|
39
69
|
}
|
|
40
|
-
function
|
|
70
|
+
function Jr(e) {
|
|
41
71
|
return !e || !e.jaql.datasource.title || !e.jaql.metadata.length;
|
|
42
72
|
}
|
|
43
|
-
function
|
|
44
|
-
if (![...
|
|
45
|
-
throw new
|
|
73
|
+
function Mt(e) {
|
|
74
|
+
if (![...Vt, "pivot", "pivot2"].includes(e))
|
|
75
|
+
throw new se("errors.chartTypeNotSupported", {
|
|
46
76
|
chartType: e
|
|
47
77
|
});
|
|
48
78
|
}
|
|
49
|
-
function
|
|
79
|
+
function Xr(e) {
|
|
50
80
|
return "widgetType" in e && e.widgetType === "pivot";
|
|
51
81
|
}
|
|
52
82
|
function K(e) {
|
|
53
83
|
var t;
|
|
54
84
|
return "column" in e && ((t = e.column) == null ? void 0 : t.expression) && /\(.*\)/.test(e.column.expression);
|
|
55
85
|
}
|
|
56
|
-
function
|
|
57
|
-
const t = "measures" in e &&
|
|
58
|
-
return
|
|
86
|
+
function tt(e) {
|
|
87
|
+
const t = "measures" in e && R(e.measures) || "values" in e && R(e.values);
|
|
88
|
+
return Xr(e) ? "values" in e.dataOptions && R(e.dataOptions.values) : "chartType" in e ? e.chartType === "indicator" ? "value" in e.dataOptions && R(e.dataOptions.value) || "secondary" in e.dataOptions && R(e.dataOptions.secondary) : e.chartType === "table" ? !("columns" in e.dataOptions) || !R(e.dataOptions.columns) ? !1 : e.dataOptions.columns.some((r) => K(r)) : e.chartType === "boxplot" ? !1 : e.chartType === "scatter" ? "x" in e.dataOptions && e.dataOptions.x !== void 0 && K(e.dataOptions.x) || "y" in e.dataOptions && e.dataOptions.y !== void 0 && K(e.dataOptions.y) || "size" in e.dataOptions && e.dataOptions.size !== void 0 : e.chartType === "scattermap" ? "colorBy" in e.dataOptions && e.dataOptions.colorBy !== void 0 && K(e.dataOptions.colorBy) || "details" in e.dataOptions && e.dataOptions.details !== void 0 && K(e.dataOptions.details) || "size" in e.dataOptions && e.dataOptions.size !== void 0 && K(e.dataOptions.size) : e.chartType === "areamap" ? "geo" in e.dataOptions && R(e.dataOptions.geo) && "color" in e.dataOptions && R(e.dataOptions.color) : "value" in e.dataOptions && R(e.dataOptions.value) : t;
|
|
59
89
|
}
|
|
60
|
-
function
|
|
90
|
+
function R(e) {
|
|
61
91
|
return Array.isArray(e) && e.length > 0;
|
|
62
92
|
}
|
|
63
|
-
function
|
|
93
|
+
function Kr(e) {
|
|
64
94
|
const t = e.split(`
|
|
65
95
|
`);
|
|
66
96
|
for (let r = 0; r < t.length - 1; r++)
|
|
@@ -74,7 +104,7 @@ function Br(e) {
|
|
|
74
104
|
return t.join(`
|
|
75
105
|
`);
|
|
76
106
|
}
|
|
77
|
-
const
|
|
107
|
+
const ea = {
|
|
78
108
|
react: {
|
|
79
109
|
baseChartTmpl: `import { {{componentString}} } from '@sisense/sdk-ui';
|
|
80
110
|
{{extraImportsString}}
|
|
@@ -95,6 +125,18 @@ export default function CodeExample() {
|
|
|
95
125
|
}`,
|
|
96
126
|
chartTmpl: "{{baseChartTmpl}}",
|
|
97
127
|
chartWidgetTmpl: "{{baseChartTmpl}}",
|
|
128
|
+
chartWidgetPropsTmpl: `
|
|
129
|
+
{
|
|
130
|
+
id: '{{idString}}',
|
|
131
|
+
widgetType: '{{widgetTypeString}}',
|
|
132
|
+
title: '{{titleString}}',
|
|
133
|
+
dataSource: DM.DataSource,
|
|
134
|
+
chartType: '{{chartTypeString}}',
|
|
135
|
+
dataOptions: {{dataOptionsString}},
|
|
136
|
+
filters: {{filtersString}},
|
|
137
|
+
styleOptions: {{styleOptionsString}},
|
|
138
|
+
drilldownOptions: {{drilldownOptionsString}},
|
|
139
|
+
}`,
|
|
98
140
|
widgetByIdTmpl: `import { WidgetById } from '@sisense/sdk-ui';
|
|
99
141
|
|
|
100
142
|
const CodeExample = () => {
|
|
@@ -207,6 +249,56 @@ export default function CodeExample() {
|
|
|
207
249
|
styleOptions={ {{styleOptionsString}} }
|
|
208
250
|
/>
|
|
209
251
|
);
|
|
252
|
+
}`,
|
|
253
|
+
pivotTableWidgetPropsTmpl: `{
|
|
254
|
+
id: '{{idString}}',
|
|
255
|
+
widgetType: '{{widgetTypeString}}',
|
|
256
|
+
title: '{{titleString}}',
|
|
257
|
+
dataSource: DM.DataSource,
|
|
258
|
+
dataOptions: {{dataOptionsString}},
|
|
259
|
+
filters: {{filtersString}},
|
|
260
|
+
styleOptions: {{styleOptionsString}},
|
|
261
|
+
}`,
|
|
262
|
+
dashboardByIdTmpl: `import { DashboardById } from '@sisense/sdk-ui';
|
|
263
|
+
|
|
264
|
+
const CodeExample = () => {
|
|
265
|
+
return (
|
|
266
|
+
<>
|
|
267
|
+
<DashboardById dashboardOid="{{dashboardOid}}" />
|
|
268
|
+
</>
|
|
269
|
+
);
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
export default CodeExample;`,
|
|
273
|
+
dashboardTmpl: `import { useMemo } from 'react';
|
|
274
|
+
import { Dashboard, DashboardProps, WidgetProps } from '@sisense/sdk-ui';
|
|
275
|
+
import { Filter, FilterRelations } from '@sisense/sdk-data';
|
|
276
|
+
{{extraImportsString}}
|
|
277
|
+
import * as DM from './{{defaultDataSourceString}}'; // generated with @sisense/sdk-cli
|
|
278
|
+
|
|
279
|
+
export default function CodeExample() {
|
|
280
|
+
const dashboardProps: DashboardProps = useMemo(() => {
|
|
281
|
+
const widgets: WidgetProps[] = {{widgetsString}};
|
|
282
|
+
const filters: Filter[] | FilterRelations = {{filtersString}};
|
|
283
|
+
|
|
284
|
+
return {
|
|
285
|
+
title: '{{titleString}}',
|
|
286
|
+
widgets,
|
|
287
|
+
filters,
|
|
288
|
+
config: {
|
|
289
|
+
toolbar: { isVisible: true },
|
|
290
|
+
filtersPanel: { isVisible: true },
|
|
291
|
+
},
|
|
292
|
+
widgetsOptions: {{widgetsOptionsString}},
|
|
293
|
+
layoutOptions: {{layoutOptionsString}},
|
|
294
|
+
tabbersOptions: {{tabbersOptionsString}},
|
|
295
|
+
styleOptions: {{styleOptionsString}},
|
|
296
|
+
};
|
|
297
|
+
}, []);
|
|
298
|
+
|
|
299
|
+
return (
|
|
300
|
+
<Dashboard {...dashboardProps} />
|
|
301
|
+
);
|
|
210
302
|
}`
|
|
211
303
|
},
|
|
212
304
|
angular: {
|
|
@@ -238,6 +330,17 @@ export class CodeExample {
|
|
|
238
330
|
}`,
|
|
239
331
|
chartTmpl: "{{baseChartTmpl}}",
|
|
240
332
|
chartWidgetTmpl: "{{baseChartTmpl}}",
|
|
333
|
+
chartWidgetPropsTmpl: `{
|
|
334
|
+
id: '{{idString}}',
|
|
335
|
+
widgetType: '{{widgetTypeString}}',
|
|
336
|
+
title: '{{titleString}}',
|
|
337
|
+
dataSource: DM.DataSource,
|
|
338
|
+
chartType: '{{chartTypeString}}',
|
|
339
|
+
dataOptions: {{dataOptionsString}},
|
|
340
|
+
filters: {{filtersString}},
|
|
341
|
+
styleOptions: {{styleOptionsString}},
|
|
342
|
+
drilldownOptions: {{drilldownOptionsString}},
|
|
343
|
+
}`,
|
|
241
344
|
widgetByIdTmpl: `import { Component } from '@angular/core';
|
|
242
345
|
|
|
243
346
|
@Component({
|
|
@@ -332,7 +435,31 @@ export class CodeExample {
|
|
|
332
435
|
}
|
|
333
436
|
`,
|
|
334
437
|
executePivotQueryTmpl: "Not implemented yet",
|
|
335
|
-
pivotTableWidgetTmpl: "Not implemented yet"
|
|
438
|
+
pivotTableWidgetTmpl: "Not implemented yet",
|
|
439
|
+
pivotTableWidgetPropsTmpl: `{
|
|
440
|
+
id: '{{idString}}',
|
|
441
|
+
widgetType: '{{widgetTypeString}}',
|
|
442
|
+
title: '{{titleString}}',
|
|
443
|
+
dataSource: DM.DataSource,
|
|
444
|
+
dataOptions: {{dataOptionsString}},
|
|
445
|
+
filters: {{filtersString}},
|
|
446
|
+
styleOptions: {{styleOptionsString}},
|
|
447
|
+
}`,
|
|
448
|
+
dashboardByIdTmpl: `import { Component } from '@angular/core';
|
|
449
|
+
|
|
450
|
+
@Component({
|
|
451
|
+
selector: 'code-example',
|
|
452
|
+
template: \`
|
|
453
|
+
<csdk-dashboard-by-id
|
|
454
|
+
[dashboardOid]="dashboardOid"
|
|
455
|
+
/>
|
|
456
|
+
\`,
|
|
457
|
+
})
|
|
458
|
+
|
|
459
|
+
export class CodeExample {
|
|
460
|
+
dashboardOid = "{{dashboardOid}}";
|
|
461
|
+
}`,
|
|
462
|
+
dashboardTmpl: "/** COMING SOON */"
|
|
336
463
|
},
|
|
337
464
|
vue: {
|
|
338
465
|
baseChartTmpl: `<script setup lang="ts">
|
|
@@ -359,6 +486,17 @@ export class CodeExample {
|
|
|
359
486
|
</template>`,
|
|
360
487
|
chartTmpl: "{{baseChartTmpl}}",
|
|
361
488
|
chartWidgetTmpl: "{{baseChartTmpl}}",
|
|
489
|
+
chartWidgetPropsTmpl: `{
|
|
490
|
+
id: '{{idString}}',
|
|
491
|
+
widgetType: '{{widgetTypeString}}',
|
|
492
|
+
title: '{{titleString}}',
|
|
493
|
+
dataSource: DM.DataSource,
|
|
494
|
+
chartType: '{{chartTypeString}}',
|
|
495
|
+
dataOptions: {{dataOptionsString}},
|
|
496
|
+
filters: {{filtersString}},
|
|
497
|
+
styleOptions: {{styleOptionsString}},
|
|
498
|
+
drilldownOptions: {{drilldownOptionsString}},
|
|
499
|
+
}`,
|
|
362
500
|
widgetByIdTmpl: `<script setup lang="ts">
|
|
363
501
|
import { WidgetById } from '@sisense/sdk-ui-vue';
|
|
364
502
|
<\/script>
|
|
@@ -407,25 +545,105 @@ const { data, isLoading, isError, error } = useExecuteQuery(queryProps);
|
|
|
407
545
|
</div>
|
|
408
546
|
</template>`,
|
|
409
547
|
executePivotQueryTmpl: "Not implemented yet",
|
|
410
|
-
pivotTableWidgetTmpl: "Not implemented yet"
|
|
548
|
+
pivotTableWidgetTmpl: "Not implemented yet",
|
|
549
|
+
pivotTableWidgetPropsTmpl: `{
|
|
550
|
+
id: '{{idString}}',
|
|
551
|
+
widgetType: '{{widgetTypeString}}',
|
|
552
|
+
title: '{{titleString}}',
|
|
553
|
+
dataSource: DM.DataSource,
|
|
554
|
+
dataOptions: {{dataOptionsString}},
|
|
555
|
+
filters: {{filtersString}},
|
|
556
|
+
styleOptions: {{styleOptionsString}},
|
|
557
|
+
}`,
|
|
558
|
+
dashboardByIdTmpl: `<script setup lang="ts">
|
|
559
|
+
import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
560
|
+
<\/script>
|
|
561
|
+
<template>
|
|
562
|
+
<DashboardById :dashboardOid="'{{dashboardOid}}'" />
|
|
563
|
+
</template>`,
|
|
564
|
+
dashboardTmpl: "/** COMING SOON */"
|
|
565
|
+
}
|
|
566
|
+
}, Dt = (e, t) => ea[t][e].replace(/{{(.*?)Tmpl}}/g, (r, a) => Dt(`${a}Tmpl`, t)), ta = (e, t) => e.replace(/{{(.*?)}}/g, (r, a) => a in t ? t[a] : (console.warn(`Placeholder ${a} not found in data`), r)), Oe = (e, t, r = "react") => {
|
|
567
|
+
const a = Dt(e, r);
|
|
568
|
+
return Kr(ta(a, t));
|
|
569
|
+
}, ra = () => Object.values(or).map((e) => ut.aggregationToJAQL(e)).join("|"), It = (e) => {
|
|
570
|
+
const {
|
|
571
|
+
formula: t,
|
|
572
|
+
context: r,
|
|
573
|
+
filter: a
|
|
574
|
+
} = e;
|
|
575
|
+
if (!r || !t)
|
|
576
|
+
return e;
|
|
577
|
+
const o = Object.keys(r);
|
|
578
|
+
if (o.length !== 1)
|
|
579
|
+
return e;
|
|
580
|
+
const n = o[0];
|
|
581
|
+
if (typeof n != "string")
|
|
582
|
+
return e;
|
|
583
|
+
const l = r[`${n}`], s = ra(), d = new RegExp(`^\\s*(${s})\\(\\[\\w+\\]\\)$`), c = t.match(d);
|
|
584
|
+
if (c && t.includes(n)) {
|
|
585
|
+
const g = c[1];
|
|
586
|
+
return A({
|
|
587
|
+
dim: l.dim,
|
|
588
|
+
table: l.table,
|
|
589
|
+
column: l.column,
|
|
590
|
+
datatype: l.datatype,
|
|
591
|
+
agg: g,
|
|
592
|
+
title: e.title
|
|
593
|
+
}, a ? {
|
|
594
|
+
filter: A({}, a)
|
|
595
|
+
} : {});
|
|
596
|
+
}
|
|
597
|
+
return e;
|
|
598
|
+
}, xe = (e) => {
|
|
599
|
+
let t = e;
|
|
600
|
+
if ("formula" in e && (t = It(e)), "context" in t) {
|
|
601
|
+
const r = A({}, t.context);
|
|
602
|
+
Object.keys(r).forEach((a) => {
|
|
603
|
+
r[`${a}`] = xe(r[`${a}`]);
|
|
604
|
+
}), t.context = r;
|
|
411
605
|
}
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
606
|
+
return t;
|
|
607
|
+
}, aa = (e) => {
|
|
608
|
+
var t;
|
|
609
|
+
const r = e;
|
|
610
|
+
if (r.panel !== "scope")
|
|
611
|
+
return r;
|
|
612
|
+
const {
|
|
613
|
+
jaql: a
|
|
614
|
+
} = r;
|
|
615
|
+
return (t = a.filter) != null && t.by && (a.filter.by = It(a.filter.by)), B(A({}, r), {
|
|
616
|
+
jaql: a
|
|
617
|
+
});
|
|
618
|
+
}, ia = (e) => {
|
|
619
|
+
let t = e;
|
|
620
|
+
t = aa(t);
|
|
621
|
+
const {
|
|
622
|
+
jaql: r,
|
|
623
|
+
measure: a,
|
|
624
|
+
by: o
|
|
625
|
+
} = t;
|
|
626
|
+
return A(A(B(A({}, t), {
|
|
627
|
+
jaql: xe(r)
|
|
628
|
+
}), o ? {
|
|
629
|
+
by: xe(o)
|
|
630
|
+
} : {}), a ? {
|
|
631
|
+
measure: xe(a)
|
|
632
|
+
} : {});
|
|
633
|
+
}, ke = 6, me = `
|
|
634
|
+
`, Ee = "UNKNOWN", oa = (e, t) => {
|
|
417
635
|
let r = "";
|
|
418
636
|
return r += `measureFactory.customFormula(
|
|
419
637
|
`, r += " ".repeat(t), r += ` '${de(e.title)}',
|
|
420
638
|
`, r += " ".repeat(t), r += ` '${e.formula}',
|
|
421
639
|
`, r += " ".repeat(t), r += ` {
|
|
422
640
|
`, Object.entries(e.context).forEach(([a, o]) => {
|
|
423
|
-
const n =
|
|
641
|
+
const n = ht(o.table || Ee, o.column || Ee, void 0, "DM");
|
|
424
642
|
r += " ".repeat(t), r += ` '${a.slice(1, -1)}': ${n},
|
|
425
643
|
`;
|
|
426
644
|
}), r += " ".repeat(t), r += ` }
|
|
427
645
|
`, r += " ".repeat(t), r += ")", r;
|
|
428
|
-
},
|
|
646
|
+
}, na = (e) => {
|
|
429
647
|
const {
|
|
430
648
|
level: t,
|
|
431
649
|
table: r,
|
|
@@ -434,106 +652,108 @@ const { data, isLoading, isError, error } = useExecuteQuery(queryProps);
|
|
|
434
652
|
title: n
|
|
435
653
|
} = e;
|
|
436
654
|
let l;
|
|
437
|
-
return r && a && (l =
|
|
438
|
-
},
|
|
655
|
+
return r && a && (l = ht(r, a, t, "DM")), o && r && a && n && (l = `measureFactory.${ut.aggregationFromJAQL(o)}(${l}, '${de(n)}')`), l || Ee;
|
|
656
|
+
}, la = (e, t) => {
|
|
439
657
|
const r = e.jaql(!1).jaql;
|
|
440
|
-
return "formula" in r ?
|
|
441
|
-
},
|
|
658
|
+
return "formula" in r ? oa(r, t) : na(r);
|
|
659
|
+
}, G = (e, t = 0, r = !1) => {
|
|
442
660
|
if (!e)
|
|
443
661
|
return "";
|
|
444
662
|
if (typeof e == "string")
|
|
445
663
|
return `'${de(e)}'`;
|
|
446
|
-
if (e instanceof
|
|
447
|
-
return
|
|
448
|
-
if (e instanceof
|
|
664
|
+
if (e instanceof vt)
|
|
665
|
+
return la(e, t);
|
|
666
|
+
if (e instanceof gt)
|
|
449
667
|
return e.composeCode || "";
|
|
450
668
|
let a = "";
|
|
451
|
-
return Array.isArray(e) ? a += `[${e.map((o) =>
|
|
452
|
-
r && (o = `'${de(o)}'`), a += " ".repeat(t + 2), Array.isArray(n) ? a += `${o}: [${n.map((l) =>
|
|
669
|
+
return Array.isArray(e) ? a += `[${e.map((o) => G(o, t + 2))}${e.length ? me + " ".repeat(t + 2) : ""}]` : (a += `{${me}`, Object.entries(e).forEach(([o, n]) => {
|
|
670
|
+
r && typeof o == "string" && (o = `'${de(o)}'`), a += " ".repeat(t + 2), Array.isArray(n) ? a += `${o}: [${n.map((l) => G(l, t + 4, r))}${n.length ? me + " ".repeat(t + 2) : ""}]` : typeof n == "object" && n !== null ? a += `${o}: ${G(n, t + 2, r)}` : ["number", "boolean", "undefined"].includes(typeof n) || n === null ? a += `${o}: ${n}` : typeof n == "string" ? a += `${o}: '${de(n)}'` : a += `${o}: ${n}`, a += `,${me}`;
|
|
453
671
|
}), a += " ".repeat(t), a += "}"), a;
|
|
454
|
-
}
|
|
455
|
-
function
|
|
456
|
-
return
|
|
672
|
+
};
|
|
673
|
+
function da(e) {
|
|
674
|
+
return G(e, ke);
|
|
457
675
|
}
|
|
458
|
-
function
|
|
676
|
+
function rt(e, t = "data-source-placeholder") {
|
|
459
677
|
if (!e)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
return
|
|
678
|
+
return t;
|
|
679
|
+
const r = typeof e == "object" && "title" in e ? e.title : e;
|
|
680
|
+
return $r(r);
|
|
463
681
|
}
|
|
464
|
-
function
|
|
682
|
+
function at(e, t = !0) {
|
|
465
683
|
const r = [];
|
|
466
|
-
return t && r.push("measureFactory"),
|
|
684
|
+
return t && r.push("measureFactory"), R(e) && r.push("filterFactory"), r.length > 0 ? `import { ${r.join(", ")} } from '@sisense/sdk-data';` : "";
|
|
467
685
|
}
|
|
468
|
-
const
|
|
469
|
-
`,
|
|
686
|
+
const it = `
|
|
687
|
+
`, sa = (e, t) => {
|
|
470
688
|
if (e.composeCode)
|
|
471
|
-
return `${
|
|
689
|
+
return `${it}${" ".repeat(t)}${e.composeCode}`;
|
|
472
690
|
const r = e.jaql().jaql;
|
|
473
|
-
return `${
|
|
474
|
-
},
|
|
691
|
+
return `${it}${" ".repeat(t)}filterFactory.customFilter(${G(r, t, !0)})`;
|
|
692
|
+
}, ca = (e, t = 0) => {
|
|
475
693
|
if (!e)
|
|
476
694
|
return "";
|
|
477
695
|
let r = "";
|
|
478
|
-
return r += `[${e.map((a) =>
|
|
696
|
+
return r += `[${e.map((a) => sa(a, t + 2))}${e.length ? `
|
|
479
697
|
` + " ".repeat(t + 2) : ""}]`, r;
|
|
480
|
-
},
|
|
481
|
-
if (!e)
|
|
482
|
-
return "";
|
|
483
|
-
if (Array.isArray(e))
|
|
484
|
-
return ea(e, 6);
|
|
485
|
-
throw new $("errors.filterRelationsNotSupported");
|
|
486
|
-
}, ta = ["executeQueryByWidgetIdTmpl", "widgetByIdTmpl"], ra = "chartWidgetTmpl", aa = "pivotTableWidgetTmpl", ia = (e) => e, oa = (e, t, r) => {
|
|
487
|
-
const a = yt(e), o = {
|
|
488
|
-
titleString: e.title,
|
|
489
|
-
dataSourceString: Ct(e.dataSource),
|
|
490
|
-
chartTypeString: ia(e.chartType),
|
|
491
|
-
dataOptionsString: Xr(e.dataOptions),
|
|
492
|
-
filtersString: Mt(e.filters),
|
|
493
|
-
componentString: "ChartWidget",
|
|
494
|
-
extraImportsString: vt(e.filters || [], a),
|
|
495
|
-
styleOptionsString: q(e.styleOptions || {}, we),
|
|
496
|
-
drilldownOptionsString: q(e.drilldownOptions || {}, we)
|
|
497
|
-
};
|
|
498
|
-
return qe(r, o, t);
|
|
499
|
-
}, na = (e, t, r) => {
|
|
500
|
-
const a = yt(e), o = {
|
|
501
|
-
titleString: e.title,
|
|
502
|
-
dataSourceString: Ct(e.dataSource),
|
|
503
|
-
dataOptionsString: q(e.dataOptions),
|
|
504
|
-
filtersString: Mt(e.filters),
|
|
505
|
-
componentString: "PivotTableWidget",
|
|
506
|
-
extraImportsString: vt(e.filters || [], a),
|
|
507
|
-
styleOptionsString: q(e.styleOptions || {}, we)
|
|
508
|
-
};
|
|
509
|
-
return qe(r, o, t);
|
|
510
|
-
}, la = ({
|
|
698
|
+
}, ot = (e) => e ? Array.isArray(e) ? ca(e, 6) : "/** Filter relations not supported yet */" : "[]", pa = ["executeQueryByWidgetIdTmpl", "widgetByIdTmpl"], ga = "chartWidgetTmpl", ua = "pivotTableWidgetTmpl", ha = (e) => e, ma = ({
|
|
511
699
|
dashboardOid: e,
|
|
512
700
|
widgetOid: t,
|
|
513
701
|
uiFramework: r = "react",
|
|
514
702
|
chartType: a = "table",
|
|
515
703
|
includeChart: o = !0
|
|
516
704
|
}) => {
|
|
517
|
-
|
|
705
|
+
Mt(a);
|
|
518
706
|
const n = {
|
|
519
707
|
dashboardOid: e,
|
|
520
708
|
widgetOid: t
|
|
521
|
-
}, l =
|
|
522
|
-
return
|
|
523
|
-
},
|
|
709
|
+
}, l = pa[Number(o)];
|
|
710
|
+
return Oe(l, n, r);
|
|
711
|
+
}, ba = (e, t, r) => {
|
|
712
|
+
if (we(e)) {
|
|
713
|
+
Mt(e.chartType);
|
|
714
|
+
const a = tt(e), o = {
|
|
715
|
+
idString: e.id,
|
|
716
|
+
widgetTypeString: "chart",
|
|
717
|
+
titleString: e.title,
|
|
718
|
+
dataSourceString: rt(e.dataSource),
|
|
719
|
+
chartTypeString: ha(e.chartType),
|
|
720
|
+
dataOptionsString: da(e.dataOptions),
|
|
721
|
+
filtersString: ot(e.filters),
|
|
722
|
+
componentString: "ChartWidget",
|
|
723
|
+
extraImportsString: at(e.filters || [], a),
|
|
724
|
+
styleOptionsString: G(e.styleOptions || {}, ke),
|
|
725
|
+
drilldownOptionsString: G(e.drilldownOptions || {}, ke)
|
|
726
|
+
};
|
|
727
|
+
return Oe(r.chart, o, t);
|
|
728
|
+
}
|
|
729
|
+
if ($t(e)) {
|
|
730
|
+
const a = tt(e), o = {
|
|
731
|
+
idString: e.id,
|
|
732
|
+
widgetTypeString: "pivot",
|
|
733
|
+
titleString: e.title,
|
|
734
|
+
dataSourceString: rt(e.dataSource),
|
|
735
|
+
dataOptionsString: G(e.dataOptions),
|
|
736
|
+
filtersString: ot(e.filters),
|
|
737
|
+
componentString: "PivotTableWidget",
|
|
738
|
+
extraImportsString: at(e.filters || [], a),
|
|
739
|
+
styleOptionsString: G(e.styleOptions || {}, ke)
|
|
740
|
+
};
|
|
741
|
+
return Oe(r.pivot, o, t);
|
|
742
|
+
}
|
|
743
|
+
if (Jt(e))
|
|
744
|
+
return "/** Plugin widget code not supported yet */";
|
|
745
|
+
throw new se("errors.otherWidgetTypesNotSupported");
|
|
746
|
+
}, fa = ({
|
|
524
747
|
widgetProps: e,
|
|
525
748
|
uiFramework: t = "react"
|
|
526
|
-
}) => {
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
return na(e, t, aa);
|
|
531
|
-
throw new $("errors.otherWidgetTypesNotSupported");
|
|
532
|
-
}, ca = (e) => ({
|
|
749
|
+
}) => ba(e, t, {
|
|
750
|
+
chart: ga,
|
|
751
|
+
pivot: ua
|
|
752
|
+
}), xa = (e) => ({
|
|
533
753
|
dataOptions: {
|
|
534
|
-
columns: e.map(
|
|
754
|
+
columns: e.map(St)
|
|
535
755
|
}
|
|
536
|
-
}),
|
|
756
|
+
}), ka = Object.freeze({
|
|
537
757
|
convolution: {
|
|
538
758
|
enabled: !0,
|
|
539
759
|
selectedConvolutionType: "bySlicesCount",
|
|
@@ -554,17 +774,17 @@ const tt = `
|
|
|
554
774
|
xAxis: {
|
|
555
775
|
gridLines: !1
|
|
556
776
|
}
|
|
557
|
-
}),
|
|
777
|
+
}), nt = Object.freeze({
|
|
558
778
|
line: "line/spline",
|
|
559
779
|
pie: "pie/donut",
|
|
560
780
|
bar: "bar/stacked",
|
|
561
781
|
column: "column/stackedcolumn"
|
|
562
|
-
}),
|
|
782
|
+
}), wa = (e, t, r) => {
|
|
563
783
|
const a = e.reduce((n, l) => (n[l.jaql.title] = l, n), {}), o = Object.entries(r).reduce((n, l) => {
|
|
564
|
-
const [
|
|
565
|
-
return n[`${
|
|
566
|
-
var
|
|
567
|
-
const m =
|
|
784
|
+
const [s, d] = l;
|
|
785
|
+
return n[`${s}`] = Array.isArray(d) ? d.map((c) => {
|
|
786
|
+
var g, p;
|
|
787
|
+
const m = je(c);
|
|
568
788
|
delete m.enabled;
|
|
569
789
|
const f = a[m.column.name];
|
|
570
790
|
if (!f)
|
|
@@ -574,33 +794,33 @@ const tt = `
|
|
|
574
794
|
name: m.column.name
|
|
575
795
|
}
|
|
576
796
|
};
|
|
577
|
-
const w =
|
|
797
|
+
const w = St(f);
|
|
578
798
|
if (f.panel === "measures")
|
|
579
|
-
return
|
|
799
|
+
return B(A({}, m), {
|
|
580
800
|
column: w
|
|
581
801
|
});
|
|
582
|
-
if (
|
|
583
|
-
const x = (p = (
|
|
802
|
+
if (er(w.type)) {
|
|
803
|
+
const x = (p = (g = f.format) == null ? void 0 : g.mask) == null ? void 0 : p[f.jaql.level];
|
|
584
804
|
if (x)
|
|
585
|
-
return
|
|
805
|
+
return B(A({}, m), {
|
|
586
806
|
column: w,
|
|
587
807
|
dateFormat: x
|
|
588
808
|
});
|
|
589
809
|
}
|
|
590
|
-
return
|
|
810
|
+
return B(A({}, m), {
|
|
591
811
|
column: w
|
|
592
812
|
});
|
|
593
813
|
}) : d, n;
|
|
594
814
|
}, {});
|
|
595
815
|
switch (t) {
|
|
596
816
|
case "cartesian":
|
|
597
|
-
return
|
|
817
|
+
return A({
|
|
598
818
|
category: [],
|
|
599
819
|
value: [],
|
|
600
820
|
breakBy: []
|
|
601
821
|
}, o);
|
|
602
822
|
case "categorical":
|
|
603
|
-
return
|
|
823
|
+
return A({
|
|
604
824
|
category: [],
|
|
605
825
|
value: []
|
|
606
826
|
}, o);
|
|
@@ -613,25 +833,25 @@ const tt = `
|
|
|
613
833
|
n !== "geo" && (o[`${n}`] = o[`${n}`][0]);
|
|
614
834
|
}), o;
|
|
615
835
|
case "table":
|
|
616
|
-
return Object.keys(o).length === 0 ?
|
|
836
|
+
return Object.keys(o).length === 0 ? xa(e).dataOptions : o;
|
|
617
837
|
case "boxplot":
|
|
618
838
|
case "areamap":
|
|
619
839
|
case "indicator":
|
|
620
840
|
default:
|
|
621
841
|
return o;
|
|
622
842
|
}
|
|
623
|
-
},
|
|
843
|
+
}, lt = (e, t) => {
|
|
624
844
|
var r, a, o, n;
|
|
625
|
-
return t === "x" ? (a = (r = e.axesMapping.category) != null ? r : e.axesMapping.x) == null ? void 0 : a.map((l) =>
|
|
626
|
-
},
|
|
845
|
+
return t === "x" ? (a = (r = e.axesMapping.category) != null ? r : e.axesMapping.x) == null ? void 0 : a.map((l) => je(l).column.name).join(", ") : (n = (o = e.axesMapping.value) != null ? o : e.axesMapping.y) == null ? void 0 : n.map((l) => je(l).column.name).join(", ");
|
|
846
|
+
}, ya = (e, t, r = !0) => {
|
|
627
847
|
const {
|
|
628
848
|
chartFamily: a,
|
|
629
849
|
axesMapping: o = {},
|
|
630
850
|
styleOptions: n = {}
|
|
631
|
-
} = t, l =
|
|
632
|
-
let
|
|
633
|
-
return r && t.chartType in
|
|
634
|
-
subtype:
|
|
851
|
+
} = t, l = wa(e, a, o);
|
|
852
|
+
let s;
|
|
853
|
+
return r && t.chartType in nt ? s = fe(fe(ka, {
|
|
854
|
+
subtype: nt[t.chartType]
|
|
635
855
|
}), {
|
|
636
856
|
legend: {
|
|
637
857
|
enabled: !0,
|
|
@@ -640,24 +860,24 @@ const tt = `
|
|
|
640
860
|
yAxis: {
|
|
641
861
|
title: {
|
|
642
862
|
enabled: !0,
|
|
643
|
-
text:
|
|
863
|
+
text: lt(t, "y")
|
|
644
864
|
}
|
|
645
865
|
},
|
|
646
866
|
xAxis: {
|
|
647
867
|
title: {
|
|
648
868
|
enabled: !0,
|
|
649
|
-
text:
|
|
869
|
+
text: lt(t, "x")
|
|
650
870
|
}
|
|
651
871
|
}
|
|
652
|
-
}, n) :
|
|
872
|
+
}, n) : s = fe(Xt(), n), {
|
|
653
873
|
dataOptions: l,
|
|
654
|
-
chartStyleOptions:
|
|
874
|
+
chartStyleOptions: s
|
|
655
875
|
};
|
|
656
|
-
},
|
|
876
|
+
}, _a = (e) => "chartType" in e ? e : {
|
|
657
877
|
chartType: "table",
|
|
658
878
|
chartFamily: "table",
|
|
659
879
|
axesMapping: {}
|
|
660
|
-
},
|
|
880
|
+
}, Ca = (e) => e.map((t) => Kt(t.jaql)), va = (e) => e.reduce((t, r) => {
|
|
661
881
|
if ((r.panel === "scope" || r.jaql.filter) && t.metadataFilters.push(Xe(r)), r.panel !== "scope") {
|
|
662
882
|
const a = Xe(r);
|
|
663
883
|
delete a.jaql.filter, t.metadataColumns.push(a);
|
|
@@ -666,8 +886,8 @@ const tt = `
|
|
|
666
886
|
}, {
|
|
667
887
|
metadataColumns: [],
|
|
668
888
|
metadataFilters: []
|
|
669
|
-
}),
|
|
670
|
-
if (!
|
|
889
|
+
}), Sa = (e, t) => {
|
|
890
|
+
if (!Jr(e))
|
|
671
891
|
try {
|
|
672
892
|
const {
|
|
673
893
|
useCustomizedStyleOptions: r = !1
|
|
@@ -677,86 +897,84 @@ const tt = `
|
|
|
677
897
|
queryTitle: n
|
|
678
898
|
} = e, {
|
|
679
899
|
metadata: l,
|
|
680
|
-
datasource:
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
}
|
|
685
|
-
|
|
900
|
+
datasource: s
|
|
901
|
+
} = a, d = B(A({}, s), {
|
|
902
|
+
type: s.type || "elasticube"
|
|
903
|
+
}), c = Ft(d), g = l.map((j) => ia(j)).map((j) => B(A({}, j), {
|
|
904
|
+
jaql: B(A({}, j.jaql), {
|
|
905
|
+
datasource: c
|
|
906
|
+
})
|
|
907
|
+
})), p = _a(o), m = p.chartType.toLowerCase(), f = {
|
|
686
908
|
cornerRadius: "Small",
|
|
687
909
|
header: {
|
|
688
910
|
// remove info button and render empty toolbar instead
|
|
689
911
|
renderToolbar: () => null
|
|
690
912
|
}
|
|
691
913
|
}, {
|
|
692
|
-
metadataColumns:
|
|
693
|
-
metadataFilters:
|
|
694
|
-
} =
|
|
695
|
-
dataOptions:
|
|
696
|
-
chartStyleOptions:
|
|
697
|
-
} =
|
|
914
|
+
metadataColumns: w,
|
|
915
|
+
metadataFilters: x
|
|
916
|
+
} = va(g), D = Ca(x), {
|
|
917
|
+
dataOptions: I,
|
|
918
|
+
chartStyleOptions: z
|
|
919
|
+
} = ya(w, p, r), y = A(A({}, z), f);
|
|
698
920
|
return {
|
|
699
921
|
widgetType: "chart",
|
|
700
922
|
id: n,
|
|
701
923
|
title: n,
|
|
702
|
-
chartType:
|
|
703
|
-
dataSource:
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
},
|
|
708
|
-
dataOptions: S,
|
|
709
|
-
filters: x,
|
|
710
|
-
styleOptions: E
|
|
924
|
+
chartType: m,
|
|
925
|
+
dataSource: d,
|
|
926
|
+
dataOptions: I,
|
|
927
|
+
filters: D,
|
|
928
|
+
styleOptions: y
|
|
711
929
|
};
|
|
712
930
|
} catch (r) {
|
|
713
931
|
console.error(r);
|
|
714
932
|
return;
|
|
715
933
|
}
|
|
716
|
-
},
|
|
934
|
+
}, pe = (e, t) => Sa(e, t), Ma = (e) => Vr(e) ? ma(e) : fa(e), tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
717
935
|
__proto__: null,
|
|
718
|
-
toWidgetCode:
|
|
719
|
-
toWidgetProps:
|
|
936
|
+
toWidgetCode: Ma,
|
|
937
|
+
toWidgetProps: pe
|
|
720
938
|
}, Symbol.toStringTag, {
|
|
721
939
|
value: "Module"
|
|
722
940
|
}));
|
|
723
|
-
var
|
|
941
|
+
var Da = Object.defineProperty, Ia = Object.defineProperties, Aa = Object.getOwnPropertyDescriptors, _e = Object.getOwnPropertySymbols, At = Object.prototype.hasOwnProperty, Lt = Object.prototype.propertyIsEnumerable, dt = (e, t, r) => t in e ? Da(e, t, {
|
|
724
942
|
enumerable: !0,
|
|
725
943
|
configurable: !0,
|
|
726
944
|
writable: !0,
|
|
727
945
|
value: r
|
|
728
946
|
}) : e[t] = r, C = (e, t) => {
|
|
729
947
|
for (var r in t || (t = {}))
|
|
730
|
-
|
|
731
|
-
if (
|
|
732
|
-
for (var r of
|
|
733
|
-
|
|
948
|
+
At.call(t, r) && dt(e, r, t[r]);
|
|
949
|
+
if (_e)
|
|
950
|
+
for (var r of _e(t))
|
|
951
|
+
Lt.call(t, r) && dt(e, r, t[r]);
|
|
734
952
|
return e;
|
|
735
|
-
},
|
|
953
|
+
}, S = (e, t) => Ia(e, Aa(t)), La = (e, t) => {
|
|
736
954
|
var r = {};
|
|
737
955
|
for (var a in e)
|
|
738
|
-
|
|
739
|
-
if (e != null &&
|
|
740
|
-
for (var a of
|
|
741
|
-
t.indexOf(a) < 0 &&
|
|
956
|
+
At.call(e, a) && t.indexOf(a) < 0 && (r[a] = e[a]);
|
|
957
|
+
if (e != null && _e)
|
|
958
|
+
for (var a of _e(e))
|
|
959
|
+
t.indexOf(a) < 0 && Lt.call(e, a) && (r[a] = e[a]);
|
|
742
960
|
return r;
|
|
743
961
|
}, J = (e, t, r) => new Promise((a, o) => {
|
|
744
962
|
var n = (d) => {
|
|
745
963
|
try {
|
|
746
|
-
|
|
747
|
-
} catch (
|
|
748
|
-
o(
|
|
964
|
+
s(r.next(d));
|
|
965
|
+
} catch (c) {
|
|
966
|
+
o(c);
|
|
749
967
|
}
|
|
750
968
|
}, l = (d) => {
|
|
751
969
|
try {
|
|
752
|
-
|
|
753
|
-
} catch (
|
|
754
|
-
o(
|
|
970
|
+
s(r.throw(d));
|
|
971
|
+
} catch (c) {
|
|
972
|
+
o(c);
|
|
755
973
|
}
|
|
756
|
-
},
|
|
757
|
-
|
|
974
|
+
}, s = (d) => d.done ? a(d.value) : Promise.resolve(d.value).then(n, l);
|
|
975
|
+
s((r = r.apply(e, t)).next());
|
|
758
976
|
});
|
|
759
|
-
class
|
|
977
|
+
class Ta extends Ir {
|
|
760
978
|
constructor(t, r) {
|
|
761
979
|
super(), this.client = t, this.setOptions(r), this.bindMethods(), this.updateResult();
|
|
762
980
|
}
|
|
@@ -766,7 +984,7 @@ class _a extends _r {
|
|
|
766
984
|
setOptions(t) {
|
|
767
985
|
var r;
|
|
768
986
|
const a = this.options;
|
|
769
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
987
|
+
this.options = this.client.defaultMutationOptions(t), Ar(a, this.options) || this.client.getMutationCache().notify({
|
|
770
988
|
type: "observerOptionsUpdated",
|
|
771
989
|
mutation: this.currentMutation,
|
|
772
990
|
observer: this
|
|
@@ -794,12 +1012,12 @@ class _a extends _r {
|
|
|
794
1012
|
});
|
|
795
1013
|
}
|
|
796
1014
|
mutate(t, r) {
|
|
797
|
-
return this.mutateOptions = r, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client,
|
|
1015
|
+
return this.mutateOptions = r, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, S(C({}, this.options), {
|
|
798
1016
|
variables: typeof t < "u" ? t : this.options.variables
|
|
799
1017
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
800
1018
|
}
|
|
801
1019
|
updateResult() {
|
|
802
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
1020
|
+
const t = this.currentMutation ? this.currentMutation.state : Lr(), r = S(C({}, t), {
|
|
803
1021
|
isLoading: t.status === "loading",
|
|
804
1022
|
isSuccess: t.status === "success",
|
|
805
1023
|
isError: t.status === "error",
|
|
@@ -810,44 +1028,44 @@ class _a extends _r {
|
|
|
810
1028
|
this.currentResult = r;
|
|
811
1029
|
}
|
|
812
1030
|
notify(t) {
|
|
813
|
-
|
|
1031
|
+
wt.batch(() => {
|
|
814
1032
|
if (this.mutateOptions && this.hasListeners()) {
|
|
815
1033
|
if (t.onSuccess) {
|
|
816
1034
|
var r, a, o, n;
|
|
817
1035
|
(r = (a = this.mutateOptions).onSuccess) == null || r.call(a, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (o = (n = this.mutateOptions).onSettled) == null || o.call(n, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
|
|
818
1036
|
} else if (t.onError) {
|
|
819
|
-
var l,
|
|
820
|
-
(l = (
|
|
1037
|
+
var l, s, d, c;
|
|
1038
|
+
(l = (s = this.mutateOptions).onError) == null || l.call(s, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (d = (c = this.mutateOptions).onSettled) == null || d.call(c, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
|
|
821
1039
|
}
|
|
822
1040
|
}
|
|
823
1041
|
t.listeners && this.listeners.forEach(({
|
|
824
|
-
listener:
|
|
1042
|
+
listener: g
|
|
825
1043
|
}) => {
|
|
826
|
-
|
|
1044
|
+
g(this.currentResult);
|
|
827
1045
|
});
|
|
828
1046
|
});
|
|
829
1047
|
}
|
|
830
1048
|
}
|
|
831
|
-
function
|
|
832
|
-
const a =
|
|
1049
|
+
function qe(e, t, r) {
|
|
1050
|
+
const a = _r(e, t), o = ce({
|
|
833
1051
|
context: a.context
|
|
834
|
-
}), [n] =
|
|
1052
|
+
}), [n] = M(() => new Ta(o, a));
|
|
835
1053
|
re(() => {
|
|
836
1054
|
n.setOptions(a);
|
|
837
1055
|
}, [n, a]);
|
|
838
|
-
const l =
|
|
839
|
-
n.mutate(d,
|
|
1056
|
+
const l = Cr(_((d) => n.subscribe(wt.batchCalls(d)), [n]), () => n.getCurrentResult(), () => n.getCurrentResult()), s = _((d, c) => {
|
|
1057
|
+
n.mutate(d, c).catch(Na);
|
|
840
1058
|
}, [n]);
|
|
841
|
-
if (l.error &&
|
|
1059
|
+
if (l.error && vr(n.options.useErrorBoundary, [l.error]))
|
|
842
1060
|
throw l.error;
|
|
843
|
-
return
|
|
844
|
-
mutate:
|
|
1061
|
+
return S(C({}, l), {
|
|
1062
|
+
mutate: s,
|
|
845
1063
|
mutateAsync: l.mutate
|
|
846
1064
|
});
|
|
847
1065
|
}
|
|
848
|
-
function
|
|
1066
|
+
function Na() {
|
|
849
1067
|
}
|
|
850
|
-
class
|
|
1068
|
+
class ja {
|
|
851
1069
|
constructor(t, r = !1) {
|
|
852
1070
|
this.volatile = r, this.getChatContexts = () => J(this, null, function* () {
|
|
853
1071
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
@@ -875,39 +1093,39 @@ class va {
|
|
|
875
1093
|
}, this.httpClient = t;
|
|
876
1094
|
}
|
|
877
1095
|
}
|
|
878
|
-
const
|
|
1096
|
+
const Oa = new mt({
|
|
879
1097
|
defaultOptions: {
|
|
880
1098
|
queries: {
|
|
881
1099
|
refetchOnWindowFocus: !1,
|
|
882
1100
|
refetchOnMount: !1
|
|
883
1101
|
}
|
|
884
1102
|
}
|
|
885
|
-
}),
|
|
1103
|
+
}), Ge = /* @__PURE__ */ ve(void 0), Z = () => We(Ge), Ea = ({
|
|
886
1104
|
children: e,
|
|
887
1105
|
volatile: t
|
|
888
1106
|
}) => {
|
|
889
1107
|
const {
|
|
890
1108
|
app: r
|
|
891
|
-
} =
|
|
892
|
-
return /* @__PURE__ */ i(
|
|
1109
|
+
} = kr(), a = N(() => r ? new ja(r.httpClient, t) : void 0, [r, t]);
|
|
1110
|
+
return /* @__PURE__ */ i(Ge.Provider, {
|
|
893
1111
|
value: a,
|
|
894
|
-
children: /* @__PURE__ */ i(
|
|
895
|
-
client:
|
|
1112
|
+
children: /* @__PURE__ */ i(kt, {
|
|
1113
|
+
client: Oa,
|
|
896
1114
|
children: e
|
|
897
1115
|
})
|
|
898
1116
|
});
|
|
899
|
-
},
|
|
1117
|
+
}, Tt = /* @__PURE__ */ ve({}), za = () => We(Tt), Nt = ({
|
|
900
1118
|
children: e
|
|
901
1119
|
}) => {
|
|
902
|
-
const [t, r] =
|
|
1120
|
+
const [t, r] = M({}), a = _((l, s) => {
|
|
903
1121
|
var d;
|
|
904
|
-
return `${l}_${(d =
|
|
905
|
-
}, []), o =
|
|
906
|
-
r((
|
|
907
|
-
[a(
|
|
1122
|
+
return `${l}_${(d = s == null ? void 0 : s.dashboardId) != null ? d : ""}`;
|
|
1123
|
+
}, []), o = _((l, s, d) => {
|
|
1124
|
+
r((c) => S(C({}, c), {
|
|
1125
|
+
[a(s, d)]: l
|
|
908
1126
|
}));
|
|
909
|
-
}, [a]), n =
|
|
910
|
-
return /* @__PURE__ */ i(
|
|
1127
|
+
}, [a]), n = _((l, s) => t[a(l, s)], [t, a]);
|
|
1128
|
+
return /* @__PURE__ */ i(Tt.Provider, {
|
|
911
1129
|
value: {
|
|
912
1130
|
saveChatId: o,
|
|
913
1131
|
getChatId: n
|
|
@@ -915,29 +1133,29 @@ const Ma = new st({
|
|
|
915
1133
|
children: e
|
|
916
1134
|
});
|
|
917
1135
|
};
|
|
918
|
-
function
|
|
1136
|
+
function rn({
|
|
919
1137
|
children: e,
|
|
920
1138
|
volatile: t
|
|
921
1139
|
}) {
|
|
922
|
-
return /* @__PURE__ */ i(
|
|
923
|
-
children: /* @__PURE__ */ i(
|
|
1140
|
+
return /* @__PURE__ */ i(Nt, {
|
|
1141
|
+
children: /* @__PURE__ */ i(Ea, {
|
|
924
1142
|
volatile: t,
|
|
925
1143
|
children: e
|
|
926
1144
|
})
|
|
927
1145
|
});
|
|
928
1146
|
}
|
|
929
|
-
function
|
|
1147
|
+
function Ra(e) {
|
|
930
1148
|
var t, r;
|
|
931
1149
|
if ("jaql" in e)
|
|
932
1150
|
return e;
|
|
933
1151
|
{
|
|
934
|
-
const a =
|
|
1152
|
+
const a = sr(e.dataSource), {
|
|
935
1153
|
filters: o = [],
|
|
936
1154
|
relations: n
|
|
937
|
-
} =
|
|
1155
|
+
} = cr(e.filters), {
|
|
938
1156
|
metadata: l,
|
|
939
|
-
filterRelations:
|
|
940
|
-
} =
|
|
1157
|
+
filterRelations: s
|
|
1158
|
+
} = pr({
|
|
941
1159
|
dataSource: e.dataSource,
|
|
942
1160
|
attributes: (t = e.dimensions) != null ? t : [],
|
|
943
1161
|
measures: (r = e.measures) != null ? r : [],
|
|
@@ -948,46 +1166,46 @@ function Ia(e) {
|
|
|
948
1166
|
jaql: {
|
|
949
1167
|
datasource: a,
|
|
950
1168
|
metadata: l,
|
|
951
|
-
filterRelations:
|
|
1169
|
+
filterRelations: s
|
|
952
1170
|
}
|
|
953
1171
|
};
|
|
954
1172
|
return e.verbosity && (d.verbosity = e.verbosity), d;
|
|
955
1173
|
}
|
|
956
1174
|
}
|
|
957
|
-
const
|
|
958
|
-
const r = N(() =>
|
|
1175
|
+
const Me = (e, t = !0) => {
|
|
1176
|
+
const r = N(() => Ra(e), [e]), a = Z(), {
|
|
959
1177
|
data: o,
|
|
960
1178
|
error: n,
|
|
961
1179
|
isError: l,
|
|
962
|
-
isLoading:
|
|
1180
|
+
isLoading: s,
|
|
963
1181
|
isSuccess: d,
|
|
964
|
-
refetch:
|
|
1182
|
+
refetch: c
|
|
965
1183
|
} = te({
|
|
966
1184
|
queryKey: ["getNlgInsights", r, a],
|
|
967
1185
|
queryFn: () => a == null ? void 0 : a.ai.getNlgInsights(r),
|
|
968
|
-
select: (
|
|
1186
|
+
select: (g) => {
|
|
969
1187
|
var p;
|
|
970
|
-
return (p =
|
|
1188
|
+
return (p = g == null ? void 0 : g.data) == null ? void 0 : p.answer;
|
|
971
1189
|
},
|
|
972
1190
|
enabled: !!a && t
|
|
973
1191
|
});
|
|
974
1192
|
return {
|
|
975
|
-
isLoading:
|
|
1193
|
+
isLoading: s,
|
|
976
1194
|
isError: l,
|
|
977
1195
|
isSuccess: d,
|
|
978
1196
|
data: o,
|
|
979
1197
|
error: n,
|
|
980
|
-
refetch:
|
|
981
|
-
|
|
982
|
-
}, [
|
|
1198
|
+
refetch: _(() => {
|
|
1199
|
+
c();
|
|
1200
|
+
}, [c])
|
|
983
1201
|
};
|
|
984
|
-
},
|
|
1202
|
+
}, Za = (e) => {
|
|
985
1203
|
const t = e, {
|
|
986
1204
|
enabled: r
|
|
987
|
-
} = t, a =
|
|
988
|
-
return
|
|
989
|
-
},
|
|
990
|
-
function
|
|
1205
|
+
} = t, a = La(t, ["enabled"]);
|
|
1206
|
+
return Me(a, r);
|
|
1207
|
+
}, an = Ze("useGetNlgInsights")(Za), Wa = ["indicator", "column", "line", "table", "pie", "bar"];
|
|
1208
|
+
function qa(e) {
|
|
991
1209
|
const {
|
|
992
1210
|
dataSource: t,
|
|
993
1211
|
query: r,
|
|
@@ -999,48 +1217,48 @@ function La(e) {
|
|
|
999
1217
|
text: r,
|
|
1000
1218
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
1001
1219
|
timezone: "UTC",
|
|
1002
|
-
chartTypes: a ?? [...
|
|
1220
|
+
chartTypes: a ?? [...Wa]
|
|
1003
1221
|
}
|
|
1004
1222
|
};
|
|
1005
1223
|
}
|
|
1006
|
-
const
|
|
1224
|
+
const Ga = (e) => {
|
|
1007
1225
|
const {
|
|
1008
1226
|
contextTitle: t,
|
|
1009
1227
|
request: r
|
|
1010
|
-
} =
|
|
1228
|
+
} = qa(e), a = Z(), {
|
|
1011
1229
|
isLoading: o,
|
|
1012
1230
|
isError: n,
|
|
1013
1231
|
isSuccess: l,
|
|
1014
|
-
data:
|
|
1232
|
+
data: s,
|
|
1015
1233
|
error: d,
|
|
1016
|
-
refetch:
|
|
1234
|
+
refetch: c
|
|
1017
1235
|
} = te({
|
|
1018
1236
|
queryKey: ["getNlqResult", t, r, a],
|
|
1019
1237
|
queryFn: () => a == null ? void 0 : a.ai.getNlqResult(t, r),
|
|
1020
1238
|
enabled: !!a && e.enabled
|
|
1021
|
-
}),
|
|
1239
|
+
}), g = s ? pe(s, {
|
|
1022
1240
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
1023
1241
|
}) : void 0;
|
|
1024
1242
|
return {
|
|
1025
1243
|
isLoading: o,
|
|
1026
1244
|
isError: n,
|
|
1027
1245
|
isSuccess: l,
|
|
1028
|
-
data:
|
|
1246
|
+
data: g,
|
|
1029
1247
|
error: d,
|
|
1030
|
-
refetch:
|
|
1031
|
-
|
|
1032
|
-
}, [
|
|
1248
|
+
refetch: _(() => {
|
|
1249
|
+
c();
|
|
1250
|
+
}, [c])
|
|
1033
1251
|
};
|
|
1034
|
-
},
|
|
1252
|
+
}, on = Ze("useGetNlqResult")(Ga), Pa = 4, jt = (e) => {
|
|
1035
1253
|
const {
|
|
1036
1254
|
contextTitle: t,
|
|
1037
1255
|
count: r,
|
|
1038
1256
|
enableAxisTitlesInWidgetProps: a,
|
|
1039
1257
|
enabled: o
|
|
1040
|
-
} = e, n =
|
|
1258
|
+
} = e, n = Z(), l = r ?? Pa, s = (o === void 0 || o === !0) && l > 0, {
|
|
1041
1259
|
isLoading: d,
|
|
1042
|
-
isError:
|
|
1043
|
-
isSuccess:
|
|
1260
|
+
isError: c,
|
|
1261
|
+
isSuccess: g,
|
|
1044
1262
|
data: p,
|
|
1045
1263
|
error: m,
|
|
1046
1264
|
refetch: f
|
|
@@ -1049,49 +1267,49 @@ const Na = (e) => {
|
|
|
1049
1267
|
queryFn: () => n == null ? void 0 : n.ai.getQueryRecommendations(t, {
|
|
1050
1268
|
numOfRecommendations: l
|
|
1051
1269
|
}),
|
|
1052
|
-
enabled: !!n &&
|
|
1053
|
-
}), w = N(() => p == null ? void 0 : p.map((x) =>
|
|
1054
|
-
widgetProps: x.jaql ?
|
|
1270
|
+
enabled: !!n && s
|
|
1271
|
+
}), w = N(() => p == null ? void 0 : p.map((x) => S(C({}, x), {
|
|
1272
|
+
widgetProps: x.jaql ? pe(x, {
|
|
1055
1273
|
useCustomizedStyleOptions: a
|
|
1056
1274
|
}) : void 0
|
|
1057
1275
|
})), [p, a]);
|
|
1058
1276
|
return {
|
|
1059
|
-
isLoading:
|
|
1060
|
-
isError:
|
|
1061
|
-
isSuccess:
|
|
1277
|
+
isLoading: s ? d : !1,
|
|
1278
|
+
isError: c,
|
|
1279
|
+
isSuccess: g,
|
|
1062
1280
|
data: w ?? void 0,
|
|
1063
1281
|
error: m,
|
|
1064
|
-
refetch:
|
|
1282
|
+
refetch: _(() => {
|
|
1065
1283
|
f();
|
|
1066
1284
|
}, [f])
|
|
1067
1285
|
};
|
|
1068
|
-
},
|
|
1286
|
+
}, nn = Ze("useGetQueryRecommendations")(jt), Ot = Object.freeze({
|
|
1069
1287
|
enableFollowupQuestions: !1,
|
|
1070
1288
|
enableHeader: !0,
|
|
1071
1289
|
enableInsights: !0,
|
|
1072
1290
|
numOfRecommendations: 4,
|
|
1073
1291
|
numOfRecentPrompts: 5
|
|
1074
|
-
}),
|
|
1292
|
+
}), Et = /* @__PURE__ */ ve(C({}, Ot)), P = () => We(Et), Ha = ({
|
|
1075
1293
|
children: e,
|
|
1076
1294
|
value: t
|
|
1077
1295
|
}) => {
|
|
1078
1296
|
const {
|
|
1079
1297
|
t: r
|
|
1080
|
-
} =
|
|
1298
|
+
} = v(), a = Object.entries(t).reduce((o, [n, l]) => (l !== void 0 && (o[n] = l), o), S(C({}, Ot), {
|
|
1081
1299
|
inputPromptText: r("ai.config.inputPromptText"),
|
|
1082
1300
|
welcomeText: r("ai.config.welcomeText"),
|
|
1083
1301
|
suggestionsWelcomeText: r("ai.config.suggestionsWelcomeText")
|
|
1084
1302
|
}));
|
|
1085
|
-
return /* @__PURE__ */ i(
|
|
1303
|
+
return /* @__PURE__ */ i(Et.Provider, {
|
|
1086
1304
|
value: a,
|
|
1087
1305
|
children: e
|
|
1088
1306
|
});
|
|
1089
|
-
},
|
|
1090
|
-
const t =
|
|
1307
|
+
}, Pe = "chatHistory", Ya = (e) => {
|
|
1308
|
+
const t = Z(), {
|
|
1091
1309
|
hideHistory: r
|
|
1092
|
-
} =
|
|
1310
|
+
} = P();
|
|
1093
1311
|
return te({
|
|
1094
|
-
queryKey: [
|
|
1312
|
+
queryKey: [Pe, e, t],
|
|
1095
1313
|
queryFn: () => J(void 0, null, function* () {
|
|
1096
1314
|
if (!t || !e)
|
|
1097
1315
|
return;
|
|
@@ -1102,9 +1320,9 @@ const Na = (e) => {
|
|
|
1102
1320
|
}),
|
|
1103
1321
|
enabled: !!t && !!e
|
|
1104
1322
|
});
|
|
1105
|
-
},
|
|
1106
|
-
const t =
|
|
1107
|
-
return
|
|
1323
|
+
}, zt = (e) => {
|
|
1324
|
+
const t = Z(), r = ce();
|
|
1325
|
+
return qe({
|
|
1108
1326
|
mutationFn: () => J(void 0, null, function* () {
|
|
1109
1327
|
if (!(!t || !e))
|
|
1110
1328
|
return t.ai.chat.clearHistory(e);
|
|
@@ -1113,17 +1331,17 @@ const Na = (e) => {
|
|
|
1113
1331
|
console.error("Error when clearing history:", a);
|
|
1114
1332
|
},
|
|
1115
1333
|
onSettled: () => {
|
|
1116
|
-
e && r.setQueriesData([
|
|
1334
|
+
e && r.setQueriesData([Pe, e], []);
|
|
1117
1335
|
}
|
|
1118
1336
|
});
|
|
1119
|
-
},
|
|
1337
|
+
}, He = (e) => {
|
|
1120
1338
|
const {
|
|
1121
1339
|
data: t,
|
|
1122
1340
|
isLoading: r,
|
|
1123
1341
|
isError: a
|
|
1124
|
-
} =
|
|
1342
|
+
} = Ya(e), {
|
|
1125
1343
|
mutate: o
|
|
1126
|
-
} =
|
|
1344
|
+
} = zt(e);
|
|
1127
1345
|
return re(() => {
|
|
1128
1346
|
a && o();
|
|
1129
1347
|
}, [a, o]), {
|
|
@@ -1131,8 +1349,8 @@ const Na = (e) => {
|
|
|
1131
1349
|
isLoading: r,
|
|
1132
1350
|
isError: a
|
|
1133
1351
|
};
|
|
1134
|
-
},
|
|
1135
|
-
const e =
|
|
1352
|
+
}, Ba = () => {
|
|
1353
|
+
const e = Z(), {
|
|
1136
1354
|
data: t,
|
|
1137
1355
|
isLoading: r,
|
|
1138
1356
|
fetchStatus: a
|
|
@@ -1149,8 +1367,8 @@ const Na = (e) => {
|
|
|
1149
1367
|
isLoading: r,
|
|
1150
1368
|
fetchStatus: a
|
|
1151
1369
|
};
|
|
1152
|
-
},
|
|
1153
|
-
const e =
|
|
1370
|
+
}, Qa = () => {
|
|
1371
|
+
const e = Z(), {
|
|
1154
1372
|
data: t,
|
|
1155
1373
|
isLoading: r
|
|
1156
1374
|
} = te({
|
|
@@ -1162,8 +1380,8 @@ const Na = (e) => {
|
|
|
1162
1380
|
data: t ?? [],
|
|
1163
1381
|
isLoading: r
|
|
1164
1382
|
};
|
|
1165
|
-
},
|
|
1166
|
-
const a = ce(), o =
|
|
1383
|
+
}, Ua = (e, t, r) => {
|
|
1384
|
+
const a = ce(), o = Z(), n = qe({
|
|
1167
1385
|
mutationFn: () => J(void 0, null, function* () {
|
|
1168
1386
|
if (!(!o || !e))
|
|
1169
1387
|
return o.ai.chat.create(e, r);
|
|
@@ -1173,7 +1391,7 @@ const Na = (e) => {
|
|
|
1173
1391
|
return re(() => {
|
|
1174
1392
|
t && n.isIdle && n.mutate();
|
|
1175
1393
|
}, [t, n]), n;
|
|
1176
|
-
},
|
|
1394
|
+
}, Fa = (e, t) => {
|
|
1177
1395
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
1178
1396
|
case "nlq":
|
|
1179
1397
|
return {
|
|
@@ -1190,15 +1408,15 @@ const Na = (e) => {
|
|
|
1190
1408
|
default:
|
|
1191
1409
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
1192
1410
|
}
|
|
1193
|
-
},
|
|
1194
|
-
const r = ce(), a =
|
|
1195
|
-
e && r.setQueriesData([
|
|
1411
|
+
}, Va = (e, t) => {
|
|
1412
|
+
const r = ce(), a = _((d) => {
|
|
1413
|
+
e && r.setQueriesData([Pe, e], (c) => c && [...c, d]);
|
|
1196
1414
|
}, [r, e]), {
|
|
1197
1415
|
t: o
|
|
1198
|
-
} =
|
|
1416
|
+
} = v(), n = Z(), {
|
|
1199
1417
|
mutate: l,
|
|
1200
|
-
isLoading:
|
|
1201
|
-
} =
|
|
1418
|
+
isLoading: s
|
|
1419
|
+
} = qe({
|
|
1202
1420
|
mutationFn: (d) => J(void 0, null, function* () {
|
|
1203
1421
|
if (!(!n || !e))
|
|
1204
1422
|
return n.ai.chat.post(e, {
|
|
@@ -1225,89 +1443,89 @@ const Na = (e) => {
|
|
|
1225
1443
|
onSuccess: (d) => {
|
|
1226
1444
|
if (!d)
|
|
1227
1445
|
return;
|
|
1228
|
-
const
|
|
1229
|
-
a(
|
|
1446
|
+
const c = o("ai.errors.unknownResponse");
|
|
1447
|
+
a(Fa(d, c));
|
|
1230
1448
|
}
|
|
1231
1449
|
});
|
|
1232
1450
|
return {
|
|
1233
1451
|
mutate: l,
|
|
1234
|
-
isLoading:
|
|
1452
|
+
isLoading: s
|
|
1235
1453
|
};
|
|
1236
|
-
},
|
|
1454
|
+
}, Ye = (e, t, r = !1) => {
|
|
1237
1455
|
var a;
|
|
1238
1456
|
const {
|
|
1239
1457
|
data: o,
|
|
1240
1458
|
isLoading: n
|
|
1241
|
-
} =
|
|
1459
|
+
} = Qa(), l = za(), s = l.getChatId(e, t) || ((a = o.find((p) => {
|
|
1242
1460
|
var m;
|
|
1243
1461
|
return p.contextTitle === e && ((m = p.contextDetails) == null ? void 0 : m.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
1244
1462
|
})) == null ? void 0 : a.chatId), {
|
|
1245
1463
|
isError: d,
|
|
1246
|
-
data:
|
|
1247
|
-
isSuccess:
|
|
1248
|
-
} =
|
|
1464
|
+
data: c,
|
|
1465
|
+
isSuccess: g
|
|
1466
|
+
} = Ua(e, r && !n && !s, t);
|
|
1249
1467
|
return re(() => {
|
|
1250
|
-
|
|
1251
|
-
}, [
|
|
1252
|
-
chatId:
|
|
1468
|
+
g && c && !s && l.saveChatId(c.chatId, e, t);
|
|
1469
|
+
}, [c, g, e, t, s, l]), {
|
|
1470
|
+
chatId: s,
|
|
1253
1471
|
isLoading: n,
|
|
1254
1472
|
isError: d
|
|
1255
1473
|
};
|
|
1256
|
-
},
|
|
1474
|
+
}, Rt = (e) => N(() => {
|
|
1257
1475
|
if (e != null && e.length) {
|
|
1258
1476
|
const t = e[e.length - 1];
|
|
1259
1477
|
if (Be(t))
|
|
1260
1478
|
return JSON.parse(t.content);
|
|
1261
1479
|
}
|
|
1262
1480
|
return null;
|
|
1263
|
-
}, [e]), Be = (e) => !!e && "type" in e && e.type === "nlq",
|
|
1481
|
+
}, [e]), Be = (e) => !!e && "type" in e && e.type === "nlq", $a = (e) => !!e && "type" in e && e.type === "text", Ja = (e, t) => {
|
|
1264
1482
|
const {
|
|
1265
1483
|
t: r
|
|
1266
|
-
} =
|
|
1484
|
+
} = v(), {
|
|
1267
1485
|
enableFollowupQuestions: a
|
|
1268
|
-
} =
|
|
1486
|
+
} = P(), {
|
|
1269
1487
|
chatId: o,
|
|
1270
1488
|
isError: n
|
|
1271
|
-
} =
|
|
1489
|
+
} = Ye(e, t, !0), [l, s] = M(null), {
|
|
1272
1490
|
history: d,
|
|
1273
|
-
isLoading:
|
|
1274
|
-
isError:
|
|
1275
|
-
} =
|
|
1491
|
+
isLoading: c,
|
|
1492
|
+
isError: g
|
|
1493
|
+
} = He(o);
|
|
1276
1494
|
re(() => {
|
|
1277
|
-
n ?
|
|
1278
|
-
}, [n,
|
|
1495
|
+
n ? s(new se("ai.errors.chatUnavailable")) : g && s(new se("ai.errors.fetchHistory"));
|
|
1496
|
+
}, [n, g, r]);
|
|
1279
1497
|
const {
|
|
1280
1498
|
mutate: p,
|
|
1281
1499
|
isLoading: m
|
|
1282
|
-
} =
|
|
1500
|
+
} = Va(o, a), f = Rt(d);
|
|
1283
1501
|
return {
|
|
1284
1502
|
chatId: o,
|
|
1285
1503
|
history: d ?? [],
|
|
1286
1504
|
lastNlqResponse: f,
|
|
1287
1505
|
sendMessage: p,
|
|
1288
1506
|
isAwaitingResponse: m,
|
|
1289
|
-
isLoading:
|
|
1507
|
+
isLoading: c,
|
|
1290
1508
|
lastError: l
|
|
1291
1509
|
};
|
|
1292
|
-
},
|
|
1510
|
+
}, ln = ({
|
|
1293
1511
|
contextTitle: e,
|
|
1294
1512
|
contextDetails: t
|
|
1295
1513
|
}) => {
|
|
1296
1514
|
const {
|
|
1297
1515
|
chatId: r
|
|
1298
|
-
} =
|
|
1516
|
+
} = Ye(e, t), {
|
|
1299
1517
|
history: a
|
|
1300
|
-
} =
|
|
1301
|
-
return
|
|
1302
|
-
},
|
|
1518
|
+
} = He(r);
|
|
1519
|
+
return Rt(a);
|
|
1520
|
+
}, dn = ({
|
|
1303
1521
|
contextTitle: e,
|
|
1304
1522
|
contextDetails: t
|
|
1305
1523
|
}) => {
|
|
1306
1524
|
const {
|
|
1307
1525
|
chatId: r
|
|
1308
|
-
} =
|
|
1526
|
+
} = Ye(e, t), {
|
|
1309
1527
|
history: a
|
|
1310
|
-
} =
|
|
1528
|
+
} = He(r);
|
|
1311
1529
|
return N(() => {
|
|
1312
1530
|
if (a != null && a.length) {
|
|
1313
1531
|
const o = a.slice().reverse().find(Be);
|
|
@@ -1316,29 +1534,29 @@ const Na = (e) => {
|
|
|
1316
1534
|
}
|
|
1317
1535
|
return null;
|
|
1318
1536
|
}, [a]);
|
|
1319
|
-
},
|
|
1537
|
+
}, Xa = 500, Ka = 500, ei = 500, ti = 900, ri = /* @__PURE__ */ u("div", {
|
|
1320
1538
|
target: "e1ldv6710",
|
|
1321
1539
|
label: "ChatFrame"
|
|
1322
1540
|
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({
|
|
1323
1541
|
theme: e
|
|
1324
1542
|
}) => e.aiChat.borderRadius, ";background-color:", ({
|
|
1325
1543
|
theme: e
|
|
1326
|
-
}) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:",
|
|
1544
|
+
}) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", Xa, "px;min-height:", Ka, "px;width:", ({
|
|
1327
1545
|
width: e
|
|
1328
|
-
}) => e ?
|
|
1546
|
+
}) => e ? st(e) : `${ei}px`, ";height:", ({
|
|
1329
1547
|
height: e
|
|
1330
|
-
}) => e ?
|
|
1548
|
+
}) => e ? st(e) : `${ti}px`, ";", ({
|
|
1331
1549
|
theme: e
|
|
1332
|
-
}) =>
|
|
1550
|
+
}) => T`
|
|
1333
1551
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
1334
1552
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
1335
1553
|
`, " border:", ({
|
|
1336
1554
|
theme: e
|
|
1337
1555
|
}) => e.aiChat.border === !1 ? "none" : e.aiChat.border, ";");
|
|
1338
|
-
function
|
|
1556
|
+
function st(e) {
|
|
1339
1557
|
return typeof e == "number" ? `${e}px` : e;
|
|
1340
1558
|
}
|
|
1341
|
-
function
|
|
1559
|
+
function ai({
|
|
1342
1560
|
spin: e
|
|
1343
1561
|
}) {
|
|
1344
1562
|
return /* @__PURE__ */ h("svg", {
|
|
@@ -1366,12 +1584,12 @@ function De() {
|
|
|
1366
1584
|
return /* @__PURE__ */ i("div", {
|
|
1367
1585
|
className: "csdk-m-auto",
|
|
1368
1586
|
"aria-label": "loading spinner",
|
|
1369
|
-
children: /* @__PURE__ */ i(
|
|
1587
|
+
children: /* @__PURE__ */ i(ai, {
|
|
1370
1588
|
spin: !0
|
|
1371
1589
|
})
|
|
1372
1590
|
});
|
|
1373
1591
|
}
|
|
1374
|
-
function
|
|
1592
|
+
function ii({
|
|
1375
1593
|
theme: e
|
|
1376
1594
|
}) {
|
|
1377
1595
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -1386,7 +1604,7 @@ function Fa({
|
|
|
1386
1604
|
})
|
|
1387
1605
|
});
|
|
1388
1606
|
}
|
|
1389
|
-
function
|
|
1607
|
+
function oi({
|
|
1390
1608
|
theme: e
|
|
1391
1609
|
}) {
|
|
1392
1610
|
const t = e.aiChat.icons.color;
|
|
@@ -1408,17 +1626,17 @@ function Va({
|
|
|
1408
1626
|
})]
|
|
1409
1627
|
});
|
|
1410
1628
|
}
|
|
1411
|
-
const
|
|
1629
|
+
const ni = /* @__PURE__ */ u("div", {
|
|
1412
1630
|
target: "e1q6h1ze0",
|
|
1413
1631
|
label: "Section"
|
|
1414
|
-
})("display:flex;flex-direction:column;row-gap:4px;"),
|
|
1632
|
+
})("display:flex;flex-direction:column;row-gap:4px;"), li = /* @__PURE__ */ u("div", {
|
|
1415
1633
|
target: "e1q6h1ze1",
|
|
1416
1634
|
label: "SectionHeader"
|
|
1417
1635
|
})("font-size:11px;line-height:18px;font-weight:300;color:", ({
|
|
1418
1636
|
theme: e
|
|
1419
1637
|
}) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({
|
|
1420
1638
|
theme: e
|
|
1421
|
-
}) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"),
|
|
1639
|
+
}) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), di = /* @__PURE__ */ u("div", {
|
|
1422
1640
|
target: "e1q6h1ze2",
|
|
1423
1641
|
label: "DropupItem"
|
|
1424
1642
|
})("font-size:", ({
|
|
@@ -1430,28 +1648,28 @@ const $a = /* @__PURE__ */ g("div", {
|
|
|
1430
1648
|
}) => e.aiChat.dropup.items.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({
|
|
1431
1649
|
theme: e
|
|
1432
1650
|
}) => e.aiChat.dropup.items.hover.backgroundColor, ";}");
|
|
1433
|
-
function
|
|
1651
|
+
function si({
|
|
1434
1652
|
title: e,
|
|
1435
1653
|
items: t,
|
|
1436
1654
|
onSelect: r,
|
|
1437
1655
|
alwaysExpanded: a = !1
|
|
1438
1656
|
}) {
|
|
1439
|
-
const [o, n] =
|
|
1657
|
+
const [o, n] = M(!1), {
|
|
1440
1658
|
themeSettings: l
|
|
1441
1659
|
} = k();
|
|
1442
|
-
return /* @__PURE__ */ h(
|
|
1443
|
-
children: [/* @__PURE__ */ i(
|
|
1444
|
-
onClick: () => n((
|
|
1660
|
+
return /* @__PURE__ */ h(ni, {
|
|
1661
|
+
children: [/* @__PURE__ */ i(li, {
|
|
1662
|
+
onClick: () => n((s) => !s),
|
|
1445
1663
|
theme: l,
|
|
1446
1664
|
children: e.toUpperCase()
|
|
1447
|
-
}), (o || a) && t.map((
|
|
1448
|
-
onClick: () => r(
|
|
1665
|
+
}), (o || a) && t.map((s, d) => /* @__PURE__ */ i(di, {
|
|
1666
|
+
onClick: () => r(s),
|
|
1449
1667
|
theme: l,
|
|
1450
|
-
children:
|
|
1668
|
+
children: s
|
|
1451
1669
|
}, d))]
|
|
1452
1670
|
});
|
|
1453
1671
|
}
|
|
1454
|
-
const
|
|
1672
|
+
const ci = /* @__PURE__ */ u("div", {
|
|
1455
1673
|
target: "e10x5x4a0",
|
|
1456
1674
|
label: "PopupContent"
|
|
1457
1675
|
})("font-family:", ({
|
|
@@ -1466,7 +1684,7 @@ const ei = /* @__PURE__ */ g("div", {
|
|
|
1466
1684
|
theme: e
|
|
1467
1685
|
}) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({
|
|
1468
1686
|
theme: e
|
|
1469
|
-
}) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"),
|
|
1687
|
+
}) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"), pi = /* @__PURE__ */ u("div", {
|
|
1470
1688
|
target: "e10x5x4a1",
|
|
1471
1689
|
label: "ErrorMessage"
|
|
1472
1690
|
})("font-size:", ({
|
|
@@ -1475,8 +1693,8 @@ const ei = /* @__PURE__ */ g("div", {
|
|
|
1475
1693
|
theme: e
|
|
1476
1694
|
}) => e.aiChat.primaryFontSize[1], ";color:", ({
|
|
1477
1695
|
theme: e
|
|
1478
|
-
}) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"),
|
|
1479
|
-
function
|
|
1696
|
+
}) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), ze = (e) => e.startsWith("/");
|
|
1697
|
+
function gi({
|
|
1480
1698
|
recentPrompts: e,
|
|
1481
1699
|
suggestions: t,
|
|
1482
1700
|
isLoading: r,
|
|
@@ -1485,7 +1703,7 @@ function ri({
|
|
|
1485
1703
|
text: n,
|
|
1486
1704
|
recommendationsError: l
|
|
1487
1705
|
}) {
|
|
1488
|
-
const
|
|
1706
|
+
const s = [{
|
|
1489
1707
|
title: "/recent searches",
|
|
1490
1708
|
items: e,
|
|
1491
1709
|
onSelect: a
|
|
@@ -1496,10 +1714,10 @@ function ri({
|
|
|
1496
1714
|
}].filter((p) => p.title.slice(0, n.length) === n), {
|
|
1497
1715
|
themeSettings: d
|
|
1498
1716
|
} = k(), {
|
|
1499
|
-
t:
|
|
1500
|
-
} =
|
|
1501
|
-
return /* @__PURE__ */ i(
|
|
1502
|
-
open:
|
|
1717
|
+
t: c
|
|
1718
|
+
} = v(), g = s.length === 1;
|
|
1719
|
+
return /* @__PURE__ */ i(yt, {
|
|
1720
|
+
open: ze(n) && s.length > 0,
|
|
1503
1721
|
anchorEl: o,
|
|
1504
1722
|
placement: "top-start",
|
|
1505
1723
|
modifiers: [{
|
|
@@ -1511,16 +1729,16 @@ function ri({
|
|
|
1511
1729
|
sx: {
|
|
1512
1730
|
zIndex: 3
|
|
1513
1731
|
},
|
|
1514
|
-
children: /* @__PURE__ */ h(
|
|
1732
|
+
children: /* @__PURE__ */ h(ci, {
|
|
1515
1733
|
style: {
|
|
1516
1734
|
width: o == null ? void 0 : o.offsetWidth
|
|
1517
1735
|
},
|
|
1518
1736
|
theme: d,
|
|
1519
|
-
children: [r && /* @__PURE__ */ i(De, {}), !r && !l &&
|
|
1520
|
-
alwaysExpanded:
|
|
1521
|
-
}), p.title)), l && /* @__PURE__ */ i(
|
|
1737
|
+
children: [r && /* @__PURE__ */ i(De, {}), !r && !l && s.map((p) => /* @__PURE__ */ i(si, S(C({}, p), {
|
|
1738
|
+
alwaysExpanded: g
|
|
1739
|
+
}), p.title)), l && /* @__PURE__ */ i(pi, {
|
|
1522
1740
|
theme: d,
|
|
1523
|
-
children:
|
|
1741
|
+
children: c("ai.errors.recommendationsNotAvailable")
|
|
1524
1742
|
})]
|
|
1525
1743
|
})
|
|
1526
1744
|
});
|
|
@@ -1533,7 +1751,7 @@ function ge({
|
|
|
1533
1751
|
const {
|
|
1534
1752
|
themeSettings: a
|
|
1535
1753
|
} = k();
|
|
1536
|
-
return /* @__PURE__ */ i(
|
|
1754
|
+
return /* @__PURE__ */ i(Er, {
|
|
1537
1755
|
title: e,
|
|
1538
1756
|
placement: t,
|
|
1539
1757
|
disableInteractive: !0,
|
|
@@ -1561,15 +1779,15 @@ function ge({
|
|
|
1561
1779
|
children: r
|
|
1562
1780
|
});
|
|
1563
1781
|
}
|
|
1564
|
-
const
|
|
1782
|
+
const ui = 500, hi = /* @__PURE__ */ u("div", {
|
|
1565
1783
|
target: "e6iwkw10",
|
|
1566
1784
|
label: "ChatInputContainer"
|
|
1567
1785
|
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({
|
|
1568
1786
|
theme: e
|
|
1569
|
-
}) => e.aiChat.backgroundColor, ";"),
|
|
1787
|
+
}) => e.aiChat.backgroundColor, ";"), mi = /* @__PURE__ */ u("button", {
|
|
1570
1788
|
target: "e6iwkw11",
|
|
1571
1789
|
label: "ClearHistoryButton"
|
|
1572
|
-
})("height:34px;background-color:inherit;cursor:pointer;border:none;"),
|
|
1790
|
+
})("height:34px;background-color:inherit;cursor:pointer;border:none;"), bi = /* @__PURE__ */ u("textarea", {
|
|
1573
1791
|
target: "e6iwkw12",
|
|
1574
1792
|
label: "TextInput"
|
|
1575
1793
|
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({
|
|
@@ -1578,21 +1796,21 @@ const ai = 500, ii = /* @__PURE__ */ g("div", {
|
|
|
1578
1796
|
theme: e
|
|
1579
1797
|
}) => e.aiChat.primaryTextColor, ";background-color:", ({
|
|
1580
1798
|
theme: e
|
|
1581
|
-
}) => e.aiChat.input.backgroundColor, ";"),
|
|
1799
|
+
}) => e.aiChat.input.backgroundColor, ";"), fi = /* @__PURE__ */ u("button", {
|
|
1582
1800
|
target: "e6iwkw13",
|
|
1583
1801
|
label: "SendMessageButton"
|
|
1584
1802
|
})("height:34px;background-color:inherit;border-style:none;color:", ({
|
|
1585
1803
|
theme: e
|
|
1586
1804
|
}) => e.aiChat.primaryTextColor, ";", ({
|
|
1587
1805
|
disabled: e
|
|
1588
|
-
}) => e ?
|
|
1806
|
+
}) => e ? T`
|
|
1589
1807
|
opacity: 0.3;
|
|
1590
1808
|
cursor: not-allowed;
|
|
1591
|
-
` :
|
|
1809
|
+
` : T`
|
|
1592
1810
|
opacity: 1;
|
|
1593
1811
|
cursor: pointer;
|
|
1594
|
-
`),
|
|
1595
|
-
function
|
|
1812
|
+
`), xi = 34;
|
|
1813
|
+
function ki({
|
|
1596
1814
|
onSendMessage: e,
|
|
1597
1815
|
onClearHistoryClick: t,
|
|
1598
1816
|
disabled: r,
|
|
@@ -1600,52 +1818,52 @@ function ci({
|
|
|
1600
1818
|
suggestions: o,
|
|
1601
1819
|
isLoading: n,
|
|
1602
1820
|
recommendationsError: l,
|
|
1603
|
-
onChange:
|
|
1821
|
+
onChange: s
|
|
1604
1822
|
}) {
|
|
1605
|
-
const [d,
|
|
1606
|
-
inputPromptText:
|
|
1607
|
-
} =
|
|
1823
|
+
const [d, c] = M(""), {
|
|
1824
|
+
inputPromptText: g
|
|
1825
|
+
} = P(), p = _(() => {
|
|
1608
1826
|
if (r)
|
|
1609
1827
|
return;
|
|
1610
|
-
if (
|
|
1611
|
-
|
|
1828
|
+
if (ze(d)) {
|
|
1829
|
+
c("");
|
|
1612
1830
|
return;
|
|
1613
1831
|
}
|
|
1614
|
-
const
|
|
1615
|
-
|
|
1616
|
-
}, [r, e, d]), m =
|
|
1617
|
-
e(
|
|
1618
|
-
}, [e]), f =
|
|
1619
|
-
|
|
1620
|
-
}, [p, d]), w =
|
|
1621
|
-
|
|
1622
|
-
}, [
|
|
1623
|
-
|
|
1624
|
-
x.current && (x.current.style.height = "inherit", x.current.style.height = `${Math.max(x.current.scrollHeight + 2,
|
|
1625
|
-
}, [d]),
|
|
1832
|
+
const y = d.trim();
|
|
1833
|
+
y.length !== 0 && (e(y), c(""));
|
|
1834
|
+
}, [r, e, d]), m = _((y) => {
|
|
1835
|
+
e(y), c("");
|
|
1836
|
+
}, [e]), f = _((y) => {
|
|
1837
|
+
y.key === "Enter" ? (y.preventDefault(), p()) : y.key === "Escape" && ze(d) && c("");
|
|
1838
|
+
}, [p, d]), w = _((y) => {
|
|
1839
|
+
s == null || s(y.target.value), c(y.target.value);
|
|
1840
|
+
}, [s]), x = $(null);
|
|
1841
|
+
ye(() => {
|
|
1842
|
+
x.current && (x.current.style.height = "inherit", x.current.style.height = `${Math.max(x.current.scrollHeight + 2, xi)}px`);
|
|
1843
|
+
}, [d]), ye(() => {
|
|
1626
1844
|
x.current && x.current.focus({
|
|
1627
1845
|
preventScroll: !0
|
|
1628
1846
|
});
|
|
1629
1847
|
}, []);
|
|
1630
1848
|
const {
|
|
1631
|
-
themeSettings:
|
|
1849
|
+
themeSettings: D
|
|
1632
1850
|
} = k(), {
|
|
1633
1851
|
t: I
|
|
1634
|
-
} =
|
|
1635
|
-
var
|
|
1636
|
-
if ((
|
|
1637
|
-
const H = (
|
|
1638
|
-
var
|
|
1639
|
-
document.removeEventListener("mouseup", H), document.removeEventListener("keyup", H),
|
|
1852
|
+
} = v(), z = _((y) => {
|
|
1853
|
+
var j;
|
|
1854
|
+
if ((j = document.getElementById("csdk-chatbot-frame")) != null && j.contains(y.relatedTarget)) {
|
|
1855
|
+
const H = (W) => {
|
|
1856
|
+
var U;
|
|
1857
|
+
document.removeEventListener("mouseup", H), document.removeEventListener("keyup", H), W.type === "mouseup" && ((U = document.getSelection()) == null ? void 0 : U.type) !== "Range" && y.target.focus({
|
|
1640
1858
|
preventScroll: !0
|
|
1641
1859
|
});
|
|
1642
1860
|
};
|
|
1643
1861
|
document.addEventListener("mouseup", H), document.addEventListener("keyup", H);
|
|
1644
1862
|
}
|
|
1645
1863
|
}, []);
|
|
1646
|
-
return /* @__PURE__ */ h(
|
|
1647
|
-
theme:
|
|
1648
|
-
children: [/* @__PURE__ */ i(
|
|
1864
|
+
return /* @__PURE__ */ h(hi, {
|
|
1865
|
+
theme: D,
|
|
1866
|
+
children: [/* @__PURE__ */ i(gi, {
|
|
1649
1867
|
recentPrompts: a,
|
|
1650
1868
|
suggestions: o,
|
|
1651
1869
|
isLoading: n,
|
|
@@ -1656,128 +1874,128 @@ function ci({
|
|
|
1656
1874
|
}), t && /* @__PURE__ */ i(ge, {
|
|
1657
1875
|
title: I("ai.buttons.clearChat"),
|
|
1658
1876
|
placement: "bottom-start",
|
|
1659
|
-
children: /* @__PURE__ */ i(
|
|
1877
|
+
children: /* @__PURE__ */ i(mi, {
|
|
1660
1878
|
"aria-label": "clear history",
|
|
1661
1879
|
onClick: t,
|
|
1662
|
-
children: /* @__PURE__ */ i(
|
|
1663
|
-
theme:
|
|
1880
|
+
children: /* @__PURE__ */ i(oi, {
|
|
1881
|
+
theme: D
|
|
1664
1882
|
})
|
|
1665
1883
|
})
|
|
1666
|
-
}), /* @__PURE__ */ i(
|
|
1884
|
+
}), /* @__PURE__ */ i(bi, {
|
|
1667
1885
|
"aria-label": "chat input",
|
|
1668
|
-
onBlur:
|
|
1669
|
-
maxLength:
|
|
1886
|
+
onBlur: z,
|
|
1887
|
+
maxLength: ui,
|
|
1670
1888
|
ref: x,
|
|
1671
1889
|
rows: 1,
|
|
1672
1890
|
onChange: w,
|
|
1673
1891
|
spellCheck: "true",
|
|
1674
|
-
placeholder:
|
|
1892
|
+
placeholder: g,
|
|
1675
1893
|
value: d,
|
|
1676
1894
|
onKeyDown: f,
|
|
1677
|
-
theme:
|
|
1678
|
-
}), /* @__PURE__ */ i(
|
|
1895
|
+
theme: D
|
|
1896
|
+
}), /* @__PURE__ */ i(fi, {
|
|
1679
1897
|
"aria-label": "send chat message",
|
|
1680
1898
|
disabled: r || d.length === 0,
|
|
1681
1899
|
onClick: p,
|
|
1682
|
-
theme:
|
|
1900
|
+
theme: D,
|
|
1683
1901
|
children: /* @__PURE__ */ i("span", {
|
|
1684
1902
|
"data-state": "closed",
|
|
1685
|
-
children: /* @__PURE__ */ i(
|
|
1686
|
-
theme:
|
|
1903
|
+
children: /* @__PURE__ */ i(ii, {
|
|
1904
|
+
theme: D
|
|
1687
1905
|
})
|
|
1688
1906
|
})
|
|
1689
1907
|
})]
|
|
1690
1908
|
});
|
|
1691
1909
|
}
|
|
1692
|
-
const
|
|
1910
|
+
const wi = /* @__PURE__ */ u("div", {
|
|
1693
1911
|
target: "er3yjg60",
|
|
1694
1912
|
label: "FlexContainer"
|
|
1695
1913
|
})("display:flex;", ({
|
|
1696
1914
|
align: e
|
|
1697
|
-
}) => e === "right" ?
|
|
1915
|
+
}) => e === "right" ? T`
|
|
1698
1916
|
justify-content: flex-end;
|
|
1699
|
-
` :
|
|
1917
|
+
` : T`
|
|
1700
1918
|
justify-content: flex-start;
|
|
1701
|
-
`),
|
|
1919
|
+
`), Zt = /* @__PURE__ */ u("div", {
|
|
1702
1920
|
target: "er3yjg61",
|
|
1703
1921
|
label: "MessageContainer"
|
|
1704
1922
|
})("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({
|
|
1705
1923
|
align: e
|
|
1706
|
-
}) => e === "right" ?
|
|
1924
|
+
}) => e === "right" ? T`
|
|
1707
1925
|
text-align: right;
|
|
1708
1926
|
border-radius: 10px 10px 0px 10px;
|
|
1709
|
-
` :
|
|
1927
|
+
` : T`
|
|
1710
1928
|
text-align: left;
|
|
1711
1929
|
border-radius: 10px 10px 10px 0px;
|
|
1712
1930
|
`, " ", ({
|
|
1713
1931
|
align: e
|
|
1714
|
-
}) => e !== "full" ?
|
|
1932
|
+
}) => e !== "full" ? T`
|
|
1715
1933
|
max-width: 85%;
|
|
1716
1934
|
` : "", " color:", ({
|
|
1717
1935
|
theme: e
|
|
1718
1936
|
}) => e.aiChat.primaryTextColor, ";background-color:", ({
|
|
1719
1937
|
theme: e,
|
|
1720
1938
|
align: t
|
|
1721
|
-
}) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"),
|
|
1939
|
+
}) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"), Q = ({
|
|
1722
1940
|
align: e,
|
|
1723
1941
|
children: t
|
|
1724
1942
|
}) => {
|
|
1725
1943
|
const {
|
|
1726
1944
|
themeSettings: r
|
|
1727
1945
|
} = k();
|
|
1728
|
-
return /* @__PURE__ */ i(
|
|
1946
|
+
return /* @__PURE__ */ i(wi, {
|
|
1729
1947
|
theme: r,
|
|
1730
1948
|
align: e,
|
|
1731
|
-
children: /* @__PURE__ */ i(
|
|
1949
|
+
children: /* @__PURE__ */ i(Zt, {
|
|
1732
1950
|
theme: r,
|
|
1733
1951
|
align: e,
|
|
1734
1952
|
children: t
|
|
1735
1953
|
})
|
|
1736
1954
|
});
|
|
1737
1955
|
};
|
|
1738
|
-
function
|
|
1956
|
+
function yi() {
|
|
1739
1957
|
const {
|
|
1740
1958
|
welcomeText: e
|
|
1741
|
-
} =
|
|
1742
|
-
return e === !1 ? null : /* @__PURE__ */ i(
|
|
1959
|
+
} = P();
|
|
1960
|
+
return e === !1 ? null : /* @__PURE__ */ i(Q, {
|
|
1743
1961
|
align: "left",
|
|
1744
1962
|
children: e
|
|
1745
1963
|
});
|
|
1746
1964
|
}
|
|
1747
|
-
const
|
|
1965
|
+
const _i = /* @__PURE__ */ u("div", {
|
|
1748
1966
|
target: "e1r5p4wy0",
|
|
1749
1967
|
label: "Container"
|
|
1750
|
-
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"),
|
|
1968
|
+
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), Ci = /* @__PURE__ */ u("div", {
|
|
1751
1969
|
target: "e1r5p4wy1",
|
|
1752
1970
|
label: "Title"
|
|
1753
1971
|
})("color:", ({
|
|
1754
1972
|
theme: e
|
|
1755
|
-
}) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"),
|
|
1973
|
+
}) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), vi = /* @__PURE__ */ u("div", {
|
|
1756
1974
|
target: "e1r5p4wy2",
|
|
1757
1975
|
label: "ActionButton"
|
|
1758
1976
|
})("color:rgba(54,163,217,1);cursor:pointer;");
|
|
1759
|
-
function
|
|
1977
|
+
function Wt({
|
|
1760
1978
|
text: e,
|
|
1761
1979
|
action: t
|
|
1762
1980
|
}) {
|
|
1763
1981
|
const {
|
|
1764
1982
|
themeSettings: r
|
|
1765
1983
|
} = k();
|
|
1766
|
-
return /* @__PURE__ */ h(
|
|
1767
|
-
children: [/* @__PURE__ */ i(
|
|
1984
|
+
return /* @__PURE__ */ h(_i, {
|
|
1985
|
+
children: [/* @__PURE__ */ i(Ci, {
|
|
1768
1986
|
theme: r,
|
|
1769
1987
|
children: e
|
|
1770
|
-
}), /* @__PURE__ */ i(
|
|
1988
|
+
}), /* @__PURE__ */ i(Sr, {}), t && /* @__PURE__ */ i(vi, {
|
|
1771
1989
|
onClick: t.onClick,
|
|
1772
1990
|
children: t.text
|
|
1773
1991
|
})]
|
|
1774
1992
|
});
|
|
1775
1993
|
}
|
|
1776
|
-
const be = /* @__PURE__ */
|
|
1994
|
+
const be = /* @__PURE__ */ u("div", {
|
|
1777
1995
|
target: "e3ryei50",
|
|
1778
1996
|
label: "Dot"
|
|
1779
1997
|
})("width:5px;height:5px;border-radius:50%;background-color:", (e) => e.color, ";animation:hop 0.9s ease-out infinite;&:nth-of-type(2){animation-delay:0.1s;}&:nth-of-type(3){animation-delay:0.2s;}&:nth-of-type(4){animation-delay:0.3s;}@keyframes hop{0%,40%{transform:translateY(0);}20%{transform:translateY(-100%);}}");
|
|
1780
|
-
function
|
|
1998
|
+
function Qe() {
|
|
1781
1999
|
const {
|
|
1782
2000
|
themeSettings: e
|
|
1783
2001
|
} = k(), t = e.aiChat.icons.color;
|
|
@@ -1795,16 +2013,16 @@ function Ue() {
|
|
|
1795
2013
|
})]
|
|
1796
2014
|
});
|
|
1797
2015
|
}
|
|
1798
|
-
const
|
|
2016
|
+
const Si = /* @__PURE__ */ u("div", {
|
|
1799
2017
|
target: "ed5z2fc0",
|
|
1800
2018
|
label: "FlexContainer"
|
|
1801
2019
|
})("display:flex;", ({
|
|
1802
2020
|
align: e
|
|
1803
|
-
}) => e === "right" ?
|
|
2021
|
+
}) => e === "right" ? T`
|
|
1804
2022
|
justify-content: flex-end;
|
|
1805
|
-
` :
|
|
2023
|
+
` : T`
|
|
1806
2024
|
justify-content: flex-start;
|
|
1807
|
-
`),
|
|
2025
|
+
`), Mi = /* @__PURE__ */ u("button", {
|
|
1808
2026
|
target: "ed5z2fc1",
|
|
1809
2027
|
label: "MessageButton"
|
|
1810
2028
|
})("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({
|
|
@@ -1819,13 +2037,13 @@ const mi = /* @__PURE__ */ g("div", {
|
|
|
1819
2037
|
theme: e
|
|
1820
2038
|
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({
|
|
1821
2039
|
align: e
|
|
1822
|
-
}) => e === "right" ?
|
|
2040
|
+
}) => e === "right" ? T`
|
|
1823
2041
|
text-align: right;
|
|
1824
|
-
` :
|
|
2042
|
+
` : T`
|
|
1825
2043
|
text-align: left;
|
|
1826
2044
|
`, " ", ({
|
|
1827
2045
|
align: e
|
|
1828
|
-
}) => e !== "full" ?
|
|
2046
|
+
}) => e !== "full" ? T`
|
|
1829
2047
|
max-width: 382px;
|
|
1830
2048
|
` : "", " ", ({
|
|
1831
2049
|
theme: e
|
|
@@ -1836,7 +2054,7 @@ const mi = /* @__PURE__ */ g("div", {
|
|
|
1836
2054
|
} = e.aiChat.suggestions;
|
|
1837
2055
|
if (t) {
|
|
1838
2056
|
const [a, o] = t;
|
|
1839
|
-
return
|
|
2057
|
+
return T`
|
|
1840
2058
|
border: none;
|
|
1841
2059
|
position: relative;
|
|
1842
2060
|
border-radius: ${r};
|
|
@@ -1858,7 +2076,7 @@ const mi = /* @__PURE__ */ g("div", {
|
|
|
1858
2076
|
}
|
|
1859
2077
|
return "";
|
|
1860
2078
|
});
|
|
1861
|
-
function
|
|
2079
|
+
function Ce({
|
|
1862
2080
|
children: e,
|
|
1863
2081
|
align: t,
|
|
1864
2082
|
onClick: r,
|
|
@@ -1869,9 +2087,9 @@ function _e({
|
|
|
1869
2087
|
const {
|
|
1870
2088
|
themeSettings: l
|
|
1871
2089
|
} = k();
|
|
1872
|
-
return /* @__PURE__ */ i(
|
|
2090
|
+
return /* @__PURE__ */ i(Si, {
|
|
1873
2091
|
align: t,
|
|
1874
|
-
children: /* @__PURE__ */ i(
|
|
2092
|
+
children: /* @__PURE__ */ i(Mi, {
|
|
1875
2093
|
"aria-label": n,
|
|
1876
2094
|
theme: l,
|
|
1877
2095
|
onClick: r,
|
|
@@ -1882,20 +2100,20 @@ function _e({
|
|
|
1882
2100
|
})
|
|
1883
2101
|
});
|
|
1884
2102
|
}
|
|
1885
|
-
function
|
|
2103
|
+
function Di({
|
|
1886
2104
|
onCancel: e,
|
|
1887
2105
|
onConfirm: t
|
|
1888
2106
|
}) {
|
|
1889
2107
|
const {
|
|
1890
2108
|
t: r
|
|
1891
|
-
} =
|
|
1892
|
-
return /* @__PURE__ */ h(
|
|
1893
|
-
children: [/* @__PURE__ */ i(
|
|
2109
|
+
} = v();
|
|
2110
|
+
return /* @__PURE__ */ h(O, {
|
|
2111
|
+
children: [/* @__PURE__ */ i(Q, {
|
|
1894
2112
|
align: "left",
|
|
1895
2113
|
children: r("ai.clearHistoryPrompt")
|
|
1896
2114
|
}), /* @__PURE__ */ h("div", {
|
|
1897
2115
|
className: "csdk-flex csdk-gap-x-2",
|
|
1898
|
-
children: [/* @__PURE__ */ i(
|
|
2116
|
+
children: [/* @__PURE__ */ i(Ce, {
|
|
1899
2117
|
align: "right",
|
|
1900
2118
|
onClick: t,
|
|
1901
2119
|
accessibleName: "confirm clear chat",
|
|
@@ -1903,7 +2121,7 @@ function fi({
|
|
|
1903
2121
|
className: "csdk-py-[6px] csdk-px-[20px]",
|
|
1904
2122
|
children: r("ai.buttons.yes")
|
|
1905
2123
|
})
|
|
1906
|
-
}), /* @__PURE__ */ i(
|
|
2124
|
+
}), /* @__PURE__ */ i(Ce, {
|
|
1907
2125
|
align: "right",
|
|
1908
2126
|
onClick: e,
|
|
1909
2127
|
accessibleName: "cancel clear chat",
|
|
@@ -1915,19 +2133,19 @@ function fi({
|
|
|
1915
2133
|
})]
|
|
1916
2134
|
});
|
|
1917
2135
|
}
|
|
1918
|
-
function
|
|
1919
|
-
return
|
|
2136
|
+
function Ii(e) {
|
|
2137
|
+
return Tr("MuiDialog", e);
|
|
1920
2138
|
}
|
|
1921
|
-
const
|
|
1922
|
-
process.env.NODE_ENV !== "production" && (
|
|
1923
|
-
const
|
|
2139
|
+
const Ne = nr("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), qt = /* @__PURE__ */ ve({});
|
|
2140
|
+
process.env.NODE_ENV !== "production" && (qt.displayName = "DialogContext");
|
|
2141
|
+
const Ai = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], Li = Se(lr, {
|
|
1924
2142
|
name: "MuiDialog",
|
|
1925
2143
|
slot: "Backdrop",
|
|
1926
2144
|
overrides: (e, t) => t.backdrop
|
|
1927
2145
|
})({
|
|
1928
2146
|
// Improve scrollable dialog support.
|
|
1929
2147
|
zIndex: -1
|
|
1930
|
-
}),
|
|
2148
|
+
}), Ti = (e) => {
|
|
1931
2149
|
const {
|
|
1932
2150
|
classes: t,
|
|
1933
2151
|
scroll: r,
|
|
@@ -1939,8 +2157,8 @@ const ki = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1939
2157
|
container: ["container", `scroll${ee(r)}`],
|
|
1940
2158
|
paper: ["paper", `paperScroll${ee(r)}`, `paperWidth${ee(String(a))}`, o && "paperFullWidth", n && "paperFullScreen"]
|
|
1941
2159
|
};
|
|
1942
|
-
return
|
|
1943
|
-
},
|
|
2160
|
+
return wr(l, Ii, t);
|
|
2161
|
+
}, Ni = Se(dr, {
|
|
1944
2162
|
name: "MuiDialog",
|
|
1945
2163
|
slot: "Root",
|
|
1946
2164
|
overridesResolver: (e, t) => t.root
|
|
@@ -1949,7 +2167,7 @@ const ki = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1949
2167
|
// Use !important to override the Modal inline-style.
|
|
1950
2168
|
position: "absolute !important"
|
|
1951
2169
|
}
|
|
1952
|
-
}),
|
|
2170
|
+
}), ji = Se("div", {
|
|
1953
2171
|
name: "MuiDialog",
|
|
1954
2172
|
slot: "Container",
|
|
1955
2173
|
overridesResolver: (e, t) => {
|
|
@@ -1960,7 +2178,7 @@ const ki = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1960
2178
|
}
|
|
1961
2179
|
})(({
|
|
1962
2180
|
ownerState: e
|
|
1963
|
-
}) =>
|
|
2181
|
+
}) => V({
|
|
1964
2182
|
height: "100%",
|
|
1965
2183
|
"@media print": {
|
|
1966
2184
|
height: "auto"
|
|
@@ -1982,7 +2200,7 @@ const ki = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1982
2200
|
height: "100%",
|
|
1983
2201
|
width: "0"
|
|
1984
2202
|
}
|
|
1985
|
-
})),
|
|
2203
|
+
})), Oi = Se(bt, {
|
|
1986
2204
|
name: "MuiDialog",
|
|
1987
2205
|
slot: "Paper",
|
|
1988
2206
|
overridesResolver: (e, t) => {
|
|
@@ -1994,7 +2212,7 @@ const ki = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1994
2212
|
})(({
|
|
1995
2213
|
theme: e,
|
|
1996
2214
|
ownerState: t
|
|
1997
|
-
}) =>
|
|
2215
|
+
}) => V({
|
|
1998
2216
|
margin: 32,
|
|
1999
2217
|
position: "relative",
|
|
2000
2218
|
overflowY: "auto",
|
|
@@ -2016,14 +2234,14 @@ const ki = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
2016
2234
|
maxWidth: "calc(100% - 64px)"
|
|
2017
2235
|
}, t.maxWidth === "xs" && {
|
|
2018
2236
|
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
2019
|
-
[`&.${
|
|
2237
|
+
[`&.${Ne.paperScrollBody}`]: {
|
|
2020
2238
|
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
2021
2239
|
maxWidth: "calc(100% - 64px)"
|
|
2022
2240
|
}
|
|
2023
2241
|
}
|
|
2024
2242
|
}, t.maxWidth && t.maxWidth !== "xs" && {
|
|
2025
2243
|
maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
|
|
2026
|
-
[`&.${
|
|
2244
|
+
[`&.${Ne.paperScrollBody}`]: {
|
|
2027
2245
|
[e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
|
|
2028
2246
|
maxWidth: "calc(100% - 64px)"
|
|
2029
2247
|
}
|
|
@@ -2037,99 +2255,99 @@ const ki = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
2037
2255
|
height: "100%",
|
|
2038
2256
|
maxHeight: "none",
|
|
2039
2257
|
borderRadius: 0,
|
|
2040
|
-
[`&.${
|
|
2258
|
+
[`&.${Ne.paperScrollBody}`]: {
|
|
2041
2259
|
margin: 0,
|
|
2042
2260
|
maxWidth: "100%"
|
|
2043
2261
|
}
|
|
2044
|
-
})),
|
|
2045
|
-
const r =
|
|
2262
|
+
})), Gt = /* @__PURE__ */ xt(function(e, t) {
|
|
2263
|
+
const r = gr({
|
|
2046
2264
|
props: e,
|
|
2047
2265
|
name: "MuiDialog"
|
|
2048
|
-
}), a =
|
|
2266
|
+
}), a = ur(), o = {
|
|
2049
2267
|
enter: a.transitions.duration.enteringScreen,
|
|
2050
2268
|
exit: a.transitions.duration.leavingScreen
|
|
2051
2269
|
}, {
|
|
2052
2270
|
"aria-describedby": n,
|
|
2053
2271
|
"aria-labelledby": l,
|
|
2054
|
-
BackdropComponent:
|
|
2272
|
+
BackdropComponent: s,
|
|
2055
2273
|
BackdropProps: d,
|
|
2056
|
-
children:
|
|
2057
|
-
className:
|
|
2274
|
+
children: c,
|
|
2275
|
+
className: g,
|
|
2058
2276
|
disableEscapeKeyDown: p = !1,
|
|
2059
2277
|
fullScreen: m = !1,
|
|
2060
2278
|
fullWidth: f = !1,
|
|
2061
2279
|
maxWidth: w = "sm",
|
|
2062
2280
|
onBackdropClick: x,
|
|
2063
|
-
onClick:
|
|
2281
|
+
onClick: D,
|
|
2064
2282
|
onClose: I,
|
|
2065
|
-
open:
|
|
2066
|
-
PaperComponent:
|
|
2067
|
-
PaperProps:
|
|
2283
|
+
open: z,
|
|
2284
|
+
PaperComponent: y = bt,
|
|
2285
|
+
PaperProps: j = {},
|
|
2068
2286
|
scroll: H = "paper",
|
|
2069
|
-
TransitionComponent:
|
|
2070
|
-
transitionDuration:
|
|
2287
|
+
TransitionComponent: W = yr,
|
|
2288
|
+
transitionDuration: U = o,
|
|
2071
2289
|
TransitionProps: Ie
|
|
2072
|
-
} = r, he =
|
|
2290
|
+
} = r, he = hr(r, Ai), F = V({}, r, {
|
|
2073
2291
|
disableEscapeKeyDown: p,
|
|
2074
2292
|
fullScreen: m,
|
|
2075
2293
|
fullWidth: f,
|
|
2076
2294
|
maxWidth: w,
|
|
2077
2295
|
scroll: H
|
|
2078
|
-
}), X =
|
|
2079
|
-
ae.current =
|
|
2080
|
-
}, ie = (
|
|
2081
|
-
|
|
2082
|
-
}, oe =
|
|
2296
|
+
}), X = Ti(F), ae = $(), Ae = (q) => {
|
|
2297
|
+
ae.current = q.target === q.currentTarget;
|
|
2298
|
+
}, ie = (q) => {
|
|
2299
|
+
D && D(q), ae.current && (ae.current = null, x && x(q), I && I(q, "backdropClick"));
|
|
2300
|
+
}, oe = mr(l), E = N(() => ({
|
|
2083
2301
|
titleId: oe
|
|
2084
2302
|
}), [oe]);
|
|
2085
|
-
return /* @__PURE__ */ ne(
|
|
2086
|
-
className:
|
|
2303
|
+
return /* @__PURE__ */ ne(Ni, V({
|
|
2304
|
+
className: Te(X.root, g),
|
|
2087
2305
|
closeAfterTransition: !0,
|
|
2088
2306
|
components: {
|
|
2089
|
-
Backdrop:
|
|
2307
|
+
Backdrop: Li
|
|
2090
2308
|
},
|
|
2091
2309
|
componentsProps: {
|
|
2092
|
-
backdrop:
|
|
2093
|
-
transitionDuration:
|
|
2094
|
-
as:
|
|
2310
|
+
backdrop: V({
|
|
2311
|
+
transitionDuration: U,
|
|
2312
|
+
as: s
|
|
2095
2313
|
}, d)
|
|
2096
2314
|
},
|
|
2097
2315
|
disableEscapeKeyDown: p,
|
|
2098
2316
|
onClose: I,
|
|
2099
|
-
open:
|
|
2317
|
+
open: z,
|
|
2100
2318
|
ref: t,
|
|
2101
2319
|
onClick: ie,
|
|
2102
|
-
ownerState:
|
|
2320
|
+
ownerState: F
|
|
2103
2321
|
}, he, {
|
|
2104
|
-
children: /* @__PURE__ */ ne(
|
|
2322
|
+
children: /* @__PURE__ */ ne(W, V({
|
|
2105
2323
|
appear: !0,
|
|
2106
|
-
in:
|
|
2107
|
-
timeout:
|
|
2324
|
+
in: z,
|
|
2325
|
+
timeout: U,
|
|
2108
2326
|
role: "presentation"
|
|
2109
2327
|
}, Ie, {
|
|
2110
|
-
children: /* @__PURE__ */ ne(
|
|
2111
|
-
className:
|
|
2328
|
+
children: /* @__PURE__ */ ne(ji, {
|
|
2329
|
+
className: Te(X.container),
|
|
2112
2330
|
onMouseDown: Ae,
|
|
2113
|
-
ownerState:
|
|
2114
|
-
children: /* @__PURE__ */ ne(
|
|
2115
|
-
as:
|
|
2331
|
+
ownerState: F,
|
|
2332
|
+
children: /* @__PURE__ */ ne(Oi, V({
|
|
2333
|
+
as: y,
|
|
2116
2334
|
elevation: 24,
|
|
2117
2335
|
role: "dialog",
|
|
2118
2336
|
"aria-describedby": n,
|
|
2119
2337
|
"aria-labelledby": oe
|
|
2120
|
-
},
|
|
2121
|
-
className:
|
|
2122
|
-
ownerState:
|
|
2123
|
-
children: /* @__PURE__ */ ne(
|
|
2124
|
-
value:
|
|
2125
|
-
children:
|
|
2338
|
+
}, j, {
|
|
2339
|
+
className: Te(X.paper, j.className),
|
|
2340
|
+
ownerState: F,
|
|
2341
|
+
children: /* @__PURE__ */ ne(qt.Provider, {
|
|
2342
|
+
value: E,
|
|
2343
|
+
children: c
|
|
2126
2344
|
})
|
|
2127
2345
|
}))
|
|
2128
2346
|
})
|
|
2129
2347
|
}))
|
|
2130
2348
|
}));
|
|
2131
2349
|
});
|
|
2132
|
-
process.env.NODE_ENV !== "production" && (
|
|
2350
|
+
process.env.NODE_ENV !== "production" && (Gt.propTypes = {
|
|
2133
2351
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
2134
2352
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
2135
2353
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -2261,7 +2479,7 @@ process.env.NODE_ENV !== "production" && (Wt.propTypes = {
|
|
|
2261
2479
|
*/
|
|
2262
2480
|
TransitionProps: b.object
|
|
2263
2481
|
});
|
|
2264
|
-
function
|
|
2482
|
+
function Ei({
|
|
2265
2483
|
fillColor: e = "#262E3D"
|
|
2266
2484
|
}) {
|
|
2267
2485
|
return /* @__PURE__ */ h("svg", {
|
|
@@ -2285,7 +2503,7 @@ function Mi({
|
|
|
2285
2503
|
})]
|
|
2286
2504
|
});
|
|
2287
2505
|
}
|
|
2288
|
-
const
|
|
2506
|
+
const Pt = {
|
|
2289
2507
|
row: {
|
|
2290
2508
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
2291
2509
|
},
|
|
@@ -2370,9 +2588,9 @@ const qt = {
|
|
|
2370
2588
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
2371
2589
|
}
|
|
2372
2590
|
}
|
|
2373
|
-
},
|
|
2591
|
+
}, zi = {
|
|
2374
2592
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
2375
|
-
}, ue = /* @__PURE__ */
|
|
2593
|
+
}, ue = /* @__PURE__ */ u(Ct, zi, {
|
|
2376
2594
|
target: "e869yoj0",
|
|
2377
2595
|
label: "IconButton"
|
|
2378
2596
|
})(({
|
|
@@ -2380,10 +2598,10 @@ const qt = {
|
|
|
2380
2598
|
}) => ({
|
|
2381
2599
|
padding: 2,
|
|
2382
2600
|
"&.MuiIconButton-root:hover": {
|
|
2383
|
-
backgroundColor: e ??
|
|
2601
|
+
backgroundColor: e ?? Pt.interaction.defaultHover
|
|
2384
2602
|
}
|
|
2385
2603
|
}));
|
|
2386
|
-
function
|
|
2604
|
+
function Ri({
|
|
2387
2605
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
2388
2606
|
}) {
|
|
2389
2607
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2400,7 +2618,7 @@ function Si({
|
|
|
2400
2618
|
})
|
|
2401
2619
|
});
|
|
2402
2620
|
}
|
|
2403
|
-
function
|
|
2621
|
+
function Zi({
|
|
2404
2622
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
2405
2623
|
}) {
|
|
2406
2624
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2417,7 +2635,7 @@ function Ii({
|
|
|
2417
2635
|
})
|
|
2418
2636
|
});
|
|
2419
2637
|
}
|
|
2420
|
-
function
|
|
2638
|
+
function Wi() {
|
|
2421
2639
|
return /* @__PURE__ */ i("svg", {
|
|
2422
2640
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2423
2641
|
width: "24",
|
|
@@ -2433,7 +2651,7 @@ function Ai() {
|
|
|
2433
2651
|
})
|
|
2434
2652
|
});
|
|
2435
2653
|
}
|
|
2436
|
-
function
|
|
2654
|
+
function qi({
|
|
2437
2655
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
|
2438
2656
|
}) {
|
|
2439
2657
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2450,7 +2668,7 @@ function Li({
|
|
|
2450
2668
|
})
|
|
2451
2669
|
});
|
|
2452
2670
|
}
|
|
2453
|
-
const
|
|
2671
|
+
const Ue = (e) => _t(e.chart.backgroundColor), Gi = ({
|
|
2454
2672
|
title: e
|
|
2455
2673
|
}) => {
|
|
2456
2674
|
const {
|
|
@@ -2460,31 +2678,31 @@ const Fe = (e) => bt(e.chart.backgroundColor), Ni = ({
|
|
|
2460
2678
|
title: e,
|
|
2461
2679
|
children: /* @__PURE__ */ i(ue, {
|
|
2462
2680
|
disableTouchRipple: !0,
|
|
2463
|
-
$hoverColor:
|
|
2464
|
-
children: /* @__PURE__ */ i(
|
|
2681
|
+
$hoverColor: Ue(t),
|
|
2682
|
+
children: /* @__PURE__ */ i(Zi, {
|
|
2465
2683
|
fill: t.chart.textColor
|
|
2466
2684
|
})
|
|
2467
2685
|
})
|
|
2468
2686
|
});
|
|
2469
|
-
},
|
|
2687
|
+
}, Pi = ({
|
|
2470
2688
|
items: e
|
|
2471
2689
|
}) => {
|
|
2472
|
-
const [t, r] =
|
|
2690
|
+
const [t, r] = M(null), a = (l) => {
|
|
2473
2691
|
r(l.currentTarget);
|
|
2474
2692
|
}, o = () => {
|
|
2475
2693
|
r(null);
|
|
2476
2694
|
}, {
|
|
2477
2695
|
themeSettings: n
|
|
2478
2696
|
} = k();
|
|
2479
|
-
return /* @__PURE__ */ h(
|
|
2697
|
+
return /* @__PURE__ */ h(O, {
|
|
2480
2698
|
children: [/* @__PURE__ */ i(ue, {
|
|
2481
2699
|
onClick: a,
|
|
2482
|
-
$hoverColor:
|
|
2700
|
+
$hoverColor: Ue(n),
|
|
2483
2701
|
"aria-label": "three dots button",
|
|
2484
|
-
children: /* @__PURE__ */ i(
|
|
2702
|
+
children: /* @__PURE__ */ i(qi, {
|
|
2485
2703
|
fill: n.chart.textColor
|
|
2486
2704
|
})
|
|
2487
|
-
}), /* @__PURE__ */ i(
|
|
2705
|
+
}), /* @__PURE__ */ i(Gr, {
|
|
2488
2706
|
anchorEl: t,
|
|
2489
2707
|
anchorOrigin: {
|
|
2490
2708
|
vertical: "bottom",
|
|
@@ -2496,14 +2714,14 @@ const Fe = (e) => bt(e.chart.backgroundColor), Ni = ({
|
|
|
2496
2714
|
},
|
|
2497
2715
|
open: !!t,
|
|
2498
2716
|
onClose: o,
|
|
2499
|
-
children: e.map((l) => /* @__PURE__ */ h(
|
|
2717
|
+
children: e.map((l) => /* @__PURE__ */ h(qr, {
|
|
2500
2718
|
onClick: () => {
|
|
2501
2719
|
l.onClick(), o();
|
|
2502
2720
|
},
|
|
2503
2721
|
sx: {
|
|
2504
2722
|
fontSize: "13px",
|
|
2505
2723
|
fontFamily: n.typography.fontFamily,
|
|
2506
|
-
color:
|
|
2724
|
+
color: Pt.text.content
|
|
2507
2725
|
},
|
|
2508
2726
|
disableRipple: !0,
|
|
2509
2727
|
children: [l.icon, /* @__PURE__ */ i("div", {
|
|
@@ -2513,29 +2731,29 @@ const Fe = (e) => bt(e.chart.backgroundColor), Ni = ({
|
|
|
2513
2731
|
}, l.title))
|
|
2514
2732
|
})]
|
|
2515
2733
|
});
|
|
2516
|
-
},
|
|
2734
|
+
}, Hi = ({
|
|
2517
2735
|
onClick: e
|
|
2518
2736
|
}) => {
|
|
2519
2737
|
const {
|
|
2520
2738
|
themeSettings: t
|
|
2521
2739
|
} = k(), {
|
|
2522
2740
|
t: r
|
|
2523
|
-
} =
|
|
2741
|
+
} = v();
|
|
2524
2742
|
return /* @__PURE__ */ i(ge, {
|
|
2525
2743
|
title: r("ai.preview"),
|
|
2526
2744
|
children: /* @__PURE__ */ i(ue, {
|
|
2527
2745
|
onClick: e,
|
|
2528
|
-
$hoverColor:
|
|
2529
|
-
children: /* @__PURE__ */ i(
|
|
2746
|
+
$hoverColor: Ue(t),
|
|
2747
|
+
children: /* @__PURE__ */ i(Ri, {
|
|
2530
2748
|
fill: t.chart.textColor
|
|
2531
2749
|
})
|
|
2532
2750
|
})
|
|
2533
2751
|
});
|
|
2534
|
-
},
|
|
2752
|
+
}, Yi = /* @__PURE__ */ u("div", {
|
|
2535
2753
|
target: "e1cseu7j0",
|
|
2536
2754
|
label: "ToolbarContainer"
|
|
2537
2755
|
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
|
2538
|
-
function
|
|
2756
|
+
function Bi({
|
|
2539
2757
|
infoTooltipText: e,
|
|
2540
2758
|
onRefresh: t,
|
|
2541
2759
|
onExpand: r
|
|
@@ -2543,55 +2761,55 @@ function zi({
|
|
|
2543
2761
|
const a = N(() => [{
|
|
2544
2762
|
title: "Refresh",
|
|
2545
2763
|
onClick: t,
|
|
2546
|
-
icon: /* @__PURE__ */ i(
|
|
2764
|
+
icon: /* @__PURE__ */ i(Wi, {})
|
|
2547
2765
|
}], [t]);
|
|
2548
|
-
return /* @__PURE__ */ h(
|
|
2766
|
+
return /* @__PURE__ */ h(Yi, {
|
|
2549
2767
|
"aria-label": "chatbot chart toolbar",
|
|
2550
|
-
children: [/* @__PURE__ */ i(
|
|
2768
|
+
children: [/* @__PURE__ */ i(Gi, {
|
|
2551
2769
|
title: e ?? ""
|
|
2552
|
-
}), /* @__PURE__ */ i(
|
|
2770
|
+
}), /* @__PURE__ */ i(Pi, {
|
|
2553
2771
|
items: a
|
|
2554
|
-
}), /* @__PURE__ */ i(
|
|
2772
|
+
}), /* @__PURE__ */ i(Hi, {
|
|
2555
2773
|
onClick: r
|
|
2556
2774
|
})]
|
|
2557
2775
|
});
|
|
2558
2776
|
}
|
|
2559
|
-
function
|
|
2777
|
+
function Qi({
|
|
2560
2778
|
content: e
|
|
2561
2779
|
}) {
|
|
2562
|
-
const [t, r] =
|
|
2780
|
+
const [t, r] = M(!1), {
|
|
2563
2781
|
themeSettings: a
|
|
2564
2782
|
} = k(), {
|
|
2565
2783
|
inlineElement: o,
|
|
2566
2784
|
expandedElement: n
|
|
2567
2785
|
} = N(() => {
|
|
2568
|
-
const l =
|
|
2786
|
+
const l = pe(e, {
|
|
2569
2787
|
useCustomizedStyleOptions: !0
|
|
2570
2788
|
});
|
|
2571
|
-
if (l === void 0 || !
|
|
2572
|
-
throw new
|
|
2789
|
+
if (l === void 0 || !we(l))
|
|
2790
|
+
throw new se("errors.otherWidgetTypesNotSupported");
|
|
2573
2791
|
const {
|
|
2574
|
-
detailedDescription:
|
|
2792
|
+
detailedDescription: s
|
|
2575
2793
|
} = e, {
|
|
2576
2794
|
styleOptions: d
|
|
2577
|
-
} = l,
|
|
2795
|
+
} = l, c = {
|
|
2578
2796
|
cornerRadius: "Small",
|
|
2579
2797
|
header: {
|
|
2580
|
-
renderToolbar: (m) => /* @__PURE__ */ i(
|
|
2581
|
-
infoTooltipText:
|
|
2798
|
+
renderToolbar: (m) => /* @__PURE__ */ i(Bi, {
|
|
2799
|
+
infoTooltipText: s,
|
|
2582
2800
|
onRefresh: m,
|
|
2583
2801
|
onExpand: () => r(!0)
|
|
2584
2802
|
})
|
|
2585
2803
|
}
|
|
2586
2804
|
};
|
|
2587
|
-
let
|
|
2588
|
-
if (
|
|
2589
|
-
|
|
2805
|
+
let g, p;
|
|
2806
|
+
if (Zr(l.chartType))
|
|
2807
|
+
g = /* @__PURE__ */ i("div", {
|
|
2590
2808
|
className: "csdk-h-[245px]",
|
|
2591
|
-
children: /* @__PURE__ */ i(le,
|
|
2592
|
-
styleOptions:
|
|
2809
|
+
children: /* @__PURE__ */ i(le, S(C({}, l), {
|
|
2810
|
+
styleOptions: c
|
|
2593
2811
|
}))
|
|
2594
|
-
}), p = /* @__PURE__ */ i(le,
|
|
2812
|
+
}), p = /* @__PURE__ */ i(le, S(C({}, l), {
|
|
2595
2813
|
styleOptions: {
|
|
2596
2814
|
header: {
|
|
2597
2815
|
hidden: !0
|
|
@@ -2599,32 +2817,32 @@ function Oi({
|
|
|
2599
2817
|
}
|
|
2600
2818
|
}));
|
|
2601
2819
|
else {
|
|
2602
|
-
const m =
|
|
2820
|
+
const m = S(C({}, d), {
|
|
2603
2821
|
header: {
|
|
2604
2822
|
hidden: !0
|
|
2605
2823
|
}
|
|
2606
|
-
}), f = C(
|
|
2824
|
+
}), f = C(S(C({}, d), {
|
|
2607
2825
|
legend: void 0,
|
|
2608
2826
|
xAxis: void 0,
|
|
2609
2827
|
yAxis: void 0
|
|
2610
|
-
}),
|
|
2611
|
-
delete f.legend, delete f.xAxis, delete f.yAxis,
|
|
2612
|
-
children: /* @__PURE__ */ i(le,
|
|
2828
|
+
}), c);
|
|
2829
|
+
delete f.legend, delete f.xAxis, delete f.yAxis, g = /* @__PURE__ */ i("div", {
|
|
2830
|
+
children: /* @__PURE__ */ i(le, S(C({}, l), {
|
|
2613
2831
|
styleOptions: f
|
|
2614
2832
|
}))
|
|
2615
|
-
}), p = /* @__PURE__ */ i(le,
|
|
2833
|
+
}), p = /* @__PURE__ */ i(le, S(C({}, l), {
|
|
2616
2834
|
styleOptions: C({
|
|
2617
2835
|
cornerRadius: "None"
|
|
2618
2836
|
}, m)
|
|
2619
2837
|
}));
|
|
2620
2838
|
}
|
|
2621
2839
|
return {
|
|
2622
|
-
inlineElement:
|
|
2840
|
+
inlineElement: g,
|
|
2623
2841
|
expandedElement: p
|
|
2624
2842
|
};
|
|
2625
2843
|
}, [e]);
|
|
2626
|
-
return /* @__PURE__ */ h(
|
|
2627
|
-
children: [o, /* @__PURE__ */ h(
|
|
2844
|
+
return /* @__PURE__ */ h(O, {
|
|
2845
|
+
children: [o, /* @__PURE__ */ h(Gt, {
|
|
2628
2846
|
open: t,
|
|
2629
2847
|
onClose: () => r(!1),
|
|
2630
2848
|
maxWidth: "xl",
|
|
@@ -2640,10 +2858,10 @@ function Oi({
|
|
|
2640
2858
|
children: [/* @__PURE__ */ i("div", {
|
|
2641
2859
|
className: "csdk-text-ai-lg csdk-semibold",
|
|
2642
2860
|
children: e.queryTitle
|
|
2643
|
-
}), /* @__PURE__ */ i(
|
|
2861
|
+
}), /* @__PURE__ */ i(Ct, {
|
|
2644
2862
|
onClick: () => r(!1),
|
|
2645
2863
|
"aria-label": "close expanded chart",
|
|
2646
|
-
children: /* @__PURE__ */ i(
|
|
2864
|
+
children: /* @__PURE__ */ i(Ei, {
|
|
2647
2865
|
fillColor: a.aiChat.primaryTextColor
|
|
2648
2866
|
})
|
|
2649
2867
|
})]
|
|
@@ -2654,7 +2872,7 @@ function Oi({
|
|
|
2654
2872
|
})]
|
|
2655
2873
|
});
|
|
2656
2874
|
}
|
|
2657
|
-
function
|
|
2875
|
+
function Ui({
|
|
2658
2876
|
theme: e
|
|
2659
2877
|
}) {
|
|
2660
2878
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2671,7 +2889,7 @@ function Ri({
|
|
|
2671
2889
|
})
|
|
2672
2890
|
});
|
|
2673
2891
|
}
|
|
2674
|
-
function
|
|
2892
|
+
function Fi({
|
|
2675
2893
|
onClick: e,
|
|
2676
2894
|
disabled: t
|
|
2677
2895
|
}) {
|
|
@@ -2679,7 +2897,7 @@ function Zi({
|
|
|
2679
2897
|
themeSettings: r
|
|
2680
2898
|
} = k(), {
|
|
2681
2899
|
t: a
|
|
2682
|
-
} =
|
|
2900
|
+
} = v();
|
|
2683
2901
|
return /* @__PURE__ */ i(ge, {
|
|
2684
2902
|
title: a("ai.buttons.incorrectResponse"),
|
|
2685
2903
|
children: /* @__PURE__ */ i(ue, {
|
|
@@ -2687,13 +2905,13 @@ function Zi({
|
|
|
2687
2905
|
onClick: e,
|
|
2688
2906
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
2689
2907
|
disabled: t,
|
|
2690
|
-
children: /* @__PURE__ */ i(
|
|
2908
|
+
children: /* @__PURE__ */ i(Ui, {
|
|
2691
2909
|
theme: r
|
|
2692
2910
|
})
|
|
2693
2911
|
})
|
|
2694
2912
|
});
|
|
2695
2913
|
}
|
|
2696
|
-
function
|
|
2914
|
+
function Vi({
|
|
2697
2915
|
theme: e
|
|
2698
2916
|
}) {
|
|
2699
2917
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2710,7 +2928,7 @@ function Wi({
|
|
|
2710
2928
|
})
|
|
2711
2929
|
});
|
|
2712
2930
|
}
|
|
2713
|
-
function
|
|
2931
|
+
function $i({
|
|
2714
2932
|
onClick: e,
|
|
2715
2933
|
disabled: t
|
|
2716
2934
|
}) {
|
|
@@ -2718,7 +2936,7 @@ function qi({
|
|
|
2718
2936
|
themeSettings: r
|
|
2719
2937
|
} = k(), {
|
|
2720
2938
|
t: a
|
|
2721
|
-
} =
|
|
2939
|
+
} = v();
|
|
2722
2940
|
return /* @__PURE__ */ i(ge, {
|
|
2723
2941
|
title: a("ai.buttons.correctResponse"),
|
|
2724
2942
|
children: /* @__PURE__ */ i(ue, {
|
|
@@ -2726,41 +2944,41 @@ function qi({
|
|
|
2726
2944
|
onClick: e,
|
|
2727
2945
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
|
2728
2946
|
disabled: t,
|
|
2729
|
-
children: /* @__PURE__ */ i(
|
|
2947
|
+
children: /* @__PURE__ */ i(Vi, {
|
|
2730
2948
|
theme: r
|
|
2731
2949
|
})
|
|
2732
2950
|
})
|
|
2733
2951
|
});
|
|
2734
2952
|
}
|
|
2735
|
-
const
|
|
2736
|
-
const [e, t] =
|
|
2953
|
+
const Ji = () => {
|
|
2954
|
+
const [e, t] = M(!1), r = $(null), a = _(() => {
|
|
2737
2955
|
t(!0);
|
|
2738
|
-
}, []), o =
|
|
2956
|
+
}, []), o = _(() => {
|
|
2739
2957
|
t(!1);
|
|
2740
2958
|
}, []);
|
|
2741
|
-
return [
|
|
2959
|
+
return [_((n) => {
|
|
2742
2960
|
var l;
|
|
2743
2961
|
((l = r.current) == null ? void 0 : l.nodeType) === Node.ELEMENT_NODE && (r.current.removeEventListener("mouseenter", a), r.current.removeEventListener("mouseleave", o)), (n == null ? void 0 : n.nodeType) === Node.ELEMENT_NODE && (n.addEventListener("mouseenter", a), n.addEventListener("mouseleave", o)), r.current = n;
|
|
2744
2962
|
}, [a, o]), e];
|
|
2745
|
-
},
|
|
2963
|
+
}, Xi = /* @__PURE__ */ u("div", {
|
|
2746
2964
|
target: "e2xyvaw0",
|
|
2747
2965
|
label: "Container"
|
|
2748
2966
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
2749
2967
|
theme: e
|
|
2750
2968
|
}) => e.aiChat.body.gapBetweenMessages, ";");
|
|
2751
|
-
function
|
|
2969
|
+
function Ki({
|
|
2752
2970
|
visible: e,
|
|
2753
2971
|
onSend: t
|
|
2754
2972
|
}) {
|
|
2755
|
-
const [r, a] =
|
|
2973
|
+
const [r, a] = M(!1), o = _((l) => {
|
|
2756
2974
|
a(!0), t(l === "up" ? 1 : -1);
|
|
2757
2975
|
}, [t]);
|
|
2758
2976
|
return e ? /* @__PURE__ */ h("div", {
|
|
2759
2977
|
className: `csdk-flex csdk-items-center ${`csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${r ? "csdk-opacity-0" : "csdk-opacity-100"}`}`,
|
|
2760
|
-
children: [/* @__PURE__ */ i(
|
|
2978
|
+
children: [/* @__PURE__ */ i($i, {
|
|
2761
2979
|
onClick: () => o("up"),
|
|
2762
2980
|
disabled: r
|
|
2763
|
-
}), /* @__PURE__ */ i(
|
|
2981
|
+
}), /* @__PURE__ */ i(Fi, {
|
|
2764
2982
|
onClick: () => o("down"),
|
|
2765
2983
|
disabled: r
|
|
2766
2984
|
})]
|
|
@@ -2773,34 +2991,34 @@ function Re({
|
|
|
2773
2991
|
buttonVisibility: a = "onHover",
|
|
2774
2992
|
renderContent: o
|
|
2775
2993
|
}) {
|
|
2776
|
-
const n =
|
|
2994
|
+
const n = Z(), l = Nr(_((p) => {
|
|
2777
2995
|
n && n.ai.sendFeedback({
|
|
2778
2996
|
sourceId: e,
|
|
2779
2997
|
type: r,
|
|
2780
2998
|
data: t,
|
|
2781
2999
|
rating: p
|
|
2782
3000
|
});
|
|
2783
|
-
}, [n, e, t, r]), 200), [
|
|
2784
|
-
themeSettings:
|
|
3001
|
+
}, [n, e, t, r]), 200), [s, d] = Ji(), c = N(() => a === "onHover" ? d : a !== "never", [d, a]), {
|
|
3002
|
+
themeSettings: g
|
|
2785
3003
|
} = k();
|
|
2786
|
-
return /* @__PURE__ */ i(
|
|
2787
|
-
ref:
|
|
2788
|
-
theme:
|
|
2789
|
-
children: o(/* @__PURE__ */ i(
|
|
3004
|
+
return /* @__PURE__ */ i(Xi, {
|
|
3005
|
+
ref: s,
|
|
3006
|
+
theme: g,
|
|
3007
|
+
children: o(/* @__PURE__ */ i(Ki, {
|
|
2790
3008
|
onSend: l,
|
|
2791
|
-
visible:
|
|
3009
|
+
visible: c
|
|
2792
3010
|
}))
|
|
2793
3011
|
});
|
|
2794
3012
|
}
|
|
2795
|
-
const
|
|
2796
|
-
function
|
|
3013
|
+
const eo = 18 * 5;
|
|
3014
|
+
function Fe({
|
|
2797
3015
|
text: e
|
|
2798
3016
|
}) {
|
|
2799
|
-
const [t, r] =
|
|
3017
|
+
const [t, r] = M(!0), [a, o] = M(!1), {
|
|
2800
3018
|
t: n
|
|
2801
|
-
} =
|
|
2802
|
-
return
|
|
2803
|
-
l.current && l.current.scrollHeight >
|
|
3019
|
+
} = v(), l = $(null);
|
|
3020
|
+
return ye(() => {
|
|
3021
|
+
l.current && l.current.scrollHeight > eo && o(!0);
|
|
2804
3022
|
}, [e]), /* @__PURE__ */ h("div", {
|
|
2805
3023
|
children: [/* @__PURE__ */ i("div", {
|
|
2806
3024
|
ref: l,
|
|
@@ -2810,33 +3028,33 @@ function Se({
|
|
|
2810
3028
|
className: "csdk-mt-3 csdk-flex csdk-justify-end",
|
|
2811
3029
|
children: /* @__PURE__ */ i("div", {
|
|
2812
3030
|
className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
|
|
2813
|
-
onClick: () => r((
|
|
3031
|
+
onClick: () => r((s) => !s),
|
|
2814
3032
|
children: n(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
|
|
2815
3033
|
})
|
|
2816
3034
|
})]
|
|
2817
3035
|
});
|
|
2818
3036
|
}
|
|
2819
|
-
function
|
|
3037
|
+
function to({
|
|
2820
3038
|
nlgRequest: e
|
|
2821
3039
|
}) {
|
|
2822
3040
|
const {
|
|
2823
3041
|
data: t,
|
|
2824
3042
|
isLoading: r,
|
|
2825
3043
|
isError: a
|
|
2826
|
-
} =
|
|
3044
|
+
} = Me(e), {
|
|
2827
3045
|
t: o
|
|
2828
|
-
} =
|
|
2829
|
-
return r ? /* @__PURE__ */ i(
|
|
3046
|
+
} = v();
|
|
3047
|
+
return r ? /* @__PURE__ */ i(Qe, {}) : a ? /* @__PURE__ */ i(Q, {
|
|
2830
3048
|
align: "left",
|
|
2831
3049
|
children: o("ai.errors.unexpected")
|
|
2832
|
-
}) : /* @__PURE__ */ i(
|
|
3050
|
+
}) : /* @__PURE__ */ i(Q, {
|
|
2833
3051
|
align: "full",
|
|
2834
|
-
children: /* @__PURE__ */ i(
|
|
3052
|
+
children: /* @__PURE__ */ i(Fe, {
|
|
2835
3053
|
text: t ?? o("ai.errors.insightsNotAvailable")
|
|
2836
3054
|
})
|
|
2837
3055
|
});
|
|
2838
3056
|
}
|
|
2839
|
-
function
|
|
3057
|
+
function ro() {
|
|
2840
3058
|
const {
|
|
2841
3059
|
themeSettings: e
|
|
2842
3060
|
} = k();
|
|
@@ -2854,67 +3072,67 @@ function Bi() {
|
|
|
2854
3072
|
})
|
|
2855
3073
|
});
|
|
2856
3074
|
}
|
|
2857
|
-
function
|
|
3075
|
+
function ao({
|
|
2858
3076
|
onClick: e
|
|
2859
3077
|
}) {
|
|
2860
3078
|
const {
|
|
2861
3079
|
t
|
|
2862
|
-
} =
|
|
2863
|
-
return /* @__PURE__ */ i(
|
|
3080
|
+
} = v();
|
|
3081
|
+
return /* @__PURE__ */ i(Ce, {
|
|
2864
3082
|
align: "left",
|
|
2865
3083
|
onClick: e,
|
|
2866
3084
|
children: /* @__PURE__ */ h("div", {
|
|
2867
3085
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
2868
|
-
children: [/* @__PURE__ */ i(
|
|
3086
|
+
children: [/* @__PURE__ */ i(ro, {}), t("ai.buttons.insights")]
|
|
2869
3087
|
})
|
|
2870
3088
|
});
|
|
2871
3089
|
}
|
|
2872
|
-
var
|
|
2873
|
-
const
|
|
3090
|
+
var io = Wr("toLowerCase");
|
|
3091
|
+
const ct = /* @__PURE__ */ u("div", {
|
|
2874
3092
|
target: "es26a860",
|
|
2875
3093
|
label: "FlexRow"
|
|
2876
|
-
})("display:flex;align-items:center;column-gap:10px;"),
|
|
2877
|
-
function
|
|
3094
|
+
})("display:flex;align-items:center;column-gap:10px;"), oo = (e) => !!e && "aeiou".includes(e[0]);
|
|
3095
|
+
function no({
|
|
2878
3096
|
data: e,
|
|
2879
3097
|
alwaysShowFeedback: t
|
|
2880
3098
|
}) {
|
|
2881
3099
|
const {
|
|
2882
3100
|
chatMode: r = "analyze",
|
|
2883
3101
|
enableInsights: a
|
|
2884
|
-
} =
|
|
3102
|
+
} = P(), {
|
|
2885
3103
|
themeSettings: o
|
|
2886
3104
|
} = k(), {
|
|
2887
3105
|
queryTitle: n,
|
|
2888
3106
|
chartRecommendations: l,
|
|
2889
|
-
jaql:
|
|
3107
|
+
jaql: s,
|
|
2890
3108
|
userMsg: d
|
|
2891
3109
|
} = e;
|
|
2892
|
-
console.debug(`JAQL for ${n}`,
|
|
2893
|
-
const
|
|
2894
|
-
let
|
|
2895
|
-
|
|
2896
|
-
const p =
|
|
3110
|
+
console.debug(`JAQL for ${n}`, s), console.debug(`chart recommendations for ${n}`, l);
|
|
3111
|
+
const c = "chartType" in l ? l.chartType : "table";
|
|
3112
|
+
let g;
|
|
3113
|
+
oo(c) ? g = `an ${c}` : g = `a ${c}`, c !== "table" && (g += " chart");
|
|
3114
|
+
const p = s.datasource.title, [m, f] = M(!1), w = _(() => {
|
|
2897
3115
|
f((I) => !I);
|
|
2898
3116
|
}, []), x = {
|
|
2899
3117
|
jaql: {
|
|
2900
|
-
datasource:
|
|
2901
|
-
metadata:
|
|
3118
|
+
datasource: s.datasource,
|
|
3119
|
+
metadata: s.metadata
|
|
2902
3120
|
}
|
|
2903
|
-
},
|
|
2904
|
-
return /* @__PURE__ */ h(
|
|
3121
|
+
}, D = r === "analyze";
|
|
3122
|
+
return /* @__PURE__ */ h(O, {
|
|
2905
3123
|
children: [/* @__PURE__ */ i(Re, {
|
|
2906
3124
|
sourceId: p,
|
|
2907
3125
|
data: e,
|
|
2908
3126
|
type: "chats/nlq",
|
|
2909
3127
|
buttonVisibility: t ? "always" : "onHover",
|
|
2910
|
-
renderContent: (I) => /* @__PURE__ */ h(
|
|
2911
|
-
children: [/* @__PURE__ */ h(
|
|
2912
|
-
children: [/* @__PURE__ */ i(
|
|
3128
|
+
renderContent: (I) => /* @__PURE__ */ h(O, {
|
|
3129
|
+
children: [/* @__PURE__ */ h(ct, {
|
|
3130
|
+
children: [/* @__PURE__ */ i(Zt, {
|
|
2913
3131
|
align: "left",
|
|
2914
3132
|
theme: o,
|
|
2915
|
-
children: d || `Here's ${
|
|
3133
|
+
children: d || `Here's ${g} showing ${io(n)}.`
|
|
2916
3134
|
}), I]
|
|
2917
|
-
}),
|
|
3135
|
+
}), D && /* @__PURE__ */ i(Qi, {
|
|
2918
3136
|
content: e
|
|
2919
3137
|
})]
|
|
2920
3138
|
})
|
|
@@ -2923,61 +3141,61 @@ function $i({
|
|
|
2923
3141
|
data: x,
|
|
2924
3142
|
type: "nlg/queryResult",
|
|
2925
3143
|
buttonVisibility: m ? "onHover" : "never",
|
|
2926
|
-
renderContent: (I) => /* @__PURE__ */ h(
|
|
2927
|
-
children: [/* @__PURE__ */ h(
|
|
2928
|
-
children: [/* @__PURE__ */ i(
|
|
3144
|
+
renderContent: (I) => /* @__PURE__ */ h(O, {
|
|
3145
|
+
children: [/* @__PURE__ */ h(ct, {
|
|
3146
|
+
children: [/* @__PURE__ */ i(ao, {
|
|
2929
3147
|
onClick: w
|
|
2930
3148
|
}), I]
|
|
2931
|
-
}), m && /* @__PURE__ */ i(
|
|
3149
|
+
}), m && /* @__PURE__ */ i(to, {
|
|
2932
3150
|
nlgRequest: x
|
|
2933
3151
|
})]
|
|
2934
3152
|
})
|
|
2935
3153
|
})]
|
|
2936
3154
|
});
|
|
2937
3155
|
}
|
|
2938
|
-
function
|
|
3156
|
+
function lo({
|
|
2939
3157
|
message: e,
|
|
2940
3158
|
isLastMessage: t
|
|
2941
3159
|
}) {
|
|
2942
3160
|
if (Be(e)) {
|
|
2943
3161
|
const a = JSON.parse(e.content);
|
|
2944
|
-
return /* @__PURE__ */ i(
|
|
3162
|
+
return /* @__PURE__ */ i(no, {
|
|
2945
3163
|
data: a,
|
|
2946
3164
|
alwaysShowFeedback: t
|
|
2947
3165
|
});
|
|
2948
3166
|
}
|
|
2949
|
-
const r =
|
|
2950
|
-
return /* @__PURE__ */ i(
|
|
3167
|
+
const r = $a(e) ? JSON.parse(e.content).answer : e.content;
|
|
3168
|
+
return /* @__PURE__ */ i(Q, {
|
|
2951
3169
|
align: e.role === "user" ? "right" : "left",
|
|
2952
3170
|
children: r
|
|
2953
3171
|
});
|
|
2954
3172
|
}
|
|
2955
|
-
const
|
|
3173
|
+
const so = /* @__PURE__ */ zr(lo), co = ({
|
|
2956
3174
|
error: e,
|
|
2957
3175
|
displayMessage: t
|
|
2958
|
-
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ i(
|
|
3176
|
+
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ i(Q, {
|
|
2959
3177
|
align: "left",
|
|
2960
3178
|
children: t
|
|
2961
3179
|
}));
|
|
2962
|
-
function
|
|
3180
|
+
function po({
|
|
2963
3181
|
messages: e
|
|
2964
3182
|
}) {
|
|
2965
3183
|
const {
|
|
2966
3184
|
t
|
|
2967
|
-
} =
|
|
2968
|
-
return /* @__PURE__ */ i(
|
|
2969
|
-
children: e.map((r, a) => /* @__PURE__ */ i(
|
|
2970
|
-
fallbackRender: (o) =>
|
|
3185
|
+
} = v();
|
|
3186
|
+
return /* @__PURE__ */ i(O, {
|
|
3187
|
+
children: e.map((r, a) => /* @__PURE__ */ i(jr, {
|
|
3188
|
+
fallbackRender: (o) => co(S(C({}, o), {
|
|
2971
3189
|
displayMessage: t("ai.errors.unexpected")
|
|
2972
3190
|
})),
|
|
2973
|
-
children: /* @__PURE__ */ i(
|
|
3191
|
+
children: /* @__PURE__ */ i(so, {
|
|
2974
3192
|
message: r,
|
|
2975
3193
|
isLastMessage: a === e.length - 1
|
|
2976
3194
|
}, a)
|
|
2977
3195
|
}, a))
|
|
2978
3196
|
});
|
|
2979
3197
|
}
|
|
2980
|
-
function
|
|
3198
|
+
function Ht({
|
|
2981
3199
|
color: e
|
|
2982
3200
|
}) {
|
|
2983
3201
|
return /* @__PURE__ */ i("svg", {
|
|
@@ -2992,7 +3210,7 @@ function Gt({
|
|
|
2992
3210
|
})
|
|
2993
3211
|
});
|
|
2994
3212
|
}
|
|
2995
|
-
function
|
|
3213
|
+
function go({
|
|
2996
3214
|
onClick: e,
|
|
2997
3215
|
color: t
|
|
2998
3216
|
}) {
|
|
@@ -3000,12 +3218,12 @@ function to({
|
|
|
3000
3218
|
"aria-label": "go back",
|
|
3001
3219
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
3002
3220
|
onClick: e,
|
|
3003
|
-
children: /* @__PURE__ */ i(
|
|
3221
|
+
children: /* @__PURE__ */ i(Ht, {
|
|
3004
3222
|
color: t
|
|
3005
3223
|
})
|
|
3006
3224
|
});
|
|
3007
3225
|
}
|
|
3008
|
-
const
|
|
3226
|
+
const uo = /* @__PURE__ */ u("button", {
|
|
3009
3227
|
target: "e1p0q0z20",
|
|
3010
3228
|
label: "Button"
|
|
3011
3229
|
})("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({
|
|
@@ -3031,7 +3249,7 @@ const ro = /* @__PURE__ */ g("button", {
|
|
|
3031
3249
|
} = e.aiChat.suggestions;
|
|
3032
3250
|
if (t) {
|
|
3033
3251
|
const [a, o] = t;
|
|
3034
|
-
return
|
|
3252
|
+
return T`
|
|
3035
3253
|
border: none;
|
|
3036
3254
|
position: relative;
|
|
3037
3255
|
border-radius: ${r};
|
|
@@ -3053,47 +3271,47 @@ const ro = /* @__PURE__ */ g("button", {
|
|
|
3053
3271
|
}
|
|
3054
3272
|
return "";
|
|
3055
3273
|
});
|
|
3056
|
-
function
|
|
3274
|
+
function pt({
|
|
3057
3275
|
question: e,
|
|
3058
3276
|
onClick: t
|
|
3059
3277
|
}) {
|
|
3060
3278
|
const {
|
|
3061
3279
|
themeSettings: r
|
|
3062
3280
|
} = k();
|
|
3063
|
-
return /* @__PURE__ */ i(
|
|
3281
|
+
return /* @__PURE__ */ i(uo, {
|
|
3064
3282
|
onClick: t,
|
|
3065
3283
|
theme: r,
|
|
3066
3284
|
children: e
|
|
3067
3285
|
});
|
|
3068
3286
|
}
|
|
3069
|
-
const
|
|
3287
|
+
const ho = /* @__PURE__ */ u("div", {
|
|
3070
3288
|
target: "eu11cc50",
|
|
3071
3289
|
label: "ListContainer"
|
|
3072
3290
|
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({
|
|
3073
3291
|
theme: e
|
|
3074
3292
|
}) => e.aiChat.suggestions.gap, ";");
|
|
3075
|
-
function
|
|
3293
|
+
function mo({
|
|
3076
3294
|
questions: e,
|
|
3077
3295
|
onSelection: t
|
|
3078
3296
|
}) {
|
|
3079
3297
|
const {
|
|
3080
3298
|
t: r
|
|
3081
|
-
} =
|
|
3299
|
+
} = v(), [a, o] = M(!0), n = N(() => a && e.length > 5 ? e.slice(0, 4) : e, [e, a]), {
|
|
3082
3300
|
themeSettings: l
|
|
3083
3301
|
} = k();
|
|
3084
|
-
return /* @__PURE__ */ h(
|
|
3302
|
+
return /* @__PURE__ */ h(ho, {
|
|
3085
3303
|
"aria-label": "list of suggested questions",
|
|
3086
3304
|
theme: l,
|
|
3087
|
-
children: [n.map((
|
|
3088
|
-
question:
|
|
3089
|
-
onClick: () => t(
|
|
3090
|
-
},
|
|
3305
|
+
children: [n.map((s) => /* @__PURE__ */ i(pt, {
|
|
3306
|
+
question: s,
|
|
3307
|
+
onClick: () => t(s)
|
|
3308
|
+
}, s)), n.length < e.length && /* @__PURE__ */ i(pt, {
|
|
3091
3309
|
question: r("ai.buttons.seeMore"),
|
|
3092
3310
|
onClick: () => o(!1)
|
|
3093
3311
|
})]
|
|
3094
3312
|
});
|
|
3095
3313
|
}
|
|
3096
|
-
const
|
|
3314
|
+
const bo = /* @__PURE__ */ u("div", {
|
|
3097
3315
|
target: "ebwb3nc0",
|
|
3098
3316
|
label: "Row"
|
|
3099
3317
|
})("width:283px;height:32px;border-radius:10px;background:", ({
|
|
@@ -3106,60 +3324,60 @@ const oo = /* @__PURE__ */ g("div", {
|
|
|
3106
3324
|
${r} 50%,
|
|
3107
3325
|
${t} 100%
|
|
3108
3326
|
)`;
|
|
3109
|
-
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"),
|
|
3327
|
+
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), fo = /* @__PURE__ */ u("div", {
|
|
3110
3328
|
target: "ebwb3nc1",
|
|
3111
3329
|
label: "SkeletonContainer"
|
|
3112
3330
|
})("display:flex;flex-direction:column;row-gap:1rem;");
|
|
3113
|
-
function
|
|
3331
|
+
function xo() {
|
|
3114
3332
|
const {
|
|
3115
3333
|
themeSettings: e
|
|
3116
3334
|
} = k();
|
|
3117
|
-
return /* @__PURE__ */ i(
|
|
3335
|
+
return /* @__PURE__ */ i(fo, {
|
|
3118
3336
|
children: Array.from({
|
|
3119
3337
|
length: 3
|
|
3120
|
-
}, (t, r) => /* @__PURE__ */ i(
|
|
3338
|
+
}, (t, r) => /* @__PURE__ */ i(bo, {
|
|
3121
3339
|
theme: e
|
|
3122
3340
|
}, r))
|
|
3123
3341
|
});
|
|
3124
3342
|
}
|
|
3125
|
-
function
|
|
3343
|
+
function ko({
|
|
3126
3344
|
questions: e,
|
|
3127
3345
|
isLoading: t,
|
|
3128
3346
|
onSelection: r
|
|
3129
3347
|
}) {
|
|
3130
3348
|
const a = e.length > 0, {
|
|
3131
3349
|
suggestionsWelcomeText: o
|
|
3132
|
-
} =
|
|
3133
|
-
return t ? /* @__PURE__ */ i(
|
|
3134
|
-
children: [o && /* @__PURE__ */ i(
|
|
3350
|
+
} = P();
|
|
3351
|
+
return t ? /* @__PURE__ */ i(xo, {}) : a ? /* @__PURE__ */ h(O, {
|
|
3352
|
+
children: [o && /* @__PURE__ */ i(Q, {
|
|
3135
3353
|
align: "left",
|
|
3136
3354
|
children: o
|
|
3137
|
-
}), /* @__PURE__ */ i(
|
|
3355
|
+
}), /* @__PURE__ */ i(mo, {
|
|
3138
3356
|
onSelection: r,
|
|
3139
3357
|
questions: e
|
|
3140
3358
|
})]
|
|
3141
3359
|
}) : null;
|
|
3142
3360
|
}
|
|
3143
|
-
const
|
|
3361
|
+
const wo = /* @__PURE__ */ u("div", {
|
|
3144
3362
|
target: "ew7avl30",
|
|
3145
3363
|
label: "ToolbarContainer"
|
|
3146
3364
|
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({
|
|
3147
3365
|
style: e
|
|
3148
|
-
}) => e.backgroundColor, ";"),
|
|
3366
|
+
}) => e.backgroundColor, ";"), yo = /* @__PURE__ */ u("div", {
|
|
3149
3367
|
target: "ew7avl31",
|
|
3150
3368
|
label: "ToolbarTitle"
|
|
3151
3369
|
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({
|
|
3152
3370
|
style: e
|
|
3153
|
-
}) => e.textColor, ";"),
|
|
3371
|
+
}) => e.textColor, ";"), Yt = /* @__PURE__ */ xt(function({
|
|
3154
3372
|
title: e,
|
|
3155
3373
|
leftNav: t,
|
|
3156
3374
|
rightNav: r,
|
|
3157
3375
|
style: a
|
|
3158
3376
|
}, o) {
|
|
3159
|
-
return /* @__PURE__ */ h(
|
|
3377
|
+
return /* @__PURE__ */ h(wo, {
|
|
3160
3378
|
ref: o,
|
|
3161
3379
|
style: a,
|
|
3162
|
-
children: [t, /* @__PURE__ */ i(
|
|
3380
|
+
children: [t, /* @__PURE__ */ i(yo, {
|
|
3163
3381
|
style: a,
|
|
3164
3382
|
children: e
|
|
3165
3383
|
}), r && /* @__PURE__ */ i("div", {
|
|
@@ -3167,19 +3385,19 @@ const so = /* @__PURE__ */ g("div", {
|
|
|
3167
3385
|
children: r
|
|
3168
3386
|
})]
|
|
3169
3387
|
});
|
|
3170
|
-
}),
|
|
3388
|
+
}), _o = /* @__PURE__ */ u("div", {
|
|
3171
3389
|
target: "e14yc7id0",
|
|
3172
3390
|
label: "AiDisclaimerContainer"
|
|
3173
3391
|
})("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({
|
|
3174
3392
|
theme: e
|
|
3175
3393
|
}) => e.aiChat.secondaryTextColor, ";");
|
|
3176
|
-
function
|
|
3394
|
+
function Co({
|
|
3177
3395
|
theme: e
|
|
3178
3396
|
}) {
|
|
3179
3397
|
const {
|
|
3180
3398
|
t
|
|
3181
|
-
} =
|
|
3182
|
-
return /* @__PURE__ */ h(
|
|
3399
|
+
} = v();
|
|
3400
|
+
return /* @__PURE__ */ h(_o, {
|
|
3183
3401
|
theme: e,
|
|
3184
3402
|
children: [/* @__PURE__ */ i("div", {
|
|
3185
3403
|
children: t("ai.disclaimer.poweredByAi")
|
|
@@ -3188,25 +3406,7 @@ function uo({
|
|
|
3188
3406
|
})]
|
|
3189
3407
|
});
|
|
3190
3408
|
}
|
|
3191
|
-
|
|
3192
|
-
target: "e103xz8p0",
|
|
3193
|
-
label: "Container"
|
|
3194
|
-
})("font-size:inherit;line-height:inherit;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;border-radius:16px;color:", ({
|
|
3195
|
-
theme: e
|
|
3196
|
-
}) => e.aiChat.suggestions.textColor, ";background-color:", ({
|
|
3197
|
-
theme: e
|
|
3198
|
-
}) => e.aiChat.suggestions.backgroundColor, ";"), Yt = () => {
|
|
3199
|
-
const {
|
|
3200
|
-
t: e
|
|
3201
|
-
} = _(), {
|
|
3202
|
-
themeSettings: t
|
|
3203
|
-
} = k();
|
|
3204
|
-
return /* @__PURE__ */ i(ho, {
|
|
3205
|
-
theme: t,
|
|
3206
|
-
children: e("ai.betaLabel")
|
|
3207
|
-
});
|
|
3208
|
-
};
|
|
3209
|
-
function mo() {
|
|
3409
|
+
function vo() {
|
|
3210
3410
|
const {
|
|
3211
3411
|
themeSettings: e
|
|
3212
3412
|
} = k();
|
|
@@ -3224,15 +3424,15 @@ function mo() {
|
|
|
3224
3424
|
})
|
|
3225
3425
|
});
|
|
3226
3426
|
}
|
|
3227
|
-
const
|
|
3228
|
-
const r = new
|
|
3427
|
+
const So = (e, t) => {
|
|
3428
|
+
const r = new Rr(e);
|
|
3229
3429
|
return r.alpha = t, r;
|
|
3230
|
-
},
|
|
3430
|
+
}, Mo = /* @__PURE__ */ u("div", {
|
|
3231
3431
|
target: "e1rxvpki0",
|
|
3232
3432
|
label: "Container"
|
|
3233
3433
|
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({
|
|
3234
3434
|
theme: e
|
|
3235
|
-
}) => `0 4px 8px 0 ${
|
|
3435
|
+
}) => `0 4px 8px 0 ${So(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({
|
|
3236
3436
|
theme: e
|
|
3237
3437
|
}) => e.aiChat.clickableMessages.textColor, ";background-color:", ({
|
|
3238
3438
|
theme: e
|
|
@@ -3240,33 +3440,33 @@ const bo = (e, t) => {
|
|
|
3240
3440
|
theme: e
|
|
3241
3441
|
}) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({
|
|
3242
3442
|
theme: e
|
|
3243
|
-
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"),
|
|
3443
|
+
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), Do = ({
|
|
3244
3444
|
onClick: e
|
|
3245
3445
|
}) => {
|
|
3246
3446
|
const {
|
|
3247
3447
|
themeSettings: t
|
|
3248
3448
|
} = k();
|
|
3249
|
-
return /* @__PURE__ */ i(
|
|
3449
|
+
return /* @__PURE__ */ i(Mo, {
|
|
3250
3450
|
theme: t,
|
|
3251
3451
|
onClick: e,
|
|
3252
|
-
children: /* @__PURE__ */ i(
|
|
3452
|
+
children: /* @__PURE__ */ i(vo, {})
|
|
3253
3453
|
});
|
|
3254
|
-
},
|
|
3454
|
+
}, Io = ({
|
|
3255
3455
|
isVisible: e,
|
|
3256
3456
|
onClick: t,
|
|
3257
3457
|
anchorElement: r
|
|
3258
|
-
}) => /* @__PURE__ */ i(
|
|
3458
|
+
}) => /* @__PURE__ */ i(yt, {
|
|
3259
3459
|
anchorEl: r,
|
|
3260
3460
|
open: e,
|
|
3261
3461
|
placement: "top",
|
|
3262
3462
|
sx: {
|
|
3263
3463
|
zIndex: 2
|
|
3264
3464
|
},
|
|
3265
|
-
children: /* @__PURE__ */ i(
|
|
3465
|
+
children: /* @__PURE__ */ i(Do, {
|
|
3266
3466
|
onClick: t
|
|
3267
3467
|
})
|
|
3268
|
-
}),
|
|
3269
|
-
target: "
|
|
3468
|
+
}), Ao = /* @__PURE__ */ u("div", {
|
|
3469
|
+
target: "ednrf320",
|
|
3270
3470
|
label: "ChatBody"
|
|
3271
3471
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
3272
3472
|
theme: e
|
|
@@ -3278,8 +3478,8 @@ const bo = (e, t) => {
|
|
|
3278
3478
|
theme: e
|
|
3279
3479
|
}) => e.aiChat.body.paddingTop, ";padding-bottom:", ({
|
|
3280
3480
|
theme: e
|
|
3281
|
-
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"),
|
|
3282
|
-
target: "
|
|
3481
|
+
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), Lo = /* @__PURE__ */ u("div", {
|
|
3482
|
+
target: "ednrf321",
|
|
3283
3483
|
label: "ChatFooter"
|
|
3284
3484
|
})("padding-left:", ({
|
|
3285
3485
|
theme: e
|
|
@@ -3289,13 +3489,13 @@ const bo = (e, t) => {
|
|
|
3289
3489
|
theme: e
|
|
3290
3490
|
}) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({
|
|
3291
3491
|
theme: e
|
|
3292
|
-
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"),
|
|
3293
|
-
target: "
|
|
3492
|
+
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), To = /* @__PURE__ */ u("div", {
|
|
3493
|
+
target: "ednrf322",
|
|
3294
3494
|
label: "FollowupQuestionsContainer"
|
|
3295
3495
|
})("display:flex;flex-direction:column;row-gap:", ({
|
|
3296
3496
|
theme: e
|
|
3297
3497
|
}) => e.aiChat.suggestions.gap, ";");
|
|
3298
|
-
function
|
|
3498
|
+
function No({
|
|
3299
3499
|
contextTitle: e,
|
|
3300
3500
|
onGoBack: t,
|
|
3301
3501
|
contextDetails: r
|
|
@@ -3303,134 +3503,133 @@ function Co({
|
|
|
3303
3503
|
var a, o, n;
|
|
3304
3504
|
const {
|
|
3305
3505
|
t: l
|
|
3306
|
-
} =
|
|
3307
|
-
enableFollowupQuestions:
|
|
3506
|
+
} = v(), {
|
|
3507
|
+
enableFollowupQuestions: s,
|
|
3308
3508
|
enableHeader: d,
|
|
3309
|
-
numOfRecentPrompts:
|
|
3310
|
-
numOfRecommendations:
|
|
3311
|
-
} =
|
|
3509
|
+
numOfRecentPrompts: c,
|
|
3510
|
+
numOfRecommendations: g
|
|
3511
|
+
} = P(), {
|
|
3312
3512
|
themeSettings: p
|
|
3313
3513
|
} = k(), {
|
|
3314
3514
|
data: m,
|
|
3315
3515
|
isLoading: f,
|
|
3316
3516
|
isError: w
|
|
3317
|
-
} =
|
|
3517
|
+
} = jt({
|
|
3318
3518
|
contextTitle: e,
|
|
3319
|
-
count:
|
|
3320
|
-
}), x = N(() => m == null ? void 0 : m.map((
|
|
3321
|
-
history:
|
|
3519
|
+
count: g
|
|
3520
|
+
}), x = N(() => m == null ? void 0 : m.map((L) => L.nlqPrompt), [m]), {
|
|
3521
|
+
history: D,
|
|
3322
3522
|
lastNlqResponse: I,
|
|
3323
|
-
isAwaitingResponse:
|
|
3324
|
-
sendMessage:
|
|
3325
|
-
isLoading:
|
|
3523
|
+
isAwaitingResponse: z,
|
|
3524
|
+
sendMessage: y,
|
|
3525
|
+
isLoading: j,
|
|
3326
3526
|
chatId: H,
|
|
3327
|
-
lastError:
|
|
3328
|
-
} =
|
|
3329
|
-
mutate:
|
|
3527
|
+
lastError: W
|
|
3528
|
+
} = Ja(e, r), {
|
|
3529
|
+
mutate: U,
|
|
3330
3530
|
isLoading: Ie
|
|
3331
|
-
} =
|
|
3332
|
-
|
|
3333
|
-
},
|
|
3334
|
-
if (!(
|
|
3531
|
+
} = zt(H), [he, F] = M(!1), [X, ae] = M(!1), Ae = () => F(!0), ie = () => F(!1), oe = () => {
|
|
3532
|
+
U(), ie();
|
|
3533
|
+
}, E = $(null), q = $(null), Bt = () => {
|
|
3534
|
+
if (!(E != null && E.current))
|
|
3335
3535
|
return;
|
|
3336
3536
|
const {
|
|
3337
|
-
scrollTop:
|
|
3537
|
+
scrollTop: L,
|
|
3338
3538
|
clientHeight: Y,
|
|
3339
3539
|
scrollHeight: $e
|
|
3340
|
-
} =
|
|
3341
|
-
if (
|
|
3540
|
+
} = E.current;
|
|
3541
|
+
if (L === void 0 || Y === void 0 || $e === void 0)
|
|
3342
3542
|
return;
|
|
3343
|
-
const Je = $e -
|
|
3543
|
+
const Je = $e - L - Y > Y / 2;
|
|
3344
3544
|
X !== Je && ae(Je);
|
|
3345
3545
|
};
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
}, [
|
|
3349
|
-
const Qt =
|
|
3546
|
+
ye(() => {
|
|
3547
|
+
E.current && (E.current.scrollTop = E.current.scrollHeight);
|
|
3548
|
+
}, [D, he, z]);
|
|
3549
|
+
const Qt = $(null), Ve = d ? /* @__PURE__ */ i(Yt, {
|
|
3350
3550
|
ref: Qt,
|
|
3351
3551
|
title: e,
|
|
3352
|
-
leftNav: t && /* @__PURE__ */ i(
|
|
3552
|
+
leftNav: t && /* @__PURE__ */ i(go, {
|
|
3353
3553
|
onClick: t,
|
|
3354
3554
|
color: p.aiChat.header.textColor
|
|
3355
3555
|
}),
|
|
3356
|
-
rightNav: /* @__PURE__ */ i(Yt, {}),
|
|
3357
3556
|
style: p.aiChat.header
|
|
3358
|
-
}) : null,
|
|
3359
|
-
return (
|
|
3360
|
-
children: [d && Ve, /* @__PURE__ */ i(
|
|
3361
|
-
text:
|
|
3557
|
+
}) : null, Ut = N(() => [...new Set(D.filter((L) => L.role === "user").filter((L) => !(x != null && x.includes(L.content))).map((L) => L.content).reverse())].slice(0, c), [D, c, x]);
|
|
3558
|
+
return (W == null ? void 0 : W.message) === l("ai.errors.chatUnavailable") ? /* @__PURE__ */ h(O, {
|
|
3559
|
+
children: [d && Ve, /* @__PURE__ */ i(Wt, {
|
|
3560
|
+
text: W.message
|
|
3362
3561
|
})]
|
|
3363
|
-
}) : /* @__PURE__ */ h(
|
|
3364
|
-
children: [Ve, /* @__PURE__ */ h(
|
|
3365
|
-
ref:
|
|
3562
|
+
}) : /* @__PURE__ */ h(O, {
|
|
3563
|
+
children: [Ve, /* @__PURE__ */ h(Ao, {
|
|
3564
|
+
ref: E,
|
|
3366
3565
|
theme: p,
|
|
3367
|
-
onScroll:
|
|
3368
|
-
children: [/* @__PURE__ */ i(
|
|
3566
|
+
onScroll: Bt,
|
|
3567
|
+
children: [/* @__PURE__ */ i(Io, {
|
|
3369
3568
|
isVisible: X,
|
|
3370
|
-
anchorElement:
|
|
3569
|
+
anchorElement: q.current,
|
|
3371
3570
|
onClick: () => {
|
|
3372
|
-
var
|
|
3373
|
-
(Y =
|
|
3374
|
-
top: (
|
|
3571
|
+
var L, Y;
|
|
3572
|
+
(Y = E.current) == null || Y.scroll({
|
|
3573
|
+
top: (L = E.current) == null ? void 0 : L.scrollHeight,
|
|
3375
3574
|
behavior: "smooth"
|
|
3376
3575
|
});
|
|
3377
3576
|
}
|
|
3378
|
-
}), /* @__PURE__ */ i(
|
|
3577
|
+
}), /* @__PURE__ */ i(yi, {}), /* @__PURE__ */ i(ko, {
|
|
3379
3578
|
questions: x || [],
|
|
3380
3579
|
isLoading: f,
|
|
3381
|
-
onSelection:
|
|
3382
|
-
}),
|
|
3580
|
+
onSelection: y
|
|
3581
|
+
}), W && /* @__PURE__ */ i(Q, {
|
|
3383
3582
|
align: "left",
|
|
3384
|
-
children:
|
|
3385
|
-
}),
|
|
3386
|
-
messages:
|
|
3387
|
-
}),
|
|
3583
|
+
children: W.message
|
|
3584
|
+
}), j ? /* @__PURE__ */ i(De, {}) : /* @__PURE__ */ i(po, {
|
|
3585
|
+
messages: D
|
|
3586
|
+
}), s && I && ((o = (a = I.followupQuestions) == null ? void 0 : a.length) != null ? o : 0) > 0 && /* @__PURE__ */ i(To, {
|
|
3388
3587
|
theme: p,
|
|
3389
|
-
children: (n = I.followupQuestions) == null ? void 0 : n.slice(0, 2).map((
|
|
3588
|
+
children: (n = I.followupQuestions) == null ? void 0 : n.slice(0, 2).map((L, Y) => /* @__PURE__ */ i(Ce, {
|
|
3390
3589
|
align: "left",
|
|
3391
3590
|
onClick: () => {
|
|
3392
|
-
|
|
3591
|
+
y(L);
|
|
3393
3592
|
},
|
|
3394
3593
|
children: /* @__PURE__ */ i("div", {
|
|
3395
3594
|
className: "csdk-py-[7px] csdk-px-4",
|
|
3396
|
-
children:
|
|
3595
|
+
children: L
|
|
3397
3596
|
})
|
|
3398
3597
|
}, Y))
|
|
3399
|
-
}), (
|
|
3598
|
+
}), (z || Ie) && /* @__PURE__ */ i(Qe, {}), he && /* @__PURE__ */ i(Di, {
|
|
3400
3599
|
onCancel: ie,
|
|
3401
3600
|
onConfirm: oe
|
|
3402
3601
|
})]
|
|
3403
|
-
}), /* @__PURE__ */ h(
|
|
3404
|
-
ref:
|
|
3602
|
+
}), /* @__PURE__ */ h(Lo, {
|
|
3603
|
+
ref: q,
|
|
3405
3604
|
theme: p,
|
|
3406
|
-
children: [/* @__PURE__ */ i(
|
|
3407
|
-
onSendMessage:
|
|
3408
|
-
disabled:
|
|
3605
|
+
children: [/* @__PURE__ */ i(ki, {
|
|
3606
|
+
onSendMessage: y,
|
|
3607
|
+
disabled: z || j,
|
|
3409
3608
|
onClearHistoryClick: Ae,
|
|
3410
3609
|
suggestions: x || [],
|
|
3411
|
-
recentPrompts:
|
|
3412
|
-
isLoading: f ||
|
|
3610
|
+
recentPrompts: Ut,
|
|
3611
|
+
isLoading: f || j,
|
|
3413
3612
|
recommendationsError: w,
|
|
3414
3613
|
onChange: ie
|
|
3415
|
-
}), /* @__PURE__ */ i(
|
|
3614
|
+
}), /* @__PURE__ */ i(Co, {
|
|
3416
3615
|
theme: p
|
|
3417
3616
|
})]
|
|
3418
3617
|
})]
|
|
3419
3618
|
});
|
|
3420
3619
|
}
|
|
3421
|
-
const
|
|
3620
|
+
const jo = /* @__PURE__ */ u("button", {
|
|
3422
3621
|
target: "e5a38pw0",
|
|
3423
3622
|
label: "Container"
|
|
3424
3623
|
})("font-family:", ({
|
|
3425
3624
|
theme: e
|
|
3426
3625
|
}) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({
|
|
3427
3626
|
theme: e
|
|
3428
|
-
}) => e.aiChat.dataTopics.items.backgroundColor, ";"),
|
|
3627
|
+
}) => e.aiChat.dataTopics.items.backgroundColor, ";"), Oo = /* @__PURE__ */ u("div", {
|
|
3429
3628
|
target: "e5a38pw1",
|
|
3430
3629
|
label: "Title"
|
|
3431
3630
|
})("font-size:1.05rem;line-height:28px;color:", ({
|
|
3432
3631
|
theme: e
|
|
3433
|
-
}) => e.aiChat.dataTopics.items.textColor, ";"),
|
|
3632
|
+
}) => e.aiChat.dataTopics.items.textColor, ";"), Eo = /* @__PURE__ */ u("div", {
|
|
3434
3633
|
target: "e5a38pw2",
|
|
3435
3634
|
label: "Description"
|
|
3436
3635
|
})("font-size:", ({
|
|
@@ -3439,11 +3638,11 @@ const vo = /* @__PURE__ */ g("button", {
|
|
|
3439
3638
|
theme: e
|
|
3440
3639
|
}) => e.aiChat.primaryFontSize[1], ";color:", ({
|
|
3441
3640
|
theme: e
|
|
3442
|
-
}) =>
|
|
3641
|
+
}) => _t(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), zo = /* @__PURE__ */ u("div", {
|
|
3443
3642
|
target: "e5a38pw3",
|
|
3444
3643
|
label: "IconContainer"
|
|
3445
3644
|
})("width:16px;height:16px;transform:rotate(180deg);");
|
|
3446
|
-
function
|
|
3645
|
+
function Ro(e) {
|
|
3447
3646
|
const {
|
|
3448
3647
|
title: t,
|
|
3449
3648
|
description: r,
|
|
@@ -3451,63 +3650,63 @@ function Io(e) {
|
|
|
3451
3650
|
} = e, {
|
|
3452
3651
|
themeSettings: o
|
|
3453
3652
|
} = k();
|
|
3454
|
-
return /* @__PURE__ */ h(
|
|
3653
|
+
return /* @__PURE__ */ h(jo, {
|
|
3455
3654
|
onClick: a,
|
|
3456
3655
|
theme: o,
|
|
3457
3656
|
children: [/* @__PURE__ */ h("div", {
|
|
3458
|
-
children: [/* @__PURE__ */ i(
|
|
3657
|
+
children: [/* @__PURE__ */ i(Oo, {
|
|
3459
3658
|
theme: o,
|
|
3460
3659
|
children: t
|
|
3461
|
-
}), /* @__PURE__ */ i(
|
|
3660
|
+
}), /* @__PURE__ */ i(Eo, {
|
|
3462
3661
|
theme: o,
|
|
3463
3662
|
children: r
|
|
3464
3663
|
})]
|
|
3465
|
-
}), /* @__PURE__ */ i(
|
|
3466
|
-
children: /* @__PURE__ */ i(
|
|
3664
|
+
}), /* @__PURE__ */ i(zo, {
|
|
3665
|
+
children: /* @__PURE__ */ i(Ht, {
|
|
3467
3666
|
color: o.aiChat.icons.color
|
|
3468
3667
|
})
|
|
3469
3668
|
})]
|
|
3470
3669
|
});
|
|
3471
3670
|
}
|
|
3472
|
-
const
|
|
3671
|
+
const Zo = /* @__PURE__ */ u("div", {
|
|
3473
3672
|
target: "emrh5y30",
|
|
3474
3673
|
label: "FlexContainer"
|
|
3475
|
-
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"),
|
|
3674
|
+
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), Wo = /* @__PURE__ */ u("div", {
|
|
3476
3675
|
target: "emrh5y31",
|
|
3477
3676
|
label: "Title"
|
|
3478
3677
|
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({
|
|
3479
3678
|
theme: e
|
|
3480
|
-
}) => e.aiChat.primaryTextColor, ";"),
|
|
3679
|
+
}) => e.aiChat.primaryTextColor, ";"), qo = /* @__PURE__ */ u("div", {
|
|
3481
3680
|
target: "emrh5y32",
|
|
3482
3681
|
label: "Subtitle"
|
|
3483
3682
|
})("font-size:15px;line-height:22px;color:", ({
|
|
3484
3683
|
theme: e
|
|
3485
3684
|
}) => e.aiChat.primaryTextColor, ";");
|
|
3486
|
-
function
|
|
3685
|
+
function Go(e) {
|
|
3487
3686
|
const {
|
|
3488
3687
|
dataTopics: t
|
|
3489
3688
|
} = e, {
|
|
3490
3689
|
themeSettings: r
|
|
3491
3690
|
} = k(), {
|
|
3492
3691
|
t: a
|
|
3493
|
-
} =
|
|
3494
|
-
return /* @__PURE__ */ h(
|
|
3495
|
-
children: [/* @__PURE__ */ i(
|
|
3692
|
+
} = v();
|
|
3693
|
+
return /* @__PURE__ */ h(Zo, {
|
|
3694
|
+
children: [/* @__PURE__ */ i(Wo, {
|
|
3496
3695
|
theme: r,
|
|
3497
3696
|
children: a("ai.dataTopics")
|
|
3498
|
-
}), /* @__PURE__ */ h(
|
|
3697
|
+
}), /* @__PURE__ */ h(qo, {
|
|
3499
3698
|
theme: r,
|
|
3500
3699
|
children: [a("ai.chatbotDescription"), /* @__PURE__ */ i("br", {}), /* @__PURE__ */ i("br", {}), a("ai.topicSelectPrompt")]
|
|
3501
|
-
}), t.map((o) => /* @__PURE__ */
|
|
3700
|
+
}), t.map((o) => /* @__PURE__ */ Or(Ro, S(C({}, o), {
|
|
3502
3701
|
key: o.title
|
|
3503
3702
|
})))]
|
|
3504
3703
|
});
|
|
3505
3704
|
}
|
|
3506
|
-
const
|
|
3507
|
-
function
|
|
3705
|
+
const Po = "#000000", Ho = "#FFFFFF";
|
|
3706
|
+
function Yo({
|
|
3508
3707
|
isDarkBackground: e = !1
|
|
3509
3708
|
}) {
|
|
3510
|
-
const t = e ?
|
|
3709
|
+
const t = e ? Ho : Po;
|
|
3511
3710
|
return /* @__PURE__ */ h("svg", {
|
|
3512
3711
|
width: "32",
|
|
3513
3712
|
height: "32",
|
|
@@ -3565,83 +3764,82 @@ function zo({
|
|
|
3565
3764
|
})]
|
|
3566
3765
|
});
|
|
3567
3766
|
}
|
|
3568
|
-
const
|
|
3569
|
-
target: "
|
|
3767
|
+
const Bo = /* @__PURE__ */ u("div", {
|
|
3768
|
+
target: "ealudtn0",
|
|
3570
3769
|
label: "LogoContainer"
|
|
3571
|
-
})("margin-left:14px;margin-top:3px;"),
|
|
3572
|
-
target: "
|
|
3770
|
+
})("margin-left:14px;margin-top:3px;"), Qo = /* @__PURE__ */ u("div", {
|
|
3771
|
+
target: "ealudtn1",
|
|
3573
3772
|
label: "DataTopicsContainer"
|
|
3574
3773
|
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({
|
|
3575
3774
|
theme: e
|
|
3576
3775
|
}) => e.aiChat.dataTopics.backgroundColor, ";");
|
|
3577
|
-
function
|
|
3776
|
+
function Uo({
|
|
3578
3777
|
dataTopicsList: e,
|
|
3579
3778
|
onDataTopicClick: t
|
|
3580
3779
|
}) {
|
|
3581
3780
|
const {
|
|
3582
3781
|
enableHeader: r
|
|
3583
|
-
} =
|
|
3782
|
+
} = P(), {
|
|
3584
3783
|
themeSettings: a
|
|
3585
3784
|
} = k(), {
|
|
3586
3785
|
t: o
|
|
3587
|
-
} =
|
|
3588
|
-
title:
|
|
3589
|
-
onClick: () => t(
|
|
3590
|
-
})), [e, t]), l =
|
|
3591
|
-
return /* @__PURE__ */ h(
|
|
3592
|
-
children: [r ? /* @__PURE__ */ i(
|
|
3786
|
+
} = v(), n = N(() => e == null ? void 0 : e.map((s) => ({
|
|
3787
|
+
title: s,
|
|
3788
|
+
onClick: () => t(s)
|
|
3789
|
+
})), [e, t]), l = Mr(Dr(a.aiChat.header.backgroundColor)) > 0.5;
|
|
3790
|
+
return /* @__PURE__ */ h(O, {
|
|
3791
|
+
children: [r ? /* @__PURE__ */ i(Yt, {
|
|
3593
3792
|
title: o("ai.analyticsChatbot"),
|
|
3594
|
-
leftNav: /* @__PURE__ */ i(
|
|
3595
|
-
children: /* @__PURE__ */ i(
|
|
3793
|
+
leftNav: /* @__PURE__ */ i(Bo, {
|
|
3794
|
+
children: /* @__PURE__ */ i(Yo, {
|
|
3596
3795
|
isDarkBackground: l
|
|
3597
3796
|
})
|
|
3598
3797
|
}),
|
|
3599
|
-
rightNav: /* @__PURE__ */ i(Yt, {}),
|
|
3600
3798
|
style: a.aiChat.header
|
|
3601
|
-
}) : null, /* @__PURE__ */ h(
|
|
3799
|
+
}) : null, /* @__PURE__ */ h(Qo, {
|
|
3602
3800
|
theme: a,
|
|
3603
|
-
children: [!n && /* @__PURE__ */ i(De, {}), n && /* @__PURE__ */ i(
|
|
3801
|
+
children: [!n && /* @__PURE__ */ i(De, {}), n && /* @__PURE__ */ i(Go, {
|
|
3604
3802
|
dataTopics: n
|
|
3605
3803
|
})]
|
|
3606
3804
|
})]
|
|
3607
3805
|
});
|
|
3608
3806
|
}
|
|
3609
|
-
function
|
|
3610
|
-
const [e, t] =
|
|
3807
|
+
function Fo() {
|
|
3808
|
+
const [e, t] = M(), [r, a] = M(), {
|
|
3611
3809
|
data: o,
|
|
3612
3810
|
fetchStatus: n
|
|
3613
|
-
} =
|
|
3811
|
+
} = Ba(), {
|
|
3614
3812
|
dataTopicsList: l,
|
|
3615
|
-
contextDetails:
|
|
3616
|
-
} =
|
|
3813
|
+
contextDetails: s
|
|
3814
|
+
} = P(), {
|
|
3617
3815
|
t: d
|
|
3618
|
-
} =
|
|
3619
|
-
w.length ? w.length === 1 && (a(void 0), t(w[0])) : a(
|
|
3620
|
-
}, [
|
|
3816
|
+
} = v(), c = d("ai.errors.noAvailableDataTopics"), g = _((w) => {
|
|
3817
|
+
w.length ? w.length === 1 && (a(void 0), t(w[0])) : a(c);
|
|
3818
|
+
}, [c]), p = N(() => {
|
|
3621
3819
|
if (o && n === "idle") {
|
|
3622
3820
|
const w = (l != null && l.length ? o == null ? void 0 : o.filter((x) => l == null ? void 0 : l.includes(x.title)) : o).map((x) => x.title);
|
|
3623
|
-
return
|
|
3821
|
+
return g(w), w;
|
|
3624
3822
|
}
|
|
3625
3823
|
return [];
|
|
3626
|
-
}, [o, n, l,
|
|
3824
|
+
}, [o, n, l, g]), m = ce(), f = _(() => {
|
|
3627
3825
|
a(void 0), m.invalidateQueries(["getDataTopics"]);
|
|
3628
3826
|
}, [m]);
|
|
3629
|
-
return r ? /* @__PURE__ */ i(
|
|
3827
|
+
return r ? /* @__PURE__ */ i(Wt, {
|
|
3630
3828
|
text: r,
|
|
3631
3829
|
action: {
|
|
3632
3830
|
text: d("ai.buttons.refresh"),
|
|
3633
3831
|
onClick: f
|
|
3634
3832
|
}
|
|
3635
|
-
}) : p.length === 1 && !e ? /* @__PURE__ */ i(De, {}) : e ? /* @__PURE__ */ i(
|
|
3833
|
+
}) : p.length === 1 && !e ? /* @__PURE__ */ i(De, {}) : e ? /* @__PURE__ */ i(No, {
|
|
3636
3834
|
contextTitle: e,
|
|
3637
|
-
contextDetails:
|
|
3835
|
+
contextDetails: s,
|
|
3638
3836
|
onGoBack: p.length === 1 ? void 0 : () => t(void 0)
|
|
3639
|
-
}) : /* @__PURE__ */ i(
|
|
3837
|
+
}) : /* @__PURE__ */ i(Uo, {
|
|
3640
3838
|
dataTopicsList: p,
|
|
3641
3839
|
onDataTopicClick: (w) => t(w)
|
|
3642
3840
|
});
|
|
3643
3841
|
}
|
|
3644
|
-
const
|
|
3842
|
+
const sn = ft({
|
|
3645
3843
|
componentName: "Chatbot"
|
|
3646
3844
|
})((e) => {
|
|
3647
3845
|
const {
|
|
@@ -3651,55 +3849,37 @@ const en = Ze({
|
|
|
3651
3849
|
} = e, {
|
|
3652
3850
|
themeSettings: o
|
|
3653
3851
|
} = k();
|
|
3654
|
-
return /* @__PURE__ */ i(
|
|
3852
|
+
return /* @__PURE__ */ i(Ha, {
|
|
3655
3853
|
value: a ?? {},
|
|
3656
|
-
children: /* @__PURE__ */ i(
|
|
3854
|
+
children: /* @__PURE__ */ i(ri, {
|
|
3657
3855
|
id: "csdk-chatbot-frame",
|
|
3658
3856
|
width: t,
|
|
3659
3857
|
height: r,
|
|
3660
3858
|
theme: o,
|
|
3661
3859
|
tabIndex: 0,
|
|
3662
|
-
children: /* @__PURE__ */ i(
|
|
3860
|
+
children: /* @__PURE__ */ i(Fo, {})
|
|
3663
3861
|
})
|
|
3664
3862
|
});
|
|
3665
|
-
}),
|
|
3863
|
+
}), cn = ft({
|
|
3666
3864
|
componentName: "GetNlgInsights"
|
|
3667
3865
|
})(function(e) {
|
|
3668
3866
|
const {
|
|
3669
3867
|
data: t,
|
|
3670
3868
|
isLoading: r,
|
|
3671
3869
|
isError: a
|
|
3672
|
-
} =
|
|
3870
|
+
} = Me(e), {
|
|
3673
3871
|
t: o
|
|
3674
|
-
} =
|
|
3872
|
+
} = v();
|
|
3675
3873
|
if (a)
|
|
3676
|
-
return /* @__PURE__ */ i(
|
|
3874
|
+
return /* @__PURE__ */ i(O, {
|
|
3677
3875
|
children: o("ai.errors.unexpected")
|
|
3678
3876
|
});
|
|
3679
3877
|
const n = t ?? o("ai.errors.insightsNotAvailable");
|
|
3680
|
-
return /* @__PURE__ */ i(
|
|
3681
|
-
text: r ? "Loading..." : n
|
|
3682
|
-
});
|
|
3683
|
-
}), rn = Ze({
|
|
3684
|
-
componentName: "GetNlgQueryResult"
|
|
3685
|
-
})(function(e) {
|
|
3686
|
-
const {
|
|
3687
|
-
data: t,
|
|
3688
|
-
isLoading: r,
|
|
3689
|
-
isError: a
|
|
3690
|
-
} = pe(e), {
|
|
3691
|
-
t: o
|
|
3692
|
-
} = _();
|
|
3693
|
-
if (a)
|
|
3694
|
-
return /* @__PURE__ */ i(T, {
|
|
3695
|
-
children: o("ai.errors.unexpected")
|
|
3696
|
-
});
|
|
3697
|
-
const n = t ?? o("ai.errors.insightsNotAvailable");
|
|
3698
|
-
return /* @__PURE__ */ i(Se, {
|
|
3878
|
+
return /* @__PURE__ */ i(Fe, {
|
|
3699
3879
|
text: r ? "Loading..." : n
|
|
3700
3880
|
});
|
|
3701
3881
|
});
|
|
3702
|
-
function
|
|
3882
|
+
function Vo({
|
|
3703
3883
|
theme: e
|
|
3704
3884
|
}) {
|
|
3705
3885
|
const t = e.general.brandColor;
|
|
@@ -3727,17 +3907,17 @@ function qo({
|
|
|
3727
3907
|
})]
|
|
3728
3908
|
});
|
|
3729
3909
|
}
|
|
3730
|
-
const
|
|
3910
|
+
const $o = /* @__PURE__ */ u("div", {
|
|
3731
3911
|
target: "eit37yz0",
|
|
3732
3912
|
label: "FlexDiv"
|
|
3733
3913
|
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({
|
|
3734
3914
|
theme: e
|
|
3735
3915
|
}) => e.chart.textColor, ";background-color:", ({
|
|
3736
3916
|
theme: e
|
|
3737
|
-
}) => e.chart.backgroundColor, ";"),
|
|
3917
|
+
}) => e.chart.backgroundColor, ";"), Jo = /* @__PURE__ */ u("div", {
|
|
3738
3918
|
target: "eit37yz1",
|
|
3739
3919
|
label: "IconDiv"
|
|
3740
|
-
})("align-self:flex-start;"),
|
|
3920
|
+
})("align-self:flex-start;"), Xo = ({
|
|
3741
3921
|
summary: e,
|
|
3742
3922
|
nlgRequest: t
|
|
3743
3923
|
}) => {
|
|
@@ -3749,32 +3929,32 @@ const Go = /* @__PURE__ */ g("div", {
|
|
|
3749
3929
|
data: t,
|
|
3750
3930
|
type: "chart/insights",
|
|
3751
3931
|
buttonVisibility: "always",
|
|
3752
|
-
renderContent: (a) => /* @__PURE__ */ h(
|
|
3932
|
+
renderContent: (a) => /* @__PURE__ */ h($o, {
|
|
3753
3933
|
theme: r,
|
|
3754
|
-
children: [/* @__PURE__ */ i(
|
|
3934
|
+
children: [/* @__PURE__ */ i(Jo, {
|
|
3755
3935
|
theme: r,
|
|
3756
|
-
children: /* @__PURE__ */ i(
|
|
3936
|
+
children: /* @__PURE__ */ i(Vo, {
|
|
3757
3937
|
theme: r
|
|
3758
3938
|
})
|
|
3759
|
-
}), /* @__PURE__ */ i(
|
|
3939
|
+
}), /* @__PURE__ */ i(Fe, {
|
|
3760
3940
|
text: e
|
|
3761
3941
|
}), a]
|
|
3762
3942
|
})
|
|
3763
3943
|
});
|
|
3764
|
-
},
|
|
3944
|
+
}, pn = ({
|
|
3765
3945
|
nlqResponse: e,
|
|
3766
3946
|
onDataReady: t,
|
|
3767
3947
|
styleOptions: r,
|
|
3768
3948
|
filters: a = []
|
|
3769
3949
|
}) => {
|
|
3770
|
-
e.queryTitle =
|
|
3950
|
+
e.queryTitle = br(e.queryTitle);
|
|
3771
3951
|
const {
|
|
3772
3952
|
connectToWidgetProps: o
|
|
3773
|
-
} =
|
|
3953
|
+
} = fr({
|
|
3774
3954
|
initialFilters: a
|
|
3775
|
-
}), [n, l] =
|
|
3955
|
+
}), [n, l] = M(null);
|
|
3776
3956
|
re(() => {
|
|
3777
|
-
const p =
|
|
3957
|
+
const p = pe(e, {
|
|
3778
3958
|
useCustomizedStyleOptions: !0
|
|
3779
3959
|
});
|
|
3780
3960
|
if (!p)
|
|
@@ -3788,28 +3968,28 @@ const Go = /* @__PURE__ */ g("div", {
|
|
|
3788
3968
|
l(m);
|
|
3789
3969
|
}
|
|
3790
3970
|
}, [e, o, r]);
|
|
3791
|
-
const
|
|
3792
|
-
const p = n &&
|
|
3793
|
-
return
|
|
3794
|
-
jaql:
|
|
3971
|
+
const s = N(() => {
|
|
3972
|
+
const p = n && we(n) ? xr(n == null ? void 0 : n.filters) : [], m = e.jaql.metadata.filter((f) => !f.jaql.filter).concat(p.filter((f) => !f.config.disabled).map((f) => f.jaql()));
|
|
3973
|
+
return S(C({}, e), {
|
|
3974
|
+
jaql: S(C({}, e.jaql), {
|
|
3795
3975
|
metadata: m
|
|
3796
3976
|
}),
|
|
3797
3977
|
verbosity: "Low"
|
|
3798
3978
|
});
|
|
3799
3979
|
}, [e, n]), {
|
|
3800
3980
|
data: d,
|
|
3801
|
-
isLoading:
|
|
3802
|
-
isError:
|
|
3803
|
-
} =
|
|
3804
|
-
return
|
|
3981
|
+
isLoading: c,
|
|
3982
|
+
isError: g
|
|
3983
|
+
} = Me(s);
|
|
3984
|
+
return c || !n ? /* @__PURE__ */ i(Qe, {}) : we(n) ? /* @__PURE__ */ i(le, S(C({}, n), {
|
|
3805
3985
|
highlightSelectionDisabled: !0,
|
|
3806
3986
|
onDataReady: t,
|
|
3807
|
-
topSlot: d && !
|
|
3808
|
-
nlgRequest:
|
|
3987
|
+
topSlot: d && !g && /* @__PURE__ */ i(Xo, {
|
|
3988
|
+
nlgRequest: s,
|
|
3809
3989
|
summary: d
|
|
3810
3990
|
})
|
|
3811
|
-
})) : /* @__PURE__ */ i(
|
|
3812
|
-
},
|
|
3991
|
+
})) : /* @__PURE__ */ i(O, {});
|
|
3992
|
+
}, Ko = new mt({
|
|
3813
3993
|
defaultOptions: {
|
|
3814
3994
|
queries: {
|
|
3815
3995
|
refetchOnWindowFocus: !1,
|
|
@@ -3817,15 +3997,15 @@ const Go = /* @__PURE__ */ g("div", {
|
|
|
3817
3997
|
}
|
|
3818
3998
|
}
|
|
3819
3999
|
});
|
|
3820
|
-
function
|
|
4000
|
+
function gn({
|
|
3821
4001
|
children: e,
|
|
3822
4002
|
context: t
|
|
3823
4003
|
}) {
|
|
3824
|
-
return /* @__PURE__ */ i(
|
|
3825
|
-
children: /* @__PURE__ */ i(
|
|
4004
|
+
return /* @__PURE__ */ i(Nt, {
|
|
4005
|
+
children: /* @__PURE__ */ i(Ge.Provider, {
|
|
3826
4006
|
value: t == null ? void 0 : t.api,
|
|
3827
|
-
children: /* @__PURE__ */ i(
|
|
3828
|
-
client:
|
|
4007
|
+
children: /* @__PURE__ */ i(kt, {
|
|
4008
|
+
client: Ko,
|
|
3829
4009
|
children: e
|
|
3830
4010
|
})
|
|
3831
4011
|
})
|
|
@@ -3835,29 +4015,28 @@ function on({
|
|
|
3835
4015
|
try {
|
|
3836
4016
|
if (typeof document < "u") {
|
|
3837
4017
|
var e = document.createElement("style");
|
|
3838
|
-
e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible:not(.PrivateSwitchBase-input),.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')), document.head.appendChild(e);
|
|
4018
|
+
e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')), document.head.appendChild(e);
|
|
3839
4019
|
}
|
|
3840
4020
|
} catch (t) {
|
|
3841
4021
|
console.error("vite-plugin-css-injected-by-js", t);
|
|
3842
4022
|
}
|
|
3843
4023
|
})();
|
|
3844
4024
|
export {
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
Bo as widgetComposer
|
|
4025
|
+
rn as AiContextProvider,
|
|
4026
|
+
ja as ChatRestApi,
|
|
4027
|
+
sn as Chatbot,
|
|
4028
|
+
gn as CustomAiContextProvider,
|
|
4029
|
+
Pa as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
4030
|
+
cn as GetNlgInsights,
|
|
4031
|
+
Wa as NLQ_RESULT_CHART_TYPES,
|
|
4032
|
+
pn as NlqChartWidget,
|
|
4033
|
+
Ra as prepareGetNlgInsightsPayload,
|
|
4034
|
+
qa as prepareGetNlqResultPayload,
|
|
4035
|
+
Ja as useChatSession,
|
|
4036
|
+
dn as useFinalNlqResponse,
|
|
4037
|
+
an as useGetNlgInsights,
|
|
4038
|
+
on as useGetNlqResult,
|
|
4039
|
+
nn as useGetQueryRecommendations,
|
|
4040
|
+
ln as useLastNlqResponse,
|
|
4041
|
+
tn as widgetComposer
|
|
3863
4042
|
};
|