@sisense/sdk-ui 1.31.0 → 1.33.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 +22 -423
- package/dist/ai.js +1827 -1781
- package/dist/analytics-composer.cjs +54 -54
- package/dist/analytics-composer.js +546 -525
- package/dist/derive-chart-family-B4sA-ao-.cjs +758 -0
- package/dist/derive-chart-family-nTKwlMms.js +101063 -0
- package/dist/index.cjs +30 -858
- package/dist/index.js +14249 -10959
- package/dist/packages/sdk-ui/src/ai/ai-context-provider.d.ts +3 -2
- package/dist/packages/sdk-ui/src/ai/api/chat-rest-api.d.ts +1 -3
- package/dist/packages/sdk-ui/src/ai/api/types.d.ts +12 -3
- package/dist/packages/sdk-ui/src/ai/chart/nlq-chart-widget.d.ts +2 -2
- package/dist/packages/sdk-ui/src/ai/chatbot.d.ts +2 -2
- package/dist/packages/sdk-ui/src/ai/custom-ai-context-provider.d.ts +13 -0
- package/dist/packages/sdk-ui/src/ai/index.d.ts +7 -4
- package/dist/packages/sdk-ui/src/ai/use-get-nlg-insights.d.ts +2 -0
- package/dist/packages/sdk-ui/src/ai/use-get-nlq-result.d.ts +12 -5
- package/dist/packages/sdk-ui/src/ai/use-get-query-recommendations.d.ts +8 -4
- package/dist/packages/sdk-ui/src/ai/use-last-nlq-response-from-history.d.ts +8 -0
- package/dist/packages/sdk-ui/src/ai/use-last-nlq-response.d.ts +1 -2
- package/dist/packages/sdk-ui/src/analytics-composer/common/constants.d.ts +1 -0
- package/dist/packages/sdk-ui/src/api/rest-api.d.ts +12 -1
- package/dist/packages/sdk-ui/src/app/client-application.d.ts +15 -0
- package/dist/packages/sdk-ui/src/area-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/bar-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/chart/helpers/get-load-data-function.d.ts +16 -0
- package/dist/packages/sdk-ui/src/chart/helpers/use-chart-data-preparation.d.ts +17 -0
- package/dist/packages/sdk-ui/src/chart/helpers/use-synced-data.d.ts +3 -1
- package/dist/packages/sdk-ui/src/chart/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/areamap-chart-builder.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data/areamap-data.d.ts +4 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data/geo-data-coloring-function.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data-options/data-options.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data-options/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/design-options/design-options.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/design-options/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/areamap-map.d.ts +2 -2
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/renderer/areamap-utils.d.ts +12 -0
- package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/areamap.d.ts +5 -5
- package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/feature-styles-dictionary.d.ts +2 -2
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/renderer/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/use-geo-json.d.ts +1 -1
- package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/types.d.ts +35 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/bar-chart/bar-chart-builder.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/chart-builder-factory.d.ts +3 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/column-chart/column-chart-builder.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/cartesians/data-options.d.ts +27 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/cartesians/data.d.ts +4 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/cartesians/stackable/design-options.d.ts +5 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/data-loading.d.ts +12 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/types.d.ts +100 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/utils.d.ts +3 -0
- package/dist/packages/sdk-ui/src/chart-data/types.d.ts +3 -29
- package/dist/packages/sdk-ui/src/chart-options-processor/style-to-design-options-translator/prepare-design-options.d.ts +6 -3
- package/dist/packages/sdk-ui/src/chart-options-processor/style-to-design-options-translator/translate-to-highcharts-options.d.ts +9 -8
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/design-options.d.ts +1 -7
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/tooltip-utils.d.ts +2 -3
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/types.d.ts +2 -1
- package/dist/packages/sdk-ui/src/column-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/group-header.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/group.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/grouped-items-browser.d.ts +6 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/item-row.d.ts +15 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/types.d.ts +40 -0
- package/dist/packages/sdk-ui/src/common/components/loading-dots.d.ts +1 -1
- package/dist/packages/sdk-ui/src/common/components/popover.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/components/radio.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/index.d.ts +4 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-data-accumulation.d.ts +7 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-get-load-more-function.d.ts +4 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-load-data-from-internal-hook.d.ts +16 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-manage-slice-to-load.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/utils/calculate-if-all-items-loaded.d.ts +2 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/utils/get-hook-state-result.d.ts +9 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/utils/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/types.d.ts +27 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/with-lazy-loading.d.ts +7 -0
- package/dist/packages/sdk-ui/src/common/hooks/fusion-endpoints/use-get-data-source-fields.d.ts +17 -0
- package/dist/packages/sdk-ui/src/common/hooks/use-defaults.d.ts +9 -0
- package/dist/packages/sdk-ui/src/common/hooks/use-last-defined.d.ts +6 -0
- package/dist/packages/sdk-ui/src/common/icons/approval-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/arrow-icon.d.ts +3 -0
- package/dist/packages/sdk-ui/src/common/icons/breadcrumbs-arrows-arrow-icon.d.ts +3 -0
- package/dist/packages/sdk-ui/src/common/icons/close-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/date-attribute-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/elasticube-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/numeric-attribute-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/plus-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/table-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/text-attribute-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/dashboard/components/content-panel.d.ts +8 -1
- package/dist/packages/sdk-ui/src/dashboard/components/dashboard-container.d.ts +1 -1
- package/dist/packages/sdk-ui/src/dashboard/constants.d.ts +4 -0
- package/dist/packages/sdk-ui/src/dashboard/dashboard-helpers.d.ts +6 -6
- package/dist/packages/sdk-ui/src/dashboard/hooks/use-tabber.d.ts +18 -0
- package/dist/packages/sdk-ui/src/dashboard/hooks/use-widgets-layout.d.ts +14 -0
- package/dist/packages/sdk-ui/src/dashboard/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/dashboard/types.d.ts +68 -32
- package/dist/packages/sdk-ui/src/dashboard/use-composed-dashboard.d.ts +7 -2
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/add-filter-data-browser.d.ts +9 -0
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/add-filter-popover.d.ts +14 -0
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/popover-header.d.ts +12 -0
- package/dist/packages/sdk-ui/src/data-browser/data-source-selector/data-source-selector.d.ts +7 -0
- package/dist/packages/sdk-ui/src/data-browser/data-source-selector/use-data-source-selection.d.ts +5 -0
- package/dist/packages/sdk-ui/src/data-browser/dimensions-browser/dimensions-browser.d.ts +6 -0
- package/dist/packages/sdk-ui/src/data-browser/dimensions-browser/types.d.ts +74 -0
- package/dist/packages/sdk-ui/src/data-browser/search-input/search-input.d.ts +5 -0
- package/dist/packages/sdk-ui/src/filters/components/common/checkbox.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +1 -1
- package/dist/packages/sdk-ui/src/filters/components/date-filter/date-filter/calendar-date-selector.d.ts +8 -7
- package/dist/packages/sdk-ui/src/filters/components/date-filter/date-filter/date-range-calculator.d.ts +1 -1
- package/dist/packages/sdk-ui/src/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +3 -0
- package/dist/packages/sdk-ui/src/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +1 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/input.d.ts +5 -2
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/search-input.d.ts +4 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/base.d.ts +11 -7
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/calendar-select/calendar-select.d.ts +24 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/calendar-select/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/calendar-select/types.d.ts +14 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/calendar-select/utils.d.ts +5 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/members-list-select.d.ts +11 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/searchable-multi-select.d.ts +3 -4
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/searchable-single-select.d.ts +17 -4
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/single-select.d.ts +3 -2
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/selectable-section.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-container.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-context.d.ts +13 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-datetime.d.ts +9 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-numerical.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-popover.d.ts +6 -2
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-textual.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor.d.ts +6 -2
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/hooks/use-datetime-formatter.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/hooks/use-get-attribute-stats.d.ts +4 -2
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/common/granularities.d.ts +8 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-condition-section/condition-forms/datetime-exclude-condition-form.d.ts +11 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-condition-section/condition-forms/datetime-is-within-condition-form.d.ts +10 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-condition-section/datetime-condition-section.d.ts +12 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-condition-section/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-members-section.d.ts +12 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-range-section.d.ts +11 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-relative-section.d.ts +9 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/members-section.d.ts +0 -5
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/not-supported-section.d.ts +6 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/numeric-condition-section/numeric-condition-section.d.ts +1 -6
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/text-condition-section.d.ts +1 -3
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/types.d.ts +4 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/utils.d.ts +5 -2
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/types.d.ts +5 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/utils.d.ts +13 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-tile-container.d.ts +7 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/constants.d.ts +6 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filters-panel-header.d.ts +6 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filters-panel.d.ts +5 -2
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/hooks/use-existing-filter-editing.d.ts +19 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/hooks/use-new-filter-adding.d.ts +19 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/types.d.ts +60 -0
- package/dist/packages/sdk-ui/src/filters/components/icons/date-icon.d.ts +1 -1
- package/dist/packages/sdk-ui/src/filters/components/icons/index.d.ts +0 -1
- package/dist/packages/sdk-ui/src/filters/components/member-filter-tile/member-filter-tile.d.ts +1 -1
- package/dist/packages/sdk-ui/src/filters/hooks/use-get-filter-members.d.ts +3 -2
- package/dist/packages/sdk-ui/src/index.d.ts +2 -1
- package/dist/packages/sdk-ui/src/line-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/models/dashboard/dashboard-model-translator.d.ts +0 -2
- package/dist/packages/sdk-ui/src/models/dashboard/dashboard-model.d.ts +7 -1
- package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-utils.d.ts +2 -1
- package/dist/packages/sdk-ui/src/models/dashboard/types.d.ts +9 -1
- package/dist/packages/sdk-ui/src/models/widget/use-get-widget-model.d.ts +1 -1
- package/dist/packages/sdk-ui/src/pie-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/pivot-table/formatters/header-cell-formatters/header-cell-value-formatter.d.ts +1 -1
- package/dist/packages/sdk-ui/src/plugins-provider/custom-plugins-provider.d.ts +8 -8
- package/dist/packages/sdk-ui/src/plugins-provider/plugins-context.d.ts +6 -6
- package/dist/packages/sdk-ui/src/plugins-provider/plugins-provider.d.ts +3 -3
- package/dist/packages/sdk-ui/src/plugins-provider/types.d.ts +2 -1
- package/dist/packages/sdk-ui/src/polar-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/props.d.ts +35 -15
- package/dist/packages/sdk-ui/src/query-execution/use-execute-query.d.ts +1 -1
- package/dist/packages/sdk-ui/src/scatter-chart.d.ts +1 -1
- package/dist/packages/sdk-ui/src/sisense-chart/sisense-chart.d.ts +1 -16
- package/dist/packages/sdk-ui/src/sisense-chart/types.d.ts +16 -1
- package/dist/packages/sdk-ui/src/theme-provider/use-theme-settings.d.ts +1 -1
- package/dist/packages/sdk-ui/src/theme-provider/utils.d.ts +5 -0
- package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +47 -0
- package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +94 -0
- package/dist/packages/sdk-ui/src/types.d.ts +203 -1
- package/dist/packages/sdk-ui/src/utils/data-sources-utils.d.ts +8 -0
- package/dist/packages/sdk-ui/src/utils/generate-attribute-name.d.ts +2 -0
- package/dist/packages/sdk-ui/src/utils/utility-types.d.ts +38 -0
- package/dist/packages/sdk-ui/src/widget-by-id/translate-dashboard-filters.d.ts +1 -0
- package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-style-options.d.ts +16 -5
- package/dist/packages/sdk-ui/src/widgets/drilldown-widget.d.ts +1 -1
- package/dist/packages/sdk-ui/src/widgets/tabber-widget.d.ts +35 -0
- package/dist/use-common-filters--WPkVexd.js +28459 -0
- package/dist/use-common-filters-BNKt9a0z.cjs +271 -0
- package/dist/{widget-composer-BrQ6SrZ6.js → widget-composer-CobNNZ1e.js} +239 -233
- package/dist/widget-composer-DPqi_qzU.cjs +316 -0
- package/package.json +10 -9
- package/dist/derive-chart-family-D3iN--j2.js +0 -44430
- package/dist/derive-chart-family-Tt7cIUck.cjs +0 -271
- package/dist/packages/sdk-ui/src/ai/use-get-data-source-fields.d.ts +0 -12
- package/dist/packages/sdk-ui/src/chart-data/areamap-data.d.ts +0 -4
- package/dist/packages/sdk-ui/src/chart-data/data-coloring/geo-data-coloring-function.d.ts +0 -2
- package/dist/packages/sdk-ui/src/chart-options-processor/style-to-design-options-translator/translate-to-areamap-options.d.ts +0 -3
- package/dist/packages/sdk-ui/src/charts/map-charts/areamap/areamap-utils.d.ts +0 -11
- package/dist/use-common-filters-CHBXz5rL.js +0 -83439
- package/dist/use-common-filters-Dd-gOMfB.cjs +0 -916
- package/dist/widget-composer-BHf4pbvI.cjs +0 -311
- /package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/alternative-country-names-dictionary.d.ts +0 -0
- /package/dist/packages/sdk-ui/src/{filters/components → common}/icons/search-icon.d.ts +0 -0
package/dist/ai.js
CHANGED
|
@@ -1,26 +1,25 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var xt = Object.defineProperty, yt = Object.defineProperties;
|
|
2
|
+
var vt = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var ce = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var ze = Object.prototype.hasOwnProperty, $e = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var We = (e, t, o) => t in e ? xt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, v = (e, t) => {
|
|
6
6
|
for (var o in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
ze.call(t, o) && We(e, o, t[o]);
|
|
8
8
|
if (ce)
|
|
9
9
|
for (var o of ce(t))
|
|
10
|
-
|
|
10
|
+
$e.call(t, o) && We(e, o, t[o]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
12
|
+
}, M = (e, t) => yt(e, vt(t));
|
|
13
|
+
var Ze = (e, t) => {
|
|
14
14
|
var o = {};
|
|
15
15
|
for (var r in e)
|
|
16
|
-
|
|
16
|
+
ze.call(e, r) && t.indexOf(r) < 0 && (o[r] = e[r]);
|
|
17
17
|
if (e != null && ce)
|
|
18
18
|
for (var r of ce(e))
|
|
19
|
-
t.indexOf(r) < 0 &&
|
|
19
|
+
t.indexOf(r) < 0 && $e.call(e, r) && (o[r] = e[r]);
|
|
20
20
|
return o;
|
|
21
21
|
};
|
|
22
|
-
var
|
|
23
|
-
var A = (e, t, o) => new Promise((r, i) => {
|
|
22
|
+
var W = (e, t, o) => new Promise((r, i) => {
|
|
24
23
|
var s = (l) => {
|
|
25
24
|
try {
|
|
26
25
|
c(o.next(l));
|
|
@@ -36,13 +35,14 @@ var A = (e, t, o) => new Promise((r, i) => {
|
|
|
36
35
|
}, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(s, a);
|
|
37
36
|
c((o = o.apply(e, t)).next());
|
|
38
37
|
});
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import * as
|
|
42
|
-
import { createContext as
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
|
|
38
|
+
import { bu as wt, bv as kt, bw as Qe, bx as St, by as oe, bz as Mt, bA as Tt, bB as Lt, b9 as _e, ba as Ue, aP as K, I as pe, aC as Ke, ai as Rt, bC as It, al as Et, ak as Nt, z as ge, bD as Bt, bE as Ht, aq as _, bF as Je, B as Ft, aW as Dt, _ as Pt, bG as qt, x as ve, P as f, C as At, bH as Ot, aD as Ye, az as Wt, bI as zt, ag as te, M as $t, bJ as Zt, bK as jt, O as Le, bL as Gt, b5 as Vt, bM as Qt } from "./use-common-filters--WPkVexd.js";
|
|
39
|
+
import { U as _t, a9 as n, a1 as Ut, o as Kt, b_ as Jt, V as w, T as ke, aQ as u, a_ as I, aa as p, W as b, ab as B, _ as G, a7 as Xe, aw as Se, aA as Yt, b$ as Xt, c0 as e1, a5 as t1, a6 as o1, r as n1 } from "./derive-chart-family-nTKwlMms.js";
|
|
40
|
+
import * as z from "react";
|
|
41
|
+
import { createContext as Re, useContext as Ie, useMemo as H, useState as L, useCallback as S, useEffect as ne, useRef as U, useLayoutEffect as ue, memo as r1, forwardRef as i1 } from "react";
|
|
42
|
+
import { t as Ce } from "./widget-composer-CobNNZ1e.js";
|
|
43
|
+
import { w as Kn } from "./widget-composer-CobNNZ1e.js";
|
|
44
|
+
import { jsx as ee } from "react/jsx-runtime";
|
|
45
|
+
class s1 extends wt {
|
|
46
46
|
constructor(t, o) {
|
|
47
47
|
super(), this.client = t, this.setOptions(o), this.bindMethods(), this.updateResult();
|
|
48
48
|
}
|
|
@@ -52,7 +52,7 @@ class t1 extends Ct {
|
|
|
52
52
|
setOptions(t) {
|
|
53
53
|
var o;
|
|
54
54
|
const r = this.options;
|
|
55
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
55
|
+
this.options = this.client.defaultMutationOptions(t), kt(r, this.options) || this.client.getMutationCache().notify({
|
|
56
56
|
type: "observerOptionsUpdated",
|
|
57
57
|
mutation: this.currentMutation,
|
|
58
58
|
observer: this
|
|
@@ -80,12 +80,12 @@ class t1 extends Ct {
|
|
|
80
80
|
});
|
|
81
81
|
}
|
|
82
82
|
mutate(t, o) {
|
|
83
|
-
return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client,
|
|
83
|
+
return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, M(v({}, this.options), {
|
|
84
84
|
variables: typeof t != "undefined" ? t : this.options.variables
|
|
85
85
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
86
86
|
}
|
|
87
87
|
updateResult() {
|
|
88
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
88
|
+
const t = this.currentMutation ? this.currentMutation.state : St(), o = M(v({}, t), {
|
|
89
89
|
isLoading: t.status === "loading",
|
|
90
90
|
isSuccess: t.status === "success",
|
|
91
91
|
isError: t.status === "error",
|
|
@@ -96,7 +96,7 @@ class t1 extends Ct {
|
|
|
96
96
|
this.currentResult = o;
|
|
97
97
|
}
|
|
98
98
|
notify(t) {
|
|
99
|
-
|
|
99
|
+
Qe.batch(() => {
|
|
100
100
|
if (this.mutateOptions && this.hasListeners()) {
|
|
101
101
|
if (t.onSuccess) {
|
|
102
102
|
var o, r, i, s;
|
|
@@ -114,68 +114,43 @@ class t1 extends Ct {
|
|
|
114
114
|
});
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
|
-
function
|
|
118
|
-
const r =
|
|
117
|
+
function Ee(e, t, o) {
|
|
118
|
+
const r = Lt(e, t), i = oe({
|
|
119
119
|
context: r.context
|
|
120
|
-
}), [s] =
|
|
121
|
-
|
|
120
|
+
}), [s] = z.useState(() => new s1(i, r));
|
|
121
|
+
z.useEffect(() => {
|
|
122
122
|
s.setOptions(r);
|
|
123
123
|
}, [s, r]);
|
|
124
|
-
const a =
|
|
125
|
-
s.mutate(l, d).catch(
|
|
124
|
+
const a = Mt(z.useCallback((l) => s.subscribe(Qe.batchCalls(l)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), c = z.useCallback((l, d) => {
|
|
125
|
+
s.mutate(l, d).catch(a1);
|
|
126
126
|
}, [s]);
|
|
127
|
-
if (a.error &&
|
|
127
|
+
if (a.error && Tt(s.options.useErrorBoundary, [a.error]))
|
|
128
128
|
throw a.error;
|
|
129
|
-
return
|
|
129
|
+
return M(v({}, a), {
|
|
130
130
|
mutate: c,
|
|
131
131
|
mutateAsync: a.mutate
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
|
-
function
|
|
134
|
+
function a1() {
|
|
135
135
|
}
|
|
136
|
-
class
|
|
136
|
+
class l1 {
|
|
137
137
|
constructor(t, o = !1) {
|
|
138
|
-
|
|
139
|
-
T(this, "getChatContexts", () => A(this, null, function* () {
|
|
138
|
+
this.volatile = o, this.getChatContexts = () => W(this, null, function* () {
|
|
140
139
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
141
|
-
}))
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
T(this, "getQueryRecommendations", (t, o) => this.httpClient.get(
|
|
145
|
-
`api/v2/ai/recommendations/query/${t}/${o.numOfRecommendations}`
|
|
146
|
-
));
|
|
147
|
-
T(this, "getNlqResult", (t, o) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, o));
|
|
148
|
-
T(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((o) => {
|
|
149
|
-
console.error("Unable to set llm config", o);
|
|
150
|
-
}));
|
|
151
|
-
// ==== /v2/ai/chats endpoints ====
|
|
152
|
-
T(this, "getAllChats", () => A(this, null, function* () {
|
|
140
|
+
}), this.getNlgInsights = (r) => this.httpClient.post("api/v2/ai/nlg/queryResult", r), this.getQueryRecommendations = (r, i) => this.httpClient.get(`api/v2/ai/recommendations/query/${r}/${i.numOfRecommendations}`), this.getNlqResult = (r, i) => this.httpClient.post(`api/v2/ai/nlq/query/${r}`, i), this.setLlmConfig = (r) => this.httpClient.post("api/v2/settings/ai/llmProvider", r).catch((i) => {
|
|
141
|
+
console.error("Unable to set llm config", i);
|
|
142
|
+
}), this.getAllChats = () => W(this, null, function* () {
|
|
153
143
|
return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
|
|
154
|
-
}))
|
|
155
|
-
|
|
156
|
-
T(this, "createChat", (t, o) => this.httpClient.post("api/v2/ai/chats", {
|
|
157
|
-
sourceId: t,
|
|
144
|
+
}), this.getChatById = (r) => this.httpClient.get(`api/v2/ai/chats/${r}`), this.createChat = (r, i) => this.httpClient.post("api/v2/ai/chats", {
|
|
145
|
+
sourceId: r,
|
|
158
146
|
volatile: this.volatile,
|
|
159
|
-
contextDetails:
|
|
160
|
-
}))
|
|
161
|
-
T(this, "postChat", (t, o) => this.httpClient.post(`api/v2/ai/chats/${t}`, o));
|
|
162
|
-
T(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
|
|
163
|
-
T(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
|
|
164
|
-
// ==== misc endpoints ====
|
|
165
|
-
T(this, "getDataSourceFields", (t) => this.httpClient.post(
|
|
166
|
-
`api/datasources/${encodeURIComponent(t)}/fields/search`,
|
|
167
|
-
{
|
|
168
|
-
offset: 0,
|
|
169
|
-
count: 9999
|
|
170
|
-
}
|
|
171
|
-
));
|
|
172
|
-
T(this, "ai", {
|
|
147
|
+
contextDetails: i
|
|
148
|
+
}), this.postChat = (r, i) => this.httpClient.post(`api/v2/ai/chats/${r}`, i), this.deleteChatHistory = (r) => this.httpClient.delete(`api/v2/ai/chats/${r}/history`), this.sendFeedback = (r) => this.httpClient.post("api/v2/ai/feedback", r), this.ai = {
|
|
173
149
|
getNlgInsights: this.getNlgInsights,
|
|
174
150
|
getNlqResult: this.getNlqResult,
|
|
175
151
|
getQueryRecommendations: this.getQueryRecommendations,
|
|
176
152
|
setLlmConfig: this.setLlmConfig,
|
|
177
153
|
sendFeedback: this.sendFeedback,
|
|
178
|
-
getDataSourceFields: this.getDataSourceFields,
|
|
179
154
|
chat: {
|
|
180
155
|
getAll: this.getAllChats,
|
|
181
156
|
getById: this.getChatById,
|
|
@@ -183,80 +158,93 @@ class n1 {
|
|
|
183
158
|
post: this.postChat,
|
|
184
159
|
clearHistory: this.deleteChatHistory
|
|
185
160
|
}
|
|
186
|
-
}
|
|
187
|
-
this.volatile = o, this.httpClient = t;
|
|
161
|
+
}, this.httpClient = t;
|
|
188
162
|
}
|
|
189
163
|
}
|
|
190
|
-
const
|
|
164
|
+
const c1 = new _e({
|
|
191
165
|
defaultOptions: {
|
|
192
166
|
queries: {
|
|
193
167
|
refetchOnWindowFocus: !1,
|
|
194
168
|
refetchOnMount: !1
|
|
195
169
|
}
|
|
196
170
|
}
|
|
197
|
-
}),
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
), i =
|
|
214
|
-
(
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
171
|
+
}), Ne = /* @__PURE__ */ Re(void 0), F = () => Ie(Ne), d1 = ({ children: e, volatile: t }) => {
|
|
172
|
+
const { app: o } = _t(), r = H(() => o ? new l1(o.httpClient, t) : void 0, [
|
|
173
|
+
o,
|
|
174
|
+
t
|
|
175
|
+
]);
|
|
176
|
+
return /* @__PURE__ */ n(Ne.Provider, {
|
|
177
|
+
value: r,
|
|
178
|
+
children: /* @__PURE__ */ n(Ue, {
|
|
179
|
+
client: c1,
|
|
180
|
+
children: e
|
|
181
|
+
})
|
|
182
|
+
});
|
|
183
|
+
}, et = /* @__PURE__ */ Re({}), u1 = () => Ie(et), tt = ({ children: e }) => {
|
|
184
|
+
const [t, o] = L({}), r = S((a, c) => {
|
|
185
|
+
var l;
|
|
186
|
+
return `${a}_${(l = c == null ? void 0 : c.dashboardId) != null ? l : ""}`;
|
|
187
|
+
}, []), i = S((a, c, l) => {
|
|
188
|
+
o((d) => M(v({}, d), {
|
|
189
|
+
[r(c, l)]: a
|
|
190
|
+
}));
|
|
191
|
+
}, [
|
|
192
|
+
r
|
|
193
|
+
]), s = S((a, c) => t[r(a, c)], [
|
|
194
|
+
t,
|
|
195
|
+
r
|
|
196
|
+
]);
|
|
197
|
+
return /* @__PURE__ */ n(et.Provider, {
|
|
198
|
+
value: {
|
|
199
|
+
saveChatId: i,
|
|
200
|
+
getChatId: s
|
|
218
201
|
},
|
|
219
|
-
|
|
220
|
-
)
|
|
221
|
-
(a, c) => t[r(a, c)],
|
|
222
|
-
[t, r]
|
|
223
|
-
);
|
|
224
|
-
return /* @__PURE__ */ n(Ke.Provider, { value: { saveChatId: i, getChatId: s }, children: e });
|
|
202
|
+
children: e
|
|
203
|
+
});
|
|
225
204
|
};
|
|
226
|
-
function
|
|
227
|
-
return /* @__PURE__ */ n(
|
|
205
|
+
function qn({ children: e, volatile: t }) {
|
|
206
|
+
return /* @__PURE__ */ n(tt, {
|
|
207
|
+
children: /* @__PURE__ */ n(d1, {
|
|
208
|
+
volatile: t,
|
|
209
|
+
children: e
|
|
210
|
+
})
|
|
211
|
+
});
|
|
212
|
+
}
|
|
213
|
+
function h1(e) {
|
|
214
|
+
var t, o;
|
|
215
|
+
if ("jaql" in e)
|
|
216
|
+
return e;
|
|
217
|
+
{
|
|
218
|
+
const r = Jt(e.dataSource), { filters: i = [], relations: s } = Ut(e.filters), { metadata: a, filterRelations: c } = Kt({
|
|
219
|
+
dataSource: e.dataSource,
|
|
220
|
+
attributes: (t = e.dimensions) != null ? t : [],
|
|
221
|
+
measures: (o = e.measures) != null ? o : [],
|
|
222
|
+
filters: i,
|
|
223
|
+
filterRelations: s,
|
|
224
|
+
highlights: []
|
|
225
|
+
}, !0), l = {
|
|
226
|
+
jaql: {
|
|
227
|
+
datasource: r,
|
|
228
|
+
metadata: a,
|
|
229
|
+
filterRelations: c
|
|
230
|
+
}
|
|
231
|
+
};
|
|
232
|
+
return e.verbosity && (l.verbosity = e.verbosity), l;
|
|
233
|
+
}
|
|
228
234
|
}
|
|
229
235
|
const re = (e, t = !0) => {
|
|
230
|
-
const o = H(() =>
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
attributes: (g = e.dimensions) != null ? g : [],
|
|
239
|
-
measures: (u = e.measures) != null ? u : [],
|
|
240
|
-
filters: m,
|
|
241
|
-
filterRelations: x,
|
|
242
|
-
highlights: []
|
|
243
|
-
},
|
|
244
|
-
!0
|
|
245
|
-
), F = {
|
|
246
|
-
jaql: {
|
|
247
|
-
datasource: C,
|
|
248
|
-
metadata: k,
|
|
249
|
-
filterRelations: y
|
|
250
|
-
}
|
|
251
|
-
};
|
|
252
|
-
return e.verbosity && (F.verbosity = e.verbosity), F;
|
|
253
|
-
}
|
|
254
|
-
}, [e]), r = B(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = Q({
|
|
255
|
-
queryKey: ["getNlgInsights", o, r],
|
|
236
|
+
const o = H(() => h1(e), [
|
|
237
|
+
e
|
|
238
|
+
]), r = F(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = K({
|
|
239
|
+
queryKey: [
|
|
240
|
+
"getNlgInsights",
|
|
241
|
+
o,
|
|
242
|
+
r
|
|
243
|
+
],
|
|
256
244
|
queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(o),
|
|
257
245
|
select: (g) => {
|
|
258
|
-
var
|
|
259
|
-
return (
|
|
246
|
+
var h;
|
|
247
|
+
return (h = g == null ? void 0 : g.data) == null ? void 0 : h.answer;
|
|
260
248
|
},
|
|
261
249
|
enabled: !!r && t
|
|
262
250
|
});
|
|
@@ -266,92 +254,119 @@ const re = (e, t = !0) => {
|
|
|
266
254
|
isSuccess: l,
|
|
267
255
|
data: i,
|
|
268
256
|
error: s,
|
|
269
|
-
refetch:
|
|
257
|
+
refetch: S(() => {
|
|
270
258
|
d();
|
|
271
|
-
}, [
|
|
259
|
+
}, [
|
|
260
|
+
d
|
|
261
|
+
])
|
|
272
262
|
};
|
|
273
|
-
},
|
|
274
|
-
const r = e, { enabled: t } = r, o =
|
|
263
|
+
}, ot = (e) => {
|
|
264
|
+
const r = e, { enabled: t } = r, o = Ze(r, ["enabled"]);
|
|
275
265
|
return re(o, t);
|
|
276
|
-
},
|
|
277
|
-
Ye
|
|
278
|
-
), In = pe("useGetNlgQueryResult")(
|
|
279
|
-
Ye
|
|
280
|
-
), l1 = [
|
|
266
|
+
}, An = pe("useGetNlgInsights")(ot), On = pe("useGetNlgQueryResult")(ot), p1 = [
|
|
281
267
|
"indicator",
|
|
282
268
|
"column",
|
|
283
269
|
"line",
|
|
284
270
|
"table",
|
|
285
271
|
"pie",
|
|
286
272
|
"bar"
|
|
287
|
-
]
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
273
|
+
];
|
|
274
|
+
function g1(e) {
|
|
275
|
+
const { dataSource: t, query: o, chartTypes: r } = e;
|
|
276
|
+
return {
|
|
277
|
+
contextTitle: typeof t == "string" ? t : t.title,
|
|
278
|
+
request: {
|
|
291
279
|
text: o,
|
|
292
|
-
//
|
|
280
|
+
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
293
281
|
timezone: "UTC",
|
|
294
|
-
chartTypes: r != null ? r : [
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
282
|
+
chartTypes: r != null ? r : [
|
|
283
|
+
...p1
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
};
|
|
287
|
+
}
|
|
288
|
+
const C1 = (e) => {
|
|
289
|
+
const { contextTitle: t, request: o } = g1(e), r = F(), { isLoading: i, isError: s, isSuccess: a, data: c, error: l, refetch: d } = K({
|
|
290
|
+
queryKey: [
|
|
291
|
+
"getNlqResult",
|
|
292
|
+
t,
|
|
293
|
+
o,
|
|
294
|
+
r
|
|
295
|
+
],
|
|
296
|
+
queryFn: () => r == null ? void 0 : r.ai.getNlqResult(t, o),
|
|
297
|
+
enabled: !!r && e.enabled
|
|
298
|
+
}), g = c ? Ce(c, {
|
|
298
299
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
299
300
|
}) : void 0;
|
|
300
301
|
return {
|
|
301
|
-
isLoading:
|
|
302
|
-
isError:
|
|
303
|
-
isSuccess:
|
|
304
|
-
data:
|
|
305
|
-
error:
|
|
306
|
-
refetch:
|
|
307
|
-
|
|
308
|
-
}, [
|
|
302
|
+
isLoading: i,
|
|
303
|
+
isError: s,
|
|
304
|
+
isSuccess: a,
|
|
305
|
+
data: g,
|
|
306
|
+
error: l,
|
|
307
|
+
refetch: S(() => {
|
|
308
|
+
d();
|
|
309
|
+
}, [
|
|
310
|
+
d
|
|
311
|
+
])
|
|
309
312
|
};
|
|
310
|
-
},
|
|
311
|
-
const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s =
|
|
312
|
-
queryKey: [
|
|
313
|
+
}, Wn = pe("useGetNlqResult")(C1), f1 = 4, nt = (e) => {
|
|
314
|
+
const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s = F(), a = o != null ? o : f1, c = (i === void 0 || i === !0) && a > 0, { isLoading: l, isError: d, isSuccess: g, data: h, error: C, refetch: m } = K({
|
|
315
|
+
queryKey: [
|
|
316
|
+
"getQueryRecommendations",
|
|
317
|
+
t,
|
|
318
|
+
a,
|
|
319
|
+
s
|
|
320
|
+
],
|
|
313
321
|
queryFn: () => s == null ? void 0 : s.ai.getQueryRecommendations(t, {
|
|
314
322
|
numOfRecommendations: a
|
|
315
323
|
}),
|
|
316
324
|
enabled: !!s && c
|
|
317
|
-
})
|
|
318
|
-
|
|
319
|
-
x.widgetProps = x.jaql ? Ce(x, {
|
|
325
|
+
}), k = H(() => h == null ? void 0 : h.map((x) => M(v({}, x), {
|
|
326
|
+
widgetProps: x.jaql ? Ce(x, {
|
|
320
327
|
useCustomizedStyleOptions: r
|
|
321
|
-
}) : void 0
|
|
322
|
-
}),
|
|
328
|
+
}) : void 0
|
|
329
|
+
})), [
|
|
330
|
+
h,
|
|
331
|
+
r
|
|
332
|
+
]);
|
|
333
|
+
return {
|
|
323
334
|
isLoading: c ? l : !1,
|
|
324
335
|
isError: d,
|
|
325
336
|
isSuccess: g,
|
|
326
|
-
data:
|
|
337
|
+
data: k != null ? k : void 0,
|
|
327
338
|
error: C,
|
|
328
|
-
refetch:
|
|
339
|
+
refetch: S(() => {
|
|
329
340
|
m();
|
|
330
|
-
}, [
|
|
341
|
+
}, [
|
|
342
|
+
m
|
|
343
|
+
])
|
|
331
344
|
};
|
|
332
|
-
},
|
|
333
|
-
Je
|
|
334
|
-
), Xe = Object.freeze({
|
|
345
|
+
}, zn = pe("useGetQueryRecommendations")(nt), rt = Object.freeze({
|
|
335
346
|
enableFollowupQuestions: !1,
|
|
336
347
|
enableHeader: !0,
|
|
337
348
|
enableInsights: !0,
|
|
338
349
|
numOfRecommendations: 4,
|
|
339
350
|
numOfRecentPrompts: 5
|
|
340
|
-
}),
|
|
341
|
-
const { t: o } = w(), r = Object.entries(t).reduce(
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
},
|
|
351
|
-
const t =
|
|
352
|
-
return
|
|
353
|
-
queryKey: [
|
|
354
|
-
|
|
351
|
+
}), it = /* @__PURE__ */ Re(v({}, rt)), P = () => Ie(it), b1 = ({ children: e, value: t }) => {
|
|
352
|
+
const { t: o } = w(), r = Object.entries(t).reduce((i, [s, a]) => (a !== void 0 && (i[s] = a), i), M(v({}, rt), {
|
|
353
|
+
inputPromptText: o("ai.config.inputPromptText"),
|
|
354
|
+
welcomeText: o("ai.config.welcomeText"),
|
|
355
|
+
suggestionsWelcomeText: o("ai.config.suggestionsWelcomeText")
|
|
356
|
+
}));
|
|
357
|
+
return /* @__PURE__ */ n(it.Provider, {
|
|
358
|
+
value: r,
|
|
359
|
+
children: e
|
|
360
|
+
});
|
|
361
|
+
}, Be = "chatHistory", m1 = (e) => {
|
|
362
|
+
const t = F(), { hideHistory: o } = P();
|
|
363
|
+
return K({
|
|
364
|
+
queryKey: [
|
|
365
|
+
Be,
|
|
366
|
+
e,
|
|
367
|
+
t
|
|
368
|
+
],
|
|
369
|
+
queryFn: () => W(void 0, null, function* () {
|
|
355
370
|
if (!t || !e)
|
|
356
371
|
return;
|
|
357
372
|
if (o)
|
|
@@ -361,10 +376,10 @@ const re = (e, t = !0) => {
|
|
|
361
376
|
}),
|
|
362
377
|
enabled: !!t && !!e
|
|
363
378
|
});
|
|
364
|
-
},
|
|
365
|
-
const t =
|
|
366
|
-
return
|
|
367
|
-
mutationFn: () =>
|
|
379
|
+
}, st = (e) => {
|
|
380
|
+
const t = F(), o = oe();
|
|
381
|
+
return Ee({
|
|
382
|
+
mutationFn: () => W(void 0, null, function* () {
|
|
368
383
|
if (!(!t || !e))
|
|
369
384
|
return t.ai.chat.clearHistory(e);
|
|
370
385
|
}),
|
|
@@ -372,31 +387,47 @@ const re = (e, t = !0) => {
|
|
|
372
387
|
console.error("Error when clearing history:", r);
|
|
373
388
|
},
|
|
374
389
|
onSettled: () => {
|
|
375
|
-
e && o.setQueriesData([
|
|
390
|
+
e && o.setQueriesData([
|
|
391
|
+
Be,
|
|
392
|
+
e
|
|
393
|
+
], []);
|
|
376
394
|
}
|
|
377
395
|
});
|
|
378
|
-
},
|
|
379
|
-
const { data: t, isLoading: o, isError: r } =
|
|
396
|
+
}, at = (e) => {
|
|
397
|
+
const { data: t, isLoading: o, isError: r } = m1(e), { mutate: i } = st(e);
|
|
380
398
|
return ne(() => {
|
|
381
399
|
r && i();
|
|
382
|
-
}, [
|
|
400
|
+
}, [
|
|
401
|
+
r,
|
|
402
|
+
i
|
|
403
|
+
]), {
|
|
383
404
|
history: t,
|
|
384
405
|
isLoading: o,
|
|
385
406
|
isError: r
|
|
386
407
|
};
|
|
387
|
-
},
|
|
388
|
-
const e =
|
|
389
|
-
queryKey: [
|
|
390
|
-
|
|
408
|
+
}, x1 = () => {
|
|
409
|
+
const e = F(), { data: t, isLoading: o, fetchStatus: r } = K({
|
|
410
|
+
queryKey: [
|
|
411
|
+
"getDataTopics",
|
|
412
|
+
e
|
|
413
|
+
],
|
|
414
|
+
queryFn: () => W(void 0, null, function* () {
|
|
391
415
|
if (e)
|
|
392
416
|
return e.getChatContexts();
|
|
393
417
|
}),
|
|
394
418
|
enabled: !!e
|
|
395
419
|
});
|
|
396
|
-
return {
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
420
|
+
return {
|
|
421
|
+
data: t,
|
|
422
|
+
isLoading: o,
|
|
423
|
+
fetchStatus: r
|
|
424
|
+
};
|
|
425
|
+
}, y1 = () => {
|
|
426
|
+
const e = F(), { data: t, isLoading: o } = K({
|
|
427
|
+
queryKey: [
|
|
428
|
+
"getAllChats",
|
|
429
|
+
e
|
|
430
|
+
],
|
|
400
431
|
queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
|
|
401
432
|
enabled: !!e
|
|
402
433
|
});
|
|
@@ -404,18 +435,23 @@ const re = (e, t = !0) => {
|
|
|
404
435
|
data: t != null ? t : [],
|
|
405
436
|
isLoading: o
|
|
406
437
|
};
|
|
407
|
-
},
|
|
408
|
-
const r = oe(), i =
|
|
409
|
-
mutationFn: () =>
|
|
438
|
+
}, v1 = (e, t, o) => {
|
|
439
|
+
const r = oe(), i = F(), s = Ee({
|
|
440
|
+
mutationFn: () => W(void 0, null, function* () {
|
|
410
441
|
if (!(!i || !e))
|
|
411
442
|
return i.ai.chat.create(e, o);
|
|
412
443
|
}),
|
|
413
|
-
onSuccess: () => r.invalidateQueries([
|
|
444
|
+
onSuccess: () => r.invalidateQueries([
|
|
445
|
+
"getAllChats"
|
|
446
|
+
])
|
|
414
447
|
});
|
|
415
448
|
return ne(() => {
|
|
416
449
|
t && s.isIdle && s.mutate();
|
|
417
|
-
}, [
|
|
418
|
-
|
|
450
|
+
}, [
|
|
451
|
+
t,
|
|
452
|
+
s
|
|
453
|
+
]), s;
|
|
454
|
+
}, w1 = (e, t) => {
|
|
419
455
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
420
456
|
case "nlq":
|
|
421
457
|
return {
|
|
@@ -432,18 +468,26 @@ const re = (e, t = !0) => {
|
|
|
432
468
|
default:
|
|
433
469
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
434
470
|
}
|
|
435
|
-
},
|
|
436
|
-
const o = oe(), r =
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
471
|
+
}, k1 = (e, t) => {
|
|
472
|
+
const o = oe(), r = S((l) => {
|
|
473
|
+
e && o.setQueriesData([
|
|
474
|
+
Be,
|
|
475
|
+
e
|
|
476
|
+
], (d) => d && [
|
|
477
|
+
...d,
|
|
478
|
+
l
|
|
479
|
+
]);
|
|
480
|
+
}, [
|
|
481
|
+
o,
|
|
482
|
+
e
|
|
483
|
+
]), { t: i } = w(), s = F(), { mutate: a, isLoading: c } = Ee({
|
|
484
|
+
mutationFn: (l) => W(void 0, null, function* () {
|
|
443
485
|
if (!(!s || !e))
|
|
444
486
|
return s.ai.chat.post(e, {
|
|
445
487
|
text: l,
|
|
446
|
-
options: {
|
|
488
|
+
options: {
|
|
489
|
+
enableFollowup: t
|
|
490
|
+
}
|
|
447
491
|
});
|
|
448
492
|
}),
|
|
449
493
|
onMutate: (l) => {
|
|
@@ -464,233 +508,180 @@ const re = (e, t = !0) => {
|
|
|
464
508
|
if (!l)
|
|
465
509
|
return;
|
|
466
510
|
const d = i("ai.errors.unknownResponse");
|
|
467
|
-
r(
|
|
511
|
+
r(w1(l, d));
|
|
468
512
|
}
|
|
469
513
|
});
|
|
470
|
-
return {
|
|
471
|
-
|
|
514
|
+
return {
|
|
515
|
+
mutate: a,
|
|
516
|
+
isLoading: c
|
|
517
|
+
};
|
|
518
|
+
}, lt = (e, t, o = !1) => {
|
|
472
519
|
var g;
|
|
473
|
-
const { data: r, isLoading: i } =
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
}
|
|
478
|
-
)) == null ? void 0 : g.chatId), { isError: c, data: l, isSuccess: d } = g1(
|
|
479
|
-
e,
|
|
480
|
-
o && !i && !a,
|
|
481
|
-
t
|
|
482
|
-
);
|
|
520
|
+
const { data: r, isLoading: i } = y1(), s = u1(), a = s.getChatId(e, t) || ((g = r.find((h) => {
|
|
521
|
+
var C;
|
|
522
|
+
return h.contextTitle === e && ((C = h.contextDetails) == null ? void 0 : C.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
523
|
+
})) == null ? void 0 : g.chatId), { isError: c, data: l, isSuccess: d } = v1(e, o && !i && !a, t);
|
|
483
524
|
return ne(() => {
|
|
484
525
|
d && l && !a && s.saveChatId(l.chatId, e, t);
|
|
485
|
-
}, [
|
|
486
|
-
|
|
487
|
-
|
|
526
|
+
}, [
|
|
527
|
+
l,
|
|
528
|
+
d,
|
|
529
|
+
e,
|
|
530
|
+
t,
|
|
531
|
+
a,
|
|
532
|
+
s
|
|
533
|
+
]), {
|
|
534
|
+
chatId: a,
|
|
535
|
+
isLoading: i,
|
|
536
|
+
isError: c
|
|
537
|
+
};
|
|
538
|
+
}, ct = (e) => H(() => {
|
|
539
|
+
if (e != null && e.length) {
|
|
540
|
+
const t = e[e.length - 1];
|
|
541
|
+
if (dt(t))
|
|
542
|
+
return JSON.parse(t.content);
|
|
543
|
+
}
|
|
544
|
+
return null;
|
|
545
|
+
}, [
|
|
546
|
+
e
|
|
547
|
+
]), dt = (e) => !!e && "type" in e && e.type === "nlq", S1 = (e) => !!e && "type" in e && e.type === "text", M1 = (e, t) => {
|
|
548
|
+
const { t: o } = w(), { enableFollowupQuestions: r } = P(), { chatId: i, isError: s } = lt(e, t, !0), [a, c] = L(null), { history: l, isLoading: d, isError: g } = at(i);
|
|
488
549
|
ne(() => {
|
|
489
|
-
s ? c(new
|
|
490
|
-
}, [
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
)
|
|
495
|
-
|
|
496
|
-
const x = l[l.length - 1];
|
|
497
|
-
if (He(x))
|
|
498
|
-
return JSON.parse(x.content);
|
|
499
|
-
}
|
|
500
|
-
return null;
|
|
501
|
-
}, [l]);
|
|
550
|
+
s ? c(new ke("ai.errors.chatUnavailable")) : g && c(new ke("ai.errors.fetchHistory"));
|
|
551
|
+
}, [
|
|
552
|
+
s,
|
|
553
|
+
g,
|
|
554
|
+
o
|
|
555
|
+
]);
|
|
556
|
+
const { mutate: h, isLoading: C } = k1(i, r), m = ct(l);
|
|
502
557
|
return {
|
|
503
558
|
chatId: i,
|
|
504
559
|
history: l != null ? l : [],
|
|
505
560
|
lastNlqResponse: m,
|
|
506
|
-
sendMessage:
|
|
561
|
+
sendMessage: h,
|
|
507
562
|
isAwaitingResponse: C,
|
|
508
563
|
isLoading: d,
|
|
509
564
|
lastError: a
|
|
510
565
|
};
|
|
511
|
-
},
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
const i = r[r.length - 1];
|
|
519
|
-
if (He(i))
|
|
520
|
-
return JSON.parse(i.content);
|
|
521
|
-
}
|
|
522
|
-
return null;
|
|
523
|
-
}, [r]);
|
|
524
|
-
}, Bn = (e) => {
|
|
525
|
-
const t = B(), { data: o, isLoading: r } = Q({
|
|
526
|
-
queryKey: ["getDataSourceFields", e, t],
|
|
527
|
-
queryFn: () => e ? t == null ? void 0 : t.ai.getDataSourceFields(e) : void 0,
|
|
528
|
-
select: (i) => i,
|
|
529
|
-
enabled: !!t && !!e
|
|
530
|
-
});
|
|
531
|
-
return {
|
|
532
|
-
data: o,
|
|
533
|
-
isLoading: r
|
|
534
|
-
};
|
|
535
|
-
}, x1 = 500, y1 = 500, v1 = 500, w1 = 900, k1 = h.div`
|
|
536
|
-
box-sizing: border-box;
|
|
537
|
-
position: relative;
|
|
538
|
-
display: flex;
|
|
539
|
-
flex-direction: column;
|
|
540
|
-
border: 1px solid #c6c9ce;
|
|
541
|
-
border-radius: ${({ theme: e }) => e.aiChat.borderRadius};
|
|
542
|
-
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
543
|
-
overflow: hidden;
|
|
544
|
-
|
|
545
|
-
min-width: ${x1}px;
|
|
546
|
-
min-height: ${y1}px;
|
|
547
|
-
width: ${({ width: e }) => e ? Ae(e) : `${v1}px`};
|
|
548
|
-
height: ${({ height: e }) => e ? Ae(e) : `${w1}px`};
|
|
549
|
-
|
|
550
|
-
${({ theme: e }) => E`
|
|
566
|
+
}, $n = ({ contextTitle: e, contextDetails: t }) => {
|
|
567
|
+
const { chatId: o } = lt(e, t), { history: r } = at(o);
|
|
568
|
+
return ct(r);
|
|
569
|
+
}, T1 = 500, L1 = 500, R1 = 500, I1 = 900, E1 = /* @__PURE__ */ u("div", {
|
|
570
|
+
target: "e1ldv6710",
|
|
571
|
+
label: "ChatFrame"
|
|
572
|
+
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", T1, "px;min-height:", L1, "px;width:", ({ width: e }) => e ? je(e) : `${R1}px`, ";height:", ({ height: e }) => e ? je(e) : `${I1}px`, ";", ({ theme: e }) => I`
|
|
551
573
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
552
574
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
`;
|
|
556
|
-
function Ae(e) {
|
|
575
|
+
`, " border:", ({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border, ";");
|
|
576
|
+
function je(e) {
|
|
557
577
|
return typeof e == "number" ? `${e}px` : e;
|
|
558
578
|
}
|
|
559
|
-
function
|
|
560
|
-
return /* @__PURE__ */ p(
|
|
561
|
-
"svg",
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
fillRule: "evenodd",
|
|
584
|
-
clipRule: "evenodd",
|
|
585
|
-
d: "M20 12C20 16.4183 16.4183 20 12 20C11.2844 20 10.5908 19.906 9.93078 19.7298C9.96227 19.5889 9.97888 19.4423 9.97888 19.2918C9.97888 18.1873 9.08345 17.2918 7.97888 17.2918C6.87431 17.2918 5.97888 18.1873 5.97888 19.2918C5.97888 20.3964 6.87431 21.2918 7.97888 21.2918C8.56576 21.2918 9.0936 21.0391 9.45946 20.6364C10.2652 20.8731 11.1178 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V4C16.4183 4 20 7.58172 20 12Z",
|
|
586
|
-
fill: "#22C3C3"
|
|
587
|
-
}
|
|
588
|
-
)
|
|
589
|
-
]
|
|
590
|
-
}
|
|
591
|
-
);
|
|
579
|
+
function N1({ spin: e }) {
|
|
580
|
+
return /* @__PURE__ */ p("svg", {
|
|
581
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
582
|
+
width: "24",
|
|
583
|
+
height: "24",
|
|
584
|
+
viewBox: "0 0 24 24",
|
|
585
|
+
fill: "none",
|
|
586
|
+
className: `${e ? "csdk-animate-spin" : ""}`,
|
|
587
|
+
children: [
|
|
588
|
+
/* @__PURE__ */ n("path", {
|
|
589
|
+
fillRule: "evenodd",
|
|
590
|
+
clipRule: "evenodd",
|
|
591
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
|
|
592
|
+
fill: "#262E3D",
|
|
593
|
+
fillOpacity: "0.3"
|
|
594
|
+
}),
|
|
595
|
+
/* @__PURE__ */ n("path", {
|
|
596
|
+
fillRule: "evenodd",
|
|
597
|
+
clipRule: "evenodd",
|
|
598
|
+
d: "M20 12C20 16.4183 16.4183 20 12 20C11.2844 20 10.5908 19.906 9.93078 19.7298C9.96227 19.5889 9.97888 19.4423 9.97888 19.2918C9.97888 18.1873 9.08345 17.2918 7.97888 17.2918C6.87431 17.2918 5.97888 18.1873 5.97888 19.2918C5.97888 20.3964 6.87431 21.2918 7.97888 21.2918C8.56576 21.2918 9.0936 21.0391 9.45946 20.6364C10.2652 20.8731 11.1178 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V4C16.4183 4 20 7.58172 20 12Z",
|
|
599
|
+
fill: "#22C3C3"
|
|
600
|
+
})
|
|
601
|
+
]
|
|
602
|
+
});
|
|
592
603
|
}
|
|
593
604
|
function fe() {
|
|
594
|
-
return /* @__PURE__ */ n("div", {
|
|
605
|
+
return /* @__PURE__ */ n("div", {
|
|
606
|
+
className: "csdk-m-auto",
|
|
607
|
+
"aria-label": "loading spinner",
|
|
608
|
+
children: /* @__PURE__ */ n(N1, {
|
|
609
|
+
spin: !0
|
|
610
|
+
})
|
|
611
|
+
});
|
|
595
612
|
}
|
|
596
|
-
function
|
|
597
|
-
return /* @__PURE__ */ n("svg", {
|
|
598
|
-
"
|
|
599
|
-
|
|
613
|
+
function B1({ theme: e }) {
|
|
614
|
+
return /* @__PURE__ */ n("svg", {
|
|
615
|
+
width: "24",
|
|
616
|
+
height: "24",
|
|
617
|
+
viewBox: "0 0 24 24",
|
|
618
|
+
fill: "none",
|
|
619
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
620
|
+
children: /* @__PURE__ */ n("path", {
|
|
600
621
|
d: "M4 14L0 10L24 0L14 24L10 20L8.47667 16.9533L19 6.4L20 4.00001L17.6099 5L7.04354 15.5218L4 14Z",
|
|
601
622
|
fill: e.aiChat.icons.color
|
|
602
|
-
}
|
|
603
|
-
|
|
623
|
+
})
|
|
624
|
+
});
|
|
604
625
|
}
|
|
605
|
-
function
|
|
626
|
+
function H1({ theme: e }) {
|
|
606
627
|
const t = e.aiChat.icons.color;
|
|
607
|
-
return /* @__PURE__ */ p("svg", {
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
628
|
+
return /* @__PURE__ */ p("svg", {
|
|
629
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
630
|
+
width: "25",
|
|
631
|
+
height: "25",
|
|
632
|
+
viewBox: "0 0 25 25",
|
|
633
|
+
fill: "none",
|
|
634
|
+
children: [
|
|
635
|
+
/* @__PURE__ */ n("path", {
|
|
611
636
|
d: "M21.4095 11.1195L12.5644 6.0459C12.3247 5.90841 12.0189 5.99143 11.8816 6.23128L10.764 8.18434C10.6275 8.42284 10.709 8.72678 10.9466 8.86491L19.7108 13.9614C19.9464 14.0984 20.2483 14.0215 20.3897 13.7884L21.5883 11.8125C21.734 11.5723 21.6532 11.2592 21.4095 11.1195Z",
|
|
612
637
|
fill: t
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
/* @__PURE__ */ n(
|
|
616
|
-
"path",
|
|
617
|
-
{
|
|
638
|
+
}),
|
|
639
|
+
/* @__PURE__ */ n("path", {
|
|
618
640
|
d: "M18.7329 8.60735L16.1048 7.07819L19.6668 0.928042C19.8041 0.6909 20.1068 0.608502 20.3454 0.743288L22.156 1.7661C22.3992 1.90347 22.4827 2.21344 22.3414 2.45438L18.7329 8.60735Z",
|
|
619
641
|
fill: t
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
/* @__PURE__ */ n(
|
|
623
|
-
"path",
|
|
624
|
-
{
|
|
642
|
+
}),
|
|
643
|
+
/* @__PURE__ */ n("path", {
|
|
625
644
|
d: "M19.8544 14.9048L10.3563 9.43067C10.2184 9.35116 10.0413 9.39515 9.95275 9.52746C7.03423 13.8862 4.07448 15.2337 3.18167 16.0938C3.09276 16.1794 3.08414 16.3141 3.1538 16.416C3.74961 17.2879 5.10497 18.4425 6.05628 19.2048C6.17328 19.2985 6.34145 19.2903 6.44961 19.1865L9.97994 15.7973L7.69329 20.1066C7.61954 20.2456 7.66674 20.4186 7.80041 20.5017C11.6152 22.8708 14.2978 24.0437 16.9604 24.4472C17.1542 24.4766 17.3191 24.3106 17.3033 24.1152C17.007 20.469 19.0807 16.6112 19.8544 14.9048Z",
|
|
626
645
|
fill: t
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
|
|
646
|
+
})
|
|
647
|
+
]
|
|
648
|
+
});
|
|
630
649
|
}
|
|
631
|
-
const
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
&:hover {
|
|
643
|
-
background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
|
|
644
|
-
}
|
|
645
|
-
`, T1 = h.div`
|
|
646
|
-
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
647
|
-
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
648
|
-
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
649
|
-
cursor: pointer;
|
|
650
|
-
padding: 4px 12px;
|
|
651
|
-
&:hover {
|
|
652
|
-
background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
|
|
653
|
-
}
|
|
654
|
-
`;
|
|
655
|
-
function E1({
|
|
656
|
-
title: e,
|
|
657
|
-
items: t,
|
|
658
|
-
onSelect: o,
|
|
659
|
-
alwaysExpanded: r = !1
|
|
660
|
-
}) {
|
|
650
|
+
const F1 = /* @__PURE__ */ u("div", {
|
|
651
|
+
target: "e1q6h1ze0",
|
|
652
|
+
label: "Section"
|
|
653
|
+
})("display:flex;flex-direction:column;row-gap:4px;"), D1 = /* @__PURE__ */ u("div", {
|
|
654
|
+
target: "e1q6h1ze1",
|
|
655
|
+
label: "SectionHeader"
|
|
656
|
+
})("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), P1 = /* @__PURE__ */ u("div", {
|
|
657
|
+
target: "e1q6h1ze2",
|
|
658
|
+
label: "DropupItem"
|
|
659
|
+
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor, ";}");
|
|
660
|
+
function q1({ title: e, items: t, onSelect: o, alwaysExpanded: r = !1 }) {
|
|
661
661
|
const [i, s] = L(!1), { themeSettings: a } = b();
|
|
662
|
-
return /* @__PURE__ */ p(
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
662
|
+
return /* @__PURE__ */ p(F1, {
|
|
663
|
+
children: [
|
|
664
|
+
/* @__PURE__ */ n(D1, {
|
|
665
|
+
onClick: () => s((c) => !c),
|
|
666
|
+
theme: a,
|
|
667
|
+
children: e.toUpperCase()
|
|
668
|
+
}),
|
|
669
|
+
(i || r) && t.map((c, l) => /* @__PURE__ */ n(P1, {
|
|
670
|
+
onClick: () => o(c),
|
|
671
|
+
theme: a,
|
|
672
|
+
children: c
|
|
673
|
+
}, l))
|
|
674
|
+
]
|
|
675
|
+
});
|
|
666
676
|
}
|
|
667
|
-
const
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
padding-bottom: 8px;
|
|
676
|
-
display: flex;
|
|
677
|
-
flex-direction: column;
|
|
678
|
-
row-gap: 4px;
|
|
679
|
-
`, N1 = h.div`
|
|
680
|
-
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
681
|
-
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
682
|
-
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
683
|
-
padding: 4px 12px;
|
|
684
|
-
`, $e = (e) => e.startsWith("/");
|
|
685
|
-
function H1({
|
|
686
|
-
recentPrompts: e,
|
|
687
|
-
suggestions: t,
|
|
688
|
-
isLoading: o,
|
|
689
|
-
onSelection: r,
|
|
690
|
-
anchorEl: i,
|
|
691
|
-
text: s,
|
|
692
|
-
recommendationsError: a
|
|
693
|
-
}) {
|
|
677
|
+
const A1 = /* @__PURE__ */ u("div", {
|
|
678
|
+
target: "e10x5x4a0",
|
|
679
|
+
label: "PopupContent"
|
|
680
|
+
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";background-color:", ({ theme: e }) => e.aiChat.dropup.backgroundColor, ";border-radius:", ({ theme: e }) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({ theme: e }) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"), O1 = /* @__PURE__ */ u("div", {
|
|
681
|
+
target: "e10x5x4a1",
|
|
682
|
+
label: "ErrorMessage"
|
|
683
|
+
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), Me = (e) => e.startsWith("/");
|
|
684
|
+
function W1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, anchorEl: i, text: s, recommendationsError: a }) {
|
|
694
685
|
const l = [
|
|
695
686
|
{
|
|
696
687
|
title: "/recent searches",
|
|
@@ -702,363 +693,301 @@ function H1({
|
|
|
702
693
|
items: t,
|
|
703
694
|
onSelect: r
|
|
704
695
|
}
|
|
705
|
-
].filter(
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
offset: [0, 4]
|
|
719
|
-
}
|
|
696
|
+
].filter((C) => C.title.slice(0, s.length) === s), { themeSettings: d } = b(), { t: g } = w(), h = l.length === 1;
|
|
697
|
+
return /* @__PURE__ */ n(Ke, {
|
|
698
|
+
open: Me(s) && l.length > 0,
|
|
699
|
+
anchorEl: i,
|
|
700
|
+
placement: "top-start",
|
|
701
|
+
modifiers: [
|
|
702
|
+
{
|
|
703
|
+
name: "offset",
|
|
704
|
+
options: {
|
|
705
|
+
offset: [
|
|
706
|
+
0,
|
|
707
|
+
4
|
|
708
|
+
]
|
|
720
709
|
}
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
sx: {
|
|
713
|
+
zIndex: 3
|
|
714
|
+
},
|
|
715
|
+
children: /* @__PURE__ */ p(A1, {
|
|
716
|
+
style: {
|
|
717
|
+
width: i == null ? void 0 : i.offsetWidth
|
|
718
|
+
},
|
|
719
|
+
theme: d,
|
|
720
|
+
children: [
|
|
724
721
|
o && /* @__PURE__ */ n(fe, {}),
|
|
725
|
-
!o && !a && l.map((C) => /* @__PURE__ */ n(
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
722
|
+
!o && !a && l.map((C) => /* @__PURE__ */ n(q1, M(v({}, C), {
|
|
723
|
+
alwaysExpanded: h
|
|
724
|
+
}), C.title)),
|
|
725
|
+
a && /* @__PURE__ */ n(O1, {
|
|
726
|
+
theme: d,
|
|
727
|
+
children: g("ai.errors.recommendationsNotAvailable")
|
|
728
|
+
})
|
|
729
|
+
]
|
|
730
|
+
})
|
|
731
|
+
});
|
|
730
732
|
}
|
|
731
733
|
function ie({ title: e, placement: t = "top", children: o }) {
|
|
732
734
|
const { themeSettings: r } = b();
|
|
733
|
-
return /* @__PURE__ */ n(
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
borderRadius: "4px",
|
|
750
|
-
boxShadow: r.aiChat.tooltips.boxShadow
|
|
751
|
-
}
|
|
752
|
-
},
|
|
753
|
-
arrow: {
|
|
754
|
-
sx: {
|
|
755
|
-
color: r.aiChat.tooltips.backgroundColor
|
|
756
|
-
}
|
|
735
|
+
return /* @__PURE__ */ n(Rt, {
|
|
736
|
+
title: e,
|
|
737
|
+
placement: t,
|
|
738
|
+
disableInteractive: !0,
|
|
739
|
+
componentsProps: {
|
|
740
|
+
tooltip: {
|
|
741
|
+
sx: {
|
|
742
|
+
bgcolor: r.aiChat.tooltips.backgroundColor,
|
|
743
|
+
color: r.aiChat.tooltips.textColor,
|
|
744
|
+
paddingX: "16px",
|
|
745
|
+
paddingY: "12px",
|
|
746
|
+
fontSize: "13px",
|
|
747
|
+
fontFamily: r.typography.fontFamily,
|
|
748
|
+
fontWeight: 400,
|
|
749
|
+
borderRadius: "4px",
|
|
750
|
+
boxShadow: r.aiChat.tooltips.boxShadow
|
|
757
751
|
}
|
|
758
752
|
},
|
|
759
|
-
arrow:
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
753
|
+
arrow: {
|
|
754
|
+
sx: {
|
|
755
|
+
color: r.aiChat.tooltips.backgroundColor
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
arrow: !0,
|
|
760
|
+
children: o
|
|
761
|
+
});
|
|
763
762
|
}
|
|
764
|
-
const
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
font-size: inherit;
|
|
778
|
-
line-height: inherit;
|
|
779
|
-
resize: none;
|
|
780
|
-
overflow-y: auto;
|
|
781
|
-
box-sizing: border-box;
|
|
782
|
-
// size style
|
|
783
|
-
max-height: 88px;
|
|
784
|
-
width: 100%;
|
|
785
|
-
// spacing style
|
|
786
|
-
padding-top: 7px;
|
|
787
|
-
padding-bottom: 7px;
|
|
788
|
-
padding-left: 16px;
|
|
789
|
-
padding-right: 16px;
|
|
790
|
-
margin-left: 10px;
|
|
791
|
-
margin-right: 10px;
|
|
792
|
-
// border style
|
|
793
|
-
border-width: 1px;
|
|
794
|
-
border-color: rgb(38 46 61 / 0.15);
|
|
795
|
-
border-radius: 0.5rem;
|
|
796
|
-
&:focus {
|
|
797
|
-
outline: 1px solid ${({ theme: e }) => e.aiChat.input.focus.outlineColor};
|
|
798
|
-
}
|
|
799
|
-
font-family: inherit;
|
|
800
|
-
|
|
801
|
-
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
802
|
-
|
|
803
|
-
background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
|
|
804
|
-
`, W1 = h.button`
|
|
805
|
-
height: 34px;
|
|
806
|
-
background-color: inherit;
|
|
807
|
-
border-style: none;
|
|
808
|
-
|
|
809
|
-
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
810
|
-
|
|
811
|
-
${({ disabled: e }) => e ? E`
|
|
763
|
+
const z1 = 500, $1 = /* @__PURE__ */ u("div", {
|
|
764
|
+
target: "e6iwkw10",
|
|
765
|
+
label: "ChatInputContainer"
|
|
766
|
+
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"), Z1 = /* @__PURE__ */ u("button", {
|
|
767
|
+
target: "e6iwkw11",
|
|
768
|
+
label: "ClearHistoryButton"
|
|
769
|
+
})("height:34px;background-color:inherit;cursor:pointer;border:none;"), j1 = /* @__PURE__ */ u("textarea", {
|
|
770
|
+
target: "e6iwkw12",
|
|
771
|
+
label: "TextInput"
|
|
772
|
+
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"), G1 = /* @__PURE__ */ u("button", {
|
|
773
|
+
target: "e6iwkw13",
|
|
774
|
+
label: "SendMessageButton"
|
|
775
|
+
})("height:34px;background-color:inherit;border-style:none;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";", ({ disabled: e }) => e ? I`
|
|
812
776
|
opacity: 0.3;
|
|
813
777
|
cursor: not-allowed;
|
|
814
|
-
` :
|
|
778
|
+
` : I`
|
|
815
779
|
opacity: 1;
|
|
816
780
|
cursor: pointer;
|
|
817
|
-
`
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
onSendMessage: e,
|
|
821
|
-
onClearHistoryClick: t,
|
|
822
|
-
disabled: o,
|
|
823
|
-
recentPrompts: r,
|
|
824
|
-
suggestions: i,
|
|
825
|
-
isLoading: s,
|
|
826
|
-
recommendationsError: a,
|
|
827
|
-
onChange: c
|
|
828
|
-
}) {
|
|
829
|
-
const [l, d] = L(""), { inputPromptText: g } = P(), u = M(() => {
|
|
781
|
+
`), V1 = 34;
|
|
782
|
+
function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPrompts: r, suggestions: i, isLoading: s, recommendationsError: a, onChange: c }) {
|
|
783
|
+
const [l, d] = L(""), { inputPromptText: g } = P(), h = S(() => {
|
|
830
784
|
if (o)
|
|
831
785
|
return;
|
|
832
|
-
if (
|
|
786
|
+
if (Me(l)) {
|
|
833
787
|
d("");
|
|
834
788
|
return;
|
|
835
789
|
}
|
|
836
|
-
const
|
|
837
|
-
|
|
838
|
-
}, [
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
790
|
+
const y = l.trim();
|
|
791
|
+
y.length !== 0 && (e(y), d(""));
|
|
792
|
+
}, [
|
|
793
|
+
o,
|
|
794
|
+
e,
|
|
795
|
+
l
|
|
796
|
+
]), C = S((y) => {
|
|
797
|
+
e(y), d("");
|
|
798
|
+
}, [
|
|
799
|
+
e
|
|
800
|
+
]), m = S((y) => {
|
|
801
|
+
y.key === "Enter" ? (y.preventDefault(), h()) : y.key === "Escape" && Me(l) && d("");
|
|
802
|
+
}, [
|
|
803
|
+
h,
|
|
804
|
+
l
|
|
805
|
+
]), k = S((y) => {
|
|
806
|
+
c == null || c(y.target.value), d(y.target.value);
|
|
807
|
+
}, [
|
|
808
|
+
c
|
|
809
|
+
]), x = U(null);
|
|
854
810
|
ue(() => {
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
811
|
+
x.current && (x.current.style.height = "inherit", x.current.style.height = `${Math.max(x.current.scrollHeight + 2, V1)}px`);
|
|
812
|
+
}, [
|
|
813
|
+
l
|
|
814
|
+
]), ue(() => {
|
|
815
|
+
x.current && x.current.focus({
|
|
816
|
+
preventScroll: !0
|
|
817
|
+
});
|
|
862
818
|
}, []);
|
|
863
|
-
const { themeSettings:
|
|
864
|
-
var
|
|
865
|
-
if ((
|
|
866
|
-
const D = (
|
|
867
|
-
var
|
|
868
|
-
document.removeEventListener("mouseup", D), document.removeEventListener("keyup", D),
|
|
819
|
+
const { themeSettings: T } = b(), { t: E } = w(), Z = S((y) => {
|
|
820
|
+
var V;
|
|
821
|
+
if ((V = document.getElementById("csdk-chatbot-frame")) != null && V.contains(y.relatedTarget)) {
|
|
822
|
+
const D = (Q) => {
|
|
823
|
+
var j;
|
|
824
|
+
document.removeEventListener("mouseup", D), document.removeEventListener("keyup", D), Q.type === "mouseup" && ((j = document.getSelection()) == null ? void 0 : j.type) !== "Range" && y.target.focus({
|
|
825
|
+
preventScroll: !0
|
|
826
|
+
});
|
|
869
827
|
};
|
|
870
828
|
document.addEventListener("mouseup", D), document.addEventListener("keyup", D);
|
|
871
829
|
}
|
|
872
830
|
}, []);
|
|
873
|
-
return /* @__PURE__ */ p(
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
{
|
|
831
|
+
return /* @__PURE__ */ p($1, {
|
|
832
|
+
theme: T,
|
|
833
|
+
children: [
|
|
834
|
+
/* @__PURE__ */ n(W1, {
|
|
877
835
|
recentPrompts: r,
|
|
878
836
|
suggestions: i,
|
|
879
837
|
isLoading: s,
|
|
880
838
|
onSelection: C,
|
|
881
|
-
anchorEl:
|
|
839
|
+
anchorEl: x.current,
|
|
882
840
|
text: l,
|
|
883
841
|
recommendationsError: a
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
842
|
+
}),
|
|
843
|
+
t && /* @__PURE__ */ n(ie, {
|
|
844
|
+
title: E("ai.buttons.clearChat"),
|
|
845
|
+
placement: "bottom-start",
|
|
846
|
+
children: /* @__PURE__ */ n(Z1, {
|
|
847
|
+
"aria-label": "clear history",
|
|
848
|
+
onClick: t,
|
|
849
|
+
children: /* @__PURE__ */ n(H1, {
|
|
850
|
+
theme: T
|
|
851
|
+
})
|
|
852
|
+
})
|
|
853
|
+
}),
|
|
854
|
+
/* @__PURE__ */ n(j1, {
|
|
890
855
|
"aria-label": "chat input",
|
|
891
|
-
onBlur:
|
|
892
|
-
maxLength:
|
|
893
|
-
ref:
|
|
856
|
+
onBlur: Z,
|
|
857
|
+
maxLength: z1,
|
|
858
|
+
ref: x,
|
|
894
859
|
rows: 1,
|
|
895
|
-
onChange:
|
|
860
|
+
onChange: k,
|
|
896
861
|
spellCheck: "true",
|
|
897
862
|
placeholder: g,
|
|
898
863
|
value: l,
|
|
899
864
|
onKeyDown: m,
|
|
900
|
-
theme:
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
/* @__PURE__ */ n(
|
|
904
|
-
W1,
|
|
905
|
-
{
|
|
865
|
+
theme: T
|
|
866
|
+
}),
|
|
867
|
+
/* @__PURE__ */ n(G1, {
|
|
906
868
|
"aria-label": "send chat message",
|
|
907
869
|
disabled: o || l.length === 0,
|
|
908
|
-
onClick:
|
|
909
|
-
theme:
|
|
910
|
-
children: /* @__PURE__ */ n("span", {
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
870
|
+
onClick: h,
|
|
871
|
+
theme: T,
|
|
872
|
+
children: /* @__PURE__ */ n("span", {
|
|
873
|
+
"data-state": "closed",
|
|
874
|
+
children: /* @__PURE__ */ n(B1, {
|
|
875
|
+
theme: T
|
|
876
|
+
})
|
|
877
|
+
})
|
|
878
|
+
})
|
|
879
|
+
]
|
|
880
|
+
});
|
|
914
881
|
}
|
|
915
|
-
const
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
882
|
+
const _1 = /* @__PURE__ */ u("div", {
|
|
883
|
+
target: "er3yjg60",
|
|
884
|
+
label: "FlexContainer"
|
|
885
|
+
})("display:flex;", ({ align: e }) => e === "right" ? I`
|
|
919
886
|
justify-content: flex-end;
|
|
920
|
-
` :
|
|
887
|
+
` : I`
|
|
921
888
|
justify-content: flex-start;
|
|
922
|
-
`
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
padding-top: 8.5px;
|
|
927
|
-
padding-bottom: 8.5px;
|
|
928
|
-
padding-left: 0.5rem;
|
|
929
|
-
padding-right: 0.5rem;
|
|
930
|
-
white-space: pre-wrap;
|
|
931
|
-
overflow-wrap: break-word;
|
|
932
|
-
box-sizing: border-box;
|
|
933
|
-
|
|
934
|
-
${({ align: e }) => e === "right" ? E`
|
|
889
|
+
`), ut = /* @__PURE__ */ u("div", {
|
|
890
|
+
target: "er3yjg61",
|
|
891
|
+
label: "MessageContainer"
|
|
892
|
+
})("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({ align: e }) => e === "right" ? I`
|
|
935
893
|
text-align: right;
|
|
936
894
|
border-radius: 10px 10px 0px 10px;
|
|
937
|
-
` :
|
|
895
|
+
` : I`
|
|
938
896
|
text-align: left;
|
|
939
897
|
border-radius: 10px 10px 10px 0px;
|
|
940
|
-
`
|
|
941
|
-
|
|
942
|
-
${({ align: e }) => e !== "full" ? E`
|
|
898
|
+
`, " ", ({ align: e }) => e !== "full" ? I`
|
|
943
899
|
max-width: 85%;
|
|
944
|
-
` : ""}
|
|
945
|
-
|
|
946
|
-
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
947
|
-
background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
|
|
948
|
-
`, z = ({ align: e, children: t }) => {
|
|
900
|
+
` : "", " color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"), $ = ({ align: e, children: t }) => {
|
|
949
901
|
const { themeSettings: o } = b();
|
|
950
|
-
return /* @__PURE__ */ n(
|
|
902
|
+
return /* @__PURE__ */ n(_1, {
|
|
903
|
+
theme: o,
|
|
904
|
+
align: e,
|
|
905
|
+
children: /* @__PURE__ */ n(ut, {
|
|
906
|
+
theme: o,
|
|
907
|
+
align: e,
|
|
908
|
+
children: t
|
|
909
|
+
})
|
|
910
|
+
});
|
|
951
911
|
};
|
|
952
|
-
function
|
|
912
|
+
function U1() {
|
|
953
913
|
const { welcomeText: e } = P();
|
|
954
|
-
return e === !1 ? null : /* @__PURE__ */ n(
|
|
914
|
+
return e === !1 ? null : /* @__PURE__ */ n($, {
|
|
915
|
+
align: "left",
|
|
916
|
+
children: e
|
|
917
|
+
});
|
|
955
918
|
}
|
|
956
|
-
const
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
color: rgba(54, 163, 217, 1);
|
|
968
|
-
cursor: pointer;
|
|
969
|
-
`;
|
|
970
|
-
function it({ text: e, action: t }) {
|
|
919
|
+
const K1 = /* @__PURE__ */ u("div", {
|
|
920
|
+
target: "e1r5p4wy0",
|
|
921
|
+
label: "Container"
|
|
922
|
+
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), J1 = /* @__PURE__ */ u("div", {
|
|
923
|
+
target: "e1r5p4wy1",
|
|
924
|
+
label: "Title"
|
|
925
|
+
})("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), Y1 = /* @__PURE__ */ u("div", {
|
|
926
|
+
target: "e1r5p4wy2",
|
|
927
|
+
label: "ActionButton"
|
|
928
|
+
})("color:rgba(54,163,217,1);cursor:pointer;");
|
|
929
|
+
function ht({ text: e, action: t }) {
|
|
971
930
|
const { themeSettings: o } = b();
|
|
972
|
-
return /* @__PURE__ */ p(
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
931
|
+
return /* @__PURE__ */ p(K1, {
|
|
932
|
+
children: [
|
|
933
|
+
/* @__PURE__ */ n(J1, {
|
|
934
|
+
theme: o,
|
|
935
|
+
children: e
|
|
936
|
+
}),
|
|
937
|
+
/* @__PURE__ */ n(It, {}),
|
|
938
|
+
t && /* @__PURE__ */ n(Y1, {
|
|
939
|
+
onClick: t.onClick,
|
|
940
|
+
children: t.text
|
|
941
|
+
})
|
|
942
|
+
]
|
|
943
|
+
});
|
|
977
944
|
}
|
|
978
|
-
const de =
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
animation: hop 0.9s ease-out infinite;
|
|
984
|
-
|
|
985
|
-
&:nth-of-type(2) {
|
|
986
|
-
animation-delay: 0.1s;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
&:nth-of-type(3) {
|
|
990
|
-
animation-delay: 0.2s;
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
&:nth-of-type(4) {
|
|
994
|
-
animation-delay: 0.3s;
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
@keyframes hop {
|
|
998
|
-
0%,
|
|
999
|
-
40% {
|
|
1000
|
-
transform: translateY(0);
|
|
1001
|
-
}
|
|
1002
|
-
20% {
|
|
1003
|
-
transform: translateY(-100%);
|
|
1004
|
-
}
|
|
1005
|
-
}
|
|
1006
|
-
`;
|
|
1007
|
-
function Fe() {
|
|
945
|
+
const de = /* @__PURE__ */ u("div", {
|
|
946
|
+
target: "e3ryei50",
|
|
947
|
+
label: "Dot"
|
|
948
|
+
})("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%);}}");
|
|
949
|
+
function He() {
|
|
1008
950
|
const { themeSettings: e } = b(), t = e.aiChat.icons.color;
|
|
1009
|
-
return /* @__PURE__ */ p(
|
|
1010
|
-
"
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
951
|
+
return /* @__PURE__ */ p("div", {
|
|
952
|
+
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
953
|
+
"aria-label": "loading dots",
|
|
954
|
+
children: [
|
|
955
|
+
/* @__PURE__ */ n(de, {
|
|
956
|
+
color: t
|
|
957
|
+
}),
|
|
958
|
+
/* @__PURE__ */ n(de, {
|
|
959
|
+
color: t
|
|
960
|
+
}),
|
|
961
|
+
/* @__PURE__ */ n(de, {
|
|
962
|
+
color: t
|
|
963
|
+
}),
|
|
964
|
+
/* @__PURE__ */ n(de, {
|
|
965
|
+
color: t
|
|
966
|
+
})
|
|
967
|
+
]
|
|
968
|
+
});
|
|
1022
969
|
}
|
|
1023
|
-
const
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
970
|
+
const X1 = /* @__PURE__ */ u("div", {
|
|
971
|
+
target: "ed5z2fc0",
|
|
972
|
+
label: "FlexContainer"
|
|
973
|
+
})("display:flex;", ({ align: e }) => e === "right" ? I`
|
|
1027
974
|
justify-content: flex-end;
|
|
1028
|
-
` :
|
|
975
|
+
` : I`
|
|
1029
976
|
justify-content: flex-start;
|
|
1030
|
-
`
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
line-height: inherit;
|
|
1035
|
-
border: ${({ theme: e }) => e.aiChat.clickableMessages.border};
|
|
1036
|
-
padding: 0;
|
|
1037
|
-
cursor: pointer;
|
|
1038
|
-
|
|
1039
|
-
color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
|
|
1040
|
-
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
|
|
1041
|
-
&:hover {
|
|
1042
|
-
color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
|
|
1043
|
-
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
|
|
1044
|
-
}
|
|
1045
|
-
border-radius: 20px;
|
|
1046
|
-
|
|
1047
|
-
${({ align: e }) => e === "right" ? E`
|
|
977
|
+
`), eo = /* @__PURE__ */ u("button", {
|
|
978
|
+
target: "ed5z2fc1",
|
|
979
|
+
label: "MessageButton"
|
|
980
|
+
})("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({ theme: e }) => e.aiChat.clickableMessages.border, ";padding:0;cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({ align: e }) => e === "right" ? I`
|
|
1048
981
|
text-align: right;
|
|
1049
|
-
` :
|
|
982
|
+
` : I`
|
|
1050
983
|
text-align: left;
|
|
1051
|
-
`
|
|
1052
|
-
|
|
1053
|
-
${({ align: e }) => e !== "full" ? E`
|
|
984
|
+
`, " ", ({ align: e }) => e !== "full" ? I`
|
|
1054
985
|
max-width: 382px;
|
|
1055
|
-
` : ""}
|
|
1056
|
-
|
|
1057
|
-
${({ theme: e }) => {
|
|
986
|
+
` : "", " ", ({ theme: e }) => {
|
|
1058
987
|
const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
|
|
1059
988
|
if (t) {
|
|
1060
989
|
const [r, i] = t;
|
|
1061
|
-
return
|
|
990
|
+
return I`
|
|
1062
991
|
border: none;
|
|
1063
992
|
position: relative;
|
|
1064
993
|
border-radius: ${o};
|
|
@@ -1079,20 +1008,12 @@ const j1 = h.div`
|
|
|
1079
1008
|
`;
|
|
1080
1009
|
}
|
|
1081
1010
|
return "";
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
function he({
|
|
1085
|
-
children: e,
|
|
1086
|
-
align: t,
|
|
1087
|
-
onClick: o,
|
|
1088
|
-
onMouseEnter: r,
|
|
1089
|
-
onMouseLeave: i,
|
|
1090
|
-
accessibleName: s
|
|
1091
|
-
}) {
|
|
1011
|
+
});
|
|
1012
|
+
function he({ children: e, align: t, onClick: o, onMouseEnter: r, onMouseLeave: i, accessibleName: s }) {
|
|
1092
1013
|
const { themeSettings: a } = b();
|
|
1093
|
-
return /* @__PURE__ */ n(
|
|
1094
|
-
|
|
1095
|
-
{
|
|
1014
|
+
return /* @__PURE__ */ n(X1, {
|
|
1015
|
+
align: t,
|
|
1016
|
+
children: /* @__PURE__ */ n(eo, {
|
|
1096
1017
|
"aria-label": s,
|
|
1097
1018
|
theme: a,
|
|
1098
1019
|
onClick: o,
|
|
@@ -1100,32 +1021,56 @@ function he({
|
|
|
1100
1021
|
onMouseEnter: r,
|
|
1101
1022
|
onMouseLeave: i,
|
|
1102
1023
|
children: e
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1024
|
+
})
|
|
1025
|
+
});
|
|
1105
1026
|
}
|
|
1106
|
-
function
|
|
1027
|
+
function to({ onCancel: e, onConfirm: t }) {
|
|
1107
1028
|
const { t: o } = w();
|
|
1108
|
-
return /* @__PURE__ */ p(
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1029
|
+
return /* @__PURE__ */ p(B, {
|
|
1030
|
+
children: [
|
|
1031
|
+
/* @__PURE__ */ n($, {
|
|
1032
|
+
align: "left",
|
|
1033
|
+
children: o("ai.clearHistoryPrompt")
|
|
1034
|
+
}),
|
|
1035
|
+
/* @__PURE__ */ p("div", {
|
|
1036
|
+
className: "csdk-flex csdk-gap-x-2",
|
|
1037
|
+
children: [
|
|
1038
|
+
/* @__PURE__ */ n(he, {
|
|
1039
|
+
align: "right",
|
|
1040
|
+
onClick: t,
|
|
1041
|
+
accessibleName: "confirm clear chat",
|
|
1042
|
+
children: /* @__PURE__ */ n("div", {
|
|
1043
|
+
className: "csdk-py-[6px] csdk-px-[20px]",
|
|
1044
|
+
children: o("ai.buttons.yes")
|
|
1045
|
+
})
|
|
1046
|
+
}),
|
|
1047
|
+
/* @__PURE__ */ n(he, {
|
|
1048
|
+
align: "right",
|
|
1049
|
+
onClick: e,
|
|
1050
|
+
accessibleName: "cancel clear chat",
|
|
1051
|
+
children: /* @__PURE__ */ n("div", {
|
|
1052
|
+
className: "csdk-py-[6px] csdk-px-[20px]",
|
|
1053
|
+
children: o("ai.buttons.no")
|
|
1054
|
+
})
|
|
1055
|
+
})
|
|
1056
|
+
]
|
|
1057
|
+
})
|
|
1058
|
+
]
|
|
1059
|
+
});
|
|
1115
1060
|
}
|
|
1116
|
-
function
|
|
1117
|
-
return
|
|
1061
|
+
function oo(e) {
|
|
1062
|
+
return Nt("MuiDialog", e);
|
|
1118
1063
|
}
|
|
1119
|
-
const
|
|
1120
|
-
process.env.NODE_ENV !== "production" && (
|
|
1121
|
-
const
|
|
1064
|
+
const we = Et("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), pt = /* @__PURE__ */ z.createContext({});
|
|
1065
|
+
process.env.NODE_ENV !== "production" && (pt.displayName = "DialogContext");
|
|
1066
|
+
const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], ro = ge(Bt, {
|
|
1122
1067
|
name: "MuiDialog",
|
|
1123
1068
|
slot: "Backdrop",
|
|
1124
1069
|
overrides: (e, t) => t.backdrop
|
|
1125
1070
|
})({
|
|
1126
1071
|
// Improve scrollable dialog support.
|
|
1127
1072
|
zIndex: -1
|
|
1128
|
-
}),
|
|
1073
|
+
}), io = (e) => {
|
|
1129
1074
|
const {
|
|
1130
1075
|
classes: t,
|
|
1131
1076
|
scroll: o,
|
|
@@ -1134,11 +1079,11 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1134
1079
|
fullScreen: s
|
|
1135
1080
|
} = e, a = {
|
|
1136
1081
|
root: ["root"],
|
|
1137
|
-
container: ["container", `scroll${
|
|
1138
|
-
paper: ["paper", `paperScroll${
|
|
1082
|
+
container: ["container", `scroll${_(o)}`],
|
|
1083
|
+
paper: ["paper", `paperScroll${_(o)}`, `paperWidth${_(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
|
|
1139
1084
|
};
|
|
1140
|
-
return
|
|
1141
|
-
},
|
|
1085
|
+
return At(a, oo, t);
|
|
1086
|
+
}, so = ge(Ht, {
|
|
1142
1087
|
name: "MuiDialog",
|
|
1143
1088
|
slot: "Root",
|
|
1144
1089
|
overridesResolver: (e, t) => t.root
|
|
@@ -1147,18 +1092,18 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1147
1092
|
// Use !important to override the Modal inline-style.
|
|
1148
1093
|
position: "absolute !important"
|
|
1149
1094
|
}
|
|
1150
|
-
}),
|
|
1095
|
+
}), ao = ge("div", {
|
|
1151
1096
|
name: "MuiDialog",
|
|
1152
1097
|
slot: "Container",
|
|
1153
1098
|
overridesResolver: (e, t) => {
|
|
1154
1099
|
const {
|
|
1155
1100
|
ownerState: o
|
|
1156
1101
|
} = e;
|
|
1157
|
-
return [t.container, t[`scroll${
|
|
1102
|
+
return [t.container, t[`scroll${_(o.scroll)}`]];
|
|
1158
1103
|
}
|
|
1159
1104
|
})(({
|
|
1160
1105
|
ownerState: e
|
|
1161
|
-
}) =>
|
|
1106
|
+
}) => G({
|
|
1162
1107
|
height: "100%",
|
|
1163
1108
|
"@media print": {
|
|
1164
1109
|
height: "auto"
|
|
@@ -1180,19 +1125,19 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1180
1125
|
height: "100%",
|
|
1181
1126
|
width: "0"
|
|
1182
1127
|
}
|
|
1183
|
-
})),
|
|
1128
|
+
})), lo = ge(Je, {
|
|
1184
1129
|
name: "MuiDialog",
|
|
1185
1130
|
slot: "Paper",
|
|
1186
1131
|
overridesResolver: (e, t) => {
|
|
1187
1132
|
const {
|
|
1188
1133
|
ownerState: o
|
|
1189
1134
|
} = e;
|
|
1190
|
-
return [t.paper, t[`scrollPaper${
|
|
1135
|
+
return [t.paper, t[`scrollPaper${_(o.scroll)}`], t[`paperWidth${_(String(o.maxWidth))}`], o.fullWidth && t.paperFullWidth, o.fullScreen && t.paperFullScreen];
|
|
1191
1136
|
}
|
|
1192
1137
|
})(({
|
|
1193
1138
|
theme: e,
|
|
1194
1139
|
ownerState: t
|
|
1195
|
-
}) =>
|
|
1140
|
+
}) => G({
|
|
1196
1141
|
margin: 32,
|
|
1197
1142
|
position: "relative",
|
|
1198
1143
|
overflowY: "auto",
|
|
@@ -1214,14 +1159,14 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1214
1159
|
maxWidth: "calc(100% - 64px)"
|
|
1215
1160
|
}, t.maxWidth === "xs" && {
|
|
1216
1161
|
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
1217
|
-
[`&.${
|
|
1162
|
+
[`&.${we.paperScrollBody}`]: {
|
|
1218
1163
|
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
1219
1164
|
maxWidth: "calc(100% - 64px)"
|
|
1220
1165
|
}
|
|
1221
1166
|
}
|
|
1222
1167
|
}, t.maxWidth && t.maxWidth !== "xs" && {
|
|
1223
1168
|
maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
|
|
1224
|
-
[`&.${
|
|
1169
|
+
[`&.${we.paperScrollBody}`]: {
|
|
1225
1170
|
[e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
|
|
1226
1171
|
maxWidth: "calc(100% - 64px)"
|
|
1227
1172
|
}
|
|
@@ -1235,15 +1180,15 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1235
1180
|
height: "100%",
|
|
1236
1181
|
maxHeight: "none",
|
|
1237
1182
|
borderRadius: 0,
|
|
1238
|
-
[`&.${
|
|
1183
|
+
[`&.${we.paperScrollBody}`]: {
|
|
1239
1184
|
margin: 0,
|
|
1240
1185
|
maxWidth: "100%"
|
|
1241
1186
|
}
|
|
1242
|
-
})),
|
|
1243
|
-
const r =
|
|
1187
|
+
})), gt = /* @__PURE__ */ z.forwardRef(function(t, o) {
|
|
1188
|
+
const r = Ft({
|
|
1244
1189
|
props: t,
|
|
1245
1190
|
name: "MuiDialog"
|
|
1246
|
-
}), i =
|
|
1191
|
+
}), i = Dt(), s = {
|
|
1247
1192
|
enter: i.transitions.duration.enteringScreen,
|
|
1248
1193
|
exit: i.transitions.duration.leavingScreen
|
|
1249
1194
|
}, {
|
|
@@ -1252,73 +1197,73 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1252
1197
|
BackdropComponent: l,
|
|
1253
1198
|
BackdropProps: d,
|
|
1254
1199
|
children: g,
|
|
1255
|
-
className:
|
|
1200
|
+
className: h,
|
|
1256
1201
|
disableEscapeKeyDown: C = !1,
|
|
1257
1202
|
fullScreen: m = !1,
|
|
1258
|
-
fullWidth:
|
|
1259
|
-
maxWidth:
|
|
1260
|
-
onBackdropClick:
|
|
1261
|
-
onClick:
|
|
1262
|
-
onClose:
|
|
1263
|
-
open:
|
|
1264
|
-
PaperComponent:
|
|
1203
|
+
fullWidth: k = !1,
|
|
1204
|
+
maxWidth: x = "sm",
|
|
1205
|
+
onBackdropClick: T,
|
|
1206
|
+
onClick: E,
|
|
1207
|
+
onClose: Z,
|
|
1208
|
+
open: y,
|
|
1209
|
+
PaperComponent: V = Je,
|
|
1265
1210
|
PaperProps: D = {},
|
|
1266
|
-
scroll:
|
|
1267
|
-
TransitionComponent:
|
|
1211
|
+
scroll: Q = "paper",
|
|
1212
|
+
TransitionComponent: j = Ot,
|
|
1268
1213
|
transitionDuration: J = s,
|
|
1269
|
-
TransitionProps:
|
|
1270
|
-
} = r, xe =
|
|
1214
|
+
TransitionProps: me
|
|
1215
|
+
} = r, xe = Pt(r, no), q = G({}, r, {
|
|
1271
1216
|
disableEscapeKeyDown: C,
|
|
1272
1217
|
fullScreen: m,
|
|
1273
|
-
fullWidth:
|
|
1274
|
-
maxWidth:
|
|
1275
|
-
scroll:
|
|
1276
|
-
}),
|
|
1277
|
-
|
|
1278
|
-
}, ye = (
|
|
1279
|
-
|
|
1280
|
-
},
|
|
1281
|
-
titleId:
|
|
1282
|
-
}), [
|
|
1283
|
-
return /* @__PURE__ */
|
|
1284
|
-
className:
|
|
1218
|
+
fullWidth: k,
|
|
1219
|
+
maxWidth: x,
|
|
1220
|
+
scroll: Q
|
|
1221
|
+
}), Y = io(q), N = z.useRef(), ae = (A) => {
|
|
1222
|
+
N.current = A.target === A.currentTarget;
|
|
1223
|
+
}, ye = (A) => {
|
|
1224
|
+
E && E(A), N.current && (N.current = null, T && T(A), Z && Z(A, "backdropClick"));
|
|
1225
|
+
}, X = qt(c), le = z.useMemo(() => ({
|
|
1226
|
+
titleId: X
|
|
1227
|
+
}), [X]);
|
|
1228
|
+
return /* @__PURE__ */ ee(so, G({
|
|
1229
|
+
className: ve(Y.root, h),
|
|
1285
1230
|
closeAfterTransition: !0,
|
|
1286
1231
|
components: {
|
|
1287
|
-
Backdrop:
|
|
1232
|
+
Backdrop: ro
|
|
1288
1233
|
},
|
|
1289
1234
|
componentsProps: {
|
|
1290
|
-
backdrop:
|
|
1235
|
+
backdrop: G({
|
|
1291
1236
|
transitionDuration: J,
|
|
1292
1237
|
as: l
|
|
1293
1238
|
}, d)
|
|
1294
1239
|
},
|
|
1295
1240
|
disableEscapeKeyDown: C,
|
|
1296
|
-
onClose:
|
|
1297
|
-
open:
|
|
1241
|
+
onClose: Z,
|
|
1242
|
+
open: y,
|
|
1298
1243
|
ref: o,
|
|
1299
1244
|
onClick: ye,
|
|
1300
|
-
ownerState:
|
|
1245
|
+
ownerState: q
|
|
1301
1246
|
}, xe, {
|
|
1302
|
-
children: /* @__PURE__ */
|
|
1247
|
+
children: /* @__PURE__ */ ee(j, G({
|
|
1303
1248
|
appear: !0,
|
|
1304
|
-
in:
|
|
1249
|
+
in: y,
|
|
1305
1250
|
timeout: J,
|
|
1306
1251
|
role: "presentation"
|
|
1307
|
-
},
|
|
1308
|
-
children: /* @__PURE__ */
|
|
1309
|
-
className:
|
|
1252
|
+
}, me, {
|
|
1253
|
+
children: /* @__PURE__ */ ee(ao, {
|
|
1254
|
+
className: ve(Y.container),
|
|
1310
1255
|
onMouseDown: ae,
|
|
1311
|
-
ownerState:
|
|
1312
|
-
children: /* @__PURE__ */
|
|
1313
|
-
as:
|
|
1256
|
+
ownerState: q,
|
|
1257
|
+
children: /* @__PURE__ */ ee(lo, G({
|
|
1258
|
+
as: V,
|
|
1314
1259
|
elevation: 24,
|
|
1315
1260
|
role: "dialog",
|
|
1316
1261
|
"aria-describedby": a,
|
|
1317
|
-
"aria-labelledby":
|
|
1262
|
+
"aria-labelledby": X
|
|
1318
1263
|
}, D, {
|
|
1319
|
-
className:
|
|
1320
|
-
ownerState:
|
|
1321
|
-
children: /* @__PURE__ */
|
|
1264
|
+
className: ve(Y.paper, D.className),
|
|
1265
|
+
ownerState: q,
|
|
1266
|
+
children: /* @__PURE__ */ ee(pt.Provider, {
|
|
1322
1267
|
value: le,
|
|
1323
1268
|
children: g
|
|
1324
1269
|
})
|
|
@@ -1327,7 +1272,7 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1327
1272
|
}))
|
|
1328
1273
|
}));
|
|
1329
1274
|
});
|
|
1330
|
-
process.env.NODE_ENV !== "production" && (
|
|
1275
|
+
process.env.NODE_ENV !== "production" && (gt.propTypes = {
|
|
1331
1276
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1332
1277
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1333
1278
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -1459,21 +1404,32 @@ process.env.NODE_ENV !== "production" && (at.propTypes = {
|
|
|
1459
1404
|
*/
|
|
1460
1405
|
TransitionProps: f.object
|
|
1461
1406
|
});
|
|
1462
|
-
function
|
|
1463
|
-
return /* @__PURE__ */ p("svg", {
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1407
|
+
function co({ fillColor: e = "#262E3D" }) {
|
|
1408
|
+
return /* @__PURE__ */ p("svg", {
|
|
1409
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1410
|
+
width: "30",
|
|
1411
|
+
height: "30",
|
|
1412
|
+
viewBox: "0 0 30 30",
|
|
1413
|
+
fill: "none",
|
|
1414
|
+
children: [
|
|
1415
|
+
/* @__PURE__ */ n("rect", {
|
|
1416
|
+
x: "1",
|
|
1417
|
+
y: "1",
|
|
1418
|
+
width: "28",
|
|
1419
|
+
height: "28",
|
|
1420
|
+
rx: "14",
|
|
1421
|
+
stroke: "#9EA2AB"
|
|
1422
|
+
}),
|
|
1423
|
+
/* @__PURE__ */ n("path", {
|
|
1468
1424
|
fillRule: "evenodd",
|
|
1469
1425
|
clipRule: "evenodd",
|
|
1470
1426
|
d: "M14.2929 15L9.14645 9.85355C8.95118 9.65829 8.95118 9.34171 9.14645 9.14645C9.34171 8.95118 9.65829 8.95118 9.85355 9.14645L15 14.2929L20.1464 9.14645C20.3417 8.95118 20.6583 8.95118 20.8536 9.14645C21.0488 9.34171 21.0488 9.65829 20.8536 9.85355L15.7071 15L20.8536 20.1464C21.0488 20.3417 21.0488 20.6583 20.8536 20.8536C20.6583 21.0488 20.3417 21.0488 20.1464 20.8536L15 15.7071L9.85355 20.8536C9.65829 21.0488 9.34171 21.0488 9.14645 20.8536C8.95118 20.6583 8.95118 20.3417 9.14645 20.1464L14.2929 15Z",
|
|
1471
1427
|
fill: e
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
|
|
1428
|
+
})
|
|
1429
|
+
]
|
|
1430
|
+
});
|
|
1475
1431
|
}
|
|
1476
|
-
const
|
|
1432
|
+
const Ct = {
|
|
1477
1433
|
row: {
|
|
1478
1434
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
1479
1435
|
},
|
|
@@ -1558,84 +1514,107 @@ const lt = {
|
|
|
1558
1514
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
1559
1515
|
}
|
|
1560
1516
|
}
|
|
1561
|
-
},
|
|
1517
|
+
}, uo = {
|
|
1562
1518
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
1563
|
-
}, se =
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
)(({ $hoverColor: e }) => ({
|
|
1519
|
+
}, se = /* @__PURE__ */ u(Ye, uo, {
|
|
1520
|
+
target: "e869yoj0",
|
|
1521
|
+
label: "IconButton"
|
|
1522
|
+
})(({ $hoverColor: e }) => ({
|
|
1567
1523
|
padding: 2,
|
|
1568
1524
|
"&.MuiIconButton-root:hover": {
|
|
1569
|
-
backgroundColor: e != null ? e :
|
|
1525
|
+
backgroundColor: e != null ? e : Ct.interaction.defaultHover
|
|
1570
1526
|
}
|
|
1571
1527
|
}));
|
|
1572
|
-
function
|
|
1573
|
-
return /* @__PURE__ */ n("svg", {
|
|
1574
|
-
"
|
|
1575
|
-
|
|
1528
|
+
function ho({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1529
|
+
return /* @__PURE__ */ n("svg", {
|
|
1530
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1531
|
+
width: "24",
|
|
1532
|
+
height: "24",
|
|
1533
|
+
viewBox: "0 0 24 24",
|
|
1534
|
+
fill: "none",
|
|
1535
|
+
children: /* @__PURE__ */ n("path", {
|
|
1576
1536
|
fillRule: "evenodd",
|
|
1577
1537
|
clipRule: "evenodd",
|
|
1578
1538
|
d: "M13.0503 10.2426L17.2929 6H14.5C14.2239 6 14 5.77614 14 5.5C14 5.22386 14.2239 5 14.5 5H18.5C18.7761 5 19 5.22386 19 5.5V9.5C19 9.77614 18.7761 10 18.5 10C18.2239 10 18 9.77614 18 9.5V6.70711L13.7574 10.9497C13.5621 11.145 13.2455 11.145 13.0503 10.9497C12.855 10.7545 12.855 10.4379 13.0503 10.2426ZM10.1464 13.1464L6 17.2929V14.5C6 14.2239 5.77614 14 5.5 14C5.22386 14 5 14.2239 5 14.5V18.5C5 18.7761 5.22386 19 5.5 19H9.5C9.77614 19 10 18.7761 10 18.5C10 18.2239 9.77614 18 9.5 18H6.70711L10.8536 13.8536C11.0488 13.6583 11.0488 13.3417 10.8536 13.1464C10.6583 12.9512 10.3417 12.9512 10.1464 13.1464Z",
|
|
1579
1539
|
fill: e
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1540
|
+
})
|
|
1541
|
+
});
|
|
1582
1542
|
}
|
|
1583
|
-
function
|
|
1584
|
-
return /* @__PURE__ */ n("svg", {
|
|
1585
|
-
"
|
|
1586
|
-
|
|
1543
|
+
function po({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1544
|
+
return /* @__PURE__ */ n("svg", {
|
|
1545
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1546
|
+
width: "24",
|
|
1547
|
+
height: "24",
|
|
1548
|
+
viewBox: "0 0 24 24",
|
|
1549
|
+
fill: "none",
|
|
1550
|
+
children: /* @__PURE__ */ n("path", {
|
|
1587
1551
|
fillRule: "evenodd",
|
|
1588
1552
|
clipRule: "evenodd",
|
|
1589
1553
|
d: "M17.25 12C17.25 14.8995 14.8995 17.25 12 17.25C9.10051 17.25 6.75 14.8995 6.75 12C6.75 9.10051 9.10051 6.75 12 6.75C14.8995 6.75 17.25 9.10051 17.25 12ZM18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM11.625 9.375V10.1239H12.375V9.375H11.625ZM12.375 14.6239V10.8739H11.625V14.6239H12.375Z",
|
|
1590
1554
|
fill: e
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1555
|
+
})
|
|
1556
|
+
});
|
|
1593
1557
|
}
|
|
1594
|
-
function
|
|
1595
|
-
return /* @__PURE__ */ n("svg", {
|
|
1596
|
-
"
|
|
1597
|
-
|
|
1558
|
+
function go() {
|
|
1559
|
+
return /* @__PURE__ */ n("svg", {
|
|
1560
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1561
|
+
width: "24",
|
|
1562
|
+
height: "24",
|
|
1563
|
+
viewBox: "0 0 24 24",
|
|
1564
|
+
fill: "none",
|
|
1565
|
+
children: /* @__PURE__ */ n("path", {
|
|
1598
1566
|
fillRule: "evenodd",
|
|
1599
1567
|
clipRule: "evenodd",
|
|
1600
1568
|
d: "M4.64372 12C4.64372 15.3137 7.33002 18 10.6437 18C12.6857 18 14.4894 16.9799 15.5731 15.4216C15.7307 15.195 16.0347 15.1118 16.2737 15.2498C16.5131 15.3879 16.5964 15.6953 16.4413 15.924C15.1825 17.7803 13.0555 19 10.6437 19C6.77773 19 3.64372 15.866 3.64372 12C3.64372 8.13401 6.77773 5 10.6437 5C13.8766 5 16.5977 7.19162 17.4021 10.1702L18.0347 8.56524C18.1359 8.30833 18.4263 8.18215 18.6832 8.2834C18.9401 8.38466 19.0663 8.67501 18.965 8.93192L17.865 11.723C17.7638 11.9799 17.4734 12.1061 17.2165 12.0048L14.4255 10.9048C14.1685 10.8035 14.0424 10.5132 14.1436 10.2563C14.2449 9.99935 14.5352 9.87317 14.7921 9.97442L16.4897 10.6435C15.8749 7.98316 13.4909 6 10.6437 6C7.33002 6 4.64372 8.68629 4.64372 12Z",
|
|
1601
1569
|
fill: "#262E3D",
|
|
1602
1570
|
fillOpacity: "0.67"
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1571
|
+
})
|
|
1572
|
+
});
|
|
1605
1573
|
}
|
|
1606
|
-
function
|
|
1607
|
-
return /* @__PURE__ */ n("svg", {
|
|
1608
|
-
"
|
|
1609
|
-
|
|
1574
|
+
function Co({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1575
|
+
return /* @__PURE__ */ n("svg", {
|
|
1576
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1577
|
+
width: "24",
|
|
1578
|
+
height: "24",
|
|
1579
|
+
viewBox: "0 0 24 24",
|
|
1580
|
+
fill: "none",
|
|
1581
|
+
children: /* @__PURE__ */ n("path", {
|
|
1610
1582
|
fillRule: "evenodd",
|
|
1611
1583
|
clipRule: "evenodd",
|
|
1612
1584
|
d: "M11 7C11 6.44772 11.4477 6 12 6C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8C11.4477 8 11 7.55228 11 7ZM11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16Z",
|
|
1613
1585
|
fill: e
|
|
1614
|
-
}
|
|
1615
|
-
|
|
1586
|
+
})
|
|
1587
|
+
});
|
|
1616
1588
|
}
|
|
1617
|
-
const
|
|
1589
|
+
const Fe = (e) => Xe(e.chart.backgroundColor), fo = ({ title: e }) => {
|
|
1618
1590
|
const { themeSettings: t } = b();
|
|
1619
|
-
return /* @__PURE__ */ n(ie, {
|
|
1620
|
-
|
|
1591
|
+
return /* @__PURE__ */ n(ie, {
|
|
1592
|
+
title: e,
|
|
1593
|
+
children: /* @__PURE__ */ n(se, {
|
|
1594
|
+
disableTouchRipple: !0,
|
|
1595
|
+
$hoverColor: Fe(t),
|
|
1596
|
+
children: /* @__PURE__ */ n(po, {
|
|
1597
|
+
fill: t.chart.textColor
|
|
1598
|
+
})
|
|
1599
|
+
})
|
|
1600
|
+
});
|
|
1601
|
+
}, bo = ({ items: e }) => {
|
|
1621
1602
|
const [t, o] = L(null), r = (a) => {
|
|
1622
1603
|
o(a.currentTarget);
|
|
1623
1604
|
}, i = () => {
|
|
1624
1605
|
o(null);
|
|
1625
1606
|
}, { themeSettings: s } = b();
|
|
1626
|
-
return /* @__PURE__ */ p(
|
|
1627
|
-
|
|
1628
|
-
se,
|
|
1629
|
-
{
|
|
1607
|
+
return /* @__PURE__ */ p(B, {
|
|
1608
|
+
children: [
|
|
1609
|
+
/* @__PURE__ */ n(se, {
|
|
1630
1610
|
onClick: r,
|
|
1631
|
-
$hoverColor:
|
|
1611
|
+
$hoverColor: Fe(s),
|
|
1632
1612
|
"aria-label": "three dots button",
|
|
1633
|
-
children: /* @__PURE__ */ n(
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
{
|
|
1613
|
+
children: /* @__PURE__ */ n(Co, {
|
|
1614
|
+
fill: s.chart.textColor
|
|
1615
|
+
})
|
|
1616
|
+
}),
|
|
1617
|
+
/* @__PURE__ */ n(zt, {
|
|
1639
1618
|
anchorEl: t,
|
|
1640
1619
|
anchorOrigin: {
|
|
1641
1620
|
vertical: "bottom",
|
|
@@ -1647,100 +1626,130 @@ const Be = (e) => Ue(e.chart.backgroundColor), lo = ({ title: e }) => {
|
|
|
1647
1626
|
},
|
|
1648
1627
|
open: !!t,
|
|
1649
1628
|
onClose: i,
|
|
1650
|
-
children: e.map((a) => /* @__PURE__ */ p(
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
onClick: () => {
|
|
1654
|
-
a.onClick(), i();
|
|
1655
|
-
},
|
|
1656
|
-
sx: {
|
|
1657
|
-
fontSize: "13px",
|
|
1658
|
-
fontFamily: s.typography.fontFamily,
|
|
1659
|
-
color: lt.text.content
|
|
1660
|
-
},
|
|
1661
|
-
disableRipple: !0,
|
|
1662
|
-
children: [
|
|
1663
|
-
a.icon,
|
|
1664
|
-
/* @__PURE__ */ n("div", { className: "csdk-ml-1", children: a.title })
|
|
1665
|
-
]
|
|
1629
|
+
children: e.map((a) => /* @__PURE__ */ p(Wt, {
|
|
1630
|
+
onClick: () => {
|
|
1631
|
+
a.onClick(), i();
|
|
1666
1632
|
},
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1633
|
+
sx: {
|
|
1634
|
+
fontSize: "13px",
|
|
1635
|
+
fontFamily: s.typography.fontFamily,
|
|
1636
|
+
color: Ct.text.content
|
|
1637
|
+
},
|
|
1638
|
+
disableRipple: !0,
|
|
1639
|
+
children: [
|
|
1640
|
+
a.icon,
|
|
1641
|
+
/* @__PURE__ */ n("div", {
|
|
1642
|
+
className: "csdk-ml-1",
|
|
1643
|
+
children: a.title
|
|
1644
|
+
})
|
|
1645
|
+
]
|
|
1646
|
+
}, a.title))
|
|
1647
|
+
})
|
|
1648
|
+
]
|
|
1649
|
+
});
|
|
1650
|
+
}, mo = ({ onClick: e }) => {
|
|
1673
1651
|
const { themeSettings: t } = b(), { t: o } = w();
|
|
1674
|
-
return /* @__PURE__ */ n(ie, {
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1652
|
+
return /* @__PURE__ */ n(ie, {
|
|
1653
|
+
title: o("ai.preview"),
|
|
1654
|
+
children: /* @__PURE__ */ n(se, {
|
|
1655
|
+
onClick: e,
|
|
1656
|
+
$hoverColor: Fe(t),
|
|
1657
|
+
children: /* @__PURE__ */ n(ho, {
|
|
1658
|
+
fill: t.chart.textColor
|
|
1659
|
+
})
|
|
1660
|
+
})
|
|
1661
|
+
});
|
|
1662
|
+
}, xo = /* @__PURE__ */ u("div", {
|
|
1663
|
+
target: "e1cseu7j0",
|
|
1664
|
+
label: "ToolbarContainer"
|
|
1665
|
+
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
|
1666
|
+
function yo({ infoTooltipText: e, onRefresh: t, onExpand: o }) {
|
|
1667
|
+
const r = H(() => [
|
|
1668
|
+
{
|
|
1669
|
+
title: "Refresh",
|
|
1670
|
+
onClick: t,
|
|
1671
|
+
icon: /* @__PURE__ */ n(go, {})
|
|
1672
|
+
}
|
|
1673
|
+
], [
|
|
1674
|
+
t
|
|
1675
|
+
]);
|
|
1676
|
+
return /* @__PURE__ */ p(xo, {
|
|
1677
|
+
"aria-label": "chatbot chart toolbar",
|
|
1678
|
+
children: [
|
|
1679
|
+
/* @__PURE__ */ n(fo, {
|
|
1680
|
+
title: e != null ? e : ""
|
|
1681
|
+
}),
|
|
1682
|
+
/* @__PURE__ */ n(bo, {
|
|
1683
|
+
items: r
|
|
1684
|
+
}),
|
|
1685
|
+
/* @__PURE__ */ n(mo, {
|
|
1686
|
+
onClick: o
|
|
1687
|
+
})
|
|
1688
|
+
]
|
|
1689
|
+
});
|
|
1700
1690
|
}
|
|
1701
|
-
function
|
|
1691
|
+
function vo({ content: e }) {
|
|
1702
1692
|
const [t, o] = L(!1), { themeSettings: r } = b(), { inlineElement: i, expandedElement: s } = H(() => {
|
|
1703
|
-
const a = Ce(e, {
|
|
1704
|
-
|
|
1705
|
-
|
|
1693
|
+
const a = Ce(e, {
|
|
1694
|
+
useCustomizedStyleOptions: !0
|
|
1695
|
+
});
|
|
1696
|
+
if (a === void 0 || !Se(a))
|
|
1697
|
+
throw new ke("errors.otherWidgetTypesNotSupported");
|
|
1706
1698
|
const { detailedDescription: c } = e, { styleOptions: l } = a, d = {
|
|
1707
1699
|
cornerRadius: "Small",
|
|
1708
1700
|
header: {
|
|
1709
|
-
renderToolbar: (C) => /* @__PURE__ */ n(
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
onExpand: () => o(!0)
|
|
1715
|
-
}
|
|
1716
|
-
)
|
|
1701
|
+
renderToolbar: (C) => /* @__PURE__ */ n(yo, {
|
|
1702
|
+
infoTooltipText: c,
|
|
1703
|
+
onRefresh: C,
|
|
1704
|
+
onExpand: () => o(!0)
|
|
1705
|
+
})
|
|
1717
1706
|
}
|
|
1718
1707
|
};
|
|
1719
|
-
let g,
|
|
1720
|
-
if (
|
|
1721
|
-
g = /* @__PURE__ */ n("div", {
|
|
1708
|
+
let g, h;
|
|
1709
|
+
if (Yt(a.chartType))
|
|
1710
|
+
g = /* @__PURE__ */ n("div", {
|
|
1711
|
+
className: "csdk-h-[245px]",
|
|
1712
|
+
children: /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1713
|
+
styleOptions: d
|
|
1714
|
+
}))
|
|
1715
|
+
}), h = /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1716
|
+
styleOptions: {
|
|
1717
|
+
header: {
|
|
1718
|
+
hidden: !0
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
}));
|
|
1722
1722
|
else {
|
|
1723
|
-
const C =
|
|
1724
|
-
header: {
|
|
1725
|
-
|
|
1723
|
+
const C = M(v({}, l), {
|
|
1724
|
+
header: {
|
|
1725
|
+
hidden: !0
|
|
1726
|
+
}
|
|
1727
|
+
}), m = v(M(v({}, l), {
|
|
1726
1728
|
legend: void 0,
|
|
1727
1729
|
xAxis: void 0,
|
|
1728
1730
|
yAxis: void 0
|
|
1729
1731
|
}), d);
|
|
1730
|
-
delete m.legend, delete m.xAxis, delete m.yAxis, g = /* @__PURE__ */ n("div", {
|
|
1731
|
-
te,
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1732
|
+
delete m.legend, delete m.xAxis, delete m.yAxis, g = /* @__PURE__ */ n("div", {
|
|
1733
|
+
children: /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1734
|
+
styleOptions: m
|
|
1735
|
+
}))
|
|
1736
|
+
}), h = /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1737
|
+
styleOptions: v({
|
|
1738
|
+
cornerRadius: "None"
|
|
1739
|
+
}, C)
|
|
1740
|
+
}));
|
|
1736
1741
|
}
|
|
1737
|
-
return {
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1742
|
+
return {
|
|
1743
|
+
inlineElement: g,
|
|
1744
|
+
expandedElement: h
|
|
1745
|
+
};
|
|
1746
|
+
}, [
|
|
1747
|
+
e
|
|
1748
|
+
]);
|
|
1749
|
+
return /* @__PURE__ */ p(B, {
|
|
1750
|
+
children: [
|
|
1751
|
+
i,
|
|
1752
|
+
/* @__PURE__ */ p(gt, {
|
|
1744
1753
|
open: t,
|
|
1745
1754
|
onClose: () => o(!1),
|
|
1746
1755
|
maxWidth: "xl",
|
|
@@ -1752,301 +1761,355 @@ function go({ content: e }) {
|
|
|
1752
1761
|
}
|
|
1753
1762
|
},
|
|
1754
1763
|
children: [
|
|
1755
|
-
/* @__PURE__ */ p("div", {
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1764
|
+
/* @__PURE__ */ p("div", {
|
|
1765
|
+
className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]",
|
|
1766
|
+
children: [
|
|
1767
|
+
/* @__PURE__ */ n("div", {
|
|
1768
|
+
className: "csdk-text-ai-lg csdk-semibold",
|
|
1769
|
+
children: e.queryTitle
|
|
1770
|
+
}),
|
|
1771
|
+
/* @__PURE__ */ n(Ye, {
|
|
1772
|
+
onClick: () => o(!1),
|
|
1773
|
+
"aria-label": "close expanded chart",
|
|
1774
|
+
children: /* @__PURE__ */ n(co, {
|
|
1775
|
+
fillColor: r.aiChat.primaryTextColor
|
|
1776
|
+
})
|
|
1777
|
+
})
|
|
1778
|
+
]
|
|
1779
|
+
}),
|
|
1780
|
+
/* @__PURE__ */ n("div", {
|
|
1781
|
+
className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]",
|
|
1782
|
+
children: s
|
|
1783
|
+
})
|
|
1760
1784
|
]
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
|
|
1785
|
+
})
|
|
1786
|
+
]
|
|
1787
|
+
});
|
|
1764
1788
|
}
|
|
1765
|
-
function
|
|
1766
|
-
return /* @__PURE__ */ n("svg", {
|
|
1767
|
-
"
|
|
1768
|
-
|
|
1789
|
+
function wo({ theme: e }) {
|
|
1790
|
+
return /* @__PURE__ */ n("svg", {
|
|
1791
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1792
|
+
width: "24",
|
|
1793
|
+
height: "24",
|
|
1794
|
+
viewBox: "0 0 24 24",
|
|
1795
|
+
fill: "none",
|
|
1796
|
+
children: /* @__PURE__ */ n("path", {
|
|
1769
1797
|
fillRule: "evenodd",
|
|
1770
1798
|
clipRule: "evenodd",
|
|
1771
1799
|
d: "M18.5798 9.61098C18.8749 9.98744 19.0165 10.391 18.9985 10.8066C18.9804 11.2643 18.7757 11.6227 18.607 11.8426C18.8027 12.3305 18.878 13.0984 18.2245 13.6947C17.7456 14.1315 16.9325 14.3273 15.806 14.2732C15.014 14.237 14.3513 14.0893 14.3243 14.0833H14.3213C14.1708 14.0562 14.011 14.0231 13.8484 13.9869C13.8363 14.1797 13.8696 14.6585 14.2249 15.7367C14.6465 17.0196 14.6225 18.0016 14.1466 18.6581C13.6466 19.3478 12.8485 19.4019 12.6136 19.4019C12.3877 19.4019 12.1799 19.3086 12.0324 19.137C11.6981 18.7484 11.7373 18.0317 11.7793 17.7004C11.3818 16.6342 10.2676 14.02 9.32479 13.2943C9.30668 13.2822 9.2917 13.2671 9.27671 13.2521C8.99949 12.9599 8.81287 12.6437 8.68642 12.3667C8.50861 12.463 8.30687 12.5173 8.08995 12.5173H6.25291C5.56014 12.5173 5 11.954 5 11.2643L5 6.37029C5 5.67764 5.56323 5.11738 6.25291 5.11738H8.08995C8.35803 5.11738 8.60804 5.20179 8.81287 5.34635L9.52051 5.26191C9.62905 5.24692 11.5565 5.00297 13.5352 5.04209C13.8935 5.01502 14.2309 5 14.5441 5C15.0832 5 15.5531 5.04209 15.9445 5.12649C16.8661 5.32222 17.4957 5.71366 17.8148 6.28898C18.0588 6.72865 18.0588 7.16543 18.0197 7.44247C18.6191 7.98454 18.7244 8.58394 18.7033 9.00555C18.6913 9.2495 18.637 9.4573 18.5798 9.61098ZM6.25291 5.93058C6.00896 5.93058 5.81324 6.12939 5.81324 6.37029V11.2674C5.81324 11.5112 6.0119 11.7071 6.25291 11.7071H8.08995C8.33393 11.7071 8.52981 11.5083 8.52981 11.2674V6.37338C8.52981 6.12939 8.33096 5.93352 8.08995 5.93352H6.25291V5.93058ZM17.8088 9.96331C17.6823 9.83083 17.6582 9.6289 17.7547 9.47229C17.7547 9.46935 17.878 9.25849 17.8932 8.96937C17.9142 8.5748 17.7245 8.22555 17.327 7.92731C17.1854 7.81893 17.1282 7.63217 17.1885 7.46351C17.1885 7.46057 17.3179 7.06291 17.1072 6.68645C16.9052 6.32516 16.4566 6.06619 15.7759 5.92162C15.2309 5.80413 14.4899 5.78293 13.5805 5.85529H13.5383C11.6017 5.81309 9.64403 6.06619 9.62302 6.06912H9.61994L9.31583 6.1053C9.3339 6.18955 9.34286 6.27998 9.34286 6.37029V11.2674C9.34286 11.3968 9.32185 11.5233 9.28567 11.6408C9.33992 11.8425 9.49051 12.2914 9.84582 12.6739C11.1982 13.7461 12.5203 17.3631 12.5775 17.5197C12.6017 17.583 12.6075 17.6521 12.5956 17.7214C12.5443 18.0587 12.5624 18.4715 12.6347 18.5949C12.7943 18.5919 13.225 18.5467 13.484 18.1883C13.7912 17.7636 13.7791 17.0046 13.4478 15.9988C12.9419 14.4657 12.8997 13.6587 13.3003 13.3033C13.4991 13.1256 13.7641 13.1165 13.9569 13.1858C14.1406 13.228 14.3153 13.2641 14.4809 13.2912C14.4929 13.2943 14.508 13.2973 14.52 13.3003C15.4447 13.5021 17.1011 13.6255 17.6763 13.1015C18.1642 12.6558 17.8179 12.0655 17.7788 12.0022C17.6673 11.8336 17.7004 11.6137 17.851 11.4782C17.854 11.4752 18.1702 11.177 18.1852 10.7764C18.1973 10.5085 18.0708 10.2343 17.8088 9.96331Z",
|
|
1772
1800
|
fill: e.aiChat.icons.color
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1801
|
+
})
|
|
1802
|
+
});
|
|
1775
1803
|
}
|
|
1776
|
-
function
|
|
1804
|
+
function ko({ onClick: e, disabled: t }) {
|
|
1777
1805
|
const { themeSettings: o } = b(), { t: r } = w();
|
|
1778
|
-
return /* @__PURE__ */ n(ie, {
|
|
1779
|
-
|
|
1780
|
-
{
|
|
1806
|
+
return /* @__PURE__ */ n(ie, {
|
|
1807
|
+
title: r("ai.buttons.incorrectResponse"),
|
|
1808
|
+
children: /* @__PURE__ */ n(se, {
|
|
1781
1809
|
"aria-label": "thumbs-down",
|
|
1782
1810
|
onClick: e,
|
|
1783
1811
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1784
1812
|
disabled: t,
|
|
1785
|
-
children: /* @__PURE__ */ n(
|
|
1786
|
-
|
|
1787
|
-
|
|
1813
|
+
children: /* @__PURE__ */ n(wo, {
|
|
1814
|
+
theme: o
|
|
1815
|
+
})
|
|
1816
|
+
})
|
|
1817
|
+
});
|
|
1788
1818
|
}
|
|
1789
|
-
function
|
|
1790
|
-
return /* @__PURE__ */ n("svg", {
|
|
1791
|
-
"
|
|
1792
|
-
|
|
1819
|
+
function So({ theme: e }) {
|
|
1820
|
+
return /* @__PURE__ */ n("svg", {
|
|
1821
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1822
|
+
width: "24",
|
|
1823
|
+
height: "24",
|
|
1824
|
+
viewBox: "0 0 24 24",
|
|
1825
|
+
fill: "none",
|
|
1826
|
+
children: /* @__PURE__ */ n("path", {
|
|
1793
1827
|
fillRule: "evenodd",
|
|
1794
1828
|
clipRule: "evenodd",
|
|
1795
1829
|
d: "M18.5798 14.7911C18.8749 14.4146 19.0165 14.011 18.9985 13.5954C18.9804 13.1377 18.7757 12.7793 18.607 12.5595C18.8027 12.0715 18.878 11.3036 18.2245 10.7073C17.7456 10.2705 16.9325 10.0748 15.806 10.1289C15.014 10.1651 14.3513 10.3127 14.3243 10.3187H14.3213C14.1708 10.3458 14.011 10.3789 13.8484 10.4151C13.8363 10.2223 13.8696 9.74345 14.2248 8.66522C14.6465 7.38231 14.6225 6.40041 14.1466 5.74397C13.6466 5.05425 12.8485 5 12.6136 5C12.3877 5 12.1799 5.09336 12.0324 5.26499C11.6981 5.6535 11.7373 6.37026 11.7793 6.70158C11.3818 7.76777 10.2676 10.382 9.32479 11.1077C9.30668 11.1198 9.2917 11.1349 9.27671 11.1499C8.99949 11.4421 8.81287 11.7583 8.68642 12.0353C8.50861 11.939 8.30687 11.8848 8.08995 11.8848H6.25291C5.56014 11.8848 5 12.448 5 13.1377V18.0318C5 18.7244 5.56323 19.2847 6.25291 19.2847H8.08995C8.35803 19.2847 8.60804 19.2003 8.81287 19.0557L9.52051 19.1401C9.62905 19.1551 11.5565 19.3991 13.5352 19.36C13.8935 19.387 14.2309 19.402 14.5441 19.402C15.0832 19.402 15.5531 19.36 15.9445 19.2756C16.8661 19.0798 17.4957 18.6884 17.8148 18.1131C18.0588 17.6734 18.0588 17.2366 18.0197 16.9596C18.6191 16.4175 18.7244 15.8181 18.7033 15.3965C18.6913 15.1525 18.637 14.9447 18.5798 14.7911ZM6.25291 18.4715C6.00896 18.4715 5.81324 18.2727 5.81324 18.0318V13.1346C5.81324 12.8908 6.0119 12.6949 6.25291 12.6949H8.08995C8.33393 12.6949 8.52981 12.8937 8.52981 13.1346V18.0287C8.52981 18.2727 8.33096 18.4685 8.08995 18.4685H6.25291V18.4715ZM17.8088 14.4387C17.6823 14.5712 17.6582 14.7731 17.7547 14.9298C17.7547 14.9327 17.878 15.1436 17.8932 15.4327C17.9142 15.8272 17.7245 16.1765 17.327 16.4747C17.1854 16.5831 17.1282 16.7699 17.1885 16.9385C17.1885 16.9415 17.3179 17.3391 17.1072 17.7156C16.9052 18.0769 16.4566 18.3359 15.7759 18.4804C15.2309 18.5979 14.4898 18.6191 13.5805 18.5468H13.5383C11.6017 18.589 9.64403 18.3359 9.62302 18.3329H9.61994L9.31583 18.2967C9.3339 18.2125 9.34286 18.1221 9.34286 18.0318V13.1346C9.34286 13.0052 9.32185 12.8787 9.28567 12.7612C9.33992 12.5595 9.49051 12.1106 9.84582 11.7281C11.1981 10.6559 12.5203 7.03893 12.5775 6.88232C12.6016 6.81908 12.6075 6.74981 12.5956 6.68058C12.5443 6.34323 12.5624 5.93058 12.6347 5.80718C12.7943 5.81015 13.225 5.85529 13.484 6.21365C13.7912 6.63837 13.7791 7.39733 13.4478 8.40316C12.9419 9.93624 12.8997 10.7433 13.3003 11.0987C13.4991 11.2764 13.7641 11.2855 13.9569 11.2162C14.1406 11.174 14.3153 11.1378 14.4809 11.1108C14.4929 11.1077 14.508 11.1048 14.52 11.1017C15.4447 10.8999 17.1011 10.7765 17.6763 11.3005C18.1642 11.7462 17.8179 12.3365 17.7788 12.3998C17.6673 12.5684 17.7004 12.7883 17.851 12.9238C17.854 12.9268 18.1702 13.225 18.1852 13.6256C18.1973 13.8935 18.0708 14.1677 17.8088 14.4387Z",
|
|
1796
1830
|
fill: e.aiChat.icons.color
|
|
1797
|
-
}
|
|
1798
|
-
|
|
1831
|
+
})
|
|
1832
|
+
});
|
|
1799
1833
|
}
|
|
1800
|
-
function
|
|
1834
|
+
function Mo({ onClick: e, disabled: t }) {
|
|
1801
1835
|
const { themeSettings: o } = b(), { t: r } = w();
|
|
1802
|
-
return /* @__PURE__ */ n(ie, {
|
|
1803
|
-
|
|
1804
|
-
{
|
|
1836
|
+
return /* @__PURE__ */ n(ie, {
|
|
1837
|
+
title: r("ai.buttons.correctResponse"),
|
|
1838
|
+
children: /* @__PURE__ */ n(se, {
|
|
1805
1839
|
"aria-label": "thumbs-up",
|
|
1806
1840
|
onClick: e,
|
|
1807
1841
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1808
1842
|
disabled: t,
|
|
1809
|
-
children: /* @__PURE__ */ n(
|
|
1810
|
-
|
|
1811
|
-
|
|
1843
|
+
children: /* @__PURE__ */ n(So, {
|
|
1844
|
+
theme: o
|
|
1845
|
+
})
|
|
1846
|
+
})
|
|
1847
|
+
});
|
|
1812
1848
|
}
|
|
1813
|
-
const
|
|
1814
|
-
const [e, t] = L(!1), o =
|
|
1849
|
+
const To = () => {
|
|
1850
|
+
const [e, t] = L(!1), o = U(null), r = S(() => {
|
|
1815
1851
|
t(!0);
|
|
1816
|
-
}, []), i =
|
|
1852
|
+
}, []), i = S(() => {
|
|
1817
1853
|
t(!1);
|
|
1818
1854
|
}, []);
|
|
1819
|
-
return [
|
|
1820
|
-
(a) => {
|
|
1855
|
+
return [
|
|
1856
|
+
S((a) => {
|
|
1821
1857
|
var c;
|
|
1822
1858
|
((c = o.current) == null ? void 0 : c.nodeType) === Node.ELEMENT_NODE && (o.current.removeEventListener("mouseenter", r), o.current.removeEventListener("mouseleave", i)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", i)), o.current = a;
|
|
1823
|
-
},
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1859
|
+
}, [
|
|
1860
|
+
r,
|
|
1861
|
+
i
|
|
1862
|
+
]),
|
|
1863
|
+
e
|
|
1864
|
+
];
|
|
1865
|
+
}, Lo = /* @__PURE__ */ u("div", {
|
|
1866
|
+
target: "e2xyvaw0",
|
|
1867
|
+
label: "Container"
|
|
1868
|
+
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";");
|
|
1869
|
+
function Ro({ visible: e, onSend: t }) {
|
|
1870
|
+
const [o, r] = L(!1), i = S((a) => {
|
|
1871
|
+
r(!0), t(a === "up" ? 1 : -1);
|
|
1872
|
+
}, [
|
|
1873
|
+
t
|
|
1874
|
+
]), s = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${o ? "csdk-opacity-0" : "csdk-opacity-100"}`;
|
|
1875
|
+
return e ? /* @__PURE__ */ p("div", {
|
|
1876
|
+
className: `csdk-flex csdk-items-center ${s}`,
|
|
1877
|
+
children: [
|
|
1878
|
+
/* @__PURE__ */ n(Mo, {
|
|
1879
|
+
onClick: () => i("up"),
|
|
1880
|
+
disabled: o
|
|
1881
|
+
}),
|
|
1882
|
+
/* @__PURE__ */ n(ko, {
|
|
1883
|
+
onClick: () => i("down"),
|
|
1884
|
+
disabled: o
|
|
1885
|
+
})
|
|
1886
|
+
]
|
|
1887
|
+
}) : null;
|
|
1842
1888
|
}
|
|
1843
|
-
function
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1889
|
+
function Te({ sourceId: e, data: t, type: o, buttonVisibility: r = "onHover", renderContent: i }) {
|
|
1890
|
+
const s = F(), a = $t(S((h) => {
|
|
1891
|
+
s && s.ai.sendFeedback({
|
|
1892
|
+
sourceId: e,
|
|
1893
|
+
type: o,
|
|
1894
|
+
data: t,
|
|
1895
|
+
rating: h
|
|
1896
|
+
});
|
|
1897
|
+
}, [
|
|
1898
|
+
s,
|
|
1899
|
+
e,
|
|
1900
|
+
t,
|
|
1901
|
+
o
|
|
1902
|
+
]), 200), [c, l] = To(), d = H(() => r === "onHover" ? l : r !== "never", [
|
|
1903
|
+
l,
|
|
1904
|
+
r
|
|
1905
|
+
]), { themeSettings: g } = b();
|
|
1906
|
+
return /* @__PURE__ */ n(Lo, {
|
|
1907
|
+
ref: c,
|
|
1908
|
+
theme: g,
|
|
1909
|
+
children: i(/* @__PURE__ */ n(Ro, {
|
|
1910
|
+
onSend: a,
|
|
1911
|
+
visible: d
|
|
1912
|
+
}))
|
|
1913
|
+
});
|
|
1865
1914
|
}
|
|
1866
|
-
const
|
|
1867
|
-
function
|
|
1868
|
-
const [t, o] = L(!0), [r, i] = L(!1), { t: s } = w(), a =
|
|
1915
|
+
const Io = 18 * 5;
|
|
1916
|
+
function be({ text: e }) {
|
|
1917
|
+
const [t, o] = L(!0), [r, i] = L(!1), { t: s } = w(), a = U(null);
|
|
1869
1918
|
return ue(() => {
|
|
1870
|
-
a.current && a.current.scrollHeight >
|
|
1871
|
-
}, [
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
{
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
children:
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
|
|
1919
|
+
a.current && a.current.scrollHeight > Io && i(!0);
|
|
1920
|
+
}, [
|
|
1921
|
+
e
|
|
1922
|
+
]), /* @__PURE__ */ p("div", {
|
|
1923
|
+
children: [
|
|
1924
|
+
/* @__PURE__ */ n("div", {
|
|
1925
|
+
ref: a,
|
|
1926
|
+
className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`,
|
|
1927
|
+
children: e
|
|
1928
|
+
}),
|
|
1929
|
+
r && /* @__PURE__ */ n("div", {
|
|
1930
|
+
className: "csdk-mt-3 csdk-flex csdk-justify-end",
|
|
1931
|
+
children: /* @__PURE__ */ n("div", {
|
|
1932
|
+
className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
|
|
1933
|
+
onClick: () => o((c) => !c),
|
|
1934
|
+
children: s(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
|
|
1935
|
+
})
|
|
1936
|
+
})
|
|
1937
|
+
]
|
|
1938
|
+
});
|
|
1882
1939
|
}
|
|
1883
|
-
function
|
|
1940
|
+
function Eo({ nlgRequest: e }) {
|
|
1884
1941
|
const { data: t, isLoading: o, isError: r } = re(e), { t: i } = w();
|
|
1885
|
-
return o ? /* @__PURE__ */ n(
|
|
1942
|
+
return o ? /* @__PURE__ */ n(He, {}) : r ? /* @__PURE__ */ n($, {
|
|
1943
|
+
align: "left",
|
|
1944
|
+
children: i("ai.errors.unexpected")
|
|
1945
|
+
}) : /* @__PURE__ */ n($, {
|
|
1946
|
+
align: "full",
|
|
1947
|
+
children: /* @__PURE__ */ n(be, {
|
|
1948
|
+
text: t != null ? t : i("ai.errors.insightsNotAvailable")
|
|
1949
|
+
})
|
|
1950
|
+
});
|
|
1886
1951
|
}
|
|
1887
|
-
function
|
|
1952
|
+
function No() {
|
|
1888
1953
|
const { themeSettings: e } = b();
|
|
1889
|
-
return /* @__PURE__ */ n("svg", {
|
|
1890
|
-
"
|
|
1891
|
-
|
|
1954
|
+
return /* @__PURE__ */ n("svg", {
|
|
1955
|
+
width: "24",
|
|
1956
|
+
height: "25",
|
|
1957
|
+
viewBox: "0 0 24 25",
|
|
1958
|
+
fill: "none",
|
|
1959
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1960
|
+
children: /* @__PURE__ */ n("path", {
|
|
1892
1961
|
fillRule: "evenodd",
|
|
1893
1962
|
clipRule: "evenodd",
|
|
1894
1963
|
d: "M11.5 3.5C11.2239 3.5 11 3.72386 11 4V5C11 5.27614 11.2239 5.5 11.5 5.5C11.7761 5.5 12 5.27614 12 5V4C12 3.72386 11.7761 3.5 11.5 3.5ZM20 11C20 10.7239 19.7761 10.5 19.5 10.5H18.5C18.2239 10.5 18 10.7239 18 11C18 11.2761 18.2239 11.5 18.5 11.5H19.5C19.7761 11.5 20 11.2761 20 11ZM6.06066 5.35355C5.8654 5.15829 5.54882 5.15829 5.35355 5.35355C5.15829 5.54882 5.15829 5.8654 5.35355 6.06066L6.06066 6.76777C6.25592 6.96303 6.5725 6.96303 6.76777 6.76777C6.96303 6.5725 6.96303 6.25592 6.76777 6.06066L6.06066 5.35355ZM5 11C5 10.7239 4.77614 10.5 4.5 10.5H3.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H4.5C4.77614 11.5 5 11.2761 5 11ZM17.7678 6.06066C17.963 5.8654 17.963 5.54882 17.7678 5.35355C17.5725 5.15829 17.2559 5.15829 17.0607 5.35355L16.3536 6.06066C16.1583 6.25592 16.1583 6.5725 16.3536 6.76777C16.5488 6.96303 16.8654 6.96303 17.0607 6.76777L17.7678 6.06066ZM12.1443 6.53487C14.6635 6.81824 16.6511 8.67684 16.9597 11.0379C17.1678 12.6385 16.5623 14.2379 15.3244 15.3575C14.5049 16.1022 14.0038 17.2023 14 18.2722V19.5H9V18.2753C8.98626 17.1847 8.46545 16.0683 7.62521 15.3139C6.04513 13.8436 5.56667 11.6251 6.41329 9.69484C7.25992 7.76454 9.26456 6.50321 11.4909 6.5C11.7093 6.50004 11.9274 6.51167 12.1443 6.53487ZM11.4927 7.5C9.675 7.50258 8.03521 8.51877 7.34062 10.0785C6.64391 11.643 7.03778 13.4417 8.32278 14.6196C9.36662 15.5426 9.98356 16.8913 10.0003 18.2029V18.5H13.0001L13.0001 18.1969C13.0048 16.9143 13.6014 15.5805 14.6246 14.6649C15.6402 13.7602 16.1379 12.4652 15.9669 11.1689C15.7132 9.25779 14.0849 7.75729 12.0264 7.52799C11.8487 7.50938 11.67 7.50004 11.4927 7.5ZM14.1068 12.5099H13.1068C13.1068 10.7222 12.3371 9.95246 10.6235 10.0096L10.5901 9.01014C12.8765 8.93393 14.1068 10.1642 14.1068 12.5099ZM13 21.5V20.5H10V21.5H13Z",
|
|
1895
1964
|
fill: e.aiChat.icons.color
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1965
|
+
})
|
|
1966
|
+
});
|
|
1898
1967
|
}
|
|
1899
|
-
function
|
|
1968
|
+
function Bo({ onClick: e }) {
|
|
1900
1969
|
const { t } = w();
|
|
1901
|
-
return /* @__PURE__ */ n(he, {
|
|
1902
|
-
"
|
|
1903
|
-
|
|
1970
|
+
return /* @__PURE__ */ n(he, {
|
|
1971
|
+
align: "left",
|
|
1972
|
+
onClick: e,
|
|
1973
|
+
children: /* @__PURE__ */ p("div", {
|
|
1904
1974
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1905
1975
|
children: [
|
|
1906
|
-
/* @__PURE__ */ n(
|
|
1976
|
+
/* @__PURE__ */ n(No, {}),
|
|
1907
1977
|
t("ai.buttons.insights")
|
|
1908
1978
|
]
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1979
|
+
})
|
|
1980
|
+
});
|
|
1911
1981
|
}
|
|
1912
|
-
var
|
|
1913
|
-
const
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: c } = e;
|
|
1982
|
+
var Ho = Zt("toLowerCase");
|
|
1983
|
+
const Ge = /* @__PURE__ */ u("div", {
|
|
1984
|
+
target: "es26a860",
|
|
1985
|
+
label: "FlexRow"
|
|
1986
|
+
})("display:flex;align-items:center;column-gap:10px;"), Fo = (e) => !!e && "aeiou".includes(e[0]);
|
|
1987
|
+
function Do({ data: e, alwaysShowFeedback: t }) {
|
|
1988
|
+
const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: c, userMsg: l } = e;
|
|
1920
1989
|
console.debug(`JAQL for ${s}`, c), console.debug(`chart recommendations for ${s}`, a);
|
|
1921
|
-
const
|
|
1922
|
-
let
|
|
1923
|
-
|
|
1924
|
-
const
|
|
1925
|
-
|
|
1990
|
+
const d = "chartType" in a ? a.chartType : "table";
|
|
1991
|
+
let g;
|
|
1992
|
+
Fo(d) ? g = `an ${d}` : g = `a ${d}`, d !== "table" && (g += " chart");
|
|
1993
|
+
const h = c.datasource.title, [C, m] = L(!1), k = S(() => {
|
|
1994
|
+
m((E) => !E);
|
|
1926
1995
|
}, []), x = {
|
|
1927
1996
|
jaql: {
|
|
1928
1997
|
datasource: c.datasource,
|
|
1929
1998
|
metadata: c.metadata
|
|
1930
1999
|
}
|
|
1931
|
-
},
|
|
1932
|
-
return /* @__PURE__ */ p(
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
sourceId: g,
|
|
2000
|
+
}, T = o === "analyze";
|
|
2001
|
+
return /* @__PURE__ */ p(B, {
|
|
2002
|
+
children: [
|
|
2003
|
+
/* @__PURE__ */ n(Te, {
|
|
2004
|
+
sourceId: h,
|
|
1937
2005
|
data: e,
|
|
1938
2006
|
type: "chats/nlq",
|
|
1939
2007
|
buttonVisibility: t ? "always" : "onHover",
|
|
1940
|
-
renderContent: (
|
|
1941
|
-
|
|
1942
|
-
/* @__PURE__ */
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
2008
|
+
renderContent: (E) => /* @__PURE__ */ p(B, {
|
|
2009
|
+
children: [
|
|
2010
|
+
/* @__PURE__ */ p(Ge, {
|
|
2011
|
+
children: [
|
|
2012
|
+
/* @__PURE__ */ n(ut, {
|
|
2013
|
+
align: "left",
|
|
2014
|
+
theme: i,
|
|
2015
|
+
children: l || `Here's ${g} showing ${Ho(s)}.`
|
|
2016
|
+
}),
|
|
2017
|
+
E
|
|
2018
|
+
]
|
|
2019
|
+
}),
|
|
2020
|
+
T && /* @__PURE__ */ n(vo, {
|
|
2021
|
+
content: e
|
|
2022
|
+
})
|
|
2023
|
+
]
|
|
2024
|
+
})
|
|
2025
|
+
}),
|
|
2026
|
+
r && /* @__PURE__ */ n(Te, {
|
|
2027
|
+
sourceId: h,
|
|
1953
2028
|
data: x,
|
|
1954
2029
|
type: "nlg/queryResult",
|
|
1955
|
-
buttonVisibility:
|
|
1956
|
-
renderContent: (
|
|
1957
|
-
|
|
1958
|
-
/* @__PURE__ */
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
2030
|
+
buttonVisibility: C ? "onHover" : "never",
|
|
2031
|
+
renderContent: (E) => /* @__PURE__ */ p(B, {
|
|
2032
|
+
children: [
|
|
2033
|
+
/* @__PURE__ */ p(Ge, {
|
|
2034
|
+
children: [
|
|
2035
|
+
/* @__PURE__ */ n(Bo, {
|
|
2036
|
+
onClick: k
|
|
2037
|
+
}),
|
|
2038
|
+
E
|
|
2039
|
+
]
|
|
2040
|
+
}),
|
|
2041
|
+
C && /* @__PURE__ */ n(Eo, {
|
|
2042
|
+
nlgRequest: x
|
|
2043
|
+
})
|
|
2044
|
+
]
|
|
2045
|
+
})
|
|
2046
|
+
})
|
|
2047
|
+
]
|
|
2048
|
+
});
|
|
1966
2049
|
}
|
|
1967
|
-
function
|
|
1968
|
-
if (
|
|
2050
|
+
function Po({ message: e, isLastMessage: t }) {
|
|
2051
|
+
if (dt(e)) {
|
|
1969
2052
|
const r = JSON.parse(e.content);
|
|
1970
|
-
return /* @__PURE__ */ n(
|
|
2053
|
+
return /* @__PURE__ */ n(Do, {
|
|
2054
|
+
data: r,
|
|
2055
|
+
alwaysShowFeedback: t
|
|
2056
|
+
});
|
|
1971
2057
|
}
|
|
1972
|
-
const o =
|
|
1973
|
-
return /* @__PURE__ */ n(
|
|
2058
|
+
const o = S1(e) ? JSON.parse(e.content).answer : e.content;
|
|
2059
|
+
return /* @__PURE__ */ n($, {
|
|
2060
|
+
align: e.role === "user" ? "right" : "left",
|
|
2061
|
+
children: o
|
|
2062
|
+
});
|
|
1974
2063
|
}
|
|
1975
|
-
const
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
})
|
|
1979
|
-
function
|
|
2064
|
+
const qo = /* @__PURE__ */ r1(Po), Ao = ({ error: e, displayMessage: t }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n($, {
|
|
2065
|
+
align: "left",
|
|
2066
|
+
children: t
|
|
2067
|
+
}));
|
|
2068
|
+
function Oo({ messages: e }) {
|
|
1980
2069
|
const { t } = w();
|
|
1981
|
-
return /* @__PURE__ */ n(
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
fallbackRender: (i) => Io($(S({}, i), {
|
|
2070
|
+
return /* @__PURE__ */ n(B, {
|
|
2071
|
+
children: e.map((o, r) => /* @__PURE__ */ n(jt, {
|
|
2072
|
+
fallbackRender: (i) => Ao(M(v({}, i), {
|
|
1985
2073
|
displayMessage: t("ai.errors.unexpected")
|
|
1986
2074
|
})),
|
|
1987
|
-
children: /* @__PURE__ */ n(
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
2075
|
+
children: /* @__PURE__ */ n(qo, {
|
|
2076
|
+
message: o,
|
|
2077
|
+
isLastMessage: r === e.length - 1
|
|
2078
|
+
}, r)
|
|
2079
|
+
}, r))
|
|
2080
|
+
});
|
|
1991
2081
|
}
|
|
1992
|
-
function
|
|
1993
|
-
return /* @__PURE__ */ n(
|
|
1994
|
-
"
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
d: "M3.87815 0.825307C4.05781 0.615598 4.03345 0.299954 3.82374 0.120297C3.61403 -0.05936 3.29838 -0.034998 3.11873 0.174711L0.120288 3.67471C-0.040096 3.86192 -0.040096 4.1381 0.120288 4.32531L3.11873 7.82531C3.29838 8.03502 3.61403 8.05938 3.82374 7.87972C4.03345 7.70006 4.05781 7.38442 3.87815 7.17471L1.15839 4.00001L3.87815 0.825307Z",
|
|
2005
|
-
fill: e
|
|
2006
|
-
}
|
|
2007
|
-
)
|
|
2008
|
-
}
|
|
2009
|
-
);
|
|
2082
|
+
function ft({ color: e }) {
|
|
2083
|
+
return /* @__PURE__ */ n("svg", {
|
|
2084
|
+
width: "100%",
|
|
2085
|
+
height: "100%",
|
|
2086
|
+
viewBox: "0 0 4 8",
|
|
2087
|
+
fill: "none",
|
|
2088
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2089
|
+
children: /* @__PURE__ */ n("path", {
|
|
2090
|
+
d: "M3.87815 0.825307C4.05781 0.615598 4.03345 0.299954 3.82374 0.120297C3.61403 -0.05936 3.29838 -0.034998 3.11873 0.174711L0.120288 3.67471C-0.040096 3.86192 -0.040096 4.1381 0.120288 4.32531L3.11873 7.82531C3.29838 8.03502 3.61403 8.05938 3.82374 7.87972C4.03345 7.70006 4.05781 7.38442 3.87815 7.17471L1.15839 4.00001L3.87815 0.825307Z",
|
|
2091
|
+
fill: e
|
|
2092
|
+
})
|
|
2093
|
+
});
|
|
2010
2094
|
}
|
|
2011
|
-
function
|
|
2012
|
-
return /* @__PURE__ */ n(
|
|
2013
|
-
"
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
);
|
|
2095
|
+
function Wo({ onClick: e, color: t }) {
|
|
2096
|
+
return /* @__PURE__ */ n("div", {
|
|
2097
|
+
"aria-label": "go back",
|
|
2098
|
+
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2099
|
+
onClick: e,
|
|
2100
|
+
children: /* @__PURE__ */ n(ft, {
|
|
2101
|
+
color: t
|
|
2102
|
+
})
|
|
2103
|
+
});
|
|
2021
2104
|
}
|
|
2022
|
-
const
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
border-width: 1px;
|
|
2027
|
-
padding-left: 1rem;
|
|
2028
|
-
padding-right: 1rem;
|
|
2029
|
-
padding-top: 0.5rem;
|
|
2030
|
-
padding-bottom: 0.5rem;
|
|
2031
|
-
cursor: pointer;
|
|
2032
|
-
text-align: left;
|
|
2033
|
-
max-width: 85%;
|
|
2034
|
-
|
|
2035
|
-
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2036
|
-
color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
|
|
2037
|
-
background-color: ${({ theme: e }) => e.aiChat.suggestions.backgroundColor};
|
|
2038
|
-
border: ${({ theme: e }) => e.aiChat.suggestions.border};
|
|
2039
|
-
border-radius: ${({ theme: e }) => e.aiChat.suggestions.borderRadius};
|
|
2040
|
-
&:hover {
|
|
2041
|
-
background-color: ${({ theme: e }) => e.aiChat.suggestions.hover.backgroundColor};
|
|
2042
|
-
color: ${({ theme: e }) => e.aiChat.suggestions.hover.textColor};
|
|
2043
|
-
}
|
|
2044
|
-
|
|
2045
|
-
${({ theme: e }) => {
|
|
2105
|
+
const zo = /* @__PURE__ */ u("button", {
|
|
2106
|
+
target: "e1p0q0z20",
|
|
2107
|
+
label: "Button"
|
|
2108
|
+
})("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({ theme: e }) => e.typography.fontFamily, ";color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";border:", ({ theme: e }) => e.aiChat.suggestions.border, ";border-radius:", ({ theme: e }) => e.aiChat.suggestions.borderRadius, ";&:hover{background-color:", ({ theme: e }) => e.aiChat.suggestions.hover.backgroundColor, ";color:", ({ theme: e }) => e.aiChat.suggestions.hover.textColor, ";}", ({ theme: e }) => {
|
|
2046
2109
|
const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
|
|
2047
2110
|
if (t) {
|
|
2048
2111
|
const [r, i] = t;
|
|
2049
|
-
return
|
|
2112
|
+
return I`
|
|
2050
2113
|
border: none;
|
|
2051
2114
|
position: relative;
|
|
2052
2115
|
border-radius: ${o};
|
|
@@ -2067,30 +2130,43 @@ const Fo = h.button`
|
|
|
2067
2130
|
`;
|
|
2068
2131
|
}
|
|
2069
2132
|
return "";
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
function ze({ question: e, onClick: t }) {
|
|
2133
|
+
});
|
|
2134
|
+
function Ve({ question: e, onClick: t }) {
|
|
2073
2135
|
const { themeSettings: o } = b();
|
|
2074
|
-
return /* @__PURE__ */ n(
|
|
2136
|
+
return /* @__PURE__ */ n(zo, {
|
|
2137
|
+
onClick: t,
|
|
2138
|
+
theme: o,
|
|
2139
|
+
children: e
|
|
2140
|
+
});
|
|
2075
2141
|
}
|
|
2076
|
-
const
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2142
|
+
const $o = /* @__PURE__ */ u("div", {
|
|
2143
|
+
target: "eu11cc50",
|
|
2144
|
+
label: "ListContainer"
|
|
2145
|
+
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2146
|
+
function Zo({ questions: e, onSelection: t }) {
|
|
2147
|
+
const { t: o } = w(), [r, i] = L(!0), s = H(() => r && e.length > 5 ? e.slice(0, 4) : e, [
|
|
2148
|
+
e,
|
|
2149
|
+
r
|
|
2150
|
+
]), { themeSettings: a } = b();
|
|
2151
|
+
return /* @__PURE__ */ p($o, {
|
|
2152
|
+
"aria-label": "list of suggested questions",
|
|
2153
|
+
theme: a,
|
|
2154
|
+
children: [
|
|
2155
|
+
s.map((c) => /* @__PURE__ */ n(Ve, {
|
|
2156
|
+
question: c,
|
|
2157
|
+
onClick: () => t(c)
|
|
2158
|
+
}, c)),
|
|
2159
|
+
s.length < e.length && /* @__PURE__ */ n(Ve, {
|
|
2160
|
+
question: o("ai.buttons.seeMore"),
|
|
2161
|
+
onClick: () => i(!1)
|
|
2162
|
+
})
|
|
2163
|
+
]
|
|
2164
|
+
});
|
|
2088
2165
|
}
|
|
2089
|
-
const
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
background: ${({ theme: e }) => {
|
|
2166
|
+
const jo = /* @__PURE__ */ u("div", {
|
|
2167
|
+
target: "ebwb3nc0",
|
|
2168
|
+
label: "Row"
|
|
2169
|
+
})("width:283px;height:32px;border-radius:10px;background:", ({ theme: e }) => {
|
|
2094
2170
|
const [t, o] = e.aiChat.suggestions.loadingGradient;
|
|
2095
2171
|
return `linear-gradient(
|
|
2096
2172
|
to right,
|
|
@@ -2098,694 +2174,664 @@ const Po = h.div`
|
|
|
2098
2174
|
${o} 50%,
|
|
2099
2175
|
${t} 100%
|
|
2100
2176
|
)`;
|
|
2101
|
-
}};
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
0% {
|
|
2107
|
-
background-position: 0 0;
|
|
2108
|
-
}
|
|
2109
|
-
100% {
|
|
2110
|
-
background-position: -200% 0;
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
|
-
`, Wo = h.div`
|
|
2114
|
-
display: flex;
|
|
2115
|
-
flex-direction: column;
|
|
2116
|
-
row-gap: 1rem;
|
|
2117
|
-
`;
|
|
2118
|
-
function Oo() {
|
|
2177
|
+
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), Go = /* @__PURE__ */ u("div", {
|
|
2178
|
+
target: "ebwb3nc1",
|
|
2179
|
+
label: "SkeletonContainer"
|
|
2180
|
+
})("display:flex;flex-direction:column;row-gap:1rem;");
|
|
2181
|
+
function Vo() {
|
|
2119
2182
|
const { themeSettings: e } = b();
|
|
2120
|
-
return /* @__PURE__ */ n(
|
|
2183
|
+
return /* @__PURE__ */ n(Go, {
|
|
2184
|
+
children: Array.from({
|
|
2185
|
+
length: 3
|
|
2186
|
+
}, (t, o) => /* @__PURE__ */ n(jo, {
|
|
2187
|
+
theme: e
|
|
2188
|
+
}, o))
|
|
2189
|
+
});
|
|
2121
2190
|
}
|
|
2122
|
-
function
|
|
2191
|
+
function Qo({ questions: e, isLoading: t, onSelection: o }) {
|
|
2123
2192
|
const r = e.length > 0, { suggestionsWelcomeText: i } = P();
|
|
2124
|
-
return t ? /* @__PURE__ */ n(
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2193
|
+
return t ? /* @__PURE__ */ n(Vo, {}) : r ? /* @__PURE__ */ p(B, {
|
|
2194
|
+
children: [
|
|
2195
|
+
i && /* @__PURE__ */ n($, {
|
|
2196
|
+
align: "left",
|
|
2197
|
+
children: i
|
|
2198
|
+
}),
|
|
2199
|
+
/* @__PURE__ */ n(Zo, {
|
|
2200
|
+
onSelection: o,
|
|
2201
|
+
questions: e
|
|
2202
|
+
})
|
|
2203
|
+
]
|
|
2204
|
+
}) : null;
|
|
2128
2205
|
}
|
|
2129
|
-
const
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
}),
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
display: flex;
|
|
2158
|
-
flex-wrap: wrap;
|
|
2159
|
-
align-items: center;
|
|
2160
|
-
justify-content: center;
|
|
2161
|
-
box-sizing: border-box;
|
|
2162
|
-
|
|
2163
|
-
color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
|
|
2164
|
-
`;
|
|
2165
|
-
function Go({ theme: e }) {
|
|
2206
|
+
const _o = /* @__PURE__ */ u("div", {
|
|
2207
|
+
target: "ew7avl30",
|
|
2208
|
+
label: "ToolbarContainer"
|
|
2209
|
+
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"), Uo = /* @__PURE__ */ u("div", {
|
|
2210
|
+
target: "ew7avl31",
|
|
2211
|
+
label: "ToolbarTitle"
|
|
2212
|
+
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"), bt = /* @__PURE__ */ i1(function({ title: t, leftNav: o, rightNav: r, style: i }, s) {
|
|
2213
|
+
return /* @__PURE__ */ p(_o, {
|
|
2214
|
+
ref: s,
|
|
2215
|
+
style: i,
|
|
2216
|
+
children: [
|
|
2217
|
+
o,
|
|
2218
|
+
/* @__PURE__ */ n(Uo, {
|
|
2219
|
+
style: i,
|
|
2220
|
+
children: t
|
|
2221
|
+
}),
|
|
2222
|
+
r && /* @__PURE__ */ n("div", {
|
|
2223
|
+
className: "csdk-ml-auto",
|
|
2224
|
+
children: r
|
|
2225
|
+
})
|
|
2226
|
+
]
|
|
2227
|
+
});
|
|
2228
|
+
}), Ko = /* @__PURE__ */ u("div", {
|
|
2229
|
+
target: "e14yc7id0",
|
|
2230
|
+
label: "AiDisclaimerContainer"
|
|
2231
|
+
})("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({ theme: e }) => e.aiChat.secondaryTextColor, ";");
|
|
2232
|
+
function Jo({ theme: e }) {
|
|
2166
2233
|
const { t } = w();
|
|
2167
|
-
return /* @__PURE__ */ p(
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2234
|
+
return /* @__PURE__ */ p(Ko, {
|
|
2235
|
+
theme: e,
|
|
2236
|
+
children: [
|
|
2237
|
+
/* @__PURE__ */ n("div", {
|
|
2238
|
+
children: t("ai.disclaimer.poweredByAi")
|
|
2239
|
+
}),
|
|
2240
|
+
/* @__PURE__ */ p("div", {
|
|
2241
|
+
children: [
|
|
2242
|
+
" ",
|
|
2243
|
+
t("ai.disclaimer.rateRequest")
|
|
2244
|
+
]
|
|
2245
|
+
})
|
|
2246
|
+
]
|
|
2247
|
+
});
|
|
2174
2248
|
}
|
|
2175
|
-
const
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
padding-right: 16px;
|
|
2180
|
-
padding-top: 4px;
|
|
2181
|
-
padding-bottom: 4px;
|
|
2182
|
-
border-radius: 16px;
|
|
2183
|
-
|
|
2184
|
-
color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
|
|
2185
|
-
background-color: ${({ theme: e }) => e.aiChat.suggestions.backgroundColor};
|
|
2186
|
-
`, ut = () => {
|
|
2249
|
+
const Yo = /* @__PURE__ */ u("div", {
|
|
2250
|
+
target: "e103xz8p0",
|
|
2251
|
+
label: "Container"
|
|
2252
|
+
})("font-size:inherit;line-height:inherit;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;border-radius:16px;color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";"), mt = () => {
|
|
2187
2253
|
const { t: e } = w(), { themeSettings: t } = b();
|
|
2188
|
-
return /* @__PURE__ */ n(
|
|
2254
|
+
return /* @__PURE__ */ n(Yo, {
|
|
2255
|
+
theme: t,
|
|
2256
|
+
children: e("ai.betaLabel")
|
|
2257
|
+
});
|
|
2189
2258
|
};
|
|
2190
|
-
function
|
|
2259
|
+
function Xo() {
|
|
2191
2260
|
const { themeSettings: e } = b();
|
|
2192
|
-
return /* @__PURE__ */ n("svg", {
|
|
2193
|
-
"
|
|
2194
|
-
|
|
2261
|
+
return /* @__PURE__ */ n("svg", {
|
|
2262
|
+
width: "24",
|
|
2263
|
+
height: "24",
|
|
2264
|
+
viewBox: "0 0 24 24",
|
|
2265
|
+
fill: "none",
|
|
2266
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2267
|
+
children: /* @__PURE__ */ n("path", {
|
|
2195
2268
|
fillRule: "evenodd",
|
|
2196
2269
|
clipRule: "evenodd",
|
|
2197
2270
|
d: "M15.1747 9.1203L12 11.8401L8.82529 9.1203C8.61558 8.94064 8.29994 8.965 8.12028 9.17471C7.94062 9.38442 7.96498 9.70006 8.17469 9.87972L11.6747 12.8782C11.8619 13.0385 12.1381 13.0385 12.3253 12.8782L15.8253 9.87972C16.035 9.70006 16.0594 9.38442 15.8797 9.17471C15.7 8.965 15.3844 8.94064 15.1747 9.1203ZM15.8797 12.1731C15.7 11.9634 15.3844 11.9391 15.1747 12.1187L12 14.8385L8.82529 12.1187C8.61558 11.9391 8.29994 11.9634 8.12028 12.1731C7.94062 12.3829 7.96498 12.6985 8.17469 12.8782L11.6747 15.8766C11.8619 16.037 12.1381 16.037 12.3253 15.8766L15.8253 12.8782C16.035 12.6985 16.0594 12.3829 15.8797 12.1731Z",
|
|
2198
2271
|
fill: e.aiChat.primaryTextColor
|
|
2199
|
-
}
|
|
2200
|
-
|
|
2272
|
+
})
|
|
2273
|
+
});
|
|
2201
2274
|
}
|
|
2202
|
-
const
|
|
2203
|
-
const o = new
|
|
2275
|
+
const en = (e, t) => {
|
|
2276
|
+
const o = new Xt(e);
|
|
2204
2277
|
return o.alpha = t, o;
|
|
2205
|
-
},
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
padding-right: 8px;
|
|
2210
|
-
padding-top: 4px;
|
|
2211
|
-
border-radius: 16px;
|
|
2212
|
-
margin-bottom: 4px;
|
|
2213
|
-
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${Qo(e.aiChat.primaryTextColor, 0.2)}`};
|
|
2214
|
-
cursor: pointer;
|
|
2215
|
-
color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
|
|
2216
|
-
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
|
|
2217
|
-
|
|
2218
|
-
&:hover {
|
|
2219
|
-
color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
|
|
2220
|
-
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
|
|
2221
|
-
box-shadow: none;
|
|
2222
|
-
`, _o = ({ onClick: e }) => {
|
|
2278
|
+
}, tn = /* @__PURE__ */ u("div", {
|
|
2279
|
+
target: "e1rxvpki0",
|
|
2280
|
+
label: "Container"
|
|
2281
|
+
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${en(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), on = ({ onClick: e }) => {
|
|
2223
2282
|
const { themeSettings: t } = b();
|
|
2224
|
-
return /* @__PURE__ */ n(
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
function
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
isLoading: g,
|
|
2253
|
-
isError: u
|
|
2254
|
-
} = Je({
|
|
2283
|
+
return /* @__PURE__ */ n(tn, {
|
|
2284
|
+
theme: t,
|
|
2285
|
+
onClick: e,
|
|
2286
|
+
children: /* @__PURE__ */ n(Xo, {})
|
|
2287
|
+
});
|
|
2288
|
+
}, nn = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(Ke, {
|
|
2289
|
+
anchorEl: o,
|
|
2290
|
+
open: e,
|
|
2291
|
+
placement: "top",
|
|
2292
|
+
sx: {
|
|
2293
|
+
zIndex: 2
|
|
2294
|
+
},
|
|
2295
|
+
children: /* @__PURE__ */ n(on, {
|
|
2296
|
+
onClick: t
|
|
2297
|
+
})
|
|
2298
|
+
}), rn = /* @__PURE__ */ u("div", {
|
|
2299
|
+
target: "e145urtk0",
|
|
2300
|
+
label: "ChatBody"
|
|
2301
|
+
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), sn = /* @__PURE__ */ u("div", {
|
|
2302
|
+
target: "e145urtk1",
|
|
2303
|
+
label: "ChatFooter"
|
|
2304
|
+
})("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), an = /* @__PURE__ */ u("div", {
|
|
2305
|
+
target: "e145urtk2",
|
|
2306
|
+
label: "FollowupQuestionsContainer"
|
|
2307
|
+
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2308
|
+
function ln({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
2309
|
+
var De, Pe, qe;
|
|
2310
|
+
const { t: r } = w(), { enableFollowupQuestions: i, enableHeader: s, numOfRecentPrompts: a, numOfRecommendations: c } = P(), { themeSettings: l } = b(), { data: d, isLoading: g, isError: h } = nt({
|
|
2255
2311
|
contextTitle: e,
|
|
2256
2312
|
count: c
|
|
2257
|
-
}), C = H(
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
isAwaitingResponse: k,
|
|
2264
|
-
sendMessage: y,
|
|
2265
|
-
isLoading: F,
|
|
2266
|
-
chatId: G,
|
|
2267
|
-
lastError: v
|
|
2268
|
-
} = b1(e, o), { mutate: U, isLoading: D } = tt(G), [_, V] = L(!1), [J, be] = L(!1), xe = () => V(!0), W = () => V(!1), X = () => {
|
|
2269
|
-
U(), W();
|
|
2270
|
-
}, I = Y(null), ae = Y(null), ye = () => {
|
|
2271
|
-
if (!(I != null && I.current))
|
|
2313
|
+
}), C = H(() => d == null ? void 0 : d.map((R) => R.nlqPrompt), [
|
|
2314
|
+
d
|
|
2315
|
+
]), { history: m, lastNlqResponse: k, isAwaitingResponse: x, sendMessage: T, isLoading: E, chatId: Z, lastError: y } = M1(e, o), { mutate: V, isLoading: D } = st(Z), [Q, j] = L(!1), [J, me] = L(!1), xe = () => j(!0), q = () => j(!1), Y = () => {
|
|
2316
|
+
V(), q();
|
|
2317
|
+
}, N = U(null), ae = U(null), ye = () => {
|
|
2318
|
+
if (!(N != null && N.current))
|
|
2272
2319
|
return;
|
|
2273
|
-
const { scrollTop: R, clientHeight:
|
|
2274
|
-
if (R === void 0 ||
|
|
2320
|
+
const { scrollTop: R, clientHeight: O, scrollHeight: Ae } = N.current;
|
|
2321
|
+
if (R === void 0 || O === void 0 || Ae === void 0)
|
|
2275
2322
|
return;
|
|
2276
|
-
const
|
|
2277
|
-
J !==
|
|
2323
|
+
const Oe = Ae - R - O > O / 2;
|
|
2324
|
+
J !== Oe && me(Oe);
|
|
2278
2325
|
};
|
|
2279
2326
|
ue(() => {
|
|
2280
|
-
|
|
2281
|
-
}, [
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
/* @__PURE__ */ n(
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2327
|
+
N.current && (N.current.scrollTop = N.current.scrollHeight);
|
|
2328
|
+
}, [
|
|
2329
|
+
m,
|
|
2330
|
+
Q,
|
|
2331
|
+
x
|
|
2332
|
+
]);
|
|
2333
|
+
const X = U(null), le = s ? /* @__PURE__ */ n(bt, {
|
|
2334
|
+
ref: X,
|
|
2335
|
+
title: e,
|
|
2336
|
+
leftNav: t && /* @__PURE__ */ n(Wo, {
|
|
2337
|
+
onClick: t,
|
|
2338
|
+
color: l.aiChat.header.textColor
|
|
2339
|
+
}),
|
|
2340
|
+
rightNav: /* @__PURE__ */ n(mt, {}),
|
|
2341
|
+
style: l.aiChat.header
|
|
2342
|
+
}) : null, A = H(() => [
|
|
2343
|
+
...new Set(m.filter((R) => R.role === "user").filter((R) => !(C != null && C.includes(R.content))).map((R) => R.content).reverse())
|
|
2344
|
+
].slice(0, a), [
|
|
2345
|
+
m,
|
|
2346
|
+
a,
|
|
2347
|
+
C
|
|
2348
|
+
]);
|
|
2349
|
+
return (y == null ? void 0 : y.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ p(B, {
|
|
2350
|
+
children: [
|
|
2351
|
+
s && le,
|
|
2352
|
+
/* @__PURE__ */ n(ht, {
|
|
2353
|
+
text: y.message
|
|
2354
|
+
})
|
|
2355
|
+
]
|
|
2356
|
+
}) : /* @__PURE__ */ p(B, {
|
|
2357
|
+
children: [
|
|
2358
|
+
le,
|
|
2359
|
+
/* @__PURE__ */ p(rn, {
|
|
2360
|
+
ref: N,
|
|
2361
|
+
theme: l,
|
|
2362
|
+
onScroll: ye,
|
|
2363
|
+
children: [
|
|
2364
|
+
/* @__PURE__ */ n(nn, {
|
|
2365
|
+
isVisible: J,
|
|
2366
|
+
anchorElement: ae.current,
|
|
2367
|
+
onClick: () => {
|
|
2368
|
+
var R, O;
|
|
2369
|
+
(O = N.current) == null || O.scroll({
|
|
2370
|
+
top: (R = N.current) == null ? void 0 : R.scrollHeight,
|
|
2371
|
+
behavior: "smooth"
|
|
2372
|
+
});
|
|
2373
|
+
}
|
|
2374
|
+
}),
|
|
2375
|
+
/* @__PURE__ */ n(U1, {}),
|
|
2376
|
+
/* @__PURE__ */ n(Qo, {
|
|
2377
|
+
questions: C || [],
|
|
2378
|
+
isLoading: g,
|
|
2379
|
+
onSelection: T
|
|
2380
|
+
}),
|
|
2381
|
+
y && /* @__PURE__ */ n($, {
|
|
2382
|
+
align: "left",
|
|
2383
|
+
children: y.message
|
|
2384
|
+
}),
|
|
2385
|
+
E ? /* @__PURE__ */ n(fe, {}) : /* @__PURE__ */ n(Oo, {
|
|
2386
|
+
messages: m
|
|
2387
|
+
}),
|
|
2388
|
+
i && k && ((Pe = (De = k.followupQuestions) == null ? void 0 : De.length) != null ? Pe : 0) > 0 && /* @__PURE__ */ n(an, {
|
|
2389
|
+
theme: l,
|
|
2390
|
+
children: (qe = k.followupQuestions) == null ? void 0 : qe.slice(0, 2).map((R, O) => /* @__PURE__ */ n(he, {
|
|
2391
|
+
align: "left",
|
|
2392
|
+
onClick: () => {
|
|
2393
|
+
T(R);
|
|
2394
|
+
},
|
|
2395
|
+
children: /* @__PURE__ */ n("div", {
|
|
2396
|
+
className: "csdk-py-[7px] csdk-px-4",
|
|
2397
|
+
children: R
|
|
2398
|
+
})
|
|
2399
|
+
}, O))
|
|
2400
|
+
}),
|
|
2401
|
+
(x || D) && /* @__PURE__ */ n(He, {}),
|
|
2402
|
+
Q && /* @__PURE__ */ n(to, {
|
|
2403
|
+
onCancel: q,
|
|
2404
|
+
onConfirm: Y
|
|
2405
|
+
})
|
|
2406
|
+
]
|
|
2407
|
+
}),
|
|
2408
|
+
/* @__PURE__ */ p(sn, {
|
|
2409
|
+
ref: ae,
|
|
2410
|
+
theme: l,
|
|
2411
|
+
children: [
|
|
2412
|
+
/* @__PURE__ */ n(Q1, {
|
|
2413
|
+
onSendMessage: T,
|
|
2414
|
+
disabled: x || E,
|
|
2415
|
+
onClearHistoryClick: xe,
|
|
2416
|
+
suggestions: C || [],
|
|
2417
|
+
recentPrompts: A,
|
|
2418
|
+
isLoading: g || E,
|
|
2419
|
+
recommendationsError: h,
|
|
2420
|
+
onChange: q
|
|
2421
|
+
}),
|
|
2422
|
+
/* @__PURE__ */ n(Jo, {
|
|
2423
|
+
theme: l
|
|
2424
|
+
})
|
|
2425
|
+
]
|
|
2426
|
+
})
|
|
2427
|
+
]
|
|
2428
|
+
});
|
|
2367
2429
|
}
|
|
2368
|
-
const
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
font-size: 1.05rem;
|
|
2383
|
-
line-height: 28px;
|
|
2384
|
-
|
|
2385
|
-
color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
|
|
2386
|
-
`, nn = h.div`
|
|
2387
|
-
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
2388
|
-
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
2389
|
-
|
|
2390
|
-
color: ${({ theme: e }) => Ue(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
2391
|
-
`, rn = h.div`
|
|
2392
|
-
width: 16px;
|
|
2393
|
-
height: 16px;
|
|
2394
|
-
transform: rotate(180deg);
|
|
2395
|
-
`;
|
|
2396
|
-
function sn(e) {
|
|
2430
|
+
const cn = /* @__PURE__ */ u("button", {
|
|
2431
|
+
target: "e5a38pw0",
|
|
2432
|
+
label: "Container"
|
|
2433
|
+
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"), dn = /* @__PURE__ */ u("div", {
|
|
2434
|
+
target: "e5a38pw1",
|
|
2435
|
+
label: "Title"
|
|
2436
|
+
})("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"), un = /* @__PURE__ */ u("div", {
|
|
2437
|
+
target: "e5a38pw2",
|
|
2438
|
+
label: "Description"
|
|
2439
|
+
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => Xe(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), hn = /* @__PURE__ */ u("div", {
|
|
2440
|
+
target: "e5a38pw3",
|
|
2441
|
+
label: "IconContainer"
|
|
2442
|
+
})("width:16px;height:16px;transform:rotate(180deg);");
|
|
2443
|
+
function pn(e) {
|
|
2397
2444
|
const { title: t, description: o, onClick: r } = e, { themeSettings: i } = b();
|
|
2398
|
-
return /* @__PURE__ */ p(
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2445
|
+
return /* @__PURE__ */ p(cn, {
|
|
2446
|
+
onClick: r,
|
|
2447
|
+
theme: i,
|
|
2448
|
+
children: [
|
|
2449
|
+
/* @__PURE__ */ p("div", {
|
|
2450
|
+
children: [
|
|
2451
|
+
/* @__PURE__ */ n(dn, {
|
|
2452
|
+
theme: i,
|
|
2453
|
+
children: t
|
|
2454
|
+
}),
|
|
2455
|
+
/* @__PURE__ */ n(un, {
|
|
2456
|
+
theme: i,
|
|
2457
|
+
children: o
|
|
2458
|
+
})
|
|
2459
|
+
]
|
|
2460
|
+
}),
|
|
2461
|
+
/* @__PURE__ */ n(hn, {
|
|
2462
|
+
children: /* @__PURE__ */ n(ft, {
|
|
2463
|
+
color: i.aiChat.icons.color
|
|
2464
|
+
})
|
|
2465
|
+
})
|
|
2466
|
+
]
|
|
2467
|
+
});
|
|
2405
2468
|
}
|
|
2406
|
-
const
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
padding-bottom: 4px;
|
|
2418
|
-
|
|
2419
|
-
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2420
|
-
`, cn = h.div`
|
|
2421
|
-
font-size: 15px;
|
|
2422
|
-
line-height: 22px;
|
|
2423
|
-
|
|
2424
|
-
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2425
|
-
`;
|
|
2426
|
-
function dn(e) {
|
|
2469
|
+
const gn = /* @__PURE__ */ u("div", {
|
|
2470
|
+
target: "emrh5y30",
|
|
2471
|
+
label: "FlexContainer"
|
|
2472
|
+
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), Cn = /* @__PURE__ */ u("div", {
|
|
2473
|
+
target: "emrh5y31",
|
|
2474
|
+
label: "Title"
|
|
2475
|
+
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"), fn = /* @__PURE__ */ u("div", {
|
|
2476
|
+
target: "emrh5y32",
|
|
2477
|
+
label: "Subtitle"
|
|
2478
|
+
})("font-size:15px;line-height:22px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";");
|
|
2479
|
+
function bn(e) {
|
|
2427
2480
|
const { dataTopics: t } = e, { themeSettings: o } = b(), { t: r } = w();
|
|
2428
|
-
return /* @__PURE__ */ p(
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2481
|
+
return /* @__PURE__ */ p(gn, {
|
|
2482
|
+
children: [
|
|
2483
|
+
/* @__PURE__ */ n(Cn, {
|
|
2484
|
+
theme: o,
|
|
2485
|
+
children: r("ai.dataTopics")
|
|
2486
|
+
}),
|
|
2487
|
+
/* @__PURE__ */ p(fn, {
|
|
2488
|
+
theme: o,
|
|
2489
|
+
children: [
|
|
2490
|
+
r("ai.chatbotDescription"),
|
|
2491
|
+
/* @__PURE__ */ n("br", {}),
|
|
2492
|
+
/* @__PURE__ */ n("br", {}),
|
|
2493
|
+
r("ai.topicSelectPrompt")
|
|
2494
|
+
]
|
|
2495
|
+
}),
|
|
2496
|
+
t.map((i) => /* @__PURE__ */ e1(pn, M(v({}, i), {
|
|
2497
|
+
key: i.title
|
|
2498
|
+
})))
|
|
2499
|
+
]
|
|
2500
|
+
});
|
|
2438
2501
|
}
|
|
2439
|
-
const
|
|
2440
|
-
function
|
|
2441
|
-
const t = e ?
|
|
2442
|
-
return /* @__PURE__ */ p(
|
|
2443
|
-
"
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
"path",
|
|
2516
|
-
{
|
|
2517
|
-
d: "M210.96 220.224C193.342 220.224 179.01 234.475 179.01 252.008C179.01 269.542 193.342 283.779 210.96 283.779C228.578 283.779 242.909 269.528 242.909 252.008C242.909 234.489 228.578 220.224 210.96 220.224Z",
|
|
2518
|
-
fill: t
|
|
2519
|
-
}
|
|
2520
|
-
),
|
|
2521
|
-
/* @__PURE__ */ n(
|
|
2522
|
-
"path",
|
|
2523
|
-
{
|
|
2524
|
-
d: "M289.516 298.334C271.898 298.334 257.567 312.585 257.567 330.105C257.567 347.624 271.898 361.889 289.516 361.889C307.135 361.889 321.466 347.638 321.466 330.105C321.466 312.571 307.135 298.334 289.516 298.334Z",
|
|
2525
|
-
fill: t
|
|
2526
|
-
}
|
|
2527
|
-
),
|
|
2528
|
-
/* @__PURE__ */ n(
|
|
2529
|
-
"path",
|
|
2530
|
-
{
|
|
2531
|
-
d: "M210.96 298.334C193.342 298.334 179.01 312.585 179.01 330.105C179.01 347.624 193.342 361.889 210.96 361.889C228.578 361.889 242.909 347.638 242.909 330.105C242.909 312.571 228.578 298.334 210.96 298.334Z",
|
|
2532
|
-
fill: t
|
|
2533
|
-
}
|
|
2534
|
-
),
|
|
2535
|
-
/* @__PURE__ */ n(
|
|
2536
|
-
"path",
|
|
2537
|
-
{
|
|
2538
|
-
d: "M289.516 64C271.898 64 257.567 78.2512 257.567 95.7847C257.567 113.318 271.898 127.555 289.516 127.555C307.135 127.555 321.466 113.304 321.466 95.7847C321.466 78.265 307.135 64 289.516 64Z",
|
|
2539
|
-
fill: t
|
|
2540
|
-
}
|
|
2541
|
-
),
|
|
2542
|
-
/* @__PURE__ */ n(
|
|
2543
|
-
"path",
|
|
2544
|
-
{
|
|
2545
|
-
d: "M210.96 64C193.342 64 179.01 78.2512 179.01 95.7847C179.01 113.318 193.342 127.555 210.96 127.555C228.578 127.555 242.909 113.304 242.909 95.7847C242.909 78.265 228.578 64 210.96 64Z",
|
|
2546
|
-
fill: t
|
|
2547
|
-
}
|
|
2548
|
-
),
|
|
2549
|
-
/* @__PURE__ */ n(
|
|
2550
|
-
"path",
|
|
2551
|
-
{
|
|
2552
|
-
d: "M289.516 376.442C271.898 376.442 257.567 390.694 257.567 408.213C257.567 425.733 271.898 439.998 289.516 439.998C307.135 439.998 321.466 425.747 321.466 408.213C321.466 390.68 307.135 376.442 289.516 376.442Z",
|
|
2553
|
-
fill: t
|
|
2554
|
-
}
|
|
2555
|
-
),
|
|
2556
|
-
/* @__PURE__ */ n(
|
|
2557
|
-
"path",
|
|
2558
|
-
{
|
|
2559
|
-
d: "M210.96 376.442C193.342 376.442 179.01 390.694 179.01 408.213C179.01 425.733 193.342 439.998 210.96 439.998C228.578 439.998 242.909 425.747 242.909 408.213C242.909 390.68 228.578 376.442 210.96 376.442Z",
|
|
2560
|
-
fill: t
|
|
2561
|
-
}
|
|
2562
|
-
)
|
|
2563
|
-
]
|
|
2564
|
-
}
|
|
2565
|
-
);
|
|
2502
|
+
const mn = "#000000", xn = "#FFFFFF";
|
|
2503
|
+
function yn({ isDarkBackground: e = !1 }) {
|
|
2504
|
+
const t = e ? xn : mn;
|
|
2505
|
+
return /* @__PURE__ */ p("svg", {
|
|
2506
|
+
width: "32",
|
|
2507
|
+
height: "32",
|
|
2508
|
+
viewBox: "0 0 500 504",
|
|
2509
|
+
fill: "none",
|
|
2510
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2511
|
+
children: [
|
|
2512
|
+
/* @__PURE__ */ n("path", {
|
|
2513
|
+
d: "M365.111 69.5654C350.571 69.5654 338.747 81.3237 338.747 95.7826C338.747 110.241 350.571 122 365.111 122C379.651 122 391.476 110.241 391.476 95.7826C391.476 81.3237 379.651 69.5654 365.111 69.5654Z",
|
|
2514
|
+
fill: t
|
|
2515
|
+
}),
|
|
2516
|
+
/* @__PURE__ */ n("path", {
|
|
2517
|
+
d: "M135.365 147.679C120.824 147.679 109 159.437 109 173.896C109 188.355 120.824 200.113 135.365 200.113C149.905 200.113 161.715 188.355 161.715 173.896C161.715 159.437 149.891 147.679 135.365 147.679Z",
|
|
2518
|
+
fill: t
|
|
2519
|
+
}),
|
|
2520
|
+
/* @__PURE__ */ n("path", {
|
|
2521
|
+
d: "M135.365 225.789C120.824 225.789 109 237.547 109 252.006C109 266.465 120.824 278.21 135.365 278.21C149.905 278.21 161.715 266.451 161.715 252.006C161.715 237.561 149.891 225.789 135.365 225.789Z",
|
|
2522
|
+
fill: t
|
|
2523
|
+
}),
|
|
2524
|
+
/* @__PURE__ */ n("path", {
|
|
2525
|
+
d: "M364.401 225.789C349.861 225.789 338.037 237.547 338.037 252.006C338.037 266.465 349.861 278.21 364.401 278.21C378.941 278.21 390.766 266.451 390.766 252.006C390.766 237.561 378.941 225.789 364.401 225.789Z",
|
|
2526
|
+
fill: t
|
|
2527
|
+
}),
|
|
2528
|
+
/* @__PURE__ */ n("path", {
|
|
2529
|
+
d: "M365.111 303.899C350.571 303.899 338.747 315.658 338.747 330.117C338.747 344.575 350.571 356.334 365.111 356.334C379.651 356.334 391.476 344.575 391.476 330.117C391.476 315.658 379.651 303.899 365.111 303.899Z",
|
|
2530
|
+
fill: t
|
|
2531
|
+
}),
|
|
2532
|
+
/* @__PURE__ */ n("path", {
|
|
2533
|
+
d: "M135.365 382.013C120.824 382.013 109 393.771 109 408.23C109 422.689 120.824 434.447 135.365 434.447C149.905 434.447 161.715 422.689 161.715 408.23C161.715 393.771 149.891 382.013 135.365 382.013Z",
|
|
2534
|
+
fill: t
|
|
2535
|
+
}),
|
|
2536
|
+
/* @__PURE__ */ n("path", {
|
|
2537
|
+
d: "M289.516 142.11C271.898 142.11 257.567 156.362 257.567 173.895C257.567 191.429 271.898 205.666 289.516 205.666C307.135 205.666 321.466 191.415 321.466 173.895C321.466 156.375 307.135 142.11 289.516 142.11Z",
|
|
2538
|
+
fill: t
|
|
2539
|
+
}),
|
|
2540
|
+
/* @__PURE__ */ n("path", {
|
|
2541
|
+
d: "M210.96 142.11C193.342 142.11 179.01 156.362 179.01 173.895C179.01 191.429 193.342 205.666 210.96 205.666C228.578 205.666 242.909 191.415 242.909 173.895C242.909 156.375 228.578 142.11 210.96 142.11Z",
|
|
2542
|
+
fill: t
|
|
2543
|
+
}),
|
|
2544
|
+
/* @__PURE__ */ n("path", {
|
|
2545
|
+
d: "M289.516 220.224C271.898 220.224 257.567 234.475 257.567 252.008C257.567 269.542 271.898 283.779 289.516 283.779C307.135 283.779 321.466 269.528 321.466 252.008C321.466 234.489 307.135 220.224 289.516 220.224Z",
|
|
2546
|
+
fill: t
|
|
2547
|
+
}),
|
|
2548
|
+
/* @__PURE__ */ n("path", {
|
|
2549
|
+
d: "M210.96 220.224C193.342 220.224 179.01 234.475 179.01 252.008C179.01 269.542 193.342 283.779 210.96 283.779C228.578 283.779 242.909 269.528 242.909 252.008C242.909 234.489 228.578 220.224 210.96 220.224Z",
|
|
2550
|
+
fill: t
|
|
2551
|
+
}),
|
|
2552
|
+
/* @__PURE__ */ n("path", {
|
|
2553
|
+
d: "M289.516 298.334C271.898 298.334 257.567 312.585 257.567 330.105C257.567 347.624 271.898 361.889 289.516 361.889C307.135 361.889 321.466 347.638 321.466 330.105C321.466 312.571 307.135 298.334 289.516 298.334Z",
|
|
2554
|
+
fill: t
|
|
2555
|
+
}),
|
|
2556
|
+
/* @__PURE__ */ n("path", {
|
|
2557
|
+
d: "M210.96 298.334C193.342 298.334 179.01 312.585 179.01 330.105C179.01 347.624 193.342 361.889 210.96 361.889C228.578 361.889 242.909 347.638 242.909 330.105C242.909 312.571 228.578 298.334 210.96 298.334Z",
|
|
2558
|
+
fill: t
|
|
2559
|
+
}),
|
|
2560
|
+
/* @__PURE__ */ n("path", {
|
|
2561
|
+
d: "M289.516 64C271.898 64 257.567 78.2512 257.567 95.7847C257.567 113.318 271.898 127.555 289.516 127.555C307.135 127.555 321.466 113.304 321.466 95.7847C321.466 78.265 307.135 64 289.516 64Z",
|
|
2562
|
+
fill: t
|
|
2563
|
+
}),
|
|
2564
|
+
/* @__PURE__ */ n("path", {
|
|
2565
|
+
d: "M210.96 64C193.342 64 179.01 78.2512 179.01 95.7847C179.01 113.318 193.342 127.555 210.96 127.555C228.578 127.555 242.909 113.304 242.909 95.7847C242.909 78.265 228.578 64 210.96 64Z",
|
|
2566
|
+
fill: t
|
|
2567
|
+
}),
|
|
2568
|
+
/* @__PURE__ */ n("path", {
|
|
2569
|
+
d: "M289.516 376.442C271.898 376.442 257.567 390.694 257.567 408.213C257.567 425.733 271.898 439.998 289.516 439.998C307.135 439.998 321.466 425.747 321.466 408.213C321.466 390.68 307.135 376.442 289.516 376.442Z",
|
|
2570
|
+
fill: t
|
|
2571
|
+
}),
|
|
2572
|
+
/* @__PURE__ */ n("path", {
|
|
2573
|
+
d: "M210.96 376.442C193.342 376.442 179.01 390.694 179.01 408.213C179.01 425.733 193.342 439.998 210.96 439.998C228.578 439.998 242.909 425.747 242.909 408.213C242.909 390.68 228.578 376.442 210.96 376.442Z",
|
|
2574
|
+
fill: t
|
|
2575
|
+
})
|
|
2576
|
+
]
|
|
2577
|
+
});
|
|
2566
2578
|
}
|
|
2567
|
-
const
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
height: 100%;
|
|
2576
|
-
|
|
2577
|
-
background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
|
|
2578
|
-
`;
|
|
2579
|
-
function fn({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
2579
|
+
const vn = /* @__PURE__ */ u("div", {
|
|
2580
|
+
target: "ecj9gfs0",
|
|
2581
|
+
label: "LogoContainer"
|
|
2582
|
+
})("margin-left:14px;margin-top:3px;"), wn = /* @__PURE__ */ u("div", {
|
|
2583
|
+
target: "ecj9gfs1",
|
|
2584
|
+
label: "DataTopicsContainer"
|
|
2585
|
+
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({ theme: e }) => e.aiChat.dataTopics.backgroundColor, ";");
|
|
2586
|
+
function kn({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
2580
2587
|
const { enableHeader: o } = P(), { themeSettings: r } = b(), { t: i } = w(), s = H(() => e == null ? void 0 : e.map((c) => ({
|
|
2581
2588
|
title: c,
|
|
2582
2589
|
onClick: () => t(c)
|
|
2583
|
-
})), [
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2590
|
+
})), [
|
|
2591
|
+
e,
|
|
2592
|
+
t
|
|
2593
|
+
]), a = t1(o1(r.aiChat.header.backgroundColor)) > 0.5;
|
|
2594
|
+
return /* @__PURE__ */ p(B, {
|
|
2595
|
+
children: [
|
|
2596
|
+
o ? /* @__PURE__ */ n(bt, {
|
|
2588
2597
|
title: i("ai.analyticsChatbot"),
|
|
2589
|
-
leftNav: /* @__PURE__ */ n(
|
|
2590
|
-
|
|
2598
|
+
leftNav: /* @__PURE__ */ n(vn, {
|
|
2599
|
+
children: /* @__PURE__ */ n(yn, {
|
|
2600
|
+
isDarkBackground: a
|
|
2601
|
+
})
|
|
2602
|
+
}),
|
|
2603
|
+
rightNav: /* @__PURE__ */ n(mt, {}),
|
|
2591
2604
|
style: r.aiChat.header
|
|
2592
|
-
}
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2605
|
+
}) : null,
|
|
2606
|
+
/* @__PURE__ */ p(wn, {
|
|
2607
|
+
theme: r,
|
|
2608
|
+
children: [
|
|
2609
|
+
!s && /* @__PURE__ */ n(fe, {}),
|
|
2610
|
+
s && /* @__PURE__ */ n(bn, {
|
|
2611
|
+
dataTopics: s
|
|
2612
|
+
})
|
|
2613
|
+
]
|
|
2614
|
+
})
|
|
2615
|
+
]
|
|
2616
|
+
});
|
|
2599
2617
|
}
|
|
2600
|
-
function
|
|
2601
|
-
const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } =
|
|
2602
|
-
(
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
), u = H(() => {
|
|
2618
|
+
function Sn() {
|
|
2619
|
+
const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } = x1(), { dataTopicsList: a, contextDetails: c } = P(), { t: l } = w(), d = l("ai.errors.noAvailableDataTopics"), g = S((k) => {
|
|
2620
|
+
k.length ? k.length === 1 && (r(void 0), t(k[0])) : r(d);
|
|
2621
|
+
}, [
|
|
2622
|
+
d
|
|
2623
|
+
]), h = H(() => {
|
|
2607
2624
|
if (i && s === "idle") {
|
|
2608
|
-
const
|
|
2609
|
-
return g(
|
|
2625
|
+
const x = (a != null && a.length ? i == null ? void 0 : i.filter((T) => a == null ? void 0 : a.includes(T.title)) : i).map((T) => T.title);
|
|
2626
|
+
return g(x), x;
|
|
2610
2627
|
}
|
|
2611
2628
|
return [];
|
|
2612
|
-
}, [
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
fn,
|
|
2630
|
-
{
|
|
2631
|
-
dataTopicsList: u,
|
|
2632
|
-
onDataTopicClick: (x) => t(x)
|
|
2629
|
+
}, [
|
|
2630
|
+
i,
|
|
2631
|
+
s,
|
|
2632
|
+
a,
|
|
2633
|
+
g
|
|
2634
|
+
]), C = oe(), m = S(() => {
|
|
2635
|
+
r(void 0), C.invalidateQueries([
|
|
2636
|
+
"getDataTopics"
|
|
2637
|
+
]);
|
|
2638
|
+
}, [
|
|
2639
|
+
C
|
|
2640
|
+
]);
|
|
2641
|
+
return o ? /* @__PURE__ */ n(ht, {
|
|
2642
|
+
text: o,
|
|
2643
|
+
action: {
|
|
2644
|
+
text: l("ai.buttons.refresh"),
|
|
2645
|
+
onClick: m
|
|
2633
2646
|
}
|
|
2634
|
-
)
|
|
2647
|
+
}) : h.length === 1 && !e ? /* @__PURE__ */ n(fe, {}) : e ? /* @__PURE__ */ n(ln, {
|
|
2648
|
+
contextTitle: e,
|
|
2649
|
+
contextDetails: c,
|
|
2650
|
+
onGoBack: h.length === 1 ? void 0 : () => t(void 0)
|
|
2651
|
+
}) : /* @__PURE__ */ n(kn, {
|
|
2652
|
+
dataTopicsList: h,
|
|
2653
|
+
onDataTopicClick: (k) => t(k)
|
|
2654
|
+
});
|
|
2635
2655
|
}
|
|
2636
|
-
const
|
|
2656
|
+
const Zn = Le({
|
|
2637
2657
|
componentName: "Chatbot"
|
|
2638
2658
|
})((e) => {
|
|
2639
2659
|
const { width: t, height: o, config: r } = e, { themeSettings: i } = b();
|
|
2640
|
-
return /* @__PURE__ */ n(
|
|
2641
|
-
|
|
2642
|
-
{
|
|
2660
|
+
return /* @__PURE__ */ n(b1, {
|
|
2661
|
+
value: r != null ? r : {},
|
|
2662
|
+
children: /* @__PURE__ */ n(E1, {
|
|
2643
2663
|
id: "csdk-chatbot-frame",
|
|
2644
2664
|
width: t,
|
|
2645
2665
|
height: o,
|
|
2646
2666
|
theme: i,
|
|
2647
2667
|
tabIndex: 0,
|
|
2648
|
-
children: /* @__PURE__ */ n(
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
}),
|
|
2668
|
+
children: /* @__PURE__ */ n(Sn, {})
|
|
2669
|
+
})
|
|
2670
|
+
});
|
|
2671
|
+
}), jn = Le({
|
|
2652
2672
|
componentName: "GetNlgInsights"
|
|
2653
2673
|
})(function(t) {
|
|
2654
2674
|
const { data: o, isLoading: r, isError: i } = re(t), { t: s } = w();
|
|
2655
2675
|
if (i)
|
|
2656
|
-
return /* @__PURE__ */ n(
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2676
|
+
return /* @__PURE__ */ n(B, {
|
|
2677
|
+
children: s("ai.errors.unexpected")
|
|
2678
|
+
});
|
|
2679
|
+
const a = o != null ? o : s("ai.errors.insightsNotAvailable");
|
|
2680
|
+
return /* @__PURE__ */ n(be, {
|
|
2681
|
+
text: r ? "Loading..." : a
|
|
2682
|
+
});
|
|
2683
|
+
}), Gn = Le({
|
|
2660
2684
|
componentName: "GetNlgQueryResult"
|
|
2661
2685
|
})(function(t) {
|
|
2662
2686
|
const { data: o, isLoading: r, isError: i } = re(t), { t: s } = w();
|
|
2663
2687
|
if (i)
|
|
2664
|
-
return /* @__PURE__ */ n(
|
|
2665
|
-
|
|
2666
|
-
|
|
2688
|
+
return /* @__PURE__ */ n(B, {
|
|
2689
|
+
children: s("ai.errors.unexpected")
|
|
2690
|
+
});
|
|
2691
|
+
const a = o != null ? o : s("ai.errors.insightsNotAvailable");
|
|
2692
|
+
return /* @__PURE__ */ n(be, {
|
|
2693
|
+
text: r ? "Loading..." : a
|
|
2694
|
+
});
|
|
2667
2695
|
});
|
|
2668
|
-
function
|
|
2696
|
+
function Mn({ theme: e }) {
|
|
2669
2697
|
const t = e.general.brandColor;
|
|
2670
|
-
return /* @__PURE__ */ p(
|
|
2671
|
-
"svg",
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
/* @__PURE__ */ n(
|
|
2698
|
-
"path",
|
|
2699
|
-
{
|
|
2700
|
-
"fill-rule": "evenodd",
|
|
2701
|
-
"clip-rule": "evenodd",
|
|
2702
|
-
d: "M2.8778 2.15728C2.87779 2.15701 2.8779 2.15674 2.8781 2.15655C2.87874 2.15591 2.87983 2.15638 2.87981 2.15728C2.87934 2.17566 2.87911 2.1941 2.87911 2.21259C2.87911 3.36434 3.78842 4.30371 4.92829 4.35195C3.78842 4.40019 2.87911 5.33955 2.87911 6.4913C2.87911 6.56284 2.88262 6.63356 2.88947 6.7033C2.89045 6.7133 2.8783 6.71912 2.87119 6.71202C2.86894 6.70976 2.86781 6.70662 2.86813 6.70344C2.87499 6.63366 2.8785 6.56289 2.8785 6.4913C2.8785 5.33956 1.96921 4.40021 0.829346 4.35195C1.96921 4.30369 2.8785 3.36433 2.8785 2.21259C2.8785 2.1941 2.87827 2.17566 2.8778 2.15728ZM5.16566 4.35485C5.16834 4.35503 5.16981 4.35179 5.16791 4.34989C5.16732 4.3493 5.1665 4.34899 5.16567 4.34905C5.14802 4.35023 5.13031 4.3512 5.11255 4.35195C5.13031 4.3527 5.14801 4.35367 5.16566 4.35485Z",
|
|
2703
|
-
fill: t
|
|
2704
|
-
}
|
|
2705
|
-
)
|
|
2706
|
-
]
|
|
2707
|
-
}
|
|
2708
|
-
);
|
|
2698
|
+
return /* @__PURE__ */ p("svg", {
|
|
2699
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2700
|
+
width: "24",
|
|
2701
|
+
height: "24",
|
|
2702
|
+
viewBox: "-2 -3 24 24",
|
|
2703
|
+
fill: "none",
|
|
2704
|
+
children: [
|
|
2705
|
+
/* @__PURE__ */ n("path", {
|
|
2706
|
+
fillRule: "evenodd",
|
|
2707
|
+
clipRule: "evenodd",
|
|
2708
|
+
d: "M12.0533 3.62671e-06C12.0557 -9.45649e-05 12.0577 0.00181346 12.0578 0.00422597C12.1926 3.98958 15.4422 7.18501 19.4491 7.23273C19.4494 7.23273 19.4496 7.23296 19.4496 7.23325C19.4496 7.23356 19.4494 7.23381 19.4491 7.23382C15.3869 7.2822 12.1029 10.5659 12.054 14.628C12.054 14.6283 12.0538 14.6285 12.0535 14.6285C12.0532 14.6285 12.0529 14.6283 12.0529 14.628C12.0047 10.6218 8.80995 7.37281 4.8253 7.23765C4.82287 7.23757 4.82095 7.23552 4.82105 7.2331C4.82114 7.23081 4.82301 7.22897 4.8253 7.2289C8.75488 7.0956 11.9163 3.93392 12.0491 0.004224C12.0492 0.00194873 12.051 9.62326e-05 12.0533 3.62671e-06Z",
|
|
2709
|
+
fill: t
|
|
2710
|
+
}),
|
|
2711
|
+
/* @__PURE__ */ n("path", {
|
|
2712
|
+
fillRule: "evenodd",
|
|
2713
|
+
clipRule: "evenodd",
|
|
2714
|
+
d: "M9.0973 12.7759C7.1172 12.7236 5.51984 11.1352 5.45331 9.1587C5.45326 9.1573 5.45209 9.1562 5.4507 9.15625C5.44938 9.1563 5.44832 9.15738 5.44828 9.15869C5.38204 11.1266 3.79825 12.7098 1.83009 12.7751C1.82969 12.7752 1.82936 12.7755 1.82935 12.7759C1.82933 12.7763 1.82967 12.7767 1.83009 12.7767C3.8264 12.8429 5.42727 14.4708 5.45019 16.4778C5.45019 16.4781 5.45045 16.4784 5.45077 16.4784C5.45111 16.4784 5.4514 16.4781 5.4514 16.4778C5.47442 14.4622 7.089 12.8289 9.0973 12.7759Z",
|
|
2715
|
+
fill: t
|
|
2716
|
+
}),
|
|
2717
|
+
/* @__PURE__ */ n("path", {
|
|
2718
|
+
fillRule: "evenodd",
|
|
2719
|
+
clipRule: "evenodd",
|
|
2720
|
+
d: "M2.8778 2.15728C2.87779 2.15701 2.8779 2.15674 2.8781 2.15655C2.87874 2.15591 2.87983 2.15638 2.87981 2.15728C2.87934 2.17566 2.87911 2.1941 2.87911 2.21259C2.87911 3.36434 3.78842 4.30371 4.92829 4.35195C3.78842 4.40019 2.87911 5.33955 2.87911 6.4913C2.87911 6.56284 2.88262 6.63356 2.88947 6.7033C2.89045 6.7133 2.8783 6.71912 2.87119 6.71202C2.86894 6.70976 2.86781 6.70662 2.86813 6.70344C2.87499 6.63366 2.8785 6.56289 2.8785 6.4913C2.8785 5.33956 1.96921 4.40021 0.829346 4.35195C1.96921 4.30369 2.8785 3.36433 2.8785 2.21259C2.8785 2.1941 2.87827 2.17566 2.8778 2.15728ZM5.16566 4.35485C5.16834 4.35503 5.16981 4.35179 5.16791 4.34989C5.16732 4.3493 5.1665 4.34899 5.16567 4.34905C5.14802 4.35023 5.13031 4.3512 5.11255 4.35195C5.13031 4.3527 5.14801 4.35367 5.16566 4.35485Z",
|
|
2721
|
+
fill: t
|
|
2722
|
+
})
|
|
2723
|
+
]
|
|
2724
|
+
});
|
|
2709
2725
|
}
|
|
2710
|
-
const
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
color: ${({ theme: e }) => e.chart.textColor};
|
|
2718
|
-
background-color: ${({ theme: e }) => e.chart.backgroundColor};
|
|
2719
|
-
`, yn = h.div`
|
|
2720
|
-
align-self: flex-start;
|
|
2721
|
-
`, vn = ({ summary: e, nlgRequest: t }) => {
|
|
2726
|
+
const Tn = /* @__PURE__ */ u("div", {
|
|
2727
|
+
target: "eit37yz0",
|
|
2728
|
+
label: "FlexDiv"
|
|
2729
|
+
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"), Ln = /* @__PURE__ */ u("div", {
|
|
2730
|
+
target: "eit37yz1",
|
|
2731
|
+
label: "IconDiv"
|
|
2732
|
+
})("align-self:flex-start;"), Rn = ({ summary: e, nlgRequest: t }) => {
|
|
2722
2733
|
const { themeSettings: o } = b();
|
|
2723
|
-
return /* @__PURE__ */ n(
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
/* @__PURE__ */ n(
|
|
2732
|
-
|
|
2734
|
+
return /* @__PURE__ */ n(Te, {
|
|
2735
|
+
sourceId: t.jaql.datasource.title,
|
|
2736
|
+
data: t,
|
|
2737
|
+
type: "chart/insights",
|
|
2738
|
+
buttonVisibility: "always",
|
|
2739
|
+
renderContent: (r) => /* @__PURE__ */ p(Tn, {
|
|
2740
|
+
theme: o,
|
|
2741
|
+
children: [
|
|
2742
|
+
/* @__PURE__ */ n(Ln, {
|
|
2743
|
+
theme: o,
|
|
2744
|
+
children: /* @__PURE__ */ n(Mn, {
|
|
2745
|
+
theme: o
|
|
2746
|
+
})
|
|
2747
|
+
}),
|
|
2748
|
+
/* @__PURE__ */ n(be, {
|
|
2749
|
+
text: e
|
|
2750
|
+
}),
|
|
2733
2751
|
r
|
|
2734
|
-
]
|
|
2735
|
-
}
|
|
2736
|
-
);
|
|
2737
|
-
},
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
styleOptions: o,
|
|
2741
|
-
filters: r = []
|
|
2742
|
-
}) => {
|
|
2743
|
-
e.queryTitle = Zt(e.queryTitle);
|
|
2744
|
-
const { connectToWidgetProps: i } = zt({
|
|
2752
|
+
]
|
|
2753
|
+
})
|
|
2754
|
+
});
|
|
2755
|
+
}, Vn = ({ nlqResponse: e, onDataReady: t, styleOptions: o, filters: r = [] }) => {
|
|
2756
|
+
e.queryTitle = Gt(e.queryTitle);
|
|
2757
|
+
const { connectToWidgetProps: i } = Vt({
|
|
2745
2758
|
initialFilters: r
|
|
2746
2759
|
}), [s, a] = L(null);
|
|
2747
2760
|
ne(() => {
|
|
2748
|
-
const
|
|
2761
|
+
const h = Ce(e, {
|
|
2749
2762
|
useCustomizedStyleOptions: !0
|
|
2750
2763
|
});
|
|
2751
|
-
if (!
|
|
2764
|
+
if (!h)
|
|
2752
2765
|
a(null);
|
|
2753
2766
|
else {
|
|
2754
|
-
o &&
|
|
2755
|
-
const C = i(
|
|
2767
|
+
o && h.styleOptions && (h.styleOptions = n1(h.styleOptions, o));
|
|
2768
|
+
const C = i(h, {
|
|
2756
2769
|
shouldAffectFilters: !1,
|
|
2757
2770
|
applyMode: "filter"
|
|
2758
2771
|
});
|
|
2759
2772
|
a(C);
|
|
2760
2773
|
}
|
|
2761
|
-
}, [
|
|
2774
|
+
}, [
|
|
2775
|
+
e,
|
|
2776
|
+
i,
|
|
2777
|
+
o
|
|
2778
|
+
]);
|
|
2762
2779
|
const c = H(() => {
|
|
2763
|
-
const
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2780
|
+
const h = s && Se(s) ? Qt(s == null ? void 0 : s.filters) : [], C = e.jaql.metadata.filter((m) => !m.jaql.filter).concat(h.filter((m) => !m.config.disabled).map((m) => m.jaql()));
|
|
2781
|
+
return M(v({}, e), {
|
|
2782
|
+
jaql: M(v({}, e.jaql), {
|
|
2783
|
+
metadata: C
|
|
2784
|
+
}),
|
|
2785
|
+
verbosity: "Low"
|
|
2786
|
+
});
|
|
2787
|
+
}, [
|
|
2788
|
+
e,
|
|
2789
|
+
s
|
|
2790
|
+
]), { data: l, isLoading: d, isError: g } = re(c);
|
|
2791
|
+
return d || !s ? /* @__PURE__ */ n(He, {}) : Se(s) ? /* @__PURE__ */ n(te, M(v({}, s), {
|
|
2792
|
+
highlightSelectionDisabled: !0,
|
|
2793
|
+
onDataReady: t,
|
|
2794
|
+
topSlot: l && !g && /* @__PURE__ */ n(Rn, {
|
|
2795
|
+
nlgRequest: c,
|
|
2796
|
+
summary: l
|
|
2774
2797
|
})
|
|
2775
|
-
) : /* @__PURE__ */ n(
|
|
2776
|
-
}
|
|
2798
|
+
})) : /* @__PURE__ */ n(B, {});
|
|
2799
|
+
}, In = new _e({
|
|
2800
|
+
defaultOptions: {
|
|
2801
|
+
queries: {
|
|
2802
|
+
refetchOnWindowFocus: !1,
|
|
2803
|
+
refetchOnMount: !1
|
|
2804
|
+
}
|
|
2805
|
+
}
|
|
2806
|
+
});
|
|
2807
|
+
function Qn({ children: e, context: t }) {
|
|
2808
|
+
return /* @__PURE__ */ n(tt, {
|
|
2809
|
+
children: /* @__PURE__ */ n(Ne.Provider, {
|
|
2810
|
+
value: t == null ? void 0 : t.api,
|
|
2811
|
+
children: /* @__PURE__ */ n(Ue, {
|
|
2812
|
+
client: In,
|
|
2813
|
+
children: e
|
|
2814
|
+
})
|
|
2815
|
+
})
|
|
2816
|
+
});
|
|
2817
|
+
}
|
|
2777
2818
|
export {
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2819
|
+
qn as AiContextProvider,
|
|
2820
|
+
l1 as ChatRestApi,
|
|
2821
|
+
Zn as Chatbot,
|
|
2822
|
+
Qn as CustomAiContextProvider,
|
|
2823
|
+
f1 as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
2824
|
+
jn as GetNlgInsights,
|
|
2825
|
+
Gn as GetNlgQueryResult,
|
|
2826
|
+
Vn as NlqChartWidget,
|
|
2827
|
+
h1 as prepareGetNlgInsightsPayload,
|
|
2828
|
+
g1 as prepareGetNlqResultPayload,
|
|
2829
|
+
M1 as useChatSession,
|
|
2830
|
+
An as useGetNlgInsights,
|
|
2831
|
+
On as useGetNlgQueryResult,
|
|
2832
|
+
Wn as useGetNlqResult,
|
|
2833
|
+
zn as useGetQueryRecommendations,
|
|
2834
|
+
$n as useLastNlqResponse,
|
|
2835
|
+
Kn as widgetComposer
|
|
2790
2836
|
};
|
|
2791
|
-
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.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}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}: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}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2837
|
+
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");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)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|