@sisense/sdk-ui 2.20.0 → 2.22.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 +68 -68
- package/dist/ai.js +891 -845
- package/dist/analytics-composer/node.cjs +1 -1
- package/dist/analytics-composer/node.js +1002 -858
- package/dist/analytics-composer.cjs +23 -23
- package/dist/analytics-composer.js +8 -8
- package/dist/{dimensions-Blw0p98x.js → dimensions-BiLyFpCg.js} +1 -1
- package/dist/{dimensions-CgMckRe2.cjs → dimensions-X4_igtmO.cjs} +1 -1
- package/dist/{execute-query-VxgY3tbz.js → execute-query-BEeqqDl6.js} +1499 -1491
- package/dist/execute-query-DJDE0zRU.cjs +1 -0
- package/dist/{index-0brX9D6q.cjs → index-NyouhE_A.cjs} +1 -1
- package/dist/{index-Ck90GjPy.js → index-kxX21arA.js} +15 -1
- package/dist/index.cjs +451 -436
- package/dist/index.js +24710 -23005
- package/dist/index.umd.js +689 -624
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/common-filters-connector.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/selection-utils.d.ts +4 -3
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/types.d.ts +10 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/use-common-filters.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/utils.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/content-panel.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/components/editable-layout-row.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/editable-layout.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/helpers.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/translate-dashboard-utils.d.ts +8 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/types.d.ts +9 -2
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/index.d.ts +4 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/persist-dashboard-model-middleware.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/{use-dashboard-model-reducer.d.ts → dashboard-model-reducer/types.d.ts} +19 -36
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/use-dashboard-model-reducer.d.ts +9 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/utils.d.ts +28 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/use-dashboard-persistence.d.ts +4 -4
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/duplicate-widget-utils.d.ts +34 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/use-duplicate-widget-menu-item.d.ts +57 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-config-transformers.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-filters.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-handlers.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-widget-transforms.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-jtd-widget.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-jtd.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-tabber.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +44 -3
- package/dist/packages/sdk-ui/src/domains/dashboarding/use-composed-dashboard.d.ts +15 -3
- package/dist/packages/sdk-ui/src/domains/dashboarding/utils.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +11 -1
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/use-cascadding-filter-tile-menu-items/use-cascadding-filter-tile-lock-menu-item.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/use-cascadding-filter-tile-menu-items/use-cascadding-filter-tile-menu-items.d.ts +14 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/common/reorderable-list.d.ts +32 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/custom-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/{filter-tile.d.ts → filter-tile/filter-tile.d.ts} +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/types.d.ts +36 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile-container.d.ts +12 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/filters-panel/types.d.ts +27 -1
- package/dist/packages/sdk-ui/src/domains/filters/components/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/filters/components/member-filter-tile/member-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/unsupported-filter-tile.d.ts +17 -1
- package/dist/packages/sdk-ui/src/domains/filters/shared/clone-filter-and-toggle-locked.d.ts +7 -0
- package/dist/packages/sdk-ui/src/domains/filters/shared/filter-tile-menu-button.d.ts +10 -0
- package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-lock-menu-item.d.ts +15 -0
- package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-menu-items.d.ts +14 -0
- package/dist/packages/sdk-ui/src/domains/formulas/index.d.ts +0 -1
- package/dist/packages/sdk-ui/src/domains/formulas/use-get-shared-formula.d.ts +20 -7
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/translate-boxplot-data-options.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/chart-widget.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/types.d.ts +100 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/use-with-chart-widget-drilldown.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/{common-widget.d.ts → common-widget/common-widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/common-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/common-widget/types.d.ts +8 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/{custom-widget.d.ts → custom-widget/custom-widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/types.d.ts +71 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/pivot-table-widget.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/types.d.ts +141 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/use-with-pivot-table-widget-drilldown.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/tabber-buttons-widget/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/{table-widget.d.ts → table-widget/table-widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/types.d.ts +61 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/text-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/{text-widget.d.ts → text-widget/text-widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/text-widget/types.d.ts +29 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget/types.d.ts +45 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/{widget.d.ts → widget/widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-dashboard-filters.d.ts +425 -425
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-filters.d.ts +34 -34
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +63 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/utils.d.ts +11 -5
- package/dist/packages/sdk-ui/src/domains/widgets/helpers/header-menu-utils.d.ts +9 -0
- package/dist/packages/sdk-ui/src/domains/widgets/helpers/index.d.ts +7 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-container/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/{widget-container.d.ts → widget-container/widget-container.d.ts} +7 -3
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/types.d.ts +42 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header-info-button.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header-toolbar.d.ts +23 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header.d.ts +14 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-menu-button.d.ts +5 -0
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/widget-model-translator.d.ts +8 -1
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/api/rest-api.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/api/types/dashboard-dto.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/app/client-application.d.ts +17 -0
- package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +4 -0
- package/dist/packages/sdk-ui/src/infra/app/settings/types/deployment-props.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/app/settings/types/features.d.ts +18 -1
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/types.d.ts +41 -12
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/use-execute-custom-widget-query.d.ts +12 -3
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/index.d.ts +5 -0
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-context.d.ts +15 -0
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-provider.d.ts +21 -0
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/types.d.ts +50 -0
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/validate-plugins.d.ts +9 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +28 -0
- package/dist/packages/sdk-ui/src/modules/ai/api/chat-rest-api.d.ts +5 -3
- package/dist/packages/sdk-ui/src/modules/ai/api/narration-endpoints.d.ts +25 -0
- package/dist/packages/sdk-ui/src/modules/ai/api/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/ai/chart/nlq-chart-widget.d.ts +2 -2
- package/dist/packages/sdk-ui/src/modules/ai/get-nlg-insights-from-widget.d.ts +4 -1
- package/dist/packages/sdk-ui/src/modules/ai/use-get-nlq-result.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/common/utils.d.ts +2 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/dashboard/stringify-widgets.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-from-json.d.ts +3 -2
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-to-json.d.ts +6 -6
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-filters-to-json.d.ts +3 -4
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-measures-from-json.d.ts +13 -28
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-measures-to-json.d.ts +6 -7
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +45 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/types.d.ts +3 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/widget/to-widget-code.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/widget/to-widget-props.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/widget/widget-composer.d.ts +1 -1
- package/dist/packages/sdk-ui/src/props.d.ts +19 -427
- package/dist/packages/sdk-ui/src/public-api/internal.d.ts +4 -0
- package/dist/packages/sdk-ui/src/public-api/public.d.ts +7 -7
- package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +6 -0
- package/dist/packages/sdk-ui/src/shared/components/alert/alert.d.ts +91 -0
- package/dist/packages/sdk-ui/src/shared/components/alert/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/shared/components/dynamic-size-container/default-size.d.ts +6 -6
- package/dist/packages/sdk-ui/src/shared/components/menu/menu-button.d.ts +2 -1
- package/dist/packages/sdk-ui/src/shared/components/quota-notification/quota-notification.d.ts +32 -0
- package/dist/packages/sdk-ui/src/shared/hooks/use-app-settings.d.ts +11 -0
- package/dist/packages/sdk-ui/src/shared/hooks/use-quota-notification.d.ts +54 -0
- package/dist/packages/sdk-ui/src/shared/hooks/use-quota-warning-dismissed.d.ts +8 -0
- package/dist/packages/sdk-ui/src/shared/icons/warning-icon.d.ts +6 -0
- package/dist/packages/sdk-ui/src/shared/icons/x-circle-icon.d.ts +6 -0
- package/dist/packages/sdk-ui/src/shared/types/menu-item.d.ts +17 -0
- package/dist/packages/sdk-ui/src/types.d.ts +113 -6
- package/dist/{use-common-filters-B2wOzse2.js → quota-notification-D6oMJal8.js} +11177 -10827
- package/dist/{use-common-filters-BCebg2_K.cjs → quota-notification-z3dv2KoH.cjs} +164 -114
- package/dist/translations/de-de.cjs +1 -1
- package/dist/translations/de-de.js +16 -2
- package/dist/translations/en-us.cjs +1 -1
- package/dist/translations/en-us.js +1 -1
- package/dist/translations/es-ar.cjs +1 -1
- package/dist/translations/es-ar.js +16 -2
- package/dist/translations/es-es.cjs +1 -1
- package/dist/translations/es-es.js +16 -2
- package/dist/translations/fr-fr.cjs +1 -1
- package/dist/translations/fr-fr.js +16 -2
- package/dist/translations/it-it.cjs +1 -1
- package/dist/translations/it-it.js +16 -2
- package/dist/translations/ja-jp.cjs +1 -1
- package/dist/translations/ja-jp.js +16 -2
- package/dist/translations/ko-kr.cjs +1 -1
- package/dist/translations/ko-kr.js +16 -2
- package/dist/translations/nl-nl.cjs +1 -1
- package/dist/translations/nl-nl.js +16 -2
- package/dist/translations/pt-br.cjs +1 -1
- package/dist/translations/pt-br.js +16 -2
- package/dist/translations/ru-ru.cjs +1 -1
- package/dist/translations/ru-ru.js +16 -2
- package/dist/translations/tr-tr.cjs +1 -1
- package/dist/translations/tr-tr.js +16 -2
- package/dist/translations/zh-cn.cjs +1 -1
- package/dist/translations/zh-cn.js +16 -2
- package/dist/{types-YU936hyL.cjs → types-CoY6F8Ma.cjs} +1 -1
- package/dist/{types-tDJE6TNR.js → types-ixSwJkxM.js} +1 -1
- package/dist/{utils-BRCTwjTN.js → utils-BP-BglHE.js} +5797 -5781
- package/dist/{utils-pvzOGByh.cjs → utils-C8YMrOdw.cjs} +36 -36
- package/dist/{widget-composer-T6nvM6Xc.js → widget-composer-CUUFoCb9.js} +3 -3
- package/dist/{widget-composer-ChJ9V_fN.cjs → widget-composer-DI4sHaNe.cjs} +3 -3
- package/package.json +13 -10
- package/dist/execute-query-CgkFRn7s.cjs +0 -1
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header-info-button.d.ts +0 -9
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header.d.ts +0 -13
- /package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/{use-dasboard-model-utils.d.ts → use-dashboard-model-utils.d.ts} +0 -0
package/dist/ai.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
1
|
+
var Tn = Object.defineProperty, $n = Object.defineProperties;
|
|
2
|
+
var Rn = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Ne = Object.getOwnPropertySymbols;
|
|
4
|
+
var mt = Object.prototype.hasOwnProperty, bt = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var We = (e, t, n) => t in e ? Tn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, M = (e, t) => {
|
|
6
6
|
for (var n in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var n of
|
|
10
|
-
|
|
7
|
+
mt.call(t, n) && We(e, n, t[n]);
|
|
8
|
+
if (Ne)
|
|
9
|
+
for (var n of Ne(t))
|
|
10
|
+
bt.call(t, n) && We(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
12
|
+
}, E = (e, t) => $n(e, Rn(t));
|
|
13
|
+
var Ze = (e, t) => {
|
|
14
14
|
var n = {};
|
|
15
15
|
for (var r in e)
|
|
16
|
-
|
|
17
|
-
if (e != null &&
|
|
18
|
-
for (var r of
|
|
19
|
-
t.indexOf(r) < 0 &&
|
|
16
|
+
mt.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
17
|
+
if (e != null && Ne)
|
|
18
|
+
for (var r of Ne(e))
|
|
19
|
+
t.indexOf(r) < 0 && bt.call(e, r) && (n[r] = e[r]);
|
|
20
20
|
return n;
|
|
21
21
|
};
|
|
22
|
-
var
|
|
23
|
-
var
|
|
22
|
+
var H = (e, t, n) => We(e, typeof t != "symbol" ? t + "" : t, n);
|
|
23
|
+
var V = (e, t, n) => new Promise((r, s) => {
|
|
24
24
|
var c = (d) => {
|
|
25
25
|
try {
|
|
26
26
|
p(n.next(d));
|
|
@@ -36,15 +36,15 @@ var J = (e, t, n) => new Promise((r, s) => {
|
|
|
36
36
|
}, p = (d) => d.done ? r(d.value) : Promise.resolve(d.value).then(c, a);
|
|
37
37
|
p((n = n.apply(e, t)).next());
|
|
38
38
|
});
|
|
39
|
-
import { S as
|
|
40
|
-
import { j as o, u as
|
|
39
|
+
import { S as En, s as Ln, n as Nt, g as Nn, u as we, a as In, b as Pn, p as On, Q as It, c as Fn, d as Pt, e as fe, w as tt, f as w, h as q, i as R, P as Ot, T as Bn, E as An, j as Hn, k as Dn, l as qn, m as Ae, B as zn, M as Wn, o as pe, q as Ft, r as Zn, t as jn, v as Un, x as Gn, y as me, z as je, F as yt, A as C, C as Vn, I as Bt, D as Qn, G as _n, H as Kn, J as ve, K as Xn, L as Yn, N as Jn, O as er, R as tr, U as At, V as nr, W as rr, X as or, Y as ir, Z as sr } from "./quota-notification-D6oMJal8.js";
|
|
40
|
+
import { j as o, u as P, c as S, F as j, e as Ht, i as Oe, f as Dt, h as ar, k as lr, t as cr, m as dr } from "./utils-BP-BglHE.js";
|
|
41
41
|
import * as Y from "react";
|
|
42
|
-
import { createContext as
|
|
43
|
-
import {
|
|
44
|
-
import { t as
|
|
45
|
-
import { w as
|
|
46
|
-
import { jsx as
|
|
47
|
-
class
|
|
42
|
+
import { createContext as nt, useState as A, useCallback as I, useContext as rt, useMemo as z, useEffect as Se, useRef as he, useLayoutEffect as Fe, forwardRef as ur, memo as qt } from "react";
|
|
43
|
+
import { v as pr, x as hr, y as gr, T as Ke, z as fr } from "./execute-query-BEeqqDl6.js";
|
|
44
|
+
import { t as He } from "./widget-composer-CUUFoCb9.js";
|
|
45
|
+
import { w as Cs } from "./widget-composer-CUUFoCb9.js";
|
|
46
|
+
import { jsx as be } from "react/jsx-runtime";
|
|
47
|
+
class Cr extends En {
|
|
48
48
|
constructor(t, n) {
|
|
49
49
|
super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
|
|
50
50
|
}
|
|
@@ -54,7 +54,7 @@ class pr extends $n {
|
|
|
54
54
|
setOptions(t) {
|
|
55
55
|
var n;
|
|
56
56
|
const r = this.options;
|
|
57
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
57
|
+
this.options = this.client.defaultMutationOptions(t), Ln(r, this.options) || this.client.getMutationCache().notify({
|
|
58
58
|
type: "observerOptionsUpdated",
|
|
59
59
|
mutation: this.currentMutation,
|
|
60
60
|
observer: this
|
|
@@ -82,12 +82,12 @@ class pr extends $n {
|
|
|
82
82
|
});
|
|
83
83
|
}
|
|
84
84
|
mutate(t, n) {
|
|
85
|
-
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client,
|
|
85
|
+
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, E(M({}, this.options), {
|
|
86
86
|
variables: typeof t != "undefined" ? t : this.options.variables
|
|
87
87
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
88
88
|
}
|
|
89
89
|
updateResult() {
|
|
90
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
90
|
+
const t = this.currentMutation ? this.currentMutation.state : Nn(), n = t.status === "loading", r = E(M({}, t), {
|
|
91
91
|
isLoading: n,
|
|
92
92
|
isPending: n,
|
|
93
93
|
isSuccess: t.status === "success",
|
|
@@ -99,7 +99,7 @@ class pr extends $n {
|
|
|
99
99
|
this.currentResult = r;
|
|
100
100
|
}
|
|
101
101
|
notify(t) {
|
|
102
|
-
|
|
102
|
+
Nt.batch(() => {
|
|
103
103
|
if (this.mutateOptions && this.hasListeners()) {
|
|
104
104
|
if (t.onSuccess) {
|
|
105
105
|
var n, r, s, c;
|
|
@@ -117,74 +117,110 @@ class pr extends $n {
|
|
|
117
117
|
});
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
function
|
|
121
|
-
const r =
|
|
120
|
+
function ot(e, t, n) {
|
|
121
|
+
const r = On(e, t), s = we({
|
|
122
122
|
context: r.context
|
|
123
|
-
}), [c] = Y.useState(() => new
|
|
123
|
+
}), [c] = Y.useState(() => new Cr(s, r));
|
|
124
124
|
Y.useEffect(() => {
|
|
125
125
|
c.setOptions(r);
|
|
126
126
|
}, [c, r]);
|
|
127
|
-
const a =
|
|
128
|
-
c.mutate(d, h).catch(
|
|
127
|
+
const a = In(Y.useCallback((d) => c.subscribe(Nt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), p = Y.useCallback((d, h) => {
|
|
128
|
+
c.mutate(d, h).catch(mr);
|
|
129
129
|
}, [c]);
|
|
130
|
-
if (a.error &&
|
|
130
|
+
if (a.error && Pn(c.options.useErrorBoundary, [a.error]))
|
|
131
131
|
throw a.error;
|
|
132
|
-
return
|
|
132
|
+
return E(M({}, a), {
|
|
133
133
|
mutate: p,
|
|
134
134
|
mutateAsync: a.mutate
|
|
135
135
|
});
|
|
136
136
|
}
|
|
137
|
-
function
|
|
137
|
+
function mr() {
|
|
138
138
|
}
|
|
139
|
-
const
|
|
140
|
-
const [t, n] =
|
|
139
|
+
const zt = nt({}), br = () => rt(zt), Wt = ({ children: e }) => {
|
|
140
|
+
const [t, n] = A({}), r = I(
|
|
141
141
|
(a, p) => {
|
|
142
142
|
var d;
|
|
143
143
|
return `${a}_${(d = p == null ? void 0 : p.dashboardId) != null ? d : ""}`;
|
|
144
144
|
},
|
|
145
145
|
[]
|
|
146
|
-
), s =
|
|
146
|
+
), s = I(
|
|
147
147
|
(a, p, d) => {
|
|
148
|
-
n((h) =>
|
|
148
|
+
n((h) => E(M({}, h), {
|
|
149
149
|
[r(p, d)]: a
|
|
150
150
|
}));
|
|
151
151
|
},
|
|
152
152
|
[r]
|
|
153
|
-
), c =
|
|
153
|
+
), c = I(
|
|
154
154
|
(a, p) => t[r(a, p)],
|
|
155
155
|
[t, r]
|
|
156
156
|
);
|
|
157
|
-
return /* @__PURE__ */ o(
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
157
|
+
return /* @__PURE__ */ o(zt.Provider, { value: { saveChatId: s, getChatId: c }, children: e });
|
|
158
|
+
}, yr = "api/v2/ai/narrative", Zt = "api/v2/ai/nlg/queryResult";
|
|
159
|
+
function xr(e) {
|
|
160
|
+
return "status" in e;
|
|
161
|
+
}
|
|
162
|
+
function vr(e) {
|
|
163
|
+
return typeof e != "object" || e === null ? !1 : xr(e) && e.status === "404";
|
|
164
|
+
}
|
|
165
|
+
function kr(e, t) {
|
|
166
|
+
return V(this, null, function* () {
|
|
167
|
+
try {
|
|
168
|
+
return yield e.post(
|
|
169
|
+
yr,
|
|
170
|
+
t
|
|
171
|
+
);
|
|
172
|
+
} catch (n) {
|
|
173
|
+
if (!vr(n)) throw n;
|
|
174
|
+
return yield e.post(
|
|
175
|
+
Zt,
|
|
176
|
+
t
|
|
177
|
+
);
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
}
|
|
181
|
+
function jt(e, t, n) {
|
|
182
|
+
return V(this, null, function* () {
|
|
183
|
+
const { isUnifiedNarrationEnabled: r = !1, isSisenseAiEnabled: s = !1 } = n != null ? n : {};
|
|
184
|
+
return r && s ? kr(e, t) : yield e.post(
|
|
185
|
+
Zt,
|
|
186
|
+
t
|
|
187
|
+
);
|
|
188
|
+
});
|
|
189
|
+
}
|
|
190
|
+
class wr {
|
|
191
|
+
constructor(t, n = !1, r, s) {
|
|
192
|
+
H(this, "httpClient");
|
|
193
|
+
H(this, "isUnifiedNarrationEnabled");
|
|
194
|
+
H(this, "isSisenseAiEnabled");
|
|
195
|
+
H(this, "getChatContexts", () => V(this, null, function* () {
|
|
163
196
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
164
197
|
}));
|
|
165
198
|
// ==== /v2/ai endpoints ====
|
|
166
|
-
|
|
167
|
-
|
|
199
|
+
H(this, "getNlgInsights", (t) => jt(this.httpClient, t, {
|
|
200
|
+
isUnifiedNarrationEnabled: this.isUnifiedNarrationEnabled,
|
|
201
|
+
isSisenseAiEnabled: this.isSisenseAiEnabled
|
|
202
|
+
}));
|
|
203
|
+
H(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
|
|
168
204
|
`api/v2/ai/recommendations/query/${t}/${n.numOfRecommendations}${n.userPrompt ? "?userPrompt=" + encodeURIComponent(n.userPrompt) : ""}`
|
|
169
205
|
));
|
|
170
|
-
|
|
171
|
-
|
|
206
|
+
H(this, "getNlqResult", (t, n) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, n));
|
|
207
|
+
H(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
|
|
172
208
|
console.error("Unable to set llm config", n);
|
|
173
209
|
}));
|
|
174
210
|
// ==== /v2/ai/chats endpoints ====
|
|
175
|
-
|
|
211
|
+
H(this, "getAllChats", () => V(this, null, function* () {
|
|
176
212
|
return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
|
|
177
213
|
}));
|
|
178
|
-
|
|
179
|
-
|
|
214
|
+
H(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
|
|
215
|
+
H(this, "createChat", (t, n) => this.httpClient.post("api/v2/ai/chats", {
|
|
180
216
|
sourceId: t,
|
|
181
217
|
volatile: this.volatile,
|
|
182
218
|
contextDetails: n
|
|
183
219
|
}));
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
220
|
+
H(this, "postChat", (t, n) => this.httpClient.post(`api/v2/ai/chats/${t}`, n));
|
|
221
|
+
H(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
|
|
222
|
+
H(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
|
|
223
|
+
H(this, "ai", {
|
|
188
224
|
getNlgInsights: this.getNlgInsights,
|
|
189
225
|
getNlqResult: this.getNlqResult,
|
|
190
226
|
getQueryRecommendations: this.getQueryRecommendations,
|
|
@@ -198,35 +234,43 @@ class fr {
|
|
|
198
234
|
clearHistory: this.deleteChatHistory
|
|
199
235
|
}
|
|
200
236
|
});
|
|
201
|
-
this.volatile = n, this.httpClient = t;
|
|
237
|
+
this.volatile = n, this.httpClient = t, this.isUnifiedNarrationEnabled = r, this.isSisenseAiEnabled = s;
|
|
202
238
|
}
|
|
203
239
|
}
|
|
204
|
-
const
|
|
240
|
+
const Sr = new It({
|
|
205
241
|
defaultOptions: {
|
|
206
242
|
queries: {
|
|
207
243
|
refetchOnWindowFocus: !1,
|
|
208
244
|
refetchOnMount: !1
|
|
209
245
|
}
|
|
210
246
|
}
|
|
211
|
-
}),
|
|
247
|
+
}), it = nt(void 0), J = () => rt(it), Mr = ({
|
|
212
248
|
children: e,
|
|
213
249
|
volatile: t
|
|
214
250
|
}) => {
|
|
215
|
-
const { app: n } =
|
|
216
|
-
() =>
|
|
251
|
+
const { app: n } = Fn(), r = z(
|
|
252
|
+
() => {
|
|
253
|
+
var s, c;
|
|
254
|
+
return n ? new wr(
|
|
255
|
+
n.httpClient,
|
|
256
|
+
t,
|
|
257
|
+
(s = n.settings) == null ? void 0 : s.isUnifiedNarrationEnabled,
|
|
258
|
+
(c = n.settings) == null ? void 0 : c.isSisenseAiEnabled
|
|
259
|
+
) : void 0;
|
|
260
|
+
},
|
|
217
261
|
[n, t]
|
|
218
262
|
);
|
|
219
|
-
return /* @__PURE__ */ o(
|
|
263
|
+
return /* @__PURE__ */ o(it.Provider, { value: r, children: /* @__PURE__ */ o(Pt, { client: Sr, children: e }) });
|
|
220
264
|
};
|
|
221
|
-
function
|
|
222
|
-
return /* @__PURE__ */ o(
|
|
265
|
+
function rs({ children: e, volatile: t }) {
|
|
266
|
+
return /* @__PURE__ */ o(Wt, { children: /* @__PURE__ */ o(Mr, { volatile: t, children: e }) });
|
|
223
267
|
}
|
|
224
|
-
function
|
|
268
|
+
function Ut(e) {
|
|
225
269
|
var t, n;
|
|
226
270
|
if ("jaql" in e)
|
|
227
271
|
return e;
|
|
228
272
|
{
|
|
229
|
-
const r =
|
|
273
|
+
const r = gr(e.dataSource), { filters: s = [], relations: c } = pr(e.filters), { metadata: a, filterRelations: p } = hr(
|
|
230
274
|
{
|
|
231
275
|
dataSource: e.dataSource,
|
|
232
276
|
attributes: (t = e.dimensions) != null ? t : [],
|
|
@@ -246,13 +290,13 @@ function qt(e) {
|
|
|
246
290
|
return e.verbosity && (d.verbosity = e.verbosity), d;
|
|
247
291
|
}
|
|
248
292
|
}
|
|
249
|
-
const
|
|
250
|
-
const n =
|
|
293
|
+
const De = (e, t = !0) => {
|
|
294
|
+
const n = z(() => Ut(e), [e]), r = J(), { data: s, error: c, isError: a, isLoading: p, isSuccess: d, refetch: h } = fe({
|
|
251
295
|
queryKey: ["getNlgInsights", n, r],
|
|
252
296
|
queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(n),
|
|
253
297
|
select: (m) => {
|
|
254
|
-
var
|
|
255
|
-
return (
|
|
298
|
+
var y;
|
|
299
|
+
return (y = m == null ? void 0 : m.data) == null ? void 0 : y.answer;
|
|
256
300
|
},
|
|
257
301
|
enabled: !!r && t
|
|
258
302
|
});
|
|
@@ -262,16 +306,16 @@ const He = (e, t = !0) => {
|
|
|
262
306
|
isSuccess: d,
|
|
263
307
|
data: s,
|
|
264
308
|
error: c,
|
|
265
|
-
refetch:
|
|
309
|
+
refetch: I(() => {
|
|
266
310
|
h();
|
|
267
311
|
}, [h])
|
|
268
312
|
};
|
|
269
|
-
},
|
|
270
|
-
const r = e, { enabled: t } = r, n =
|
|
271
|
-
return
|
|
272
|
-
},
|
|
273
|
-
|
|
274
|
-
),
|
|
313
|
+
}, Tr = (e) => {
|
|
314
|
+
const r = e, { enabled: t } = r, n = Ze(r, ["enabled"]);
|
|
315
|
+
return De(n, t);
|
|
316
|
+
}, os = tt("useGetNlgInsights")(
|
|
317
|
+
Tr
|
|
318
|
+
), $r = [
|
|
275
319
|
"indicator",
|
|
276
320
|
"column",
|
|
277
321
|
"line",
|
|
@@ -279,7 +323,7 @@ const He = (e, t = !0) => {
|
|
|
279
323
|
"pie",
|
|
280
324
|
"bar"
|
|
281
325
|
];
|
|
282
|
-
function
|
|
326
|
+
function Gt(e) {
|
|
283
327
|
const { dataSource: t, query: n, chartTypes: r } = e;
|
|
284
328
|
return {
|
|
285
329
|
contextTitle: typeof t == "string" ? t : t.title,
|
|
@@ -287,25 +331,25 @@ function zt(e) {
|
|
|
287
331
|
text: n,
|
|
288
332
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
289
333
|
timezone: "UTC",
|
|
290
|
-
chartTypes: r != null ? r : [
|
|
334
|
+
chartTypes: r != null ? r : [...$r]
|
|
291
335
|
}
|
|
292
336
|
};
|
|
293
337
|
}
|
|
294
|
-
function
|
|
295
|
-
return
|
|
296
|
-
const { contextTitle: n, request: r } =
|
|
338
|
+
function Rr(e, t) {
|
|
339
|
+
return V(this, null, function* () {
|
|
340
|
+
const { contextTitle: n, request: r } = Gt(e), s = yield t.ai.getNlqResult(n, r);
|
|
297
341
|
return {
|
|
298
|
-
widgetProps: s ?
|
|
342
|
+
widgetProps: s ? He(s, {
|
|
299
343
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
300
344
|
}) : void 0,
|
|
301
345
|
nlqResult: s
|
|
302
346
|
};
|
|
303
347
|
});
|
|
304
348
|
}
|
|
305
|
-
const
|
|
306
|
-
const { contextTitle: t, request: n } =
|
|
349
|
+
const Er = (e) => {
|
|
350
|
+
const { contextTitle: t, request: n } = Gt(e), r = J(), s = ["getNlqResult", t, n, r], { isLoading: c, isError: a, isSuccess: p, data: d, error: h, refetch: m } = fe({
|
|
307
351
|
queryKey: s,
|
|
308
|
-
queryFn: () => r ?
|
|
352
|
+
queryFn: () => r ? Rr(e, r).then((y) => y.widgetProps) : Promise.reject("No API available"),
|
|
309
353
|
enabled: !!r && e.enabled
|
|
310
354
|
});
|
|
311
355
|
return {
|
|
@@ -314,15 +358,15 @@ const vr = (e) => {
|
|
|
314
358
|
isSuccess: p,
|
|
315
359
|
data: d,
|
|
316
360
|
error: h,
|
|
317
|
-
refetch:
|
|
361
|
+
refetch: I(() => {
|
|
318
362
|
m();
|
|
319
363
|
}, [m])
|
|
320
364
|
};
|
|
321
|
-
},
|
|
322
|
-
const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s, customPrompt: c } = e, a =
|
|
365
|
+
}, is = tt("useGetNlqResult")(Er), Lr = 4, Vt = (e) => {
|
|
366
|
+
const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s, customPrompt: c } = e, a = J(), p = n != null ? n : Lr, d = (s === void 0 || s === !0) && p > 0, {
|
|
323
367
|
isLoading: h,
|
|
324
368
|
isError: m,
|
|
325
|
-
isSuccess:
|
|
369
|
+
isSuccess: y,
|
|
326
370
|
data: i,
|
|
327
371
|
error: u,
|
|
328
372
|
refetch: l
|
|
@@ -332,44 +376,44 @@ const vr = (e) => {
|
|
|
332
376
|
numOfRecommendations: p
|
|
333
377
|
}, c ? { userPrompt: c } : null)),
|
|
334
378
|
enabled: !!a && d
|
|
335
|
-
}), f =
|
|
336
|
-
widgetProps: g.jaql ?
|
|
379
|
+
}), f = z(() => i == null ? void 0 : i.map((g) => E(M({}, g), {
|
|
380
|
+
widgetProps: g.jaql ? He(g, {
|
|
337
381
|
useCustomizedStyleOptions: r
|
|
338
382
|
}) : void 0
|
|
339
383
|
})), [i, r]);
|
|
340
384
|
return {
|
|
341
385
|
isLoading: d ? h : !1,
|
|
342
386
|
isError: m,
|
|
343
|
-
isSuccess:
|
|
387
|
+
isSuccess: y,
|
|
344
388
|
data: f != null ? f : void 0,
|
|
345
389
|
error: u,
|
|
346
|
-
refetch:
|
|
390
|
+
refetch: I(() => {
|
|
347
391
|
l();
|
|
348
392
|
}, [l])
|
|
349
393
|
};
|
|
350
|
-
},
|
|
351
|
-
|
|
352
|
-
),
|
|
394
|
+
}, ss = tt("useGetQueryRecommendations")(
|
|
395
|
+
Vt
|
|
396
|
+
), Qt = Object.freeze({
|
|
353
397
|
enableFollowupQuestions: !1,
|
|
354
398
|
enableHeader: !0,
|
|
355
399
|
enableInsights: !0,
|
|
356
400
|
numOfRecommendations: 4,
|
|
357
401
|
numOfRecentPrompts: 5
|
|
358
|
-
}),
|
|
359
|
-
const { t: n } =
|
|
402
|
+
}), _t = nt(M({}, Qt)), ne = () => rt(_t), Nr = ({ children: e, value: t }) => {
|
|
403
|
+
const { t: n } = P(), r = Object.entries(t).reduce(
|
|
360
404
|
(s, [c, a]) => (a !== void 0 && (s[c] = a), s),
|
|
361
|
-
|
|
405
|
+
E(M({}, Qt), {
|
|
362
406
|
inputPromptText: n("ai.config.inputPromptText"),
|
|
363
407
|
welcomeText: n("ai.config.welcomeText"),
|
|
364
408
|
suggestionsWelcomeText: n("ai.config.suggestionsWelcomeText")
|
|
365
409
|
})
|
|
366
410
|
);
|
|
367
|
-
return /* @__PURE__ */ o(
|
|
368
|
-
},
|
|
369
|
-
const t =
|
|
411
|
+
return /* @__PURE__ */ o(_t.Provider, { value: r, children: e });
|
|
412
|
+
}, st = "chatHistory", Ir = (e) => {
|
|
413
|
+
const t = J(), { hideHistory: n } = ne();
|
|
370
414
|
return fe({
|
|
371
|
-
queryKey: [
|
|
372
|
-
queryFn: () =>
|
|
415
|
+
queryKey: [st, e, t],
|
|
416
|
+
queryFn: () => V(void 0, null, function* () {
|
|
373
417
|
if (!t || !e)
|
|
374
418
|
return;
|
|
375
419
|
if (n)
|
|
@@ -379,10 +423,10 @@ const vr = (e) => {
|
|
|
379
423
|
}),
|
|
380
424
|
enabled: !!t && !!e
|
|
381
425
|
});
|
|
382
|
-
},
|
|
383
|
-
const t =
|
|
384
|
-
return
|
|
385
|
-
mutationFn: () =>
|
|
426
|
+
}, Kt = (e) => {
|
|
427
|
+
const t = J(), n = we();
|
|
428
|
+
return ot({
|
|
429
|
+
mutationFn: () => V(void 0, null, function* () {
|
|
386
430
|
if (!(!t || !e))
|
|
387
431
|
return t.ai.chat.clearHistory(e);
|
|
388
432
|
}),
|
|
@@ -390,30 +434,30 @@ const vr = (e) => {
|
|
|
390
434
|
console.error("Error when clearing history:", r);
|
|
391
435
|
},
|
|
392
436
|
onSettled: () => {
|
|
393
|
-
e && n.setQueriesData([
|
|
437
|
+
e && n.setQueriesData([st, e], []);
|
|
394
438
|
}
|
|
395
439
|
});
|
|
396
|
-
},
|
|
397
|
-
const { data: t, isLoading: n, isError: r } =
|
|
398
|
-
return
|
|
440
|
+
}, at = (e) => {
|
|
441
|
+
const { data: t, isLoading: n, isError: r } = Ir(e), { mutate: s } = Kt(e);
|
|
442
|
+
return Se(() => {
|
|
399
443
|
r && s();
|
|
400
444
|
}, [r, s]), {
|
|
401
445
|
history: t,
|
|
402
446
|
isLoading: n,
|
|
403
447
|
isError: r
|
|
404
448
|
};
|
|
405
|
-
},
|
|
406
|
-
const e =
|
|
449
|
+
}, Pr = () => {
|
|
450
|
+
const e = J(), { data: t, isLoading: n, fetchStatus: r } = fe({
|
|
407
451
|
queryKey: ["getDataTopics", e],
|
|
408
|
-
queryFn: () =>
|
|
452
|
+
queryFn: () => V(void 0, null, function* () {
|
|
409
453
|
if (e)
|
|
410
454
|
return e.getChatContexts();
|
|
411
455
|
}),
|
|
412
456
|
enabled: !!e
|
|
413
457
|
});
|
|
414
458
|
return { data: t, isLoading: n, fetchStatus: r };
|
|
415
|
-
},
|
|
416
|
-
const e =
|
|
459
|
+
}, Or = () => {
|
|
460
|
+
const e = J(), { data: t, isLoading: n } = fe({
|
|
417
461
|
queryKey: ["getAllChats", e],
|
|
418
462
|
queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
|
|
419
463
|
enabled: !!e
|
|
@@ -422,18 +466,18 @@ const vr = (e) => {
|
|
|
422
466
|
data: t != null ? t : [],
|
|
423
467
|
isLoading: n
|
|
424
468
|
};
|
|
425
|
-
},
|
|
426
|
-
const r =
|
|
427
|
-
mutationFn: () =>
|
|
469
|
+
}, Fr = (e, t, n) => {
|
|
470
|
+
const r = we(), s = J(), c = ot({
|
|
471
|
+
mutationFn: () => V(void 0, null, function* () {
|
|
428
472
|
if (!(!s || !e))
|
|
429
473
|
return s.ai.chat.create(e, n);
|
|
430
474
|
}),
|
|
431
475
|
onSuccess: () => r.invalidateQueries(["getAllChats"])
|
|
432
476
|
});
|
|
433
|
-
return
|
|
477
|
+
return Se(() => {
|
|
434
478
|
t && c.isIdle && c.mutate();
|
|
435
479
|
}, [t, c]), c;
|
|
436
|
-
},
|
|
480
|
+
}, Br = (e, t) => {
|
|
437
481
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
438
482
|
case "nlq":
|
|
439
483
|
return {
|
|
@@ -450,14 +494,14 @@ const vr = (e) => {
|
|
|
450
494
|
default:
|
|
451
495
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
452
496
|
}
|
|
453
|
-
},
|
|
454
|
-
const n =
|
|
497
|
+
}, Ar = (e, t) => {
|
|
498
|
+
const n = we(), r = I(
|
|
455
499
|
(d) => {
|
|
456
|
-
e && n.setQueriesData([
|
|
500
|
+
e && n.setQueriesData([st, e], (h) => h && [...h, d]);
|
|
457
501
|
},
|
|
458
502
|
[n, e]
|
|
459
|
-
), { t: s } =
|
|
460
|
-
mutationFn: (d) =>
|
|
503
|
+
), { t: s } = P(), c = J(), { mutate: a, isLoading: p } = ot({
|
|
504
|
+
mutationFn: (d) => V(void 0, null, function* () {
|
|
461
505
|
if (!(!c || !e))
|
|
462
506
|
return c.ai.chat.post(e, {
|
|
463
507
|
text: d,
|
|
@@ -482,70 +526,70 @@ const vr = (e) => {
|
|
|
482
526
|
if (!d)
|
|
483
527
|
return;
|
|
484
528
|
const h = s("ai.errors.unknownResponse");
|
|
485
|
-
r(
|
|
529
|
+
r(Br(d, h));
|
|
486
530
|
}
|
|
487
531
|
});
|
|
488
532
|
return { mutate: a, isLoading: p };
|
|
489
|
-
},
|
|
533
|
+
}, lt = (e, t, n = !1) => {
|
|
490
534
|
var m;
|
|
491
|
-
const { data: r, isLoading: s } =
|
|
492
|
-
(
|
|
535
|
+
const { data: r, isLoading: s } = Or(), c = br(), a = c.getChatId(e, t) || ((m = r.find(
|
|
536
|
+
(y) => {
|
|
493
537
|
var i;
|
|
494
|
-
return
|
|
538
|
+
return y.contextTitle === e && ((i = y.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
495
539
|
}
|
|
496
|
-
)) == null ? void 0 : m.chatId), { isError: p, data: d, isSuccess: h } =
|
|
540
|
+
)) == null ? void 0 : m.chatId), { isError: p, data: d, isSuccess: h } = Fr(
|
|
497
541
|
e,
|
|
498
542
|
n && !s && !a,
|
|
499
543
|
t
|
|
500
544
|
);
|
|
501
|
-
return
|
|
545
|
+
return Se(() => {
|
|
502
546
|
h && d && !a && c.saveChatId(d.chatId, e, t);
|
|
503
547
|
}, [d, h, e, t, a, c]), { chatId: a, isLoading: s, isError: p };
|
|
504
|
-
},
|
|
548
|
+
}, Xt = (e) => z(() => {
|
|
505
549
|
if (e != null && e.length) {
|
|
506
550
|
const t = e[e.length - 1];
|
|
507
|
-
if (
|
|
551
|
+
if (ct(t))
|
|
508
552
|
return JSON.parse(t.content);
|
|
509
553
|
}
|
|
510
554
|
return null;
|
|
511
|
-
}, [e]),
|
|
512
|
-
const { t: n } =
|
|
513
|
-
|
|
514
|
-
c ? p(new
|
|
555
|
+
}, [e]), ct = (e) => !!e && "type" in e && e.type === "nlq", Hr = (e) => !!e && "type" in e && e.type === "text", Dr = (e, t) => {
|
|
556
|
+
const { t: n } = P(), { enableFollowupQuestions: r } = ne(), { chatId: s, isError: c } = lt(e, t, !0), [a, p] = A(null), { history: d, isLoading: h, isError: m } = at(s);
|
|
557
|
+
Se(() => {
|
|
558
|
+
c ? p(new Ke("ai.errors.chatUnavailable")) : m && p(new Ke("ai.errors.fetchHistory"));
|
|
515
559
|
}, [c, m, n]);
|
|
516
|
-
const { mutate:
|
|
560
|
+
const { mutate: y, isLoading: i } = Ar(
|
|
517
561
|
s,
|
|
518
562
|
r
|
|
519
|
-
), u =
|
|
563
|
+
), u = Xt(d);
|
|
520
564
|
return {
|
|
521
565
|
chatId: s,
|
|
522
566
|
history: d != null ? d : [],
|
|
523
567
|
lastNlqResponse: u,
|
|
524
|
-
sendMessage:
|
|
568
|
+
sendMessage: y,
|
|
525
569
|
isAwaitingResponse: i,
|
|
526
570
|
isLoading: h,
|
|
527
571
|
lastError: a
|
|
528
572
|
};
|
|
529
|
-
},
|
|
573
|
+
}, as = ({
|
|
530
574
|
contextTitle: e,
|
|
531
575
|
contextDetails: t
|
|
532
576
|
}) => {
|
|
533
|
-
const { chatId: n } =
|
|
534
|
-
return
|
|
535
|
-
},
|
|
577
|
+
const { chatId: n } = lt(e, t), { history: r } = at(n);
|
|
578
|
+
return Xt(r);
|
|
579
|
+
}, ls = ({
|
|
536
580
|
contextTitle: e,
|
|
537
581
|
contextDetails: t
|
|
538
582
|
}) => {
|
|
539
|
-
const { chatId: n } =
|
|
540
|
-
return
|
|
583
|
+
const { chatId: n } = lt(e, t), { history: r } = at(n);
|
|
584
|
+
return z(() => {
|
|
541
585
|
if (r != null && r.length) {
|
|
542
|
-
const s = r.slice().reverse().find(
|
|
586
|
+
const s = r.slice().reverse().find(ct);
|
|
543
587
|
if (s)
|
|
544
588
|
return JSON.parse(s.content);
|
|
545
589
|
}
|
|
546
590
|
return null;
|
|
547
591
|
}, [r]);
|
|
548
|
-
},
|
|
592
|
+
}, qr = 500, zr = 500, Wr = 500, Zr = 900, jr = w.div`
|
|
549
593
|
box-sizing: border-box;
|
|
550
594
|
position: relative;
|
|
551
595
|
display: flex;
|
|
@@ -555,21 +599,21 @@ const vr = (e) => {
|
|
|
555
599
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
556
600
|
overflow: hidden;
|
|
557
601
|
|
|
558
|
-
min-width: ${
|
|
559
|
-
min-height: ${
|
|
560
|
-
width: ${({ width: e }) => e ?
|
|
561
|
-
height: ${({ height: e }) => e ?
|
|
602
|
+
min-width: ${qr}px;
|
|
603
|
+
min-height: ${zr}px;
|
|
604
|
+
width: ${({ width: e }) => e ? xt(e) : `${Wr}px`};
|
|
605
|
+
height: ${({ height: e }) => e ? xt(e) : `${Zr}px`};
|
|
562
606
|
|
|
563
|
-
${({ theme: e }) =>
|
|
607
|
+
${({ theme: e }) => q`
|
|
564
608
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
565
609
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
566
610
|
`}
|
|
567
611
|
border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
|
|
568
612
|
`;
|
|
569
|
-
function
|
|
613
|
+
function xt(e) {
|
|
570
614
|
return typeof e == "number" ? `${e}px` : e;
|
|
571
615
|
}
|
|
572
|
-
function
|
|
616
|
+
function Ur({ spin: e }) {
|
|
573
617
|
return /* @__PURE__ */ S(
|
|
574
618
|
"svg",
|
|
575
619
|
{
|
|
@@ -603,10 +647,10 @@ function Or({ spin: e }) {
|
|
|
603
647
|
}
|
|
604
648
|
);
|
|
605
649
|
}
|
|
606
|
-
function
|
|
607
|
-
return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(
|
|
650
|
+
function qe() {
|
|
651
|
+
return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(Ur, { spin: !0 }) });
|
|
608
652
|
}
|
|
609
|
-
const
|
|
653
|
+
const Gr = w.div`
|
|
610
654
|
text-align: center;
|
|
611
655
|
font-size: 11px;
|
|
612
656
|
line-height: 18px;
|
|
@@ -620,9 +664,9 @@ const Dr = w.div`
|
|
|
620
664
|
|
|
621
665
|
color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
|
|
622
666
|
`;
|
|
623
|
-
function
|
|
624
|
-
const { t } =
|
|
625
|
-
return /* @__PURE__ */ S(
|
|
667
|
+
function Vr({ theme: e }) {
|
|
668
|
+
const { t } = P();
|
|
669
|
+
return /* @__PURE__ */ S(Gr, { theme: e, children: [
|
|
626
670
|
/* @__PURE__ */ o("div", { children: t("ai.disclaimer.poweredByAi") }),
|
|
627
671
|
/* @__PURE__ */ S("div", { children: [
|
|
628
672
|
" ",
|
|
@@ -630,11 +674,11 @@ function Ar({ theme: e }) {
|
|
|
630
674
|
] })
|
|
631
675
|
] });
|
|
632
676
|
}
|
|
633
|
-
const
|
|
677
|
+
const Qr = w.div`
|
|
634
678
|
display: flex;
|
|
635
679
|
flex-direction: column;
|
|
636
680
|
row-gap: 4px;
|
|
637
|
-
`,
|
|
681
|
+
`, _r = w.div`
|
|
638
682
|
font-size: 11px;
|
|
639
683
|
line-height: 18px;
|
|
640
684
|
font-weight: 300;
|
|
@@ -644,7 +688,7 @@ const qr = w.div`
|
|
|
644
688
|
&:hover {
|
|
645
689
|
background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
|
|
646
690
|
}
|
|
647
|
-
`,
|
|
691
|
+
`, Kr = w.div`
|
|
648
692
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
649
693
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
650
694
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
@@ -654,19 +698,19 @@ const qr = w.div`
|
|
|
654
698
|
background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
|
|
655
699
|
}
|
|
656
700
|
`;
|
|
657
|
-
function
|
|
701
|
+
function Xr({
|
|
658
702
|
title: e,
|
|
659
703
|
items: t,
|
|
660
704
|
onSelect: n,
|
|
661
705
|
alwaysExpanded: r = !1
|
|
662
706
|
}) {
|
|
663
|
-
const [s, c] =
|
|
664
|
-
return /* @__PURE__ */ S(
|
|
665
|
-
/* @__PURE__ */ o(
|
|
666
|
-
(s || r) && t.map((p, d) => /* @__PURE__ */ o(
|
|
707
|
+
const [s, c] = A(!1), { themeSettings: a } = R();
|
|
708
|
+
return /* @__PURE__ */ S(Qr, { children: [
|
|
709
|
+
/* @__PURE__ */ o(_r, { onClick: () => c((p) => !p), theme: a, children: e.toUpperCase() }),
|
|
710
|
+
(s || r) && t.map((p, d) => /* @__PURE__ */ o(Kr, { onClick: () => n(p), theme: a, children: p }, d))
|
|
667
711
|
] });
|
|
668
712
|
}
|
|
669
|
-
const
|
|
713
|
+
const Yr = w.div`
|
|
670
714
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
671
715
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
672
716
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
@@ -678,13 +722,13 @@ const jr = w.div`
|
|
|
678
722
|
display: flex;
|
|
679
723
|
flex-direction: column;
|
|
680
724
|
row-gap: 4px;
|
|
681
|
-
`,
|
|
725
|
+
`, Jr = w.div`
|
|
682
726
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
683
727
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
684
728
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
685
729
|
padding: 4px 12px;
|
|
686
|
-
`,
|
|
687
|
-
function
|
|
730
|
+
`, Xe = (e) => e.startsWith("/");
|
|
731
|
+
function eo({
|
|
688
732
|
recentPrompts: e,
|
|
689
733
|
suggestions: t,
|
|
690
734
|
isLoading: n,
|
|
@@ -706,11 +750,11 @@ function Vr({
|
|
|
706
750
|
}
|
|
707
751
|
].filter(
|
|
708
752
|
(i) => i.title.slice(0, c.length) === c
|
|
709
|
-
), { themeSettings: h } = R(), { t: m } =
|
|
753
|
+
), { themeSettings: h } = R(), { t: m } = P(), y = d.length === 1;
|
|
710
754
|
return /* @__PURE__ */ o(
|
|
711
|
-
|
|
755
|
+
Ot,
|
|
712
756
|
{
|
|
713
|
-
open:
|
|
757
|
+
open: Xe(c) && d.length > 0,
|
|
714
758
|
anchorEl: s,
|
|
715
759
|
placement: "top-start",
|
|
716
760
|
modifiers: [
|
|
@@ -722,16 +766,16 @@ function Vr({
|
|
|
722
766
|
}
|
|
723
767
|
],
|
|
724
768
|
sx: { zIndex: 3 },
|
|
725
|
-
children: /* @__PURE__ */ S(
|
|
726
|
-
n && /* @__PURE__ */ o(
|
|
727
|
-
!n && !a && d.map((i) => /* @__PURE__ */ o(
|
|
728
|
-
a && /* @__PURE__ */ o(
|
|
769
|
+
children: /* @__PURE__ */ S(Yr, { style: { width: s == null ? void 0 : s.offsetWidth }, theme: h, children: [
|
|
770
|
+
n && /* @__PURE__ */ o(qe, {}),
|
|
771
|
+
!n && !a && d.map((i) => /* @__PURE__ */ o(Xr, E(M({}, i), { alwaysExpanded: y }), i.title)),
|
|
772
|
+
a && /* @__PURE__ */ o(Jr, { theme: h, children: m("ai.errors.recommendationsNotAvailable") })
|
|
729
773
|
] })
|
|
730
774
|
}
|
|
731
775
|
);
|
|
732
776
|
}
|
|
733
|
-
const
|
|
734
|
-
function
|
|
777
|
+
const to = 500;
|
|
778
|
+
function Me({ title: e, placement: t = "top", children: n }) {
|
|
735
779
|
const { themeSettings: r } = R();
|
|
736
780
|
return /* @__PURE__ */ o(
|
|
737
781
|
Bn,
|
|
@@ -764,7 +808,7 @@ function Se({ title: e, placement: t = "top", children: n }) {
|
|
|
764
808
|
}
|
|
765
809
|
);
|
|
766
810
|
}
|
|
767
|
-
function
|
|
811
|
+
function no({ theme: e }) {
|
|
768
812
|
const t = e.aiChat.icons.color;
|
|
769
813
|
return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
|
|
770
814
|
/* @__PURE__ */ o(
|
|
@@ -790,7 +834,7 @@ function Qr({ theme: e }) {
|
|
|
790
834
|
)
|
|
791
835
|
] });
|
|
792
836
|
}
|
|
793
|
-
function
|
|
837
|
+
function ro({ theme: e }) {
|
|
794
838
|
return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
|
|
795
839
|
"path",
|
|
796
840
|
{
|
|
@@ -799,19 +843,19 @@ function _r({ theme: e }) {
|
|
|
799
843
|
}
|
|
800
844
|
) });
|
|
801
845
|
}
|
|
802
|
-
const
|
|
846
|
+
const oo = w.div`
|
|
803
847
|
display: flex;
|
|
804
848
|
flex-direction: row;
|
|
805
849
|
align-items: flex-end;
|
|
806
850
|
justify-content: space-between;
|
|
807
851
|
|
|
808
852
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
809
|
-
`,
|
|
853
|
+
`, io = w.button`
|
|
810
854
|
height: 34px;
|
|
811
855
|
background-color: inherit;
|
|
812
856
|
cursor: pointer;
|
|
813
857
|
border: none;
|
|
814
|
-
`,
|
|
858
|
+
`, so = w.textarea`
|
|
815
859
|
font-size: inherit;
|
|
816
860
|
line-height: inherit;
|
|
817
861
|
resize: none;
|
|
@@ -839,22 +883,22 @@ const Kr = w.div`
|
|
|
839
883
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
840
884
|
|
|
841
885
|
background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
|
|
842
|
-
`,
|
|
886
|
+
`, ao = w.button`
|
|
843
887
|
height: 34px;
|
|
844
888
|
background-color: inherit;
|
|
845
889
|
border-style: none;
|
|
846
890
|
|
|
847
891
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
848
892
|
|
|
849
|
-
${({ disabled: e }) => e ?
|
|
893
|
+
${({ disabled: e }) => e ? q`
|
|
850
894
|
opacity: 0.3;
|
|
851
895
|
cursor: not-allowed;
|
|
852
|
-
` :
|
|
896
|
+
` : q`
|
|
853
897
|
opacity: 1;
|
|
854
898
|
cursor: pointer;
|
|
855
899
|
`}
|
|
856
|
-
`,
|
|
857
|
-
function
|
|
900
|
+
`, lo = 34;
|
|
901
|
+
function co({
|
|
858
902
|
onSendMessage: e,
|
|
859
903
|
onClearHistoryClick: t,
|
|
860
904
|
disabled: n,
|
|
@@ -864,52 +908,52 @@ function to({
|
|
|
864
908
|
recommendationsError: a,
|
|
865
909
|
onChange: p
|
|
866
910
|
}) {
|
|
867
|
-
const [d, h] =
|
|
911
|
+
const [d, h] = A(""), { inputPromptText: m } = ne(), y = I(() => {
|
|
868
912
|
if (n) return;
|
|
869
|
-
if (
|
|
913
|
+
if (Xe(d)) {
|
|
870
914
|
h("");
|
|
871
915
|
return;
|
|
872
916
|
}
|
|
873
917
|
const k = d.trim();
|
|
874
918
|
k.length !== 0 && (e(k), h(""));
|
|
875
|
-
}, [n, e, d]), i =
|
|
919
|
+
}, [n, e, d]), i = I(
|
|
876
920
|
(k) => {
|
|
877
921
|
e(k), h("");
|
|
878
922
|
},
|
|
879
923
|
[e]
|
|
880
|
-
), u =
|
|
924
|
+
), u = I(
|
|
881
925
|
(k) => {
|
|
882
|
-
k.key === "Enter" ? (k.preventDefault(),
|
|
926
|
+
k.key === "Enter" ? (k.preventDefault(), y()) : k.key === "Escape" && Xe(d) && h("");
|
|
883
927
|
},
|
|
884
|
-
[
|
|
885
|
-
), l =
|
|
928
|
+
[y, d]
|
|
929
|
+
), l = I(
|
|
886
930
|
(k) => {
|
|
887
931
|
p == null || p(k.target.value), h(k.target.value);
|
|
888
932
|
},
|
|
889
933
|
[p]
|
|
890
934
|
), f = he(null);
|
|
891
|
-
|
|
935
|
+
Fe(() => {
|
|
892
936
|
f.current && (f.current.style.height = "inherit", f.current.style.height = `${Math.max(
|
|
893
937
|
f.current.scrollHeight + 2,
|
|
894
938
|
// account for 1px top/bottom border
|
|
895
|
-
|
|
939
|
+
lo
|
|
896
940
|
)}px`);
|
|
897
|
-
}, [d]),
|
|
941
|
+
}, [d]), Fe(() => {
|
|
898
942
|
f.current && f.current.focus({ preventScroll: !0 });
|
|
899
943
|
}, []);
|
|
900
|
-
const { themeSettings: g } = R(), { t:
|
|
901
|
-
var
|
|
902
|
-
if ((
|
|
903
|
-
const
|
|
904
|
-
var
|
|
905
|
-
document.removeEventListener("mouseup",
|
|
944
|
+
const { themeSettings: g } = R(), { t: x } = P(), v = I((k) => {
|
|
945
|
+
var L;
|
|
946
|
+
if ((L = document.getElementById("csdk-chatbot-frame")) != null && L.contains(k.relatedTarget)) {
|
|
947
|
+
const $ = (T) => {
|
|
948
|
+
var N;
|
|
949
|
+
document.removeEventListener("mouseup", $), document.removeEventListener("keyup", $), T.type === "mouseup" && ((N = document.getSelection()) == null ? void 0 : N.type) !== "Range" && k.target.focus({ preventScroll: !0 });
|
|
906
950
|
};
|
|
907
|
-
document.addEventListener("mouseup",
|
|
951
|
+
document.addEventListener("mouseup", $), document.addEventListener("keyup", $);
|
|
908
952
|
}
|
|
909
953
|
}, []);
|
|
910
|
-
return /* @__PURE__ */ S(
|
|
954
|
+
return /* @__PURE__ */ S(oo, { theme: g, children: [
|
|
911
955
|
/* @__PURE__ */ o(
|
|
912
|
-
|
|
956
|
+
eo,
|
|
913
957
|
{
|
|
914
958
|
recentPrompts: r,
|
|
915
959
|
suggestions: s,
|
|
@@ -920,13 +964,13 @@ function to({
|
|
|
920
964
|
recommendationsError: a
|
|
921
965
|
}
|
|
922
966
|
),
|
|
923
|
-
t && /* @__PURE__ */ o(
|
|
967
|
+
t && /* @__PURE__ */ o(Me, { title: x("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ o(io, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ o(no, { theme: g }) }) }),
|
|
924
968
|
/* @__PURE__ */ o(
|
|
925
|
-
|
|
969
|
+
so,
|
|
926
970
|
{
|
|
927
971
|
"aria-label": "chat input",
|
|
928
972
|
onBlur: v,
|
|
929
|
-
maxLength:
|
|
973
|
+
maxLength: to,
|
|
930
974
|
ref: f,
|
|
931
975
|
rows: 1,
|
|
932
976
|
onChange: l,
|
|
@@ -934,44 +978,45 @@ function to({
|
|
|
934
978
|
placeholder: m,
|
|
935
979
|
value: d,
|
|
936
980
|
onKeyDown: u,
|
|
937
|
-
theme: g
|
|
981
|
+
theme: g,
|
|
982
|
+
disabled: n
|
|
938
983
|
}
|
|
939
984
|
),
|
|
940
985
|
/* @__PURE__ */ o(
|
|
941
|
-
|
|
986
|
+
ao,
|
|
942
987
|
{
|
|
943
988
|
"aria-label": "send chat message",
|
|
944
989
|
disabled: n || d.length === 0,
|
|
945
|
-
onClick:
|
|
990
|
+
onClick: y,
|
|
946
991
|
theme: g,
|
|
947
|
-
children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(
|
|
992
|
+
children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(ro, { theme: g }) })
|
|
948
993
|
}
|
|
949
994
|
)
|
|
950
995
|
] });
|
|
951
996
|
}
|
|
952
|
-
const
|
|
997
|
+
const uo = w.div`
|
|
953
998
|
margin: auto;
|
|
954
999
|
display: flex;
|
|
955
1000
|
flex-direction: column;
|
|
956
1001
|
align-items: center;
|
|
957
1002
|
row-gap: 21px;
|
|
958
|
-
`,
|
|
1003
|
+
`, po = w.div`
|
|
959
1004
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
960
1005
|
text-align: center;
|
|
961
1006
|
font-weight: 600;
|
|
962
|
-
`,
|
|
1007
|
+
`, ho = w.div`
|
|
963
1008
|
color: rgba(54, 163, 217, 1);
|
|
964
1009
|
cursor: pointer;
|
|
965
1010
|
`;
|
|
966
|
-
function
|
|
1011
|
+
function Yt({ text: e, action: t }) {
|
|
967
1012
|
const { themeSettings: n } = R();
|
|
968
|
-
return /* @__PURE__ */ S(
|
|
969
|
-
/* @__PURE__ */ o(
|
|
970
|
-
/* @__PURE__ */ o(
|
|
971
|
-
t && /* @__PURE__ */ o(
|
|
1013
|
+
return /* @__PURE__ */ S(uo, { children: [
|
|
1014
|
+
/* @__PURE__ */ o(po, { theme: n, children: e }),
|
|
1015
|
+
/* @__PURE__ */ o(An, {}),
|
|
1016
|
+
t && /* @__PURE__ */ o(ho, { onClick: t.onClick, children: t.text })
|
|
972
1017
|
] });
|
|
973
1018
|
}
|
|
974
|
-
const
|
|
1019
|
+
const go = w.div`
|
|
975
1020
|
flex: 0 0 80px;
|
|
976
1021
|
padding-left: 14px;
|
|
977
1022
|
padding-right: 14px;
|
|
@@ -980,20 +1025,20 @@ const io = w.div`
|
|
|
980
1025
|
position: relative;
|
|
981
1026
|
|
|
982
1027
|
background-color: ${({ style: e }) => e.backgroundColor};
|
|
983
|
-
`,
|
|
1028
|
+
`, fo = w.div`
|
|
984
1029
|
font-size: 18px;
|
|
985
1030
|
line-height: 22px;
|
|
986
1031
|
font-weight: 600;
|
|
987
1032
|
margin-left: 20px;
|
|
988
1033
|
|
|
989
1034
|
color: ${({ style: e }) => e.textColor};
|
|
990
|
-
`,
|
|
991
|
-
return /* @__PURE__ */ S(
|
|
1035
|
+
`, Jt = ur(function({ title: t, leftNav: n, rightNav: r, style: s }, c) {
|
|
1036
|
+
return /* @__PURE__ */ S(go, { ref: c, style: s, children: [
|
|
992
1037
|
n,
|
|
993
|
-
/* @__PURE__ */ o(
|
|
1038
|
+
/* @__PURE__ */ o(fo, { style: s, children: t }),
|
|
994
1039
|
r && /* @__PURE__ */ o("div", { className: "csdk-ml-auto", children: r })
|
|
995
1040
|
] });
|
|
996
|
-
}),
|
|
1041
|
+
}), Ie = w.div`
|
|
997
1042
|
width: 5px;
|
|
998
1043
|
height: 5px;
|
|
999
1044
|
border-radius: 50%;
|
|
@@ -1022,7 +1067,7 @@ const io = w.div`
|
|
|
1022
1067
|
}
|
|
1023
1068
|
}
|
|
1024
1069
|
`;
|
|
1025
|
-
function
|
|
1070
|
+
function dt() {
|
|
1026
1071
|
const { themeSettings: e } = R(), t = e.aiChat.icons.color;
|
|
1027
1072
|
return /* @__PURE__ */ S(
|
|
1028
1073
|
"div",
|
|
@@ -1030,85 +1075,85 @@ function at() {
|
|
|
1030
1075
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
1031
1076
|
"aria-label": "loading dots",
|
|
1032
1077
|
children: [
|
|
1033
|
-
/* @__PURE__ */ o(
|
|
1034
|
-
/* @__PURE__ */ o(
|
|
1035
|
-
/* @__PURE__ */ o(
|
|
1036
|
-
/* @__PURE__ */ o(
|
|
1078
|
+
/* @__PURE__ */ o(Ie, { color: t }),
|
|
1079
|
+
/* @__PURE__ */ o(Ie, { color: t }),
|
|
1080
|
+
/* @__PURE__ */ o(Ie, { color: t }),
|
|
1081
|
+
/* @__PURE__ */ o(Ie, { color: t })
|
|
1037
1082
|
]
|
|
1038
1083
|
}
|
|
1039
1084
|
);
|
|
1040
1085
|
}
|
|
1041
|
-
function
|
|
1042
|
-
return
|
|
1086
|
+
function ce() {
|
|
1087
|
+
return ce = Object.assign ? Object.assign.bind() : function(e) {
|
|
1043
1088
|
for (var t = 1; t < arguments.length; t++) {
|
|
1044
1089
|
var n = arguments[t];
|
|
1045
1090
|
for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
1046
1091
|
}
|
|
1047
1092
|
return e;
|
|
1048
|
-
},
|
|
1093
|
+
}, ce.apply(this, arguments);
|
|
1049
1094
|
}
|
|
1050
|
-
const
|
|
1051
|
-
var
|
|
1095
|
+
const Co = ["children", "options"], b = { blockQuote: "0", breakLine: "1", breakThematic: "2", codeBlock: "3", codeFenced: "4", codeInline: "5", footnote: "6", footnoteReference: "7", gfmTask: "8", heading: "9", headingSetext: "10", htmlBlock: "11", htmlComment: "12", htmlSelfClosing: "13", image: "14", link: "15", linkAngleBraceStyleDetector: "16", linkBareUrlDetector: "17", linkMailtoDetector: "18", newlineCoalescer: "19", orderedList: "20", paragraph: "21", ref: "22", refImage: "23", refLink: "24", table: "25", tableSeparator: "26", text: "27", textBolded: "28", textEmphasized: "29", textEscaped: "30", textMarked: "31", textStrikethroughed: "32", unorderedList: "33" };
|
|
1096
|
+
var vt;
|
|
1052
1097
|
(function(e) {
|
|
1053
1098
|
e[e.MAX = 0] = "MAX", e[e.HIGH = 1] = "HIGH", e[e.MED = 2] = "MED", e[e.LOW = 3] = "LOW", e[e.MIN = 4] = "MIN";
|
|
1054
|
-
})(
|
|
1055
|
-
const
|
|
1056
|
-
function
|
|
1057
|
-
return "( *)(" + (e === 1 ?
|
|
1099
|
+
})(vt || (vt = {}));
|
|
1100
|
+
const kt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus", "autoPlay", "cellPadding", "cellSpacing", "charSet", "classId", "colSpan", "contentEditable", "contextMenu", "crossOrigin", "encType", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "frameBorder", "hrefLang", "inputMode", "keyParams", "keyType", "marginHeight", "marginWidth", "maxLength", "mediaGroup", "minLength", "noValidate", "radioGroup", "readOnly", "rowSpan", "spellCheck", "srcDoc", "srcLang", "srcSet", "tabIndex", "useMap"].reduce((e, t) => (e[t.toLowerCase()] = t, e), { class: "className", for: "htmlFor" }), wt = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" }, mo = ["style", "script"], bo = ["src", "href", "data", "formAction", "srcDoc", "action"], yo = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, xo = /mailto:/i, vo = /\n{2,}$/, en = /^(\s*>[\s\S]*?)(?=\n\n|$)/, ko = /^ *> ?/gm, wo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, So = /^ {2,}\n/, Mo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, tn = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, nn = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, To = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, $o = /^(?:\n *)*\n/, Ro = /\r\n?/g, Eo = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, Lo = /^\[\^([^\]]+)]/, No = /\f/g, Io = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, Po = /^\s*?\[(x|\s)\]/, rn = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, on = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, sn = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Ye = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, Oo = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, an = /^<!--[\s\S]*?(?:-->)/, Fo = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Je = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Bo = /^\{.*\}$/, Ao = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Ho = /^<([^ >]+@[^ >]+)>/, Do = /^<([^ >]+:\/[^ >]+)>/, qo = /-([a-z])?/gi, ln = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, zo = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Wo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Zo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, jo = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Uo = /\t/g, Go = /(^ *\||\| *$)/g, Vo = /^ *:-+: *$/, Qo = /^ *:-+ *$/, _o = /^ *-+: *$/, ze = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Ko = new RegExp(`^([*_])\\1${ze}\\1\\1(?!\\1)`), Xo = new RegExp(`^([*_])${ze}\\1(?!\\1)`), Yo = new RegExp(`^(==)${ze}\\1`), Jo = new RegExp(`^(~~)${ze}\\1`), ei = /^\\([^0-9A-Za-z\s])/, St = /\\([^0-9A-Za-z\s])/g, ti = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, ni = /^\n+/, ri = /^([ \t]*)/, oi = /\\([^\\])/g, ii = /(?:^|\n)( *)$/, ut = "(?:\\d+\\.)", pt = "(?:[*+-])";
|
|
1101
|
+
function cn(e) {
|
|
1102
|
+
return "( *)(" + (e === 1 ? ut : pt) + ") +";
|
|
1058
1103
|
}
|
|
1059
|
-
const
|
|
1060
|
-
function
|
|
1061
|
-
return new RegExp("^" + (e === 1 ?
|
|
1104
|
+
const dn = cn(1), un = cn(2);
|
|
1105
|
+
function pn(e) {
|
|
1106
|
+
return new RegExp("^" + (e === 1 ? dn : un));
|
|
1062
1107
|
}
|
|
1063
|
-
const
|
|
1064
|
-
function
|
|
1065
|
-
return new RegExp("^" + (e === 1 ?
|
|
1108
|
+
const si = pn(1), ai = pn(2);
|
|
1109
|
+
function hn(e) {
|
|
1110
|
+
return new RegExp("^" + (e === 1 ? dn : un) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? ut : pt) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
1066
1111
|
}
|
|
1067
|
-
const
|
|
1068
|
-
function
|
|
1069
|
-
const t = e === 1 ?
|
|
1112
|
+
const li = hn(1), ci = hn(2);
|
|
1113
|
+
function gn(e) {
|
|
1114
|
+
const t = e === 1 ? ut : pt;
|
|
1070
1115
|
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
|
1071
1116
|
}
|
|
1072
|
-
const
|
|
1073
|
-
function
|
|
1074
|
-
const n = t === 1, r = n ?
|
|
1117
|
+
const fn = gn(1), Cn = gn(2);
|
|
1118
|
+
function Mt(e, t) {
|
|
1119
|
+
const n = t === 1, r = n ? fn : Cn, s = n ? li : ci, c = n ? si : ai;
|
|
1075
1120
|
return { match: ge(function(a, p) {
|
|
1076
|
-
const d =
|
|
1121
|
+
const d = ii.exec(p.prevCapture);
|
|
1077
1122
|
return d && (p.list || !p.inline && !p.simple) ? r.exec(a = d[1] + a) : null;
|
|
1078
1123
|
}), order: 1, parse(a, p, d) {
|
|
1079
|
-
const h = n ? +a[2] : void 0, m = a[0].replace(
|
|
1124
|
+
const h = n ? +a[2] : void 0, m = a[0].replace(vo, `
|
|
1080
1125
|
`).match(s);
|
|
1081
|
-
let
|
|
1126
|
+
let y = !1;
|
|
1082
1127
|
return { items: m.map(function(i, u) {
|
|
1083
|
-
const l = c.exec(i)[0].length, f = new RegExp("^ {1," + l + "}", "gm"), g = i.replace(f, "").replace(c, ""),
|
|
1128
|
+
const l = c.exec(i)[0].length, f = new RegExp("^ {1," + l + "}", "gm"), g = i.replace(f, "").replace(c, ""), x = u === m.length - 1, v = g.indexOf(`
|
|
1084
1129
|
|
|
1085
|
-
`) !== -1 ||
|
|
1086
|
-
|
|
1087
|
-
const k = d.inline,
|
|
1088
|
-
let
|
|
1089
|
-
d.list = !0, v ? (d.inline = !1,
|
|
1130
|
+
`) !== -1 || x && y;
|
|
1131
|
+
y = v;
|
|
1132
|
+
const k = d.inline, L = d.list;
|
|
1133
|
+
let $;
|
|
1134
|
+
d.list = !0, v ? (d.inline = !1, $ = ke(g) + `
|
|
1090
1135
|
|
|
1091
|
-
`) : (d.inline = !0,
|
|
1092
|
-
const T = p(
|
|
1093
|
-
return d.inline = k, d.list =
|
|
1136
|
+
`) : (d.inline = !0, $ = ke(g));
|
|
1137
|
+
const T = p($, d);
|
|
1138
|
+
return d.inline = k, d.list = L, T;
|
|
1094
1139
|
}), ordered: n, start: h };
|
|
1095
1140
|
}, render: (a, p, d) => e(a.ordered ? "ol" : "ul", { key: d.key, start: a.type === b.orderedList ? a.start : void 0 }, a.items.map(function(h, m) {
|
|
1096
1141
|
return e("li", { key: m }, p(h, d));
|
|
1097
1142
|
})) };
|
|
1098
1143
|
}
|
|
1099
|
-
const
|
|
1100
|
-
function
|
|
1144
|
+
const di = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), ui = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, mn = [en, tn, nn, rn, sn, on, ln, fn, Cn], pi = [...mn, /^[^\n]+(?: \n|\n{2,})/, Ye, an, Je];
|
|
1145
|
+
function ke(e) {
|
|
1101
1146
|
let t = e.length;
|
|
1102
1147
|
for (; t > 0 && e[t - 1] <= " "; ) t--;
|
|
1103
1148
|
return e.slice(0, t);
|
|
1104
1149
|
}
|
|
1105
|
-
function
|
|
1150
|
+
function ye(e) {
|
|
1106
1151
|
return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g, "a").replace(/[çÇ]/g, "c").replace(/[ðÐ]/g, "d").replace(/[ÈÉÊËéèêë]/g, "e").replace(/[ÏïÎîÍíÌì]/g, "i").replace(/[Ññ]/g, "n").replace(/[øØœŒÕõÔôÓóÒò]/g, "o").replace(/[ÜüÛûÚúÙù]/g, "u").replace(/[ŸÿÝý]/g, "y").replace(/[^a-z0-9- ]/gi, "").replace(/ /gi, "-").toLowerCase();
|
|
1107
1152
|
}
|
|
1108
|
-
function
|
|
1109
|
-
return
|
|
1153
|
+
function hi(e) {
|
|
1154
|
+
return _o.test(e) ? "right" : Vo.test(e) ? "center" : Qo.test(e) ? "left" : null;
|
|
1110
1155
|
}
|
|
1111
|
-
function
|
|
1156
|
+
function Tt(e, t, n, r) {
|
|
1112
1157
|
const s = n.inTable;
|
|
1113
1158
|
n.inTable = !0;
|
|
1114
1159
|
let c = [[]], a = "";
|
|
@@ -1121,28 +1166,28 @@ function wt(e, t, n, r) {
|
|
|
1121
1166
|
d.trim() === "|" && (p(), r) ? h !== 0 && h !== m.length - 1 && c.push([]) : a += d;
|
|
1122
1167
|
}), p(), n.inTable = s, c;
|
|
1123
1168
|
}
|
|
1124
|
-
function
|
|
1169
|
+
function gi(e, t, n) {
|
|
1125
1170
|
n.inline = !0;
|
|
1126
|
-
const r = e[2] ? e[2].replace(
|
|
1171
|
+
const r = e[2] ? e[2].replace(Go, "").split("|").map(hi) : [], s = e[3] ? function(a, p, d) {
|
|
1127
1172
|
return a.trim().split(`
|
|
1128
1173
|
`).map(function(h) {
|
|
1129
|
-
return
|
|
1174
|
+
return Tt(h, p, d, !0);
|
|
1130
1175
|
});
|
|
1131
|
-
}(e[3], t, n) : [], c =
|
|
1176
|
+
}(e[3], t, n) : [], c = Tt(e[1], t, n, !!s.length);
|
|
1132
1177
|
return n.inline = !1, s.length ? { align: r, cells: s, header: c, type: b.table } : { children: c, type: b.paragraph };
|
|
1133
1178
|
}
|
|
1134
|
-
function
|
|
1179
|
+
function $t(e, t) {
|
|
1135
1180
|
return e.align[t] == null ? {} : { textAlign: e.align[t] };
|
|
1136
1181
|
}
|
|
1137
1182
|
function ge(e) {
|
|
1138
1183
|
return e.inline = 1, e;
|
|
1139
1184
|
}
|
|
1140
|
-
function
|
|
1185
|
+
function ie(e) {
|
|
1141
1186
|
return ge(function(t, n) {
|
|
1142
1187
|
return n.inline ? e.exec(t) : null;
|
|
1143
1188
|
});
|
|
1144
1189
|
}
|
|
1145
|
-
function
|
|
1190
|
+
function se(e) {
|
|
1146
1191
|
return ge(function(t, n) {
|
|
1147
1192
|
return n.inline || n.simple ? e.exec(t) : null;
|
|
1148
1193
|
});
|
|
@@ -1152,80 +1197,80 @@ function te(e) {
|
|
|
1152
1197
|
return n.inline || n.simple ? null : e.exec(t);
|
|
1153
1198
|
};
|
|
1154
1199
|
}
|
|
1155
|
-
function
|
|
1200
|
+
function xe(e) {
|
|
1156
1201
|
return ge(function(t) {
|
|
1157
1202
|
return e.exec(t);
|
|
1158
1203
|
});
|
|
1159
1204
|
}
|
|
1160
|
-
function
|
|
1205
|
+
function fi(e, t) {
|
|
1161
1206
|
if (t.inline || t.simple) return null;
|
|
1162
1207
|
let n = "";
|
|
1163
1208
|
e.split(`
|
|
1164
1209
|
`).every((s) => (s += `
|
|
1165
|
-
`, !
|
|
1166
|
-
const r =
|
|
1210
|
+
`, !mn.some((c) => c.test(s)) && (n += s, !!s.trim())));
|
|
1211
|
+
const r = ke(n);
|
|
1167
1212
|
return r == "" ? null : [n, , r];
|
|
1168
1213
|
}
|
|
1169
|
-
const
|
|
1170
|
-
function
|
|
1214
|
+
const Ci = /(javascript|vbscript|data(?!:image)):/i;
|
|
1215
|
+
function mi(e) {
|
|
1171
1216
|
try {
|
|
1172
1217
|
const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
|
|
1173
|
-
if (
|
|
1218
|
+
if (Ci.test(t)) return null;
|
|
1174
1219
|
} catch (t) {
|
|
1175
1220
|
return null;
|
|
1176
1221
|
}
|
|
1177
1222
|
return e;
|
|
1178
1223
|
}
|
|
1179
|
-
function
|
|
1180
|
-
return e.replace(
|
|
1224
|
+
function Rt(e) {
|
|
1225
|
+
return e.replace(oi, "$1");
|
|
1181
1226
|
}
|
|
1182
|
-
function
|
|
1227
|
+
function Pe(e, t, n) {
|
|
1183
1228
|
const r = n.inline || !1, s = n.simple || !1;
|
|
1184
1229
|
n.inline = !0, n.simple = !0;
|
|
1185
1230
|
const c = e(t, n);
|
|
1186
1231
|
return n.inline = r, n.simple = s, c;
|
|
1187
1232
|
}
|
|
1188
|
-
function
|
|
1233
|
+
function bi(e, t, n) {
|
|
1189
1234
|
const r = n.inline || !1, s = n.simple || !1;
|
|
1190
1235
|
n.inline = !1, n.simple = !0;
|
|
1191
1236
|
const c = e(t, n);
|
|
1192
1237
|
return n.inline = r, n.simple = s, c;
|
|
1193
1238
|
}
|
|
1194
|
-
function
|
|
1239
|
+
function yi(e, t, n) {
|
|
1195
1240
|
const r = n.inline || !1;
|
|
1196
1241
|
n.inline = !1;
|
|
1197
1242
|
const s = e(t, n);
|
|
1198
1243
|
return n.inline = r, s;
|
|
1199
1244
|
}
|
|
1200
|
-
const
|
|
1201
|
-
function
|
|
1245
|
+
const Ue = (e, t, n) => ({ children: Pe(t, e[2], n) });
|
|
1246
|
+
function Ge() {
|
|
1202
1247
|
return {};
|
|
1203
1248
|
}
|
|
1204
|
-
function
|
|
1249
|
+
function Ve() {
|
|
1205
1250
|
return null;
|
|
1206
1251
|
}
|
|
1207
|
-
function
|
|
1252
|
+
function xi(...e) {
|
|
1208
1253
|
return e.filter(Boolean).join(" ");
|
|
1209
1254
|
}
|
|
1210
|
-
function
|
|
1255
|
+
function Qe(e, t, n) {
|
|
1211
1256
|
let r = e;
|
|
1212
1257
|
const s = t.split(".");
|
|
1213
1258
|
for (; s.length && (r = r[s[0]], r !== void 0); ) s.shift();
|
|
1214
1259
|
return r || n;
|
|
1215
1260
|
}
|
|
1216
|
-
function
|
|
1261
|
+
function vi(e = "", t = {}) {
|
|
1217
1262
|
function n(i, u, ...l) {
|
|
1218
|
-
const f =
|
|
1219
|
-
return t.createElement(function(g,
|
|
1220
|
-
const v =
|
|
1221
|
-
return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v :
|
|
1222
|
-
}(i, t.overrides),
|
|
1263
|
+
const f = Qe(t.overrides, `${i}.props`, {});
|
|
1264
|
+
return t.createElement(function(g, x) {
|
|
1265
|
+
const v = Qe(x, g);
|
|
1266
|
+
return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v : Qe(x, `${g}.component`, g) : g;
|
|
1267
|
+
}(i, t.overrides), ce({}, u, f, { className: xi(u == null ? void 0 : u.className, f.className) || void 0 }), ...l);
|
|
1223
1268
|
}
|
|
1224
1269
|
function r(i) {
|
|
1225
|
-
i = i.replace(
|
|
1270
|
+
i = i.replace(Io, "");
|
|
1226
1271
|
let u = !1;
|
|
1227
|
-
t.forceInline ? u = !0 : t.forceBlock || (u =
|
|
1228
|
-
const l = h(d(u ? i : `${
|
|
1272
|
+
t.forceInline ? u = !0 : t.forceBlock || (u = jo.test(i) === !1);
|
|
1273
|
+
const l = h(d(u ? i : `${ke(i).replace(ni, "")}
|
|
1229
1274
|
|
|
1230
1275
|
`, { inline: u }));
|
|
1231
1276
|
for (; typeof l[l.length - 1] == "string" && !l[l.length - 1].trim(); ) l.pop();
|
|
@@ -1240,101 +1285,101 @@ function hi(e = "", t = {}) {
|
|
|
1240
1285
|
return t.createElement(f, { key: "outer" }, g);
|
|
1241
1286
|
}
|
|
1242
1287
|
function s(i, u) {
|
|
1243
|
-
const l = u.match(
|
|
1288
|
+
const l = u.match(yo);
|
|
1244
1289
|
return l ? l.reduce(function(f, g) {
|
|
1245
|
-
const
|
|
1246
|
-
if (
|
|
1290
|
+
const x = g.indexOf("=");
|
|
1291
|
+
if (x !== -1) {
|
|
1247
1292
|
const v = function(T) {
|
|
1248
|
-
return T.indexOf("-") !== -1 && T.match(
|
|
1249
|
-
return
|
|
1293
|
+
return T.indexOf("-") !== -1 && T.match(Fo) === null && (T = T.replace(qo, function(N, B) {
|
|
1294
|
+
return B.toUpperCase();
|
|
1250
1295
|
})), T;
|
|
1251
|
-
}(g.slice(0,
|
|
1252
|
-
const
|
|
1253
|
-
return (
|
|
1254
|
-
}(g.slice(
|
|
1255
|
-
if (
|
|
1256
|
-
const
|
|
1257
|
-
return
|
|
1258
|
-
const
|
|
1259
|
-
let
|
|
1260
|
-
if (!Q) return
|
|
1296
|
+
}(g.slice(0, x)).trim(), k = function(T) {
|
|
1297
|
+
const N = T[0];
|
|
1298
|
+
return (N === '"' || N === "'") && T.length >= 2 && T[T.length - 1] === N ? T.slice(1, -1) : T;
|
|
1299
|
+
}(g.slice(x + 1).trim()), L = kt[v] || v;
|
|
1300
|
+
if (L === "ref") return f;
|
|
1301
|
+
const $ = f[L] = function(T, N, B, le) {
|
|
1302
|
+
return N === "style" ? function(Q) {
|
|
1303
|
+
const Z = [];
|
|
1304
|
+
let _ = "", K = !1, D = !1, ee = "";
|
|
1305
|
+
if (!Q) return Z;
|
|
1261
1306
|
for (let U = 0; U < Q.length; U++) {
|
|
1262
|
-
const
|
|
1263
|
-
if (
|
|
1307
|
+
const W = Q[U];
|
|
1308
|
+
if (W !== '"' && W !== "'" || K || (D ? W === ee && (D = !1, ee = "") : (D = !0, ee = W)), W === "(" && _.endsWith("url") ? K = !0 : W === ")" && K && (K = !1), W !== ";" || D || K) _ += W;
|
|
1264
1309
|
else {
|
|
1265
|
-
const G =
|
|
1310
|
+
const G = _.trim();
|
|
1266
1311
|
if (G) {
|
|
1267
1312
|
const re = G.indexOf(":");
|
|
1268
1313
|
if (re > 0) {
|
|
1269
|
-
const
|
|
1270
|
-
|
|
1314
|
+
const Ce = G.slice(0, re).trim(), de = G.slice(re + 1).trim();
|
|
1315
|
+
Z.push([Ce, de]);
|
|
1271
1316
|
}
|
|
1272
1317
|
}
|
|
1273
|
-
|
|
1318
|
+
_ = "";
|
|
1274
1319
|
}
|
|
1275
1320
|
}
|
|
1276
|
-
const
|
|
1277
|
-
if (
|
|
1278
|
-
const U =
|
|
1321
|
+
const O = _.trim();
|
|
1322
|
+
if (O) {
|
|
1323
|
+
const U = O.indexOf(":");
|
|
1279
1324
|
if (U > 0) {
|
|
1280
|
-
const
|
|
1281
|
-
|
|
1325
|
+
const W = O.slice(0, U).trim(), G = O.slice(U + 1).trim();
|
|
1326
|
+
Z.push([W, G]);
|
|
1282
1327
|
}
|
|
1283
1328
|
}
|
|
1284
|
-
return
|
|
1285
|
-
}(
|
|
1286
|
-
return Q[
|
|
1287
|
-
}, {}) :
|
|
1329
|
+
return Z;
|
|
1330
|
+
}(B).reduce(function(Q, [Z, _]) {
|
|
1331
|
+
return Q[Z.replace(/(-[a-z])/g, (K) => K[1].toUpperCase())] = le(_, T, Z), Q;
|
|
1332
|
+
}, {}) : bo.indexOf(N) !== -1 ? le(B, T, N) : (B.match(Bo) && (B = B.slice(1, B.length - 1)), B === "true" || B !== "false" && B);
|
|
1288
1333
|
}(i, v, k, t.sanitizer);
|
|
1289
|
-
typeof
|
|
1290
|
-
} else g !== "style" && (f[
|
|
1334
|
+
typeof $ == "string" && (Ye.test($) || Je.test($)) && (f[L] = r($.trim()));
|
|
1335
|
+
} else g !== "style" && (f[kt[g] || g] = !0);
|
|
1291
1336
|
return f;
|
|
1292
1337
|
}, {}) : null;
|
|
1293
1338
|
}
|
|
1294
|
-
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer ||
|
|
1295
|
-
const c = [], a = {}, p = { [b.blockQuote]: { match: te(
|
|
1296
|
-
const [, f, g] = i[0].replace(
|
|
1339
|
+
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || mi, t.slugify = t.slugify || ye, t.namedCodesToUnicode = t.namedCodesToUnicode ? ce({}, wt, t.namedCodesToUnicode) : wt, t.createElement = t.createElement || Y.createElement;
|
|
1340
|
+
const c = [], a = {}, p = { [b.blockQuote]: { match: te(en), order: 1, parse(i, u, l) {
|
|
1341
|
+
const [, f, g] = i[0].replace(ko, "").match(wo);
|
|
1297
1342
|
return { alert: f, children: u(g, l) };
|
|
1298
1343
|
}, render(i, u, l) {
|
|
1299
1344
|
const f = { key: l.key };
|
|
1300
|
-
return i.alert && (f.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(),
|
|
1301
|
-
} }, [b.breakLine]: { match:
|
|
1302
|
-
const [, f] = i[3].match(
|
|
1345
|
+
return i.alert && (f.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), ye), i.children.unshift({ attrs: {}, children: [{ type: b.text, text: i.alert }], noInnerParse: !0, type: b.htmlBlock, tag: "header" })), n("blockquote", f, u(i.children, l));
|
|
1346
|
+
} }, [b.breakLine]: { match: xe(So), order: 1, parse: Ge, render: (i, u, l) => n("br", { key: l.key }) }, [b.breakThematic]: { match: te(Mo), order: 1, parse: Ge, render: (i, u, l) => n("hr", { key: l.key }) }, [b.codeBlock]: { match: te(nn), order: 0, parse: (i) => ({ lang: void 0, text: ke(i[0].replace(/^ {4}/gm, "")).replace(St, "$1") }), render: (i, u, l) => n("pre", { key: l.key }, n("code", ce({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [b.codeFenced]: { match: te(tn), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: b.codeBlock }) }, [b.codeInline]: { match: se(To), order: 3, parse: (i) => ({ text: i[2].replace(St, "$1") }), render: (i, u, l) => n("code", { key: l.key }, i.text) }, [b.footnote]: { match: te(Eo), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: Ve }, [b.footnoteReference]: { match: ie(Lo), order: 1, parse: (i) => ({ target: `#${t.slugify(i[1], ye)}`, text: i[1] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href") }, n("sup", { key: l.key }, i.text)) }, [b.gfmTask]: { match: ie(Po), order: 1, parse: (i) => ({ completed: i[1].toLowerCase() === "x" }), render: (i, u, l) => n("input", { checked: i.completed, key: l.key, readOnly: !0, type: "checkbox" }) }, [b.heading]: { match: te(t.enforceAtxHeadings ? on : rn), order: 1, parse: (i, u, l) => ({ children: Pe(u, i[2], l), id: t.slugify(i[2], ye), level: i[1].length }), render: (i, u, l) => n(`h${i.level}`, { id: i.id, key: l.key }, u(i.children, l)) }, [b.headingSetext]: { match: te(sn), order: 0, parse: (i, u, l) => ({ children: Pe(u, i[1], l), level: i[2] === "=" ? 1 : 2, type: b.heading }) }, [b.htmlBlock]: { match: xe(Ye), order: 1, parse(i, u, l) {
|
|
1347
|
+
const [, f] = i[3].match(ri), g = new RegExp(`^${f}`, "gm"), x = i[3].replace(g, ""), v = (k = x, pi.some((B) => B.test(k)) ? yi : Pe);
|
|
1303
1348
|
var k;
|
|
1304
|
-
const
|
|
1305
|
-
return l.inAnchor = l.inAnchor ||
|
|
1306
|
-
}, render: (i, u, l) => n(i.tag,
|
|
1349
|
+
const L = i[1].toLowerCase(), $ = mo.indexOf(L) !== -1, T = ($ ? L : i[1]).trim(), N = { attrs: s(T, i[2]), noInnerParse: $, tag: T };
|
|
1350
|
+
return l.inAnchor = l.inAnchor || L === "a", $ ? N.text = i[3] : N.children = v(u, x, l), l.inAnchor = !1, N;
|
|
1351
|
+
}, render: (i, u, l) => n(i.tag, ce({ key: l.key }, i.attrs), i.text || (i.children ? u(i.children, l) : "")) }, [b.htmlSelfClosing]: { match: xe(Je), order: 1, parse(i) {
|
|
1307
1352
|
const u = i[1].trim();
|
|
1308
1353
|
return { attrs: s(u, i[2] || ""), tag: u };
|
|
1309
|
-
}, render: (i, u, l) => n(i.tag,
|
|
1354
|
+
}, render: (i, u, l) => n(i.tag, ce({}, i.attrs, { key: l.key })) }, [b.htmlComment]: { match: xe(an), order: 1, parse: () => ({}), render: Ve }, [b.image]: { match: se(ui), order: 1, parse: (i) => ({ alt: i[1], target: Rt(i[2]), title: i[3] }), render: (i, u, l) => n("img", { key: l.key, alt: i.alt || void 0, title: i.title || void 0, src: t.sanitizer(i.target, "img", "src") }) }, [b.link]: { match: ie(di), order: 3, parse: (i, u, l) => ({ children: bi(u, i[1], l), target: Rt(i[2]), title: i[3] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href"), title: i.title }, u(i.children, l)) }, [b.linkAngleBraceStyleDetector]: { match: ie(Do), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], type: b.link }) }, [b.linkBareUrlDetector]: { match: ge((i, u) => u.inAnchor || t.disableAutoLink ? null : ie(Ao)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], title: void 0, type: b.link }) }, [b.linkMailtoDetector]: { match: ie(Ho), order: 0, parse(i) {
|
|
1310
1355
|
let u = i[1], l = i[1];
|
|
1311
|
-
return
|
|
1312
|
-
} }, [b.orderedList]:
|
|
1313
|
-
` }, [b.paragraph]: { match: ge(
|
|
1356
|
+
return xo.test(l) || (l = "mailto:" + l), { children: [{ text: u.replace("mailto:", ""), type: b.text }], target: l, type: b.link };
|
|
1357
|
+
} }, [b.orderedList]: Mt(n, 1), [b.unorderedList]: Mt(n, 2), [b.newlineCoalescer]: { match: te($o), order: 3, parse: Ge, render: () => `
|
|
1358
|
+
` }, [b.paragraph]: { match: ge(fi), order: 3, parse: Ue, render: (i, u, l) => n("p", { key: l.key }, u(i.children, l)) }, [b.ref]: { match: ie(zo), order: 0, parse: (i) => (a[i[1]] = { target: i[2], title: i[4] }, {}), render: Ve }, [b.refImage]: { match: se(Wo), order: 0, parse: (i) => ({ alt: i[1] || void 0, ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("img", { key: l.key, alt: i.alt, src: t.sanitizer(a[i.ref].target, "img", "src"), title: a[i.ref].title }) : null }, [b.refLink]: { match: ie(Zo), order: 0, parse: (i, u, l) => ({ children: u(i[1], l), fallbackChildren: i[0], ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("a", { key: l.key, href: t.sanitizer(a[i.ref].target, "a", "href"), title: a[i.ref].title }, u(i.children, l)) : n("span", { key: l.key }, i.fallbackChildren) }, [b.table]: { match: te(ln), order: 1, parse: gi, render(i, u, l) {
|
|
1314
1359
|
const f = i;
|
|
1315
|
-
return n("table", { key: l.key }, n("thead", null, n("tr", null, f.header.map(function(g,
|
|
1316
|
-
return n("th", { key:
|
|
1317
|
-
}))), n("tbody", null, f.cells.map(function(g,
|
|
1318
|
-
return n("tr", { key:
|
|
1319
|
-
return n("td", { key: k, style:
|
|
1360
|
+
return n("table", { key: l.key }, n("thead", null, n("tr", null, f.header.map(function(g, x) {
|
|
1361
|
+
return n("th", { key: x, style: $t(f, x) }, u(g, l));
|
|
1362
|
+
}))), n("tbody", null, f.cells.map(function(g, x) {
|
|
1363
|
+
return n("tr", { key: x }, g.map(function(v, k) {
|
|
1364
|
+
return n("td", { key: k, style: $t(f, k) }, u(v, l));
|
|
1320
1365
|
}));
|
|
1321
1366
|
})));
|
|
1322
|
-
} }, [b.text]: { match:
|
|
1367
|
+
} }, [b.text]: { match: xe(ti), order: 4, parse: (i) => ({ text: i[0].replace(Oo, (u, l) => t.namedCodesToUnicode[l] ? t.namedCodesToUnicode[l] : u) }), render: (i) => i.text }, [b.textBolded]: { match: se(Ko), order: 2, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("strong", { key: l.key }, u(i.children, l)) }, [b.textEmphasized]: { match: se(Xo), order: 3, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("em", { key: l.key }, u(i.children, l)) }, [b.textEscaped]: { match: se(ei), order: 1, parse: (i) => ({ text: i[1], type: b.text }) }, [b.textMarked]: { match: se(Yo), order: 3, parse: Ue, render: (i, u, l) => n("mark", { key: l.key }, u(i.children, l)) }, [b.textStrikethroughed]: { match: se(Jo), order: 3, parse: Ue, render: (i, u, l) => n("del", { key: l.key }, u(i.children, l)) } };
|
|
1323
1368
|
t.disableParsingRawHTML === !0 && (delete p[b.htmlBlock], delete p[b.htmlSelfClosing]);
|
|
1324
1369
|
const d = function(i) {
|
|
1325
1370
|
let u = Object.keys(i);
|
|
1326
1371
|
function l(f, g) {
|
|
1327
|
-
let
|
|
1372
|
+
let x, v, k = [], L = "", $ = "";
|
|
1328
1373
|
for (g.prevCapture = g.prevCapture || ""; f; ) {
|
|
1329
1374
|
let T = 0;
|
|
1330
1375
|
for (; T < u.length; ) {
|
|
1331
|
-
if (
|
|
1376
|
+
if (L = u[T], x = i[L], g.inline && !x.match.inline) {
|
|
1332
1377
|
T++;
|
|
1333
1378
|
continue;
|
|
1334
1379
|
}
|
|
1335
|
-
const
|
|
1336
|
-
if (
|
|
1337
|
-
|
|
1380
|
+
const N = x.match(f, g);
|
|
1381
|
+
if (N) {
|
|
1382
|
+
$ = N[0], g.prevCapture += $, f = f.substring($.length), v = x.parse(N, l, g), v.type == null && (v.type = L), k.push(v);
|
|
1338
1383
|
break;
|
|
1339
1384
|
}
|
|
1340
1385
|
T++;
|
|
@@ -1343,55 +1388,55 @@ function hi(e = "", t = {}) {
|
|
|
1343
1388
|
return g.prevCapture = "", k;
|
|
1344
1389
|
}
|
|
1345
1390
|
return u.sort(function(f, g) {
|
|
1346
|
-
let
|
|
1347
|
-
return
|
|
1391
|
+
let x = i[f].order, v = i[g].order;
|
|
1392
|
+
return x !== v ? x - v : f < g ? -1 : 1;
|
|
1348
1393
|
}), function(f, g) {
|
|
1349
|
-
return l(function(
|
|
1350
|
-
return
|
|
1351
|
-
`).replace(
|
|
1394
|
+
return l(function(x) {
|
|
1395
|
+
return x.replace(Ro, `
|
|
1396
|
+
`).replace(No, "").replace(Uo, " ");
|
|
1352
1397
|
}(f), g);
|
|
1353
1398
|
};
|
|
1354
1399
|
}(p), h = (m = /* @__PURE__ */ function(i, u) {
|
|
1355
1400
|
return function(l, f, g) {
|
|
1356
|
-
const
|
|
1357
|
-
return u ? u(() =>
|
|
1401
|
+
const x = i[l.type].render;
|
|
1402
|
+
return u ? u(() => x(l, f, g), l, f, g) : x(l, f, g);
|
|
1358
1403
|
};
|
|
1359
1404
|
}(p, t.renderRule), function i(u, l = {}) {
|
|
1360
1405
|
if (Array.isArray(u)) {
|
|
1361
1406
|
const f = l.key, g = [];
|
|
1362
|
-
let
|
|
1407
|
+
let x = !1;
|
|
1363
1408
|
for (let v = 0; v < u.length; v++) {
|
|
1364
1409
|
l.key = v;
|
|
1365
|
-
const k = i(u[v], l),
|
|
1366
|
-
|
|
1410
|
+
const k = i(u[v], l), L = typeof k == "string";
|
|
1411
|
+
L && x ? g[g.length - 1] += k : k !== null && g.push(k), x = L;
|
|
1367
1412
|
}
|
|
1368
1413
|
return l.key = f, g;
|
|
1369
1414
|
}
|
|
1370
1415
|
return m(u, i, l);
|
|
1371
1416
|
});
|
|
1372
1417
|
var m;
|
|
1373
|
-
const
|
|
1374
|
-
return c.length ? n("div", null,
|
|
1375
|
-
return n("div", { id: t.slugify(i.identifier,
|
|
1376
|
-
}))) :
|
|
1418
|
+
const y = r(e);
|
|
1419
|
+
return c.length ? n("div", null, y, n("footer", { key: "footer" }, c.map(function(i) {
|
|
1420
|
+
return n("div", { id: t.slugify(i.identifier, ye), key: i.identifier }, i.identifier, h(d(i.footnote, { inline: !0 })));
|
|
1421
|
+
}))) : y;
|
|
1377
1422
|
}
|
|
1378
|
-
const
|
|
1423
|
+
const ki = (e) => {
|
|
1379
1424
|
let { children: t = "", options: n } = e, r = function(s, c) {
|
|
1380
1425
|
if (s == null) return {};
|
|
1381
1426
|
var a, p, d = {}, h = Object.keys(s);
|
|
1382
1427
|
for (p = 0; p < h.length; p++) c.indexOf(a = h[p]) >= 0 || (d[a] = s[a]);
|
|
1383
1428
|
return d;
|
|
1384
|
-
}(e,
|
|
1385
|
-
return Y.cloneElement(
|
|
1386
|
-
},
|
|
1429
|
+
}(e, Co);
|
|
1430
|
+
return Y.cloneElement(vi(t, n), r);
|
|
1431
|
+
}, wi = w.div`
|
|
1387
1432
|
display: flex;
|
|
1388
1433
|
|
|
1389
|
-
${({ align: e }) => e === "right" ?
|
|
1434
|
+
${({ align: e }) => e === "right" ? q`
|
|
1390
1435
|
justify-content: flex-end;
|
|
1391
|
-
` :
|
|
1436
|
+
` : q`
|
|
1392
1437
|
justify-content: flex-start;
|
|
1393
1438
|
`}
|
|
1394
|
-
`,
|
|
1439
|
+
`, bn = w.div`
|
|
1395
1440
|
font-size: inherit;
|
|
1396
1441
|
line-height: inherit;
|
|
1397
1442
|
padding-top: 8.5px;
|
|
@@ -1402,37 +1447,37 @@ const gi = (e) => {
|
|
|
1402
1447
|
overflow-wrap: break-word;
|
|
1403
1448
|
box-sizing: border-box;
|
|
1404
1449
|
|
|
1405
|
-
${({ align: e }) => e === "right" ?
|
|
1450
|
+
${({ align: e }) => e === "right" ? q`
|
|
1406
1451
|
text-align: right;
|
|
1407
1452
|
border-radius: 10px 10px 0px 10px;
|
|
1408
|
-
` :
|
|
1453
|
+
` : q`
|
|
1409
1454
|
text-align: left;
|
|
1410
1455
|
border-radius: 10px 10px 10px 0px;
|
|
1411
1456
|
`}
|
|
1412
1457
|
|
|
1413
|
-
${({ align: e }) => e !== "full" ?
|
|
1458
|
+
${({ align: e }) => e !== "full" ? q`
|
|
1414
1459
|
max-width: 85%;
|
|
1415
1460
|
` : ""}
|
|
1416
1461
|
|
|
1417
1462
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
1418
1463
|
background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
|
|
1419
|
-
`,
|
|
1464
|
+
`, ae = ({ align: e, children: t }) => {
|
|
1420
1465
|
const { themeSettings: n } = R();
|
|
1421
|
-
return /* @__PURE__ */ o(
|
|
1466
|
+
return /* @__PURE__ */ o(wi, { theme: n, align: e, children: /* @__PURE__ */ o(bn, { theme: n, align: e, children: typeof t == "string" ? /* @__PURE__ */ o(ki, { children: t }) : t }) });
|
|
1422
1467
|
};
|
|
1423
|
-
function
|
|
1468
|
+
function Si() {
|
|
1424
1469
|
const { welcomeText: e } = ne();
|
|
1425
|
-
return e === !1 ? null : /* @__PURE__ */ o(
|
|
1470
|
+
return e === !1 ? null : /* @__PURE__ */ o(ae, { align: "left", children: e });
|
|
1426
1471
|
}
|
|
1427
|
-
const
|
|
1472
|
+
const Mi = w.div`
|
|
1428
1473
|
display: flex;
|
|
1429
1474
|
|
|
1430
|
-
${({ align: e }) => e === "right" ?
|
|
1475
|
+
${({ align: e }) => e === "right" ? q`
|
|
1431
1476
|
justify-content: flex-end;
|
|
1432
|
-
` :
|
|
1477
|
+
` : q`
|
|
1433
1478
|
justify-content: flex-start;
|
|
1434
1479
|
`}
|
|
1435
|
-
`,
|
|
1480
|
+
`, Ti = w.button`
|
|
1436
1481
|
font-family: inherit;
|
|
1437
1482
|
font-size: inherit;
|
|
1438
1483
|
line-height: inherit;
|
|
@@ -1448,13 +1493,13 @@ const mi = w.div`
|
|
|
1448
1493
|
}
|
|
1449
1494
|
border-radius: 20px;
|
|
1450
1495
|
|
|
1451
|
-
${({ align: e }) => e === "right" ?
|
|
1496
|
+
${({ align: e }) => e === "right" ? q`
|
|
1452
1497
|
text-align: right;
|
|
1453
|
-
` :
|
|
1498
|
+
` : q`
|
|
1454
1499
|
text-align: left;
|
|
1455
1500
|
`}
|
|
1456
1501
|
|
|
1457
|
-
${({ align: e }) => e !== "full" ?
|
|
1502
|
+
${({ align: e }) => e !== "full" ? q`
|
|
1458
1503
|
max-width: 382px;
|
|
1459
1504
|
` : ""}
|
|
1460
1505
|
|
|
@@ -1462,7 +1507,7 @@ const mi = w.div`
|
|
|
1462
1507
|
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
1463
1508
|
if (t) {
|
|
1464
1509
|
const [r, s] = t;
|
|
1465
|
-
return
|
|
1510
|
+
return q`
|
|
1466
1511
|
border: none;
|
|
1467
1512
|
position: relative;
|
|
1468
1513
|
border-radius: ${n};
|
|
@@ -1485,7 +1530,7 @@ const mi = w.div`
|
|
|
1485
1530
|
return "";
|
|
1486
1531
|
}}
|
|
1487
1532
|
`;
|
|
1488
|
-
function
|
|
1533
|
+
function Be({
|
|
1489
1534
|
children: e,
|
|
1490
1535
|
align: t,
|
|
1491
1536
|
onClick: n,
|
|
@@ -1494,8 +1539,8 @@ function Pe({
|
|
|
1494
1539
|
accessibleName: c
|
|
1495
1540
|
}) {
|
|
1496
1541
|
const { themeSettings: a } = R();
|
|
1497
|
-
return /* @__PURE__ */ o(
|
|
1498
|
-
|
|
1542
|
+
return /* @__PURE__ */ o(Mi, { align: t, children: /* @__PURE__ */ o(
|
|
1543
|
+
Ti,
|
|
1499
1544
|
{
|
|
1500
1545
|
"aria-label": c,
|
|
1501
1546
|
theme: a,
|
|
@@ -1507,18 +1552,18 @@ function Pe({
|
|
|
1507
1552
|
}
|
|
1508
1553
|
) });
|
|
1509
1554
|
}
|
|
1510
|
-
function
|
|
1511
|
-
const { t: n } =
|
|
1512
|
-
return /* @__PURE__ */ S(
|
|
1513
|
-
/* @__PURE__ */ o(
|
|
1555
|
+
function $i({ onCancel: e, onConfirm: t }) {
|
|
1556
|
+
const { t: n } = P();
|
|
1557
|
+
return /* @__PURE__ */ S(j, { children: [
|
|
1558
|
+
/* @__PURE__ */ o(ae, { align: "left", children: n("ai.clearHistoryPrompt") }),
|
|
1514
1559
|
/* @__PURE__ */ S("div", { className: "csdk-flex csdk-gap-x-2", children: [
|
|
1515
|
-
/* @__PURE__ */ o(
|
|
1516
|
-
/* @__PURE__ */ o(
|
|
1560
|
+
/* @__PURE__ */ o(Be, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.yes") }) }),
|
|
1561
|
+
/* @__PURE__ */ o(Be, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.no") }) })
|
|
1517
1562
|
] })
|
|
1518
1563
|
] });
|
|
1519
1564
|
}
|
|
1520
|
-
var
|
|
1521
|
-
function
|
|
1565
|
+
var Ri = Hn("toLowerCase");
|
|
1566
|
+
function Ei() {
|
|
1522
1567
|
const { themeSettings: e } = R();
|
|
1523
1568
|
return /* @__PURE__ */ o("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
|
|
1524
1569
|
"path",
|
|
@@ -1530,32 +1575,32 @@ function vi() {
|
|
|
1530
1575
|
}
|
|
1531
1576
|
) });
|
|
1532
1577
|
}
|
|
1533
|
-
function
|
|
1534
|
-
const { t } =
|
|
1535
|
-
return /* @__PURE__ */ o(
|
|
1578
|
+
function Li({ onClick: e }) {
|
|
1579
|
+
const { t } = P();
|
|
1580
|
+
return /* @__PURE__ */ o(Be, { align: "left", onClick: e, children: /* @__PURE__ */ S(
|
|
1536
1581
|
"div",
|
|
1537
1582
|
{
|
|
1538
1583
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1539
1584
|
children: [
|
|
1540
|
-
/* @__PURE__ */ o(
|
|
1585
|
+
/* @__PURE__ */ o(Ei, {}),
|
|
1541
1586
|
t("ai.buttons.insights")
|
|
1542
1587
|
]
|
|
1543
1588
|
}
|
|
1544
1589
|
) });
|
|
1545
1590
|
}
|
|
1546
|
-
function
|
|
1547
|
-
return
|
|
1591
|
+
function Ni(e) {
|
|
1592
|
+
return qn("MuiDialog", e);
|
|
1548
1593
|
}
|
|
1549
|
-
const
|
|
1550
|
-
process.env.NODE_ENV !== "production" && (
|
|
1551
|
-
const
|
|
1594
|
+
const _e = Dn("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), yn = /* @__PURE__ */ Y.createContext({});
|
|
1595
|
+
process.env.NODE_ENV !== "production" && (yn.displayName = "DialogContext");
|
|
1596
|
+
const Ii = Ae(zn, {
|
|
1552
1597
|
name: "MuiDialog",
|
|
1553
1598
|
slot: "Backdrop",
|
|
1554
1599
|
overrides: (e, t) => t.backdrop
|
|
1555
1600
|
})({
|
|
1556
1601
|
// Improve scrollable dialog support.
|
|
1557
1602
|
zIndex: -1
|
|
1558
|
-
}),
|
|
1603
|
+
}), Pi = (e) => {
|
|
1559
1604
|
const {
|
|
1560
1605
|
classes: t,
|
|
1561
1606
|
scroll: n,
|
|
@@ -1567,8 +1612,8 @@ const Si = Be(An, {
|
|
|
1567
1612
|
container: ["container", `scroll${pe(n)}`],
|
|
1568
1613
|
paper: ["paper", `paperScroll${pe(n)}`, `paperWidth${pe(String(r))}`, s && "paperFullWidth", c && "paperFullScreen"]
|
|
1569
1614
|
};
|
|
1570
|
-
return
|
|
1571
|
-
},
|
|
1615
|
+
return Vn(a, Ni, t);
|
|
1616
|
+
}, Oi = Ae(Wn, {
|
|
1572
1617
|
name: "MuiDialog",
|
|
1573
1618
|
slot: "Root",
|
|
1574
1619
|
overridesResolver: (e, t) => t.root
|
|
@@ -1577,7 +1622,7 @@ const Si = Be(An, {
|
|
|
1577
1622
|
// Use !important to override the Modal inline-style.
|
|
1578
1623
|
position: "absolute !important"
|
|
1579
1624
|
}
|
|
1580
|
-
}),
|
|
1625
|
+
}), Fi = Ae("div", {
|
|
1581
1626
|
name: "MuiDialog",
|
|
1582
1627
|
slot: "Container",
|
|
1583
1628
|
overridesResolver: (e, t) => {
|
|
@@ -1619,7 +1664,7 @@ const Si = Be(An, {
|
|
|
1619
1664
|
}
|
|
1620
1665
|
}
|
|
1621
1666
|
}]
|
|
1622
|
-
}),
|
|
1667
|
+
}), Bi = Ae(Ft, {
|
|
1623
1668
|
name: "MuiDialog",
|
|
1624
1669
|
slot: "Paper",
|
|
1625
1670
|
overridesResolver: (e, t) => {
|
|
@@ -1628,7 +1673,7 @@ const Si = Be(An, {
|
|
|
1628
1673
|
} = e;
|
|
1629
1674
|
return [t.paper, t[`scrollPaper${pe(n.scroll)}`], t[`paperWidth${pe(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
|
|
1630
1675
|
}
|
|
1631
|
-
})(
|
|
1676
|
+
})(Zn(({
|
|
1632
1677
|
theme: e
|
|
1633
1678
|
}) => ({
|
|
1634
1679
|
margin: 32,
|
|
@@ -1669,7 +1714,7 @@ const Si = Be(An, {
|
|
|
1669
1714
|
},
|
|
1670
1715
|
style: {
|
|
1671
1716
|
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
1672
|
-
[`&.${
|
|
1717
|
+
[`&.${_e.paperScrollBody}`]: {
|
|
1673
1718
|
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
1674
1719
|
maxWidth: "calc(100% - 64px)"
|
|
1675
1720
|
}
|
|
@@ -1681,7 +1726,7 @@ const Si = Be(An, {
|
|
|
1681
1726
|
},
|
|
1682
1727
|
style: {
|
|
1683
1728
|
maxWidth: `${e.breakpoints.values[t]}${e.breakpoints.unit}`,
|
|
1684
|
-
[`&.${
|
|
1729
|
+
[`&.${_e.paperScrollBody}`]: {
|
|
1685
1730
|
[e.breakpoints.down(e.breakpoints.values[t] + 32 * 2)]: {
|
|
1686
1731
|
maxWidth: "calc(100% - 64px)"
|
|
1687
1732
|
}
|
|
@@ -1705,44 +1750,44 @@ const Si = Be(An, {
|
|
|
1705
1750
|
height: "100%",
|
|
1706
1751
|
maxHeight: "none",
|
|
1707
1752
|
borderRadius: 0,
|
|
1708
|
-
[`&.${
|
|
1753
|
+
[`&.${_e.paperScrollBody}`]: {
|
|
1709
1754
|
margin: 0,
|
|
1710
1755
|
maxWidth: "100%"
|
|
1711
1756
|
}
|
|
1712
1757
|
}
|
|
1713
1758
|
}]
|
|
1714
|
-
}))),
|
|
1715
|
-
const r =
|
|
1759
|
+
}))), xn = /* @__PURE__ */ Y.forwardRef(function(t, n) {
|
|
1760
|
+
const r = jn({
|
|
1716
1761
|
props: t,
|
|
1717
1762
|
name: "MuiDialog"
|
|
1718
|
-
}), s =
|
|
1763
|
+
}), s = Un(), c = {
|
|
1719
1764
|
enter: s.transitions.duration.enteringScreen,
|
|
1720
1765
|
exit: s.transitions.duration.leavingScreen
|
|
1721
|
-
},
|
|
1766
|
+
}, Ct = r, {
|
|
1722
1767
|
"aria-describedby": a,
|
|
1723
1768
|
"aria-labelledby": p,
|
|
1724
1769
|
"aria-modal": d = !0,
|
|
1725
1770
|
BackdropComponent: h,
|
|
1726
1771
|
BackdropProps: m,
|
|
1727
|
-
children:
|
|
1772
|
+
children: y,
|
|
1728
1773
|
className: i,
|
|
1729
1774
|
disableEscapeKeyDown: u = !1,
|
|
1730
1775
|
fullScreen: l = !1,
|
|
1731
1776
|
fullWidth: f = !1,
|
|
1732
1777
|
maxWidth: g = "sm",
|
|
1733
|
-
onBackdropClick:
|
|
1778
|
+
onBackdropClick: x,
|
|
1734
1779
|
onClick: v,
|
|
1735
1780
|
onClose: k,
|
|
1736
|
-
open:
|
|
1737
|
-
PaperComponent:
|
|
1781
|
+
open: L,
|
|
1782
|
+
PaperComponent: $ = Ft,
|
|
1738
1783
|
PaperProps: T = {},
|
|
1739
|
-
scroll:
|
|
1740
|
-
slots:
|
|
1741
|
-
slotProps:
|
|
1742
|
-
TransitionComponent: Q =
|
|
1743
|
-
transitionDuration:
|
|
1744
|
-
TransitionProps:
|
|
1745
|
-
} =
|
|
1784
|
+
scroll: N = "paper",
|
|
1785
|
+
slots: B = {},
|
|
1786
|
+
slotProps: le = {},
|
|
1787
|
+
TransitionComponent: Q = yt,
|
|
1788
|
+
transitionDuration: Z = c,
|
|
1789
|
+
TransitionProps: _
|
|
1790
|
+
} = Ct, K = Ze(Ct, [
|
|
1746
1791
|
"aria-describedby",
|
|
1747
1792
|
"aria-labelledby",
|
|
1748
1793
|
"aria-modal",
|
|
@@ -1766,99 +1811,99 @@ const Si = Be(An, {
|
|
|
1766
1811
|
"TransitionComponent",
|
|
1767
1812
|
"transitionDuration",
|
|
1768
1813
|
"TransitionProps"
|
|
1769
|
-
]),
|
|
1814
|
+
]), D = E(M({}, r), {
|
|
1770
1815
|
disableEscapeKeyDown: u,
|
|
1771
1816
|
fullScreen: l,
|
|
1772
1817
|
fullWidth: f,
|
|
1773
1818
|
maxWidth: g,
|
|
1774
|
-
scroll:
|
|
1775
|
-
}),
|
|
1776
|
-
|
|
1777
|
-
},
|
|
1778
|
-
v && v(ue),
|
|
1779
|
-
}, G =
|
|
1819
|
+
scroll: N
|
|
1820
|
+
}), ee = Pi(D), O = Y.useRef(), U = (ue) => {
|
|
1821
|
+
O.current = ue.target === ue.currentTarget;
|
|
1822
|
+
}, W = (ue) => {
|
|
1823
|
+
v && v(ue), O.current && (O.current = null, x && x(ue), k && k(ue, "backdropClick"));
|
|
1824
|
+
}, G = Gn(p), re = Y.useMemo(() => ({
|
|
1780
1825
|
titleId: G
|
|
1781
|
-
}), [G]),
|
|
1826
|
+
}), [G]), Ce = M({
|
|
1782
1827
|
transition: Q
|
|
1783
|
-
},
|
|
1784
|
-
transition:
|
|
1828
|
+
}, B), de = M({
|
|
1829
|
+
transition: _,
|
|
1785
1830
|
paper: T,
|
|
1786
1831
|
backdrop: m
|
|
1787
|
-
},
|
|
1788
|
-
slots:
|
|
1832
|
+
}, le), oe = {
|
|
1833
|
+
slots: Ce,
|
|
1789
1834
|
slotProps: de
|
|
1790
|
-
}, [
|
|
1791
|
-
elementType:
|
|
1835
|
+
}, [$e, Re] = me("root", {
|
|
1836
|
+
elementType: Oi,
|
|
1792
1837
|
shouldForwardComponentProp: !0,
|
|
1793
|
-
externalForwardedProps:
|
|
1794
|
-
ownerState:
|
|
1795
|
-
className:
|
|
1838
|
+
externalForwardedProps: oe,
|
|
1839
|
+
ownerState: D,
|
|
1840
|
+
className: je(ee.root, i),
|
|
1796
1841
|
ref: n
|
|
1797
|
-
}), [
|
|
1798
|
-
elementType:
|
|
1842
|
+
}), [F, X] = me("backdrop", {
|
|
1843
|
+
elementType: Ii,
|
|
1799
1844
|
shouldForwardComponentProp: !0,
|
|
1800
|
-
externalForwardedProps:
|
|
1801
|
-
ownerState:
|
|
1802
|
-
}), [
|
|
1803
|
-
elementType:
|
|
1845
|
+
externalForwardedProps: oe,
|
|
1846
|
+
ownerState: D
|
|
1847
|
+
}), [Ee, ft] = me("paper", {
|
|
1848
|
+
elementType: Bi,
|
|
1804
1849
|
shouldForwardComponentProp: !0,
|
|
1805
|
-
externalForwardedProps:
|
|
1806
|
-
ownerState:
|
|
1807
|
-
className:
|
|
1808
|
-
}), [
|
|
1809
|
-
elementType:
|
|
1810
|
-
externalForwardedProps:
|
|
1811
|
-
ownerState:
|
|
1812
|
-
className:
|
|
1813
|
-
}), [
|
|
1814
|
-
elementType:
|
|
1815
|
-
externalForwardedProps:
|
|
1816
|
-
ownerState:
|
|
1850
|
+
externalForwardedProps: oe,
|
|
1851
|
+
ownerState: D,
|
|
1852
|
+
className: je(ee.paper, T.className)
|
|
1853
|
+
}), [Le, wn] = me("container", {
|
|
1854
|
+
elementType: Fi,
|
|
1855
|
+
externalForwardedProps: oe,
|
|
1856
|
+
ownerState: D,
|
|
1857
|
+
className: je(ee.container)
|
|
1858
|
+
}), [Sn, Mn] = me("transition", {
|
|
1859
|
+
elementType: yt,
|
|
1860
|
+
externalForwardedProps: oe,
|
|
1861
|
+
ownerState: D,
|
|
1817
1862
|
additionalProps: {
|
|
1818
1863
|
appear: !0,
|
|
1819
|
-
in:
|
|
1820
|
-
timeout:
|
|
1864
|
+
in: L,
|
|
1865
|
+
timeout: Z,
|
|
1821
1866
|
role: "presentation"
|
|
1822
1867
|
}
|
|
1823
1868
|
});
|
|
1824
|
-
return /* @__PURE__ */
|
|
1869
|
+
return /* @__PURE__ */ be($e, E(M(M({
|
|
1825
1870
|
closeAfterTransition: !0,
|
|
1826
1871
|
slots: {
|
|
1827
|
-
backdrop:
|
|
1872
|
+
backdrop: F
|
|
1828
1873
|
},
|
|
1829
1874
|
slotProps: {
|
|
1830
1875
|
backdrop: M({
|
|
1831
|
-
transitionDuration:
|
|
1876
|
+
transitionDuration: Z,
|
|
1832
1877
|
as: h
|
|
1833
|
-
},
|
|
1878
|
+
}, X)
|
|
1834
1879
|
},
|
|
1835
1880
|
disableEscapeKeyDown: u,
|
|
1836
1881
|
onClose: k,
|
|
1837
|
-
open:
|
|
1838
|
-
onClick:
|
|
1839
|
-
},
|
|
1840
|
-
children: /* @__PURE__ */
|
|
1841
|
-
children: /* @__PURE__ */
|
|
1882
|
+
open: L,
|
|
1883
|
+
onClick: W
|
|
1884
|
+
}, Re), K), {
|
|
1885
|
+
children: /* @__PURE__ */ be(Sn, E(M({}, Mn), {
|
|
1886
|
+
children: /* @__PURE__ */ be(Le, E(M({
|
|
1842
1887
|
onMouseDown: U
|
|
1843
|
-
},
|
|
1844
|
-
children: /* @__PURE__ */
|
|
1845
|
-
as:
|
|
1888
|
+
}, wn), {
|
|
1889
|
+
children: /* @__PURE__ */ be(Ee, E(M({
|
|
1890
|
+
as: $,
|
|
1846
1891
|
elevation: 24,
|
|
1847
1892
|
role: "dialog",
|
|
1848
1893
|
"aria-describedby": a,
|
|
1849
1894
|
"aria-labelledby": G,
|
|
1850
1895
|
"aria-modal": d
|
|
1851
|
-
},
|
|
1852
|
-
children: /* @__PURE__ */
|
|
1896
|
+
}, ft), {
|
|
1897
|
+
children: /* @__PURE__ */ be(yn.Provider, {
|
|
1853
1898
|
value: re,
|
|
1854
|
-
children:
|
|
1899
|
+
children: y
|
|
1855
1900
|
})
|
|
1856
1901
|
}))
|
|
1857
1902
|
}))
|
|
1858
1903
|
}))
|
|
1859
1904
|
}));
|
|
1860
1905
|
});
|
|
1861
|
-
process.env.NODE_ENV !== "production" && (
|
|
1906
|
+
process.env.NODE_ENV !== "production" && (xn.propTypes = {
|
|
1862
1907
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1863
1908
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1864
1909
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -2021,7 +2066,7 @@ process.env.NODE_ENV !== "production" && (fn.propTypes = {
|
|
|
2021
2066
|
*/
|
|
2022
2067
|
TransitionProps: C.object
|
|
2023
2068
|
});
|
|
2024
|
-
function
|
|
2069
|
+
function Ai({ fillColor: e = "#262E3D" }) {
|
|
2025
2070
|
return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
|
|
2026
2071
|
/* @__PURE__ */ o("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
|
|
2027
2072
|
/* @__PURE__ */ o(
|
|
@@ -2035,7 +2080,7 @@ function Li({ fillColor: e = "#262E3D" }) {
|
|
|
2035
2080
|
)
|
|
2036
2081
|
] });
|
|
2037
2082
|
}
|
|
2038
|
-
const
|
|
2083
|
+
const vn = {
|
|
2039
2084
|
row: {
|
|
2040
2085
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
2041
2086
|
},
|
|
@@ -2120,18 +2165,18 @@ const Cn = {
|
|
|
2120
2165
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
2121
2166
|
}
|
|
2122
2167
|
}
|
|
2123
|
-
},
|
|
2168
|
+
}, Hi = {
|
|
2124
2169
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
2125
|
-
},
|
|
2126
|
-
|
|
2127
|
-
|
|
2170
|
+
}, Te = w(
|
|
2171
|
+
Bt,
|
|
2172
|
+
Hi
|
|
2128
2173
|
)(({ $hoverColor: e }) => ({
|
|
2129
2174
|
padding: 2,
|
|
2130
2175
|
"&.MuiIconButton-root:hover": {
|
|
2131
|
-
backgroundColor: e != null ? e :
|
|
2176
|
+
backgroundColor: e != null ? e : vn.interaction.defaultHover
|
|
2132
2177
|
}
|
|
2133
2178
|
}));
|
|
2134
|
-
function
|
|
2179
|
+
function Di({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
2135
2180
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2136
2181
|
"path",
|
|
2137
2182
|
{
|
|
@@ -2142,7 +2187,7 @@ function Ii({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
2142
2187
|
}
|
|
2143
2188
|
) });
|
|
2144
2189
|
}
|
|
2145
|
-
function
|
|
2190
|
+
function qi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
2146
2191
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2147
2192
|
"path",
|
|
2148
2193
|
{
|
|
@@ -2153,7 +2198,7 @@ function Ni({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
2153
2198
|
}
|
|
2154
2199
|
) });
|
|
2155
2200
|
}
|
|
2156
|
-
function
|
|
2201
|
+
function zi() {
|
|
2157
2202
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2158
2203
|
"path",
|
|
2159
2204
|
{
|
|
@@ -2165,27 +2210,27 @@ function Pi() {
|
|
|
2165
2210
|
}
|
|
2166
2211
|
) });
|
|
2167
2212
|
}
|
|
2168
|
-
const
|
|
2213
|
+
const ht = (e) => Ht(e.chart.backgroundColor), Wi = ({ title: e }) => {
|
|
2169
2214
|
const { themeSettings: t } = R();
|
|
2170
|
-
return /* @__PURE__ */ o(
|
|
2171
|
-
},
|
|
2172
|
-
const [t, n] =
|
|
2215
|
+
return /* @__PURE__ */ o(Me, { title: e, children: /* @__PURE__ */ o(Te, { disableTouchRipple: !0, $hoverColor: ht(t), children: /* @__PURE__ */ o(qi, { fill: t.chart.textColor }) }) });
|
|
2216
|
+
}, Zi = ({ items: e }) => {
|
|
2217
|
+
const [t, n] = A(null), r = (a) => {
|
|
2173
2218
|
n(a.currentTarget);
|
|
2174
2219
|
}, s = () => {
|
|
2175
2220
|
n(null);
|
|
2176
2221
|
}, { themeSettings: c } = R();
|
|
2177
|
-
return /* @__PURE__ */ S(
|
|
2222
|
+
return /* @__PURE__ */ S(j, { children: [
|
|
2178
2223
|
/* @__PURE__ */ o(
|
|
2179
|
-
|
|
2224
|
+
Te,
|
|
2180
2225
|
{
|
|
2181
2226
|
onClick: r,
|
|
2182
|
-
$hoverColor:
|
|
2227
|
+
$hoverColor: ht(c),
|
|
2183
2228
|
"aria-label": "three dots button",
|
|
2184
|
-
children: /* @__PURE__ */ o(
|
|
2229
|
+
children: /* @__PURE__ */ o(Qn, { fill: c.chart.textColor })
|
|
2185
2230
|
}
|
|
2186
2231
|
),
|
|
2187
2232
|
/* @__PURE__ */ o(
|
|
2188
|
-
|
|
2233
|
+
Kn,
|
|
2189
2234
|
{
|
|
2190
2235
|
anchorEl: t,
|
|
2191
2236
|
anchorOrigin: {
|
|
@@ -2199,7 +2244,7 @@ const dt = (e) => Ft(e.chart.backgroundColor), Bi = ({ title: e }) => {
|
|
|
2199
2244
|
open: !!t,
|
|
2200
2245
|
onClose: s,
|
|
2201
2246
|
children: e.map((a) => /* @__PURE__ */ S(
|
|
2202
|
-
|
|
2247
|
+
_n,
|
|
2203
2248
|
{
|
|
2204
2249
|
onClick: () => {
|
|
2205
2250
|
a.onClick(), s();
|
|
@@ -2207,7 +2252,7 @@ const dt = (e) => Ft(e.chart.backgroundColor), Bi = ({ title: e }) => {
|
|
|
2207
2252
|
sx: {
|
|
2208
2253
|
fontSize: "13px",
|
|
2209
2254
|
fontFamily: c.typography.fontFamily,
|
|
2210
|
-
color:
|
|
2255
|
+
color: vn.text.content
|
|
2211
2256
|
},
|
|
2212
2257
|
disableRipple: !0,
|
|
2213
2258
|
children: [
|
|
@@ -2220,45 +2265,45 @@ const dt = (e) => Ft(e.chart.backgroundColor), Bi = ({ title: e }) => {
|
|
|
2220
2265
|
}
|
|
2221
2266
|
)
|
|
2222
2267
|
] });
|
|
2223
|
-
},
|
|
2224
|
-
const { themeSettings: t } = R(), { t: n } =
|
|
2225
|
-
return /* @__PURE__ */ o(
|
|
2226
|
-
},
|
|
2268
|
+
}, ji = ({ onClick: e }) => {
|
|
2269
|
+
const { themeSettings: t } = R(), { t: n } = P();
|
|
2270
|
+
return /* @__PURE__ */ o(Me, { title: n("ai.preview"), children: /* @__PURE__ */ o(Te, { onClick: e, $hoverColor: ht(t), children: /* @__PURE__ */ o(Di, { fill: t.chart.textColor }) }) });
|
|
2271
|
+
}, Ui = w.div`
|
|
2227
2272
|
display: flex;
|
|
2228
2273
|
padding-top: 6px;
|
|
2229
2274
|
padding-bottom: 6px;
|
|
2230
2275
|
`;
|
|
2231
|
-
function
|
|
2276
|
+
function Gi({
|
|
2232
2277
|
infoTooltipText: e,
|
|
2233
2278
|
onRefresh: t,
|
|
2234
2279
|
onExpand: n
|
|
2235
2280
|
}) {
|
|
2236
|
-
const r =
|
|
2281
|
+
const r = z(
|
|
2237
2282
|
() => [
|
|
2238
2283
|
{
|
|
2239
2284
|
title: "Refresh",
|
|
2240
2285
|
onClick: t,
|
|
2241
|
-
icon: /* @__PURE__ */ o(
|
|
2286
|
+
icon: /* @__PURE__ */ o(zi, {})
|
|
2242
2287
|
}
|
|
2243
2288
|
],
|
|
2244
2289
|
[t]
|
|
2245
2290
|
);
|
|
2246
|
-
return /* @__PURE__ */ S(
|
|
2247
|
-
/* @__PURE__ */ o(
|
|
2248
|
-
/* @__PURE__ */ o(
|
|
2249
|
-
/* @__PURE__ */ o(
|
|
2291
|
+
return /* @__PURE__ */ S(Ui, { "aria-label": "chatbot chart toolbar", children: [
|
|
2292
|
+
/* @__PURE__ */ o(Wi, { title: e != null ? e : "" }),
|
|
2293
|
+
/* @__PURE__ */ o(Zi, { items: r }),
|
|
2294
|
+
/* @__PURE__ */ o(ji, { onClick: n })
|
|
2250
2295
|
] });
|
|
2251
2296
|
}
|
|
2252
|
-
function
|
|
2253
|
-
const [t, n] =
|
|
2254
|
-
const a =
|
|
2255
|
-
if (a === void 0 || !
|
|
2256
|
-
throw new
|
|
2297
|
+
function Vi({ content: e }) {
|
|
2298
|
+
const [t, n] = A(!1), { themeSettings: r } = R(), { inlineElement: s, expandedElement: c } = z(() => {
|
|
2299
|
+
const a = He(e, { useCustomizedStyleOptions: !0 });
|
|
2300
|
+
if (a === void 0 || !Oe(a))
|
|
2301
|
+
throw new Ke("errors.otherWidgetTypesNotSupported");
|
|
2257
2302
|
const { detailedDescription: p } = e, { styleOptions: d } = a, h = {
|
|
2258
2303
|
cornerRadius: "Small",
|
|
2259
2304
|
header: {
|
|
2260
2305
|
renderToolbar: (i) => /* @__PURE__ */ o(
|
|
2261
|
-
|
|
2306
|
+
Gi,
|
|
2262
2307
|
{
|
|
2263
2308
|
infoTooltipText: p,
|
|
2264
2309
|
onRefresh: i,
|
|
@@ -2267,30 +2312,30 @@ function Ai({ content: e }) {
|
|
|
2267
2312
|
)
|
|
2268
2313
|
}
|
|
2269
2314
|
};
|
|
2270
|
-
let m,
|
|
2271
|
-
if (
|
|
2272
|
-
m = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(
|
|
2315
|
+
let m, y;
|
|
2316
|
+
if (Dt(a.chartType))
|
|
2317
|
+
m = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: h })) }), y = /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: { header: { hidden: !0 } } }));
|
|
2273
2318
|
else {
|
|
2274
|
-
const i =
|
|
2319
|
+
const i = E(M({}, d), {
|
|
2275
2320
|
header: { hidden: !0 }
|
|
2276
|
-
}), u = M(
|
|
2321
|
+
}), u = M(E(M({}, d), {
|
|
2277
2322
|
legend: void 0,
|
|
2278
2323
|
xAxis: void 0,
|
|
2279
2324
|
yAxis: void 0
|
|
2280
2325
|
}), h);
|
|
2281
|
-
delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(
|
|
2282
|
-
|
|
2283
|
-
|
|
2326
|
+
delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: u })) }), y = /* @__PURE__ */ o(
|
|
2327
|
+
ve,
|
|
2328
|
+
E(M({}, a), {
|
|
2284
2329
|
styleOptions: M({ cornerRadius: "None" }, i)
|
|
2285
2330
|
})
|
|
2286
2331
|
);
|
|
2287
2332
|
}
|
|
2288
|
-
return { inlineElement: m, expandedElement:
|
|
2333
|
+
return { inlineElement: m, expandedElement: y };
|
|
2289
2334
|
}, [e]);
|
|
2290
|
-
return /* @__PURE__ */ S(
|
|
2335
|
+
return /* @__PURE__ */ S(j, { children: [
|
|
2291
2336
|
s,
|
|
2292
2337
|
/* @__PURE__ */ S(
|
|
2293
|
-
|
|
2338
|
+
xn,
|
|
2294
2339
|
{
|
|
2295
2340
|
open: t,
|
|
2296
2341
|
onClose: () => n(!1),
|
|
@@ -2305,7 +2350,7 @@ function Ai({ content: e }) {
|
|
|
2305
2350
|
children: [
|
|
2306
2351
|
/* @__PURE__ */ S("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
|
|
2307
2352
|
/* @__PURE__ */ o("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
|
|
2308
|
-
/* @__PURE__ */ o(
|
|
2353
|
+
/* @__PURE__ */ o(Bt, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(Ai, { fillColor: r.aiChat.primaryTextColor }) })
|
|
2309
2354
|
] }),
|
|
2310
2355
|
/* @__PURE__ */ o("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: c })
|
|
2311
2356
|
]
|
|
@@ -2313,7 +2358,7 @@ function Ai({ content: e }) {
|
|
|
2313
2358
|
)
|
|
2314
2359
|
] });
|
|
2315
2360
|
}
|
|
2316
|
-
function
|
|
2361
|
+
function Qi({ theme: e }) {
|
|
2317
2362
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2318
2363
|
"path",
|
|
2319
2364
|
{
|
|
@@ -2324,20 +2369,20 @@ function qi({ theme: e }) {
|
|
|
2324
2369
|
}
|
|
2325
2370
|
) });
|
|
2326
2371
|
}
|
|
2327
|
-
function
|
|
2328
|
-
const { themeSettings: n } = R(), { t: r } =
|
|
2329
|
-
return /* @__PURE__ */ o(
|
|
2330
|
-
|
|
2372
|
+
function _i({ onClick: e, disabled: t }) {
|
|
2373
|
+
const { themeSettings: n } = R(), { t: r } = P();
|
|
2374
|
+
return /* @__PURE__ */ o(Me, { title: r("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ o(
|
|
2375
|
+
Te,
|
|
2331
2376
|
{
|
|
2332
2377
|
"aria-label": "thumbs-down",
|
|
2333
2378
|
onClick: e,
|
|
2334
2379
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
2335
2380
|
disabled: t,
|
|
2336
|
-
children: /* @__PURE__ */ o(
|
|
2381
|
+
children: /* @__PURE__ */ o(Qi, { theme: n })
|
|
2337
2382
|
}
|
|
2338
2383
|
) });
|
|
2339
2384
|
}
|
|
2340
|
-
function
|
|
2385
|
+
function Ki({ theme: e }) {
|
|
2341
2386
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
2342
2387
|
"path",
|
|
2343
2388
|
{
|
|
@@ -2348,77 +2393,77 @@ function Wi({ theme: e }) {
|
|
|
2348
2393
|
}
|
|
2349
2394
|
) });
|
|
2350
2395
|
}
|
|
2351
|
-
function
|
|
2352
|
-
const { themeSettings: n } = R(), { t: r } =
|
|
2353
|
-
return /* @__PURE__ */ o(
|
|
2354
|
-
|
|
2396
|
+
function Xi({ onClick: e, disabled: t }) {
|
|
2397
|
+
const { themeSettings: n } = R(), { t: r } = P();
|
|
2398
|
+
return /* @__PURE__ */ o(Me, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ o(
|
|
2399
|
+
Te,
|
|
2355
2400
|
{
|
|
2356
2401
|
"aria-label": "thumbs-up",
|
|
2357
2402
|
onClick: e,
|
|
2358
2403
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
2359
2404
|
disabled: t,
|
|
2360
|
-
children: /* @__PURE__ */ o(
|
|
2405
|
+
children: /* @__PURE__ */ o(Ki, { theme: n })
|
|
2361
2406
|
}
|
|
2362
2407
|
) });
|
|
2363
2408
|
}
|
|
2364
|
-
const
|
|
2365
|
-
const [e, t] =
|
|
2409
|
+
const Yi = () => {
|
|
2410
|
+
const [e, t] = A(!1), n = he(null), r = I(() => {
|
|
2366
2411
|
t(!0);
|
|
2367
|
-
}, []), s =
|
|
2412
|
+
}, []), s = I(() => {
|
|
2368
2413
|
t(!1);
|
|
2369
2414
|
}, []);
|
|
2370
|
-
return [
|
|
2415
|
+
return [I(
|
|
2371
2416
|
(a) => {
|
|
2372
2417
|
var p;
|
|
2373
2418
|
((p = n.current) == null ? void 0 : p.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", s)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", s)), n.current = a;
|
|
2374
2419
|
},
|
|
2375
2420
|
[r, s]
|
|
2376
2421
|
), e];
|
|
2377
|
-
},
|
|
2422
|
+
}, Ji = w.div`
|
|
2378
2423
|
display: flex;
|
|
2379
2424
|
flex-direction: column;
|
|
2380
2425
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
2381
2426
|
`;
|
|
2382
|
-
function
|
|
2383
|
-
const [n, r] =
|
|
2427
|
+
function e1({ visible: e, onSend: t }) {
|
|
2428
|
+
const [n, r] = A(!1), s = I(
|
|
2384
2429
|
(a) => {
|
|
2385
2430
|
r(!0), t(a === "up" ? 1 : -1);
|
|
2386
2431
|
},
|
|
2387
2432
|
[t]
|
|
2388
2433
|
), c = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
|
|
2389
2434
|
return e ? /* @__PURE__ */ S("div", { className: `csdk-flex csdk-items-center ${c}`, children: [
|
|
2390
|
-
/* @__PURE__ */ o(
|
|
2391
|
-
/* @__PURE__ */ o(
|
|
2435
|
+
/* @__PURE__ */ o(Xi, { onClick: () => s("up"), disabled: n }),
|
|
2436
|
+
/* @__PURE__ */ o(_i, { onClick: () => s("down"), disabled: n })
|
|
2392
2437
|
] }) : null;
|
|
2393
2438
|
}
|
|
2394
|
-
function
|
|
2439
|
+
function et({
|
|
2395
2440
|
sourceId: e,
|
|
2396
2441
|
data: t,
|
|
2397
2442
|
type: n,
|
|
2398
2443
|
buttonVisibility: r = "onHover",
|
|
2399
2444
|
renderContent: s
|
|
2400
2445
|
}) {
|
|
2401
|
-
const c =
|
|
2402
|
-
|
|
2403
|
-
(
|
|
2446
|
+
const c = J(), a = Xn(
|
|
2447
|
+
I(
|
|
2448
|
+
(y) => {
|
|
2404
2449
|
c && c.ai.sendFeedback({
|
|
2405
2450
|
sourceId: e,
|
|
2406
2451
|
type: n,
|
|
2407
2452
|
data: t,
|
|
2408
|
-
rating:
|
|
2453
|
+
rating: y
|
|
2409
2454
|
});
|
|
2410
2455
|
},
|
|
2411
2456
|
[c, e, t, n]
|
|
2412
2457
|
),
|
|
2413
2458
|
200
|
|
2414
|
-
), [p, d] =
|
|
2415
|
-
return /* @__PURE__ */ o(
|
|
2416
|
-
}
|
|
2417
|
-
const
|
|
2418
|
-
function
|
|
2419
|
-
const [t, n] =
|
|
2420
|
-
return
|
|
2421
|
-
a.current && a.current.scrollHeight >
|
|
2459
|
+
), [p, d] = Yi(), h = z(() => r === "onHover" ? d : r !== "never", [d, r]), { themeSettings: m } = R();
|
|
2460
|
+
return /* @__PURE__ */ o(Ji, { ref: p, theme: m, children: s(/* @__PURE__ */ o(e1, { onSend: a, visible: h })) });
|
|
2461
|
+
}
|
|
2462
|
+
const t1 = 18 * 5;
|
|
2463
|
+
function gt({ text: e }) {
|
|
2464
|
+
const [t, n] = A(!0), [r, s] = A(!1), { t: c } = P(), a = he(null);
|
|
2465
|
+
return Fe(() => {
|
|
2466
|
+
a.current && a.current.scrollHeight > t1 && s(!0);
|
|
2422
2467
|
}, [e]), /* @__PURE__ */ S("div", { children: [
|
|
2423
2468
|
/* @__PURE__ */ o("div", { ref: a, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
|
|
2424
2469
|
r && /* @__PURE__ */ o("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ o(
|
|
@@ -2431,91 +2476,91 @@ function ut({ text: e }) {
|
|
|
2431
2476
|
) })
|
|
2432
2477
|
] });
|
|
2433
2478
|
}
|
|
2434
|
-
function
|
|
2435
|
-
const { data: t, isLoading: n, isError: r } =
|
|
2436
|
-
return n ? /* @__PURE__ */ o(
|
|
2479
|
+
function n1({ nlgRequest: e }) {
|
|
2480
|
+
const { data: t, isLoading: n, isError: r } = De(e), { t: s } = P();
|
|
2481
|
+
return n ? /* @__PURE__ */ o(dt, {}) : r ? /* @__PURE__ */ o(ae, { align: "left", children: s("ai.errors.unexpected") }) : /* @__PURE__ */ o(ae, { align: "full", children: /* @__PURE__ */ o(gt, { text: t != null ? t : s("ai.errors.insightsNotAvailable") }) });
|
|
2437
2482
|
}
|
|
2438
|
-
const
|
|
2483
|
+
const Et = w.div`
|
|
2439
2484
|
display: flex;
|
|
2440
2485
|
align-items: center;
|
|
2441
2486
|
column-gap: 10px;
|
|
2442
|
-
`,
|
|
2443
|
-
function
|
|
2487
|
+
`, r1 = (e) => !!e && "aeiou".includes(e[0]);
|
|
2488
|
+
function o1({ data: e, alwaysShowFeedback: t }) {
|
|
2444
2489
|
const { chatMode: n = "analyze", enableInsights: r } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations: a, jaql: p, userMsg: d, clarification: h = "" } = e;
|
|
2445
2490
|
console.debug(`JAQL for ${c}`, p), console.debug(`chart recommendations for ${c}`, a);
|
|
2446
2491
|
const m = "chartType" in a ? a.chartType : "table";
|
|
2447
|
-
let
|
|
2448
|
-
|
|
2449
|
-
const i = p.datasource.title, [u, l] =
|
|
2492
|
+
let y;
|
|
2493
|
+
r1(m) ? y = `an ${m}` : y = `a ${m}`, m !== "table" && (y += " chart");
|
|
2494
|
+
const i = p.datasource.title, [u, l] = A(!1), f = I(() => {
|
|
2450
2495
|
l((k) => !k);
|
|
2451
2496
|
}, []), g = {
|
|
2452
2497
|
jaql: {
|
|
2453
2498
|
datasource: p.datasource,
|
|
2454
2499
|
metadata: p.metadata
|
|
2455
2500
|
}
|
|
2456
|
-
},
|
|
2501
|
+
}, x = n === "analyze", v = `${d}${d && h ? `
|
|
2457
2502
|
` : ""}${h}`;
|
|
2458
|
-
return /* @__PURE__ */ S(
|
|
2503
|
+
return /* @__PURE__ */ S(j, { children: [
|
|
2459
2504
|
/* @__PURE__ */ o(
|
|
2460
|
-
|
|
2505
|
+
et,
|
|
2461
2506
|
{
|
|
2462
2507
|
sourceId: i,
|
|
2463
2508
|
data: e,
|
|
2464
2509
|
type: "chats/nlq",
|
|
2465
2510
|
buttonVisibility: t ? "always" : "onHover",
|
|
2466
|
-
renderContent: (k) => /* @__PURE__ */ S(
|
|
2467
|
-
/* @__PURE__ */ S(
|
|
2468
|
-
/* @__PURE__ */ o(
|
|
2511
|
+
renderContent: (k) => /* @__PURE__ */ S(j, { children: [
|
|
2512
|
+
/* @__PURE__ */ S(Et, { children: [
|
|
2513
|
+
/* @__PURE__ */ o(bn, { align: "left", theme: s, children: v || `Here's ${y} showing ${Ri(c)}.` }),
|
|
2469
2514
|
k
|
|
2470
2515
|
] }),
|
|
2471
|
-
|
|
2516
|
+
x && /* @__PURE__ */ o(Vi, { content: e })
|
|
2472
2517
|
] })
|
|
2473
2518
|
}
|
|
2474
2519
|
),
|
|
2475
2520
|
r && /* @__PURE__ */ o(
|
|
2476
|
-
|
|
2521
|
+
et,
|
|
2477
2522
|
{
|
|
2478
2523
|
sourceId: i,
|
|
2479
2524
|
data: g,
|
|
2480
2525
|
type: "nlg/queryResult",
|
|
2481
2526
|
buttonVisibility: u ? "onHover" : "never",
|
|
2482
|
-
renderContent: (k) => /* @__PURE__ */ S(
|
|
2483
|
-
/* @__PURE__ */ S(
|
|
2484
|
-
/* @__PURE__ */ o(
|
|
2527
|
+
renderContent: (k) => /* @__PURE__ */ S(j, { children: [
|
|
2528
|
+
/* @__PURE__ */ S(Et, { children: [
|
|
2529
|
+
/* @__PURE__ */ o(Li, { onClick: f }),
|
|
2485
2530
|
k
|
|
2486
2531
|
] }),
|
|
2487
|
-
u && /* @__PURE__ */ o(
|
|
2532
|
+
u && /* @__PURE__ */ o(n1, { nlgRequest: g })
|
|
2488
2533
|
] })
|
|
2489
2534
|
}
|
|
2490
2535
|
)
|
|
2491
2536
|
] });
|
|
2492
2537
|
}
|
|
2493
|
-
function
|
|
2494
|
-
if (
|
|
2538
|
+
function i1({ message: e, isLastMessage: t }) {
|
|
2539
|
+
if (ct(e)) {
|
|
2495
2540
|
const r = JSON.parse(e.content);
|
|
2496
|
-
return /* @__PURE__ */ o(
|
|
2541
|
+
return /* @__PURE__ */ o(o1, { data: r, alwaysShowFeedback: t });
|
|
2497
2542
|
}
|
|
2498
|
-
const n =
|
|
2499
|
-
return /* @__PURE__ */ o(
|
|
2543
|
+
const n = Hr(e) ? JSON.parse(e.content).answer : e.content;
|
|
2544
|
+
return /* @__PURE__ */ o(ae, { align: e.role === "user" ? "right" : "left", children: n });
|
|
2500
2545
|
}
|
|
2501
|
-
const
|
|
2546
|
+
const s1 = qt(i1), a1 = ({
|
|
2502
2547
|
error: e,
|
|
2503
2548
|
displayMessage: t
|
|
2504
|
-
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(
|
|
2505
|
-
function
|
|
2506
|
-
const { t } =
|
|
2507
|
-
return /* @__PURE__ */ o(
|
|
2508
|
-
|
|
2549
|
+
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(ae, { align: "left", children: t }));
|
|
2550
|
+
function l1({ messages: e }) {
|
|
2551
|
+
const { t } = P();
|
|
2552
|
+
return /* @__PURE__ */ o(j, { children: e.map((n, r) => /* @__PURE__ */ o(
|
|
2553
|
+
Yn,
|
|
2509
2554
|
{
|
|
2510
|
-
fallbackRender: (s) =>
|
|
2555
|
+
fallbackRender: (s) => a1(E(M({}, s), {
|
|
2511
2556
|
displayMessage: t("ai.errors.unexpected")
|
|
2512
2557
|
})),
|
|
2513
|
-
children: /* @__PURE__ */ o(
|
|
2558
|
+
children: /* @__PURE__ */ o(s1, { message: n, isLastMessage: r === e.length - 1 }, r)
|
|
2514
2559
|
},
|
|
2515
2560
|
r
|
|
2516
2561
|
)) });
|
|
2517
2562
|
}
|
|
2518
|
-
function
|
|
2563
|
+
function kn({ color: e }) {
|
|
2519
2564
|
return /* @__PURE__ */ o(
|
|
2520
2565
|
"svg",
|
|
2521
2566
|
{
|
|
@@ -2534,18 +2579,18 @@ function mn({ color: e }) {
|
|
|
2534
2579
|
}
|
|
2535
2580
|
);
|
|
2536
2581
|
}
|
|
2537
|
-
function
|
|
2582
|
+
function c1({ onClick: e, color: t }) {
|
|
2538
2583
|
return /* @__PURE__ */ o(
|
|
2539
2584
|
"div",
|
|
2540
2585
|
{
|
|
2541
2586
|
"aria-label": "go back",
|
|
2542
2587
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2543
2588
|
onClick: e,
|
|
2544
|
-
children: /* @__PURE__ */ o(
|
|
2589
|
+
children: /* @__PURE__ */ o(kn, { color: t })
|
|
2545
2590
|
}
|
|
2546
2591
|
);
|
|
2547
2592
|
}
|
|
2548
|
-
function
|
|
2593
|
+
function d1() {
|
|
2549
2594
|
const { themeSettings: e } = R();
|
|
2550
2595
|
return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
|
|
2551
2596
|
"path",
|
|
@@ -2557,10 +2602,10 @@ function n1() {
|
|
|
2557
2602
|
}
|
|
2558
2603
|
) });
|
|
2559
2604
|
}
|
|
2560
|
-
const
|
|
2561
|
-
const n = new
|
|
2605
|
+
const u1 = (e, t) => {
|
|
2606
|
+
const n = new ar(e);
|
|
2562
2607
|
return n.alpha = t, n;
|
|
2563
|
-
},
|
|
2608
|
+
}, p1 = w.div`
|
|
2564
2609
|
font-size: inherit;
|
|
2565
2610
|
line-height: inherit;
|
|
2566
2611
|
padding-left: 8px;
|
|
@@ -2568,7 +2613,7 @@ const r1 = (e, t) => {
|
|
|
2568
2613
|
padding-top: 4px;
|
|
2569
2614
|
border-radius: 16px;
|
|
2570
2615
|
margin-bottom: 4px;
|
|
2571
|
-
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${
|
|
2616
|
+
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${u1(e.aiChat.primaryTextColor, 0.2)}`};
|
|
2572
2617
|
cursor: pointer;
|
|
2573
2618
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
|
|
2574
2619
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
|
|
@@ -2577,10 +2622,10 @@ const r1 = (e, t) => {
|
|
|
2577
2622
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
|
|
2578
2623
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
|
|
2579
2624
|
box-shadow: none;
|
|
2580
|
-
`,
|
|
2625
|
+
`, h1 = ({ onClick: e }) => {
|
|
2581
2626
|
const { themeSettings: t } = R();
|
|
2582
|
-
return /* @__PURE__ */ o(
|
|
2583
|
-
},
|
|
2627
|
+
return /* @__PURE__ */ o(p1, { theme: t, onClick: e, children: /* @__PURE__ */ o(d1, {}) });
|
|
2628
|
+
}, g1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(Ot, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ o(h1, { onClick: t }) }), f1 = w.button`
|
|
2584
2629
|
font-size: inherit;
|
|
2585
2630
|
line-height: inherit;
|
|
2586
2631
|
box-sizing: border-box;
|
|
@@ -2607,7 +2652,7 @@ const r1 = (e, t) => {
|
|
|
2607
2652
|
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
2608
2653
|
if (t) {
|
|
2609
2654
|
const [r, s] = t;
|
|
2610
|
-
return
|
|
2655
|
+
return q`
|
|
2611
2656
|
border: none;
|
|
2612
2657
|
position: relative;
|
|
2613
2658
|
border-radius: ${n};
|
|
@@ -2630,24 +2675,24 @@ const r1 = (e, t) => {
|
|
|
2630
2675
|
return "";
|
|
2631
2676
|
}}
|
|
2632
2677
|
`;
|
|
2633
|
-
function
|
|
2678
|
+
function Lt({ question: e, onClick: t }) {
|
|
2634
2679
|
const { themeSettings: n } = R();
|
|
2635
|
-
return /* @__PURE__ */ o(
|
|
2680
|
+
return /* @__PURE__ */ o(f1, { onClick: t, theme: n, children: e });
|
|
2636
2681
|
}
|
|
2637
|
-
const
|
|
2682
|
+
const C1 = w.div`
|
|
2638
2683
|
display: flex;
|
|
2639
2684
|
flex-direction: column;
|
|
2640
2685
|
align-items: flex-start;
|
|
2641
2686
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2642
2687
|
`;
|
|
2643
|
-
function
|
|
2644
|
-
const { t: n } =
|
|
2645
|
-
return /* @__PURE__ */ S(
|
|
2646
|
-
c.map((p) => /* @__PURE__ */ o(
|
|
2647
|
-
c.length < e.length && /* @__PURE__ */ o(
|
|
2688
|
+
function m1({ questions: e, onSelection: t }) {
|
|
2689
|
+
const { t: n } = P(), [r, s] = A(!0), c = z(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: a } = R();
|
|
2690
|
+
return /* @__PURE__ */ S(C1, { "aria-label": "list of suggested questions", theme: a, children: [
|
|
2691
|
+
c.map((p) => /* @__PURE__ */ o(Lt, { question: p, onClick: () => t(p) }, p)),
|
|
2692
|
+
c.length < e.length && /* @__PURE__ */ o(Lt, { question: n("ai.buttons.seeMore"), onClick: () => s(!1) })
|
|
2648
2693
|
] });
|
|
2649
2694
|
}
|
|
2650
|
-
const
|
|
2695
|
+
const b1 = w.div`
|
|
2651
2696
|
width: 283px;
|
|
2652
2697
|
height: 32px;
|
|
2653
2698
|
border-radius: 10px;
|
|
@@ -2671,23 +2716,23 @@ const d1 = w.div`
|
|
|
2671
2716
|
background-position: -200% 0;
|
|
2672
2717
|
}
|
|
2673
2718
|
}
|
|
2674
|
-
`,
|
|
2719
|
+
`, y1 = w.div`
|
|
2675
2720
|
display: flex;
|
|
2676
2721
|
flex-direction: column;
|
|
2677
2722
|
row-gap: 1rem;
|
|
2678
2723
|
`;
|
|
2679
|
-
function
|
|
2724
|
+
function x1() {
|
|
2680
2725
|
const { themeSettings: e } = R();
|
|
2681
|
-
return /* @__PURE__ */ o(
|
|
2726
|
+
return /* @__PURE__ */ o(y1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(b1, { theme: e }, n)) });
|
|
2682
2727
|
}
|
|
2683
|
-
function
|
|
2728
|
+
function v1({ questions: e, isLoading: t, onSelection: n }) {
|
|
2684
2729
|
const r = e.length > 0, { suggestionsWelcomeText: s } = ne();
|
|
2685
|
-
return t ? /* @__PURE__ */ o(
|
|
2686
|
-
s && /* @__PURE__ */ o(
|
|
2687
|
-
/* @__PURE__ */ o(
|
|
2730
|
+
return t ? /* @__PURE__ */ o(x1, {}) : r ? /* @__PURE__ */ S(j, { children: [
|
|
2731
|
+
s && /* @__PURE__ */ o(ae, { align: "left", children: s }),
|
|
2732
|
+
/* @__PURE__ */ o(m1, { onSelection: n, questions: e })
|
|
2688
2733
|
] }) : null;
|
|
2689
2734
|
}
|
|
2690
|
-
const
|
|
2735
|
+
const k1 = w.div`
|
|
2691
2736
|
display: flex;
|
|
2692
2737
|
flex-direction: column;
|
|
2693
2738
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
@@ -2698,7 +2743,7 @@ const g1 = w.div`
|
|
|
2698
2743
|
padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
|
|
2699
2744
|
flex: initial;
|
|
2700
2745
|
height: 100%;
|
|
2701
|
-
`,
|
|
2746
|
+
`, w1 = w.div`
|
|
2702
2747
|
padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
|
|
2703
2748
|
padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
|
|
2704
2749
|
padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
|
|
@@ -2706,136 +2751,137 @@ const g1 = w.div`
|
|
|
2706
2751
|
display: flex;
|
|
2707
2752
|
flex-direction: column;
|
|
2708
2753
|
row-gap: 6px;
|
|
2709
|
-
`,
|
|
2754
|
+
`, S1 = w.div`
|
|
2710
2755
|
display: flex;
|
|
2711
2756
|
flex-direction: column;
|
|
2712
2757
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2713
2758
|
`;
|
|
2714
|
-
function
|
|
2715
|
-
var
|
|
2716
|
-
const { t: r } =
|
|
2759
|
+
function M1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
|
|
2760
|
+
var de, oe, $e, Re;
|
|
2761
|
+
const { t: r } = P(), {
|
|
2717
2762
|
enableFollowupQuestions: s,
|
|
2718
2763
|
enableHeader: c,
|
|
2719
2764
|
numOfRecentPrompts: a,
|
|
2720
2765
|
numOfRecommendations: p,
|
|
2721
2766
|
customPrompt: d
|
|
2722
|
-
} = ne(), { themeSettings: h } = R(), {
|
|
2723
|
-
data:
|
|
2724
|
-
isLoading:
|
|
2725
|
-
isError:
|
|
2726
|
-
} =
|
|
2767
|
+
} = ne(), { themeSettings: h } = R(), { quotaState: m } = Jn(), {
|
|
2768
|
+
data: y,
|
|
2769
|
+
isLoading: i,
|
|
2770
|
+
isError: u
|
|
2771
|
+
} = Vt({
|
|
2727
2772
|
contextTitle: e,
|
|
2728
2773
|
count: p,
|
|
2729
2774
|
customPrompt: d
|
|
2730
|
-
}),
|
|
2731
|
-
() =>
|
|
2732
|
-
[
|
|
2775
|
+
}), l = z(
|
|
2776
|
+
() => y == null ? void 0 : y.map((F) => F.nlqPrompt),
|
|
2777
|
+
[y]
|
|
2733
2778
|
), {
|
|
2734
|
-
history:
|
|
2735
|
-
lastNlqResponse:
|
|
2736
|
-
isAwaitingResponse:
|
|
2737
|
-
sendMessage:
|
|
2738
|
-
isLoading:
|
|
2739
|
-
chatId:
|
|
2779
|
+
history: f,
|
|
2780
|
+
lastNlqResponse: g,
|
|
2781
|
+
isAwaitingResponse: x,
|
|
2782
|
+
sendMessage: v,
|
|
2783
|
+
isLoading: k,
|
|
2784
|
+
chatId: L,
|
|
2740
2785
|
lastError: $
|
|
2741
|
-
} =
|
|
2742
|
-
|
|
2743
|
-
},
|
|
2744
|
-
if (!(
|
|
2745
|
-
const { scrollTop:
|
|
2746
|
-
if (
|
|
2747
|
-
const
|
|
2748
|
-
|
|
2786
|
+
} = Dr(e, n), T = x || k || ((de = m == null ? void 0 : m.isExceeded) != null ? de : !1), { mutate: N, isLoading: B } = Kt(L), [le, Q] = A(!1), [Z, _] = A(!1), K = () => Q(!0), D = () => Q(!1), ee = () => {
|
|
2787
|
+
N(), D();
|
|
2788
|
+
}, O = he(null), U = he(null), W = () => {
|
|
2789
|
+
if (!(O != null && O.current)) return;
|
|
2790
|
+
const { scrollTop: F, clientHeight: X, scrollHeight: Ee } = O.current;
|
|
2791
|
+
if (F === void 0 || X === void 0 || Ee === void 0) return;
|
|
2792
|
+
const Le = Ee - F - X > X / 2;
|
|
2793
|
+
Z !== Le && _(Le);
|
|
2749
2794
|
};
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
}, [
|
|
2753
|
-
const
|
|
2754
|
-
|
|
2795
|
+
Fe(() => {
|
|
2796
|
+
O.current && (O.current.scrollTop = O.current.scrollHeight);
|
|
2797
|
+
}, [f, le, x]);
|
|
2798
|
+
const G = he(null), re = c ? /* @__PURE__ */ o(
|
|
2799
|
+
Jt,
|
|
2755
2800
|
{
|
|
2756
|
-
ref:
|
|
2801
|
+
ref: G,
|
|
2757
2802
|
title: e,
|
|
2758
|
-
leftNav: t && /* @__PURE__ */ o(
|
|
2803
|
+
leftNav: t && /* @__PURE__ */ o(c1, { onClick: t, color: h.aiChat.header.textColor }),
|
|
2759
2804
|
style: h.aiChat.header
|
|
2760
2805
|
}
|
|
2761
|
-
) : null,
|
|
2806
|
+
) : null, Ce = z(
|
|
2762
2807
|
() => [
|
|
2763
2808
|
...new Set(
|
|
2764
|
-
|
|
2809
|
+
f.filter((F) => F.role === "user").filter((F) => !(l != null && l.includes(F.content))).map((F) => F.content).reverse()
|
|
2765
2810
|
)
|
|
2766
2811
|
].slice(0, a),
|
|
2767
|
-
[
|
|
2812
|
+
[f, a, l]
|
|
2768
2813
|
);
|
|
2769
|
-
return ($ == null ? void 0 : $.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(
|
|
2770
|
-
c &&
|
|
2771
|
-
/* @__PURE__ */ o(
|
|
2772
|
-
] }) : /* @__PURE__ */ S(
|
|
2773
|
-
|
|
2774
|
-
/* @__PURE__ */
|
|
2814
|
+
return ($ == null ? void 0 : $.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(j, { children: [
|
|
2815
|
+
c && re,
|
|
2816
|
+
/* @__PURE__ */ o(Yt, { text: $.message })
|
|
2817
|
+
] }) : /* @__PURE__ */ S(j, { children: [
|
|
2818
|
+
re,
|
|
2819
|
+
/* @__PURE__ */ o(er, {}),
|
|
2820
|
+
/* @__PURE__ */ S(k1, { ref: O, theme: h, onScroll: W, children: [
|
|
2775
2821
|
/* @__PURE__ */ o(
|
|
2776
|
-
|
|
2822
|
+
g1,
|
|
2777
2823
|
{
|
|
2778
|
-
isVisible:
|
|
2779
|
-
anchorElement:
|
|
2824
|
+
isVisible: Z,
|
|
2825
|
+
anchorElement: U.current,
|
|
2780
2826
|
onClick: () => {
|
|
2781
|
-
var
|
|
2782
|
-
(X =
|
|
2783
|
-
top: (
|
|
2827
|
+
var F, X;
|
|
2828
|
+
(X = O.current) == null || X.scroll({
|
|
2829
|
+
top: (F = O.current) == null ? void 0 : F.scrollHeight,
|
|
2784
2830
|
behavior: "smooth"
|
|
2785
2831
|
});
|
|
2786
2832
|
}
|
|
2787
2833
|
}
|
|
2788
2834
|
),
|
|
2789
|
-
/* @__PURE__ */ o(
|
|
2835
|
+
/* @__PURE__ */ o(Si, {}),
|
|
2790
2836
|
/* @__PURE__ */ o(
|
|
2791
|
-
|
|
2837
|
+
v1,
|
|
2792
2838
|
{
|
|
2793
|
-
questions:
|
|
2794
|
-
isLoading:
|
|
2795
|
-
onSelection:
|
|
2839
|
+
questions: l || [],
|
|
2840
|
+
isLoading: i,
|
|
2841
|
+
onSelection: v
|
|
2796
2842
|
}
|
|
2797
2843
|
),
|
|
2798
|
-
$ && /* @__PURE__ */ o(
|
|
2799
|
-
|
|
2800
|
-
s &&
|
|
2801
|
-
|
|
2844
|
+
$ && /* @__PURE__ */ o(ae, { align: "left", children: $.message }),
|
|
2845
|
+
k ? /* @__PURE__ */ o(qe, {}) : /* @__PURE__ */ o(l1, { messages: f }),
|
|
2846
|
+
s && g && (($e = (oe = g.followupQuestions) == null ? void 0 : oe.length) != null ? $e : 0) > 0 && /* @__PURE__ */ o(S1, { theme: h, children: (Re = g.followupQuestions) == null ? void 0 : Re.slice(0, 2).map((F, X) => /* @__PURE__ */ o(
|
|
2847
|
+
Be,
|
|
2802
2848
|
{
|
|
2803
2849
|
align: "left",
|
|
2804
2850
|
onClick: () => {
|
|
2805
|
-
|
|
2851
|
+
v(F);
|
|
2806
2852
|
},
|
|
2807
|
-
children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children:
|
|
2853
|
+
children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children: F })
|
|
2808
2854
|
},
|
|
2809
2855
|
X
|
|
2810
2856
|
)) }),
|
|
2811
|
-
(
|
|
2812
|
-
|
|
2813
|
-
|
|
2857
|
+
(x || B) && /* @__PURE__ */ o(dt, {}),
|
|
2858
|
+
le && /* @__PURE__ */ o(
|
|
2859
|
+
$i,
|
|
2814
2860
|
{
|
|
2815
|
-
onCancel:
|
|
2816
|
-
onConfirm:
|
|
2861
|
+
onCancel: D,
|
|
2862
|
+
onConfirm: ee
|
|
2817
2863
|
}
|
|
2818
2864
|
)
|
|
2819
2865
|
] }),
|
|
2820
|
-
/* @__PURE__ */ S(
|
|
2866
|
+
/* @__PURE__ */ S(w1, { ref: U, theme: h, children: [
|
|
2821
2867
|
/* @__PURE__ */ o(
|
|
2822
|
-
|
|
2868
|
+
co,
|
|
2823
2869
|
{
|
|
2824
|
-
onSendMessage:
|
|
2825
|
-
disabled:
|
|
2826
|
-
onClearHistoryClick:
|
|
2827
|
-
suggestions:
|
|
2828
|
-
recentPrompts:
|
|
2829
|
-
isLoading:
|
|
2830
|
-
recommendationsError:
|
|
2831
|
-
onChange:
|
|
2870
|
+
onSendMessage: v,
|
|
2871
|
+
disabled: T,
|
|
2872
|
+
onClearHistoryClick: K,
|
|
2873
|
+
suggestions: l || [],
|
|
2874
|
+
recentPrompts: Ce,
|
|
2875
|
+
isLoading: i || k,
|
|
2876
|
+
recommendationsError: u,
|
|
2877
|
+
onChange: D
|
|
2832
2878
|
}
|
|
2833
2879
|
),
|
|
2834
|
-
/* @__PURE__ */ o(
|
|
2880
|
+
/* @__PURE__ */ o(Vr, { theme: h })
|
|
2835
2881
|
] })
|
|
2836
2882
|
] });
|
|
2837
2883
|
}
|
|
2838
|
-
const
|
|
2884
|
+
const T1 = w.button`
|
|
2839
2885
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2840
2886
|
padding: 20px;
|
|
2841
2887
|
border: none;
|
|
@@ -2848,38 +2894,38 @@ const b1 = w.button`
|
|
|
2848
2894
|
cursor: pointer;
|
|
2849
2895
|
|
|
2850
2896
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
|
|
2851
|
-
`,
|
|
2897
|
+
`, $1 = w.div`
|
|
2852
2898
|
font-size: 1.05rem;
|
|
2853
2899
|
line-height: 28px;
|
|
2854
2900
|
|
|
2855
2901
|
color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
|
|
2856
|
-
`,
|
|
2902
|
+
`, R1 = w.div`
|
|
2857
2903
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
2858
2904
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
2859
2905
|
|
|
2860
|
-
color: ${({ theme: e }) =>
|
|
2861
|
-
`,
|
|
2906
|
+
color: ${({ theme: e }) => Ht(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
2907
|
+
`, E1 = w.div`
|
|
2862
2908
|
width: 16px;
|
|
2863
2909
|
height: 16px;
|
|
2864
2910
|
transform: rotate(180deg);
|
|
2865
2911
|
`;
|
|
2866
|
-
function
|
|
2912
|
+
function L1(e) {
|
|
2867
2913
|
const { title: t, description: n, onClick: r } = e, { themeSettings: s } = R();
|
|
2868
|
-
return /* @__PURE__ */ S(
|
|
2914
|
+
return /* @__PURE__ */ S(T1, { onClick: r, theme: s, children: [
|
|
2869
2915
|
/* @__PURE__ */ S("div", { children: [
|
|
2870
|
-
/* @__PURE__ */ o(
|
|
2871
|
-
/* @__PURE__ */ o(
|
|
2916
|
+
/* @__PURE__ */ o($1, { theme: s, children: t }),
|
|
2917
|
+
/* @__PURE__ */ o(R1, { theme: s, children: n })
|
|
2872
2918
|
] }),
|
|
2873
|
-
/* @__PURE__ */ o(
|
|
2919
|
+
/* @__PURE__ */ o(E1, { children: /* @__PURE__ */ o(kn, { color: s.aiChat.icons.color }) })
|
|
2874
2920
|
] });
|
|
2875
2921
|
}
|
|
2876
|
-
const
|
|
2922
|
+
const N1 = w.div`
|
|
2877
2923
|
padding: 20px;
|
|
2878
2924
|
display: flex;
|
|
2879
2925
|
flex-direction: column;
|
|
2880
2926
|
gap: 20px;
|
|
2881
2927
|
overflow: auto;
|
|
2882
|
-
`,
|
|
2928
|
+
`, I1 = w.div`
|
|
2883
2929
|
font-size: 24px;
|
|
2884
2930
|
line-height: 32px;
|
|
2885
2931
|
font-weight: 600;
|
|
@@ -2887,28 +2933,28 @@ const w1 = w.div`
|
|
|
2887
2933
|
padding-bottom: 4px;
|
|
2888
2934
|
|
|
2889
2935
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2890
|
-
`,
|
|
2936
|
+
`, P1 = w.div`
|
|
2891
2937
|
font-size: 15px;
|
|
2892
2938
|
line-height: 22px;
|
|
2893
2939
|
|
|
2894
2940
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2895
2941
|
`;
|
|
2896
|
-
function
|
|
2897
|
-
const { dataTopics: t } = e, { themeSettings: n } = R(), { t: r } =
|
|
2898
|
-
return /* @__PURE__ */ S(
|
|
2899
|
-
/* @__PURE__ */ o(
|
|
2900
|
-
/* @__PURE__ */ S(
|
|
2942
|
+
function O1(e) {
|
|
2943
|
+
const { dataTopics: t } = e, { themeSettings: n } = R(), { t: r } = P();
|
|
2944
|
+
return /* @__PURE__ */ S(N1, { children: [
|
|
2945
|
+
/* @__PURE__ */ o(I1, { theme: n, children: r("ai.dataTopics") }),
|
|
2946
|
+
/* @__PURE__ */ S(P1, { theme: n, children: [
|
|
2901
2947
|
r("ai.chatbotDescription"),
|
|
2902
2948
|
/* @__PURE__ */ o("br", {}),
|
|
2903
2949
|
/* @__PURE__ */ o("br", {}),
|
|
2904
2950
|
r("ai.topicSelectPrompt")
|
|
2905
2951
|
] }),
|
|
2906
|
-
t.map((s) => /* @__PURE__ */
|
|
2952
|
+
t.map((s) => /* @__PURE__ */ tr(L1, E(M({}, s), { key: s.title })))
|
|
2907
2953
|
] });
|
|
2908
2954
|
}
|
|
2909
|
-
const
|
|
2910
|
-
function
|
|
2911
|
-
const t = e ?
|
|
2955
|
+
const F1 = "#000000", B1 = "#FFFFFF";
|
|
2956
|
+
function A1({ isDarkBackground: e = !1 }) {
|
|
2957
|
+
const t = e ? B1 : F1;
|
|
2912
2958
|
return /* @__PURE__ */ S(
|
|
2913
2959
|
"svg",
|
|
2914
2960
|
{
|
|
@@ -3034,10 +3080,10 @@ function L1({ isDarkBackground: e = !1 }) {
|
|
|
3034
3080
|
}
|
|
3035
3081
|
);
|
|
3036
3082
|
}
|
|
3037
|
-
const
|
|
3083
|
+
const H1 = w.div`
|
|
3038
3084
|
margin-left: 14px;
|
|
3039
3085
|
margin-top: 3px;
|
|
3040
|
-
`,
|
|
3086
|
+
`, D1 = w.div`
|
|
3041
3087
|
display: flex;
|
|
3042
3088
|
flex-direction: column;
|
|
3043
3089
|
justify-content: top;
|
|
@@ -3046,87 +3092,87 @@ const E1 = w.div`
|
|
|
3046
3092
|
|
|
3047
3093
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
|
|
3048
3094
|
`;
|
|
3049
|
-
function
|
|
3050
|
-
const { enableHeader: n } = ne(), { themeSettings: r } = R(), { t: s } =
|
|
3095
|
+
function q1({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
3096
|
+
const { enableHeader: n } = ne(), { themeSettings: r } = R(), { t: s } = P(), c = z(() => e == null ? void 0 : e.map((p) => ({
|
|
3051
3097
|
title: p,
|
|
3052
3098
|
onClick: () => t(p)
|
|
3053
|
-
})), [e, t]), a =
|
|
3054
|
-
return /* @__PURE__ */ S(
|
|
3099
|
+
})), [e, t]), a = lr(cr(r.aiChat.header.backgroundColor)) > 0.5;
|
|
3100
|
+
return /* @__PURE__ */ S(j, { children: [
|
|
3055
3101
|
n ? /* @__PURE__ */ o(
|
|
3056
|
-
|
|
3102
|
+
Jt,
|
|
3057
3103
|
{
|
|
3058
3104
|
title: s("ai.analyticsChatbot"),
|
|
3059
|
-
leftNav: /* @__PURE__ */ o(
|
|
3105
|
+
leftNav: /* @__PURE__ */ o(H1, { children: /* @__PURE__ */ o(A1, { isDarkBackground: a }) }),
|
|
3060
3106
|
style: r.aiChat.header
|
|
3061
3107
|
}
|
|
3062
3108
|
) : null,
|
|
3063
|
-
/* @__PURE__ */ S(
|
|
3064
|
-
!c && /* @__PURE__ */ o(
|
|
3065
|
-
c && /* @__PURE__ */ o(
|
|
3109
|
+
/* @__PURE__ */ S(D1, { theme: r, children: [
|
|
3110
|
+
!c && /* @__PURE__ */ o(qe, {}),
|
|
3111
|
+
c && /* @__PURE__ */ o(O1, { dataTopics: c })
|
|
3066
3112
|
] })
|
|
3067
3113
|
] });
|
|
3068
3114
|
}
|
|
3069
|
-
function
|
|
3070
|
-
const [e, t] =
|
|
3115
|
+
function z1() {
|
|
3116
|
+
const [e, t] = A(), [n, r] = A(), { data: s, fetchStatus: c } = Pr(), { dataTopicsList: a, contextDetails: p } = ne(), { t: d } = P(), h = d("ai.errors.noAvailableDataTopics"), m = I(
|
|
3071
3117
|
(l) => {
|
|
3072
3118
|
l.length ? l.length === 1 && (r(void 0), t(l[0])) : r(h);
|
|
3073
3119
|
},
|
|
3074
3120
|
[h]
|
|
3075
|
-
),
|
|
3121
|
+
), y = z(() => {
|
|
3076
3122
|
if (s && c === "idle") {
|
|
3077
3123
|
const f = (a != null && a.length ? s == null ? void 0 : s.filter((g) => a == null ? void 0 : a.includes(g.title)) : s).map((g) => g.title);
|
|
3078
3124
|
return m(f), f;
|
|
3079
3125
|
}
|
|
3080
3126
|
return [];
|
|
3081
|
-
}, [s, c, a, m]), i =
|
|
3127
|
+
}, [s, c, a, m]), i = we(), u = I(() => {
|
|
3082
3128
|
r(void 0), i.invalidateQueries(["getDataTopics"]);
|
|
3083
3129
|
}, [i]);
|
|
3084
3130
|
return n ? /* @__PURE__ */ o(
|
|
3085
|
-
|
|
3131
|
+
Yt,
|
|
3086
3132
|
{
|
|
3087
3133
|
text: n,
|
|
3088
3134
|
action: { text: d("ai.buttons.refresh"), onClick: u }
|
|
3089
3135
|
}
|
|
3090
|
-
) :
|
|
3091
|
-
|
|
3136
|
+
) : y.length === 1 && !e ? /* @__PURE__ */ o(qe, {}) : e ? /* @__PURE__ */ o(
|
|
3137
|
+
M1,
|
|
3092
3138
|
{
|
|
3093
3139
|
contextTitle: e,
|
|
3094
3140
|
contextDetails: p,
|
|
3095
|
-
onGoBack:
|
|
3141
|
+
onGoBack: y.length === 1 ? void 0 : () => t(void 0)
|
|
3096
3142
|
}
|
|
3097
3143
|
) : /* @__PURE__ */ o(
|
|
3098
|
-
|
|
3144
|
+
q1,
|
|
3099
3145
|
{
|
|
3100
|
-
dataTopicsList:
|
|
3146
|
+
dataTopicsList: y,
|
|
3101
3147
|
onDataTopicClick: (l) => t(l)
|
|
3102
3148
|
}
|
|
3103
3149
|
);
|
|
3104
3150
|
}
|
|
3105
|
-
const
|
|
3151
|
+
const cs = At({
|
|
3106
3152
|
componentName: "Chatbot"
|
|
3107
3153
|
})((e) => {
|
|
3108
3154
|
const { width: t, height: n, config: r } = e, { themeSettings: s } = R();
|
|
3109
|
-
return /* @__PURE__ */ o(
|
|
3110
|
-
|
|
3155
|
+
return /* @__PURE__ */ o(Nr, { value: r != null ? r : {}, children: /* @__PURE__ */ o(
|
|
3156
|
+
jr,
|
|
3111
3157
|
{
|
|
3112
3158
|
id: "csdk-chatbot-frame",
|
|
3113
3159
|
width: t,
|
|
3114
3160
|
height: n,
|
|
3115
3161
|
theme: s,
|
|
3116
3162
|
tabIndex: 0,
|
|
3117
|
-
children: /* @__PURE__ */ o(
|
|
3163
|
+
children: /* @__PURE__ */ o(z1, {})
|
|
3118
3164
|
}
|
|
3119
3165
|
) });
|
|
3120
|
-
}),
|
|
3166
|
+
}), ds = At({
|
|
3121
3167
|
componentName: "GetNlgInsights"
|
|
3122
3168
|
})(function(t) {
|
|
3123
|
-
const { data: n, isLoading: r, isError: s } =
|
|
3169
|
+
const { data: n, isLoading: r, isError: s } = De(t), { t: c } = P();
|
|
3124
3170
|
if (s)
|
|
3125
|
-
return /* @__PURE__ */ o(
|
|
3171
|
+
return /* @__PURE__ */ o(j, { children: c("ai.errors.unexpected") });
|
|
3126
3172
|
const a = n != null ? n : c("ai.errors.insightsNotAvailable");
|
|
3127
|
-
return /* @__PURE__ */ o(
|
|
3173
|
+
return /* @__PURE__ */ o(gt, { text: r ? "Loading..." : a });
|
|
3128
3174
|
});
|
|
3129
|
-
function
|
|
3175
|
+
function W1({ theme: e }) {
|
|
3130
3176
|
const t = e.general.brandColor;
|
|
3131
3177
|
return /* @__PURE__ */ S(
|
|
3132
3178
|
"svg",
|
|
@@ -3168,7 +3214,7 @@ function B1({ theme: e }) {
|
|
|
3168
3214
|
}
|
|
3169
3215
|
);
|
|
3170
3216
|
}
|
|
3171
|
-
const
|
|
3217
|
+
const Z1 = w.div`
|
|
3172
3218
|
display: flex;
|
|
3173
3219
|
flex-direction: row;
|
|
3174
3220
|
align-items: center;
|
|
@@ -3177,25 +3223,25 @@ const F1 = w.div`
|
|
|
3177
3223
|
max-width: 640px;
|
|
3178
3224
|
color: ${({ theme: e }) => e.chart.textColor};
|
|
3179
3225
|
background-color: ${({ theme: e }) => e.chart.backgroundColor};
|
|
3180
|
-
`,
|
|
3226
|
+
`, j1 = w.div`
|
|
3181
3227
|
align-self: flex-start;
|
|
3182
|
-
`,
|
|
3228
|
+
`, U1 = ({ summary: e, nlgRequest: t }) => {
|
|
3183
3229
|
const { themeSettings: n } = R();
|
|
3184
3230
|
return /* @__PURE__ */ o(
|
|
3185
|
-
|
|
3231
|
+
et,
|
|
3186
3232
|
{
|
|
3187
3233
|
sourceId: t.jaql.datasource.title,
|
|
3188
3234
|
data: t,
|
|
3189
3235
|
type: "chart/insights",
|
|
3190
3236
|
buttonVisibility: "always",
|
|
3191
|
-
renderContent: (r) => /* @__PURE__ */ S(
|
|
3192
|
-
/* @__PURE__ */ o(
|
|
3193
|
-
/* @__PURE__ */ o(
|
|
3237
|
+
renderContent: (r) => /* @__PURE__ */ S(Z1, { theme: n, children: [
|
|
3238
|
+
/* @__PURE__ */ o(j1, { theme: n, children: /* @__PURE__ */ o(W1, { theme: n }) }),
|
|
3239
|
+
/* @__PURE__ */ o(gt, { text: e }),
|
|
3194
3240
|
r
|
|
3195
3241
|
] })
|
|
3196
3242
|
}
|
|
3197
3243
|
);
|
|
3198
|
-
},
|
|
3244
|
+
}, G1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, us = qt(
|
|
3199
3245
|
function({
|
|
3200
3246
|
nlqResponse: t,
|
|
3201
3247
|
onDataReady: n,
|
|
@@ -3203,18 +3249,18 @@ const F1 = w.div`
|
|
|
3203
3249
|
widgetProps: s,
|
|
3204
3250
|
filters: c = []
|
|
3205
3251
|
}) {
|
|
3206
|
-
const a = t.timestamp, p =
|
|
3207
|
-
() =>
|
|
3208
|
-
queryTitle:
|
|
3252
|
+
const a = t.timestamp, p = z(
|
|
3253
|
+
() => E(M({}, t), {
|
|
3254
|
+
queryTitle: nr(t.queryTitle)
|
|
3209
3255
|
}),
|
|
3210
3256
|
// Memoize based on timestamp to prevent unnecessary recomputations
|
|
3211
3257
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
3212
3258
|
[a]
|
|
3213
|
-
), { connectToWidgetProps: d } =
|
|
3259
|
+
), { connectToWidgetProps: d } = rr({
|
|
3214
3260
|
initialFilters: c
|
|
3215
|
-
}), [h, m] =
|
|
3216
|
-
|
|
3217
|
-
const g =
|
|
3261
|
+
}), [h, m] = A(null);
|
|
3262
|
+
Se(() => {
|
|
3263
|
+
const g = He(p, {
|
|
3218
3264
|
useCustomizedStyleOptions: !0
|
|
3219
3265
|
});
|
|
3220
3266
|
if (!g) m(null);
|
|
@@ -3223,40 +3269,40 @@ const F1 = w.div`
|
|
|
3223
3269
|
g.styleOptions,
|
|
3224
3270
|
r
|
|
3225
3271
|
));
|
|
3226
|
-
const
|
|
3272
|
+
const x = d(g, {
|
|
3227
3273
|
shouldAffectFilters: !1,
|
|
3228
3274
|
applyMode: "filter"
|
|
3229
3275
|
});
|
|
3230
|
-
m(
|
|
3276
|
+
m(x);
|
|
3231
3277
|
}
|
|
3232
3278
|
}, [p, d, r]);
|
|
3233
|
-
const
|
|
3234
|
-
const g = h &&
|
|
3279
|
+
const y = z(() => {
|
|
3280
|
+
const g = h && Oe(h) ? fr(h == null ? void 0 : h.filters) : [], x = p.jaql.metadata.filter((v) => !v.jaql.filter).concat(
|
|
3235
3281
|
g.filter((v) => !v.config.disabled).map((v) => v.jaql())
|
|
3236
3282
|
);
|
|
3237
|
-
return
|
|
3238
|
-
jaql:
|
|
3283
|
+
return E(M({}, p), {
|
|
3284
|
+
jaql: E(M({}, p.jaql), { metadata: x }),
|
|
3239
3285
|
verbosity: "Low"
|
|
3240
3286
|
});
|
|
3241
|
-
}, [p, h]), { data: i, isLoading: u, isError: l } =
|
|
3287
|
+
}, [p, h]), { data: i, isLoading: u, isError: l } = De(y);
|
|
3242
3288
|
if (u || !h)
|
|
3243
|
-
return /* @__PURE__ */ o(
|
|
3244
|
-
if (!
|
|
3245
|
-
return /* @__PURE__ */ o(
|
|
3246
|
-
const f = s ||
|
|
3289
|
+
return /* @__PURE__ */ o(dt, {});
|
|
3290
|
+
if (!Oe(h))
|
|
3291
|
+
return /* @__PURE__ */ o(j, {});
|
|
3292
|
+
const f = s || E(M({}, h), {
|
|
3247
3293
|
styleOptions: r,
|
|
3248
3294
|
onDataReady: n
|
|
3249
3295
|
});
|
|
3250
3296
|
return /* @__PURE__ */ o(
|
|
3251
|
-
|
|
3252
|
-
|
|
3297
|
+
ve,
|
|
3298
|
+
E(M({}, f), {
|
|
3253
3299
|
highlightSelectionDisabled: !0,
|
|
3254
|
-
topSlot: i && !l && /* @__PURE__ */ o(
|
|
3300
|
+
topSlot: i && !l && /* @__PURE__ */ o(U1, { nlgRequest: y, summary: i })
|
|
3255
3301
|
})
|
|
3256
3302
|
);
|
|
3257
3303
|
},
|
|
3258
|
-
|
|
3259
|
-
),
|
|
3304
|
+
G1
|
|
3305
|
+
), V1 = new It({
|
|
3260
3306
|
defaultOptions: {
|
|
3261
3307
|
queries: {
|
|
3262
3308
|
refetchOnWindowFocus: !1,
|
|
@@ -3264,23 +3310,23 @@ const F1 = w.div`
|
|
|
3264
3310
|
}
|
|
3265
3311
|
}
|
|
3266
3312
|
});
|
|
3267
|
-
function
|
|
3313
|
+
function ps({
|
|
3268
3314
|
children: e,
|
|
3269
3315
|
context: t
|
|
3270
3316
|
}) {
|
|
3271
|
-
return /* @__PURE__ */ o(
|
|
3317
|
+
return /* @__PURE__ */ o(Wt, { children: /* @__PURE__ */ o(it.Provider, { value: t == null ? void 0 : t.api, children: /* @__PURE__ */ o(Pt, { client: V1, children: e }) }) });
|
|
3272
3318
|
}
|
|
3273
|
-
function
|
|
3274
|
-
const t =
|
|
3319
|
+
function Q1(e) {
|
|
3320
|
+
const t = ir(e), { attributes: n, measures: r } = sr(t);
|
|
3275
3321
|
return { attributes: n, measures: r };
|
|
3276
3322
|
}
|
|
3277
|
-
function
|
|
3323
|
+
function _1(e, t, n) {
|
|
3278
3324
|
const { dataSource: r, dataOptions: s, chartType: c, filters: a } = e, p = r != null ? r : t;
|
|
3279
3325
|
if (!p)
|
|
3280
3326
|
throw new Error(
|
|
3281
3327
|
"dataSource is required. Provide it in ChartWidgetProps or as defaultDataSource parameter."
|
|
3282
3328
|
);
|
|
3283
|
-
const { attributes: d, measures: h } =
|
|
3329
|
+
const { attributes: d, measures: h } = Dt(c) ? Q1(s) : or(s, c);
|
|
3284
3330
|
return {
|
|
3285
3331
|
dataSource: p,
|
|
3286
3332
|
dimensions: d,
|
|
@@ -3289,43 +3335,43 @@ function z1(e, t, n) {
|
|
|
3289
3335
|
verbosity: n
|
|
3290
3336
|
};
|
|
3291
3337
|
}
|
|
3292
|
-
function
|
|
3293
|
-
return
|
|
3338
|
+
function hs(e, t, n) {
|
|
3339
|
+
return V(this, null, function* () {
|
|
3294
3340
|
var a;
|
|
3295
|
-
if (!
|
|
3341
|
+
if (!Oe(e))
|
|
3296
3342
|
throw new Error("Only ChartWidgetProps are supported for now");
|
|
3297
|
-
const r =
|
|
3343
|
+
const r = _1(
|
|
3298
3344
|
e,
|
|
3299
3345
|
n == null ? void 0 : n.defaultDataSource,
|
|
3300
3346
|
n == null ? void 0 : n.verbosity
|
|
3301
|
-
), s =
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
);
|
|
3347
|
+
), s = Ut(r), c = yield jt(t, s, {
|
|
3348
|
+
isUnifiedNarrationEnabled: n == null ? void 0 : n.isUnifiedNarrationEnabled,
|
|
3349
|
+
isSisenseAiEnabled: n == null ? void 0 : n.isSisenseAiEnabled
|
|
3350
|
+
});
|
|
3305
3351
|
if (!((a = c == null ? void 0 : c.data) != null && a.answer))
|
|
3306
3352
|
throw new Error("Invalid response from NLG insights API");
|
|
3307
3353
|
return c.data.answer;
|
|
3308
3354
|
});
|
|
3309
3355
|
}
|
|
3310
3356
|
export {
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3357
|
+
rs as AiContextProvider,
|
|
3358
|
+
wr as ChatRestApi,
|
|
3359
|
+
cs as Chatbot,
|
|
3360
|
+
ps as CustomAiContextProvider,
|
|
3361
|
+
Lr as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
3362
|
+
ds as GetNlgInsights,
|
|
3363
|
+
$r as NLQ_RESULT_CHART_TYPES,
|
|
3364
|
+
us as NlqChartWidget,
|
|
3365
|
+
Rr as executeGetNlqResult,
|
|
3366
|
+
hs as getNlgInsightsFromWidget,
|
|
3367
|
+
Ut as prepareGetNlgInsightsPayload,
|
|
3368
|
+
Gt as prepareGetNlqResultPayload,
|
|
3369
|
+
Dr as useChatSession,
|
|
3370
|
+
ls as useFinalNlqResponse,
|
|
3371
|
+
os as useGetNlgInsights,
|
|
3372
|
+
is as useGetNlqResult,
|
|
3373
|
+
ss as useGetQueryRecommendations,
|
|
3374
|
+
as as useLastNlqResponse,
|
|
3375
|
+
Cs as widgetComposer
|
|
3330
3376
|
};
|
|
3331
|
-
(function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.public_fixedDataTableCell_reordering{z-index:2}.public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
3377
|
+
(function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.public_fixedDataTableCell_reordering{z-index:2}.public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|