@databrainhq/plugin 0.8.14 → 0.8.16
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/README.md +26 -26
- package/dist/index.es.js +321 -318
- package/dist/index.umd.js +13 -13
- package/dist/style.css +1 -1
- package/dist/typings.d.ts +17 -17
- package/package.json +98 -98
package/dist/index.es.js
CHANGED
|
@@ -2512,63 +2512,63 @@ function useQuery(arg1, arg2, arg3) {
|
|
|
2512
2512
|
var parsedOptions = parseQueryArgs(arg1, arg2, arg3);
|
|
2513
2513
|
return useBaseQuery(parsedOptions, QueryObserver);
|
|
2514
2514
|
}
|
|
2515
|
-
const container$h = "
|
|
2516
|
-
const fixed = "
|
|
2517
|
-
const absolute = "
|
|
2518
|
-
const flex = "
|
|
2519
|
-
const table$4 = "
|
|
2520
|
-
const grid = "
|
|
2521
|
-
const hidden = "
|
|
2522
|
-
const transform = "
|
|
2523
|
-
const resize = "
|
|
2524
|
-
const truncate = "
|
|
2525
|
-
const border = "
|
|
2526
|
-
const shadow = "
|
|
2527
|
-
const filter$1 = "
|
|
2528
|
-
const floatingFilterButton = "
|
|
2529
|
-
const floatingFilterButtonIcon = "
|
|
2530
|
-
const floatingCreateButton = "
|
|
2531
|
-
const floatingCreateButtonIcon = "
|
|
2532
|
-
const floatingButton = "
|
|
2533
|
-
const staticContainer = "
|
|
2534
|
-
const floatingContainer = "
|
|
2515
|
+
const container$h = "_container_1o0ns_1";
|
|
2516
|
+
const fixed = "_fixed_1o0ns_1";
|
|
2517
|
+
const absolute = "_absolute_1o0ns_1";
|
|
2518
|
+
const flex = "_flex_1o0ns_1";
|
|
2519
|
+
const table$4 = "_table_1o0ns_1";
|
|
2520
|
+
const grid = "_grid_1o0ns_1";
|
|
2521
|
+
const hidden = "_hidden_1o0ns_1";
|
|
2522
|
+
const transform = "_transform_1o0ns_1";
|
|
2523
|
+
const resize = "_resize_1o0ns_1";
|
|
2524
|
+
const truncate = "_truncate_1o0ns_1";
|
|
2525
|
+
const border = "_border_1o0ns_1";
|
|
2526
|
+
const shadow = "_shadow_1o0ns_1";
|
|
2527
|
+
const filter$1 = "_filter_1o0ns_365";
|
|
2528
|
+
const floatingFilterButton = "_floatingFilterButton_1o0ns_373";
|
|
2529
|
+
const floatingFilterButtonIcon = "_floatingFilterButtonIcon_1o0ns_381";
|
|
2530
|
+
const floatingCreateButton = "_floatingCreateButton_1o0ns_389";
|
|
2531
|
+
const floatingCreateButtonIcon = "_floatingCreateButtonIcon_1o0ns_397";
|
|
2532
|
+
const floatingButton = "_floatingButton_1o0ns_405";
|
|
2533
|
+
const staticContainer = "_staticContainer_1o0ns_413";
|
|
2534
|
+
const floatingContainer = "_floatingContainer_1o0ns_421";
|
|
2535
2535
|
var styles$G = {
|
|
2536
2536
|
container: container$h,
|
|
2537
|
-
"static": "
|
|
2537
|
+
"static": "_static_1o0ns_413",
|
|
2538
2538
|
fixed,
|
|
2539
2539
|
absolute,
|
|
2540
|
-
"left-2": "_left-
|
|
2541
|
-
"top-1": "_top-
|
|
2542
|
-
"mt-2.5": "_mt-2.
|
|
2543
|
-
"mt-2": "_mt-
|
|
2544
|
-
"mb-3": "_mb-
|
|
2540
|
+
"left-2": "_left-2_1o0ns_1",
|
|
2541
|
+
"top-1": "_top-1_1o0ns_1",
|
|
2542
|
+
"mt-2.5": "_mt-2.5_1o0ns_1",
|
|
2543
|
+
"mt-2": "_mt-2_1o0ns_1",
|
|
2544
|
+
"mb-3": "_mb-3_1o0ns_1",
|
|
2545
2545
|
flex,
|
|
2546
2546
|
table: table$4,
|
|
2547
2547
|
grid,
|
|
2548
2548
|
hidden,
|
|
2549
|
-
"h-screen": "_h-
|
|
2550
|
-
"h-[10%]": "_h-[10%]
|
|
2551
|
-
"w-screen": "_w-
|
|
2552
|
-
"w-full": "_w-
|
|
2549
|
+
"h-screen": "_h-screen_1o0ns_1",
|
|
2550
|
+
"h-[10%]": "_h-[10%]_1o0ns_1",
|
|
2551
|
+
"w-screen": "_w-screen_1o0ns_1",
|
|
2552
|
+
"w-full": "_w-full_1o0ns_1",
|
|
2553
2553
|
transform,
|
|
2554
2554
|
resize,
|
|
2555
|
-
"overflow-x-hidden": "_overflow-x-
|
|
2555
|
+
"overflow-x-hidden": "_overflow-x-hidden_1o0ns_1",
|
|
2556
2556
|
truncate,
|
|
2557
2557
|
border,
|
|
2558
|
-
"p-2": "_p-
|
|
2559
|
-
"p-1": "_p-
|
|
2560
|
-
"text-center": "_text-
|
|
2561
|
-
"text-sm": "_text-
|
|
2562
|
-
"text-xs": "_text-
|
|
2563
|
-
"text-blue-700": "_text-blue-
|
|
2558
|
+
"p-2": "_p-2_1o0ns_1",
|
|
2559
|
+
"p-1": "_p-1_1o0ns_1",
|
|
2560
|
+
"text-center": "_text-center_1o0ns_1",
|
|
2561
|
+
"text-sm": "_text-sm_1o0ns_1",
|
|
2562
|
+
"text-xs": "_text-xs_1o0ns_1",
|
|
2563
|
+
"text-blue-700": "_text-blue-700_1o0ns_1",
|
|
2564
2564
|
shadow,
|
|
2565
2565
|
filter: filter$1,
|
|
2566
|
-
"!filter": "_!
|
|
2567
|
-
"embedDashboard-container": "_embedDashboard-
|
|
2568
|
-
"embedDashboard-header-static": "_embedDashboard-header-
|
|
2569
|
-
"embedDashboard-header-floating": "_embedDashboard-header-
|
|
2570
|
-
"embedDashboard-wrapper": "_embedDashboard-
|
|
2571
|
-
"alt-container": "_alt-
|
|
2566
|
+
"!filter": "_!filter_1o0ns_1",
|
|
2567
|
+
"embedDashboard-container": "_embedDashboard-container_1o0ns_325",
|
|
2568
|
+
"embedDashboard-header-static": "_embedDashboard-header-static_1o0ns_333",
|
|
2569
|
+
"embedDashboard-header-floating": "_embedDashboard-header-floating_1o0ns_341",
|
|
2570
|
+
"embedDashboard-wrapper": "_embedDashboard-wrapper_1o0ns_349",
|
|
2571
|
+
"alt-container": "_alt-container_1o0ns_357",
|
|
2572
2572
|
floatingFilterButton,
|
|
2573
2573
|
floatingFilterButtonIcon,
|
|
2574
2574
|
floatingCreateButton,
|
|
@@ -2576,9 +2576,9 @@ var styles$G = {
|
|
|
2576
2576
|
floatingButton,
|
|
2577
2577
|
staticContainer,
|
|
2578
2578
|
floatingContainer,
|
|
2579
|
-
"hover:cursor-pointer": "_hover:cursor-
|
|
2580
|
-
"hover:cursor-text": "_hover:cursor-
|
|
2581
|
-
"disabled:cursor-text": "_disabled:cursor-
|
|
2579
|
+
"hover:cursor-pointer": "_hover:cursor-pointer_1o0ns_1",
|
|
2580
|
+
"hover:cursor-text": "_hover:cursor-text_1o0ns_1",
|
|
2581
|
+
"disabled:cursor-text": "_disabled:cursor-text_1o0ns_1"
|
|
2582
2582
|
};
|
|
2583
2583
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
2584
2584
|
function getAugmentedNamespace(n2) {
|
|
@@ -2645,17 +2645,17 @@ var classnames$1 = { exports: {} };
|
|
|
2645
2645
|
})(classnames$1);
|
|
2646
2646
|
var classnames = classnames$1.exports;
|
|
2647
2647
|
var styles$F = {
|
|
2648
|
-
"btn-primary": "_btn-
|
|
2649
|
-
"btn-secondary": "_btn-
|
|
2650
|
-
"btn-reject": "_btn-
|
|
2651
|
-
"btn-outlined": "_btn-
|
|
2652
|
-
"btn-tertiary": "_btn-
|
|
2653
|
-
"btn-default": "_btn-
|
|
2654
|
-
"btn-large": "_btn-
|
|
2655
|
-
"btn-small": "_btn-
|
|
2656
|
-
"btn-xs": "_btn-
|
|
2657
|
-
"btn-medium": "_btn-
|
|
2658
|
-
"btn-11rem": "_btn-
|
|
2648
|
+
"btn-primary": "_btn-primary_17kvk_1",
|
|
2649
|
+
"btn-secondary": "_btn-secondary_17kvk_5",
|
|
2650
|
+
"btn-reject": "_btn-reject_17kvk_9",
|
|
2651
|
+
"btn-outlined": "_btn-outlined_17kvk_14",
|
|
2652
|
+
"btn-tertiary": "_btn-tertiary_17kvk_18",
|
|
2653
|
+
"btn-default": "_btn-default_17kvk_22",
|
|
2654
|
+
"btn-large": "_btn-large_17kvk_25",
|
|
2655
|
+
"btn-small": "_btn-small_17kvk_28",
|
|
2656
|
+
"btn-xs": "_btn-xs_17kvk_31",
|
|
2657
|
+
"btn-medium": "_btn-medium_17kvk_34",
|
|
2658
|
+
"btn-11rem": "_btn-11rem_17kvk_38"
|
|
2659
2659
|
};
|
|
2660
2660
|
var jsxRuntime = { exports: {} };
|
|
2661
2661
|
var reactJsxRuntime_production_min = {};
|
|
@@ -4944,39 +4944,39 @@ let xe = "div", ne = S.RenderStrategy, re = C$2(function(e2, s2) {
|
|
|
4944
4944
|
let n2 = useContext(F) !== null, m2 = s() !== null;
|
|
4945
4945
|
return React__default.createElement(React__default.Fragment, null, !n2 && m2 ? React__default.createElement(q, { ref: s$12, ...e2 }) : React__default.createElement(re, { ref: s$12, ...e2 }));
|
|
4946
4946
|
}), We = Object.assign(q, { Child: Pe, Root: q });
|
|
4947
|
-
const listBoxButton = "
|
|
4948
|
-
const selectedOptionText = "
|
|
4949
|
-
const transitionDiv = "
|
|
4950
|
-
const listboxButtonWrapper = "
|
|
4951
|
-
const arrowicon = "
|
|
4952
|
-
const leave$2 = "
|
|
4953
|
-
const leaveFrom$2 = "
|
|
4954
|
-
const leaveTo$2 = "
|
|
4955
|
-
const notAvailable = "
|
|
4956
|
-
const option$1 = "
|
|
4957
|
-
const activeOption = "
|
|
4958
|
-
const optionSelected = "
|
|
4959
|
-
const inactiveOption = "
|
|
4960
|
-
const optionLabel = "
|
|
4961
|
-
const optionSubLabel = "
|
|
4962
|
-
const selectedLabel = "
|
|
4963
|
-
const nonselectedLabel = "
|
|
4964
|
-
const check = "
|
|
4965
|
-
const checkActive = "
|
|
4966
|
-
const checkInactive = "
|
|
4967
|
-
const checkIcon$1 = "
|
|
4968
|
-
const checkIconSelected = "
|
|
4969
|
-
const checkIconUnselected = "
|
|
4970
|
-
const loadMore$1 = "
|
|
4971
|
-
const selectedList = "
|
|
4972
|
-
const selectedListItem = "
|
|
4973
|
-
const label$7 = "
|
|
4974
|
-
const clientText$1 = "
|
|
4947
|
+
const listBoxButton = "_listBoxButton_fw8xj_5";
|
|
4948
|
+
const selectedOptionText = "_selectedOptionText_fw8xj_17";
|
|
4949
|
+
const transitionDiv = "_transitionDiv_fw8xj_21";
|
|
4950
|
+
const listboxButtonWrapper = "_listboxButtonWrapper_fw8xj_25";
|
|
4951
|
+
const arrowicon = "_arrowicon_fw8xj_28";
|
|
4952
|
+
const leave$2 = "_leave_fw8xj_31";
|
|
4953
|
+
const leaveFrom$2 = "_leaveFrom_fw8xj_34";
|
|
4954
|
+
const leaveTo$2 = "_leaveTo_fw8xj_37";
|
|
4955
|
+
const notAvailable = "_notAvailable_fw8xj_40";
|
|
4956
|
+
const option$1 = "_option_fw8xj_43";
|
|
4957
|
+
const activeOption = "_activeOption_fw8xj_46";
|
|
4958
|
+
const optionSelected = "_optionSelected_fw8xj_49";
|
|
4959
|
+
const inactiveOption = "_inactiveOption_fw8xj_52";
|
|
4960
|
+
const optionLabel = "_optionLabel_fw8xj_55";
|
|
4961
|
+
const optionSubLabel = "_optionSubLabel_fw8xj_58";
|
|
4962
|
+
const selectedLabel = "_selectedLabel_fw8xj_61";
|
|
4963
|
+
const nonselectedLabel = "_nonselectedLabel_fw8xj_64";
|
|
4964
|
+
const check = "_check_fw8xj_67";
|
|
4965
|
+
const checkActive = "_checkActive_fw8xj_70";
|
|
4966
|
+
const checkInactive = "_checkInactive_fw8xj_73";
|
|
4967
|
+
const checkIcon$1 = "_checkIcon_fw8xj_76";
|
|
4968
|
+
const checkIconSelected = "_checkIconSelected_fw8xj_79";
|
|
4969
|
+
const checkIconUnselected = "_checkIconUnselected_fw8xj_82";
|
|
4970
|
+
const loadMore$1 = "_loadMore_fw8xj_85";
|
|
4971
|
+
const selectedList = "_selectedList_fw8xj_88";
|
|
4972
|
+
const selectedListItem = "_selectedListItem_fw8xj_91";
|
|
4973
|
+
const label$7 = "_label_fw8xj_94";
|
|
4974
|
+
const clientText$1 = "_clientText_fw8xj_97";
|
|
4975
4975
|
var style = {
|
|
4976
|
-
"listBox-label": "_listBox-
|
|
4977
|
-
"listBoxButton-container": "_listBoxButton-
|
|
4976
|
+
"listBox-label": "_listBox-label_fw8xj_1",
|
|
4977
|
+
"listBoxButton-container": "_listBoxButton-container_fw8xj_5",
|
|
4978
4978
|
listBoxButton,
|
|
4979
|
-
"listBox-option": "_listBox-
|
|
4979
|
+
"listBox-option": "_listBox-option_fw8xj_13",
|
|
4980
4980
|
selectedOptionText,
|
|
4981
4981
|
transitionDiv,
|
|
4982
4982
|
listboxButtonWrapper,
|
|
@@ -5005,22 +5005,22 @@ var style = {
|
|
|
5005
5005
|
label: label$7,
|
|
5006
5006
|
clientText: clientText$1
|
|
5007
5007
|
};
|
|
5008
|
-
const primary = "
|
|
5009
|
-
const secondary = "
|
|
5010
|
-
const tertiary = "
|
|
5008
|
+
const primary = "_primary_18yak_1";
|
|
5009
|
+
const secondary = "_secondary_18yak_5";
|
|
5010
|
+
const tertiary = "_tertiary_18yak_10";
|
|
5011
5011
|
var styles$D = {
|
|
5012
5012
|
primary,
|
|
5013
5013
|
secondary,
|
|
5014
5014
|
tertiary,
|
|
5015
|
-
"font-18": "_font-
|
|
5016
|
-
"font-20": "_font-
|
|
5017
|
-
"font-14": "_font-
|
|
5018
|
-
"font-14a": "_font-
|
|
5019
|
-
"font-14b": "_font-
|
|
5020
|
-
"font-14c": "_font-
|
|
5021
|
-
"font-14d": "_font-
|
|
5022
|
-
"font-15": "_font-
|
|
5023
|
-
"font-34": "_font-
|
|
5015
|
+
"font-18": "_font-18_18yak_14",
|
|
5016
|
+
"font-20": "_font-20_18yak_18",
|
|
5017
|
+
"font-14": "_font-14_18yak_22",
|
|
5018
|
+
"font-14a": "_font-14a_18yak_26",
|
|
5019
|
+
"font-14b": "_font-14b_18yak_30",
|
|
5020
|
+
"font-14c": "_font-14c_18yak_34",
|
|
5021
|
+
"font-14d": "_font-14d_18yak_38",
|
|
5022
|
+
"font-15": "_font-15_18yak_42",
|
|
5023
|
+
"font-34": "_font-34_18yak_45"
|
|
5024
5024
|
};
|
|
5025
5025
|
const variants = {
|
|
5026
5026
|
h1: "h1",
|
|
@@ -5048,10 +5048,10 @@ const Text = ({
|
|
|
5048
5048
|
children: children2
|
|
5049
5049
|
});
|
|
5050
5050
|
};
|
|
5051
|
-
const search$1 = "
|
|
5051
|
+
const search$1 = "_search_1klck_1";
|
|
5052
5052
|
var styles$C = {
|
|
5053
|
-
"searchTab-container": "_searchTab-
|
|
5054
|
-
"searchTab-input": "_searchTab-
|
|
5053
|
+
"searchTab-container": "_searchTab-container_1klck_1",
|
|
5054
|
+
"searchTab-input": "_searchTab-input_1klck_5",
|
|
5055
5055
|
search: search$1
|
|
5056
5056
|
};
|
|
5057
5057
|
const iconoirSearch = (props) => /* @__PURE__ */ jsx("svg", {
|
|
@@ -6343,17 +6343,17 @@ var styles$y = {
|
|
|
6343
6343
|
cancel,
|
|
6344
6344
|
error: error$2
|
|
6345
6345
|
};
|
|
6346
|
-
const label$6 = "
|
|
6347
|
-
const floatingLabel$1 = "
|
|
6348
|
-
const checkboxLabel = "
|
|
6349
|
-
const input$2 = "
|
|
6350
|
-
const floatingInput = "
|
|
6351
|
-
const checkboxField = "
|
|
6352
|
-
const inputWrapper$1 = "
|
|
6346
|
+
const label$6 = "_label_l6nql_1";
|
|
6347
|
+
const floatingLabel$1 = "_floatingLabel_l6nql_7";
|
|
6348
|
+
const checkboxLabel = "_checkboxLabel_l6nql_19";
|
|
6349
|
+
const input$2 = "_input_l6nql_13";
|
|
6350
|
+
const floatingInput = "_floatingInput_l6nql_31";
|
|
6351
|
+
const checkboxField = "_checkboxField_l6nql_37";
|
|
6352
|
+
const inputWrapper$1 = "_inputWrapper_l6nql_43";
|
|
6353
6353
|
var styles$x = {
|
|
6354
6354
|
label: label$6,
|
|
6355
6355
|
floatingLabel: floatingLabel$1,
|
|
6356
|
-
"inputField-container": "_inputField-
|
|
6356
|
+
"inputField-container": "_inputField-container_l6nql_13",
|
|
6357
6357
|
checkboxLabel,
|
|
6358
6358
|
input: input$2,
|
|
6359
6359
|
floatingInput,
|
|
@@ -6409,9 +6409,9 @@ const InputField = ({
|
|
|
6409
6409
|
})]
|
|
6410
6410
|
});
|
|
6411
6411
|
};
|
|
6412
|
-
const label$5 = "
|
|
6413
|
-
const textarea = "
|
|
6414
|
-
const resizable = "
|
|
6412
|
+
const label$5 = "_label_1h21t_1";
|
|
6413
|
+
const textarea = "_textarea_1h21t_9";
|
|
6414
|
+
const resizable = "_resizable_1h21t_17";
|
|
6415
6415
|
var styles$w = {
|
|
6416
6416
|
label: label$5,
|
|
6417
6417
|
textarea,
|
|
@@ -7123,22 +7123,22 @@ const ExternalMetricForm = ({
|
|
|
7123
7123
|
})]
|
|
7124
7124
|
});
|
|
7125
7125
|
};
|
|
7126
|
-
const container$d = "
|
|
7127
|
-
const wrapper$3 = "
|
|
7128
|
-
const label$3 = "
|
|
7129
|
-
const floatingLabel = "
|
|
7130
|
-
const clientText = "
|
|
7131
|
-
const normalText = "
|
|
7132
|
-
const dropdown$1 = "
|
|
7133
|
-
const options = "
|
|
7134
|
-
const checkedOption = "
|
|
7135
|
-
const option = "
|
|
7136
|
-
const icon$1 = "
|
|
7137
|
-
const text$2 = "
|
|
7138
|
-
const floatingText = "
|
|
7139
|
-
const search = "
|
|
7140
|
-
const loadMore = "
|
|
7141
|
-
const loadMoreIcon = "
|
|
7126
|
+
const container$d = "_container_q0qrl_1";
|
|
7127
|
+
const wrapper$3 = "_wrapper_q0qrl_5";
|
|
7128
|
+
const label$3 = "_label_q0qrl_9";
|
|
7129
|
+
const floatingLabel = "_floatingLabel_q0qrl_13";
|
|
7130
|
+
const clientText = "_clientText_q0qrl_17";
|
|
7131
|
+
const normalText = "_normalText_q0qrl_21";
|
|
7132
|
+
const dropdown$1 = "_dropdown_q0qrl_25";
|
|
7133
|
+
const options = "_options_q0qrl_29";
|
|
7134
|
+
const checkedOption = "_checkedOption_q0qrl_33";
|
|
7135
|
+
const option = "_option_q0qrl_29";
|
|
7136
|
+
const icon$1 = "_icon_q0qrl_41";
|
|
7137
|
+
const text$2 = "_text_q0qrl_45";
|
|
7138
|
+
const floatingText = "_floatingText_q0qrl_49";
|
|
7139
|
+
const search = "_search_q0qrl_53";
|
|
7140
|
+
const loadMore = "_loadMore_q0qrl_57";
|
|
7141
|
+
const loadMoreIcon = "_loadMoreIcon_q0qrl_61";
|
|
7142
7142
|
var styles$t = {
|
|
7143
7143
|
container: container$d,
|
|
7144
7144
|
wrapper: wrapper$3,
|
|
@@ -80528,6 +80528,14 @@ const BubbleChart = ({
|
|
|
80528
80528
|
}) => {
|
|
80529
80529
|
var _a2;
|
|
80530
80530
|
const modifiedData = [];
|
|
80531
|
+
const bubbleColor = () => {
|
|
80532
|
+
const letters = "0123456789ABCDEF";
|
|
80533
|
+
let color2 = "#";
|
|
80534
|
+
for (let i = 0; i < 6; i += 1) {
|
|
80535
|
+
color2 += letters[Math.floor(Math.random() * 16)];
|
|
80536
|
+
}
|
|
80537
|
+
return color2;
|
|
80538
|
+
};
|
|
80531
80539
|
let size = 8;
|
|
80532
80540
|
(_a2 = data == null ? void 0 : data.datasets) == null ? void 0 : _a2.map((item) => {
|
|
80533
80541
|
const set2 = [];
|
|
@@ -80606,11 +80614,7 @@ const BubbleChart = ({
|
|
|
80606
80614
|
},
|
|
80607
80615
|
series: modifiedData.map((val) => {
|
|
80608
80616
|
size += 3;
|
|
80609
|
-
const
|
|
80610
|
-
let color2 = "#";
|
|
80611
|
-
for (let i = 0; i < 6; i += 1) {
|
|
80612
|
-
color2 += letters[Math.floor(Math.random() * 16)];
|
|
80613
|
-
}
|
|
80617
|
+
const color2 = bubbleColor();
|
|
80614
80618
|
return {
|
|
80615
80619
|
name: val[0][2],
|
|
80616
80620
|
data: val.map((item) => {
|
|
@@ -80625,9 +80629,6 @@ const BubbleChart = ({
|
|
|
80625
80629
|
focus: "series"
|
|
80626
80630
|
},
|
|
80627
80631
|
itemStyle: {
|
|
80628
|
-
shadowBlur: 10,
|
|
80629
|
-
shadowColor: "rgba(120, 36, 50, 0.5)",
|
|
80630
|
-
shadowOffsetY: 5,
|
|
80631
80632
|
color: color2
|
|
80632
80633
|
},
|
|
80633
80634
|
label: {
|
|
@@ -85433,31 +85434,31 @@ function getAccessorAttributes(accessor) {
|
|
|
85433
85434
|
...accessor
|
|
85434
85435
|
};
|
|
85435
85436
|
}
|
|
85436
|
-
const tableData = "
|
|
85437
|
-
const tableHeadCol$1 = "
|
|
85438
|
-
const tableRow$1 = "
|
|
85439
|
-
const tableRowCol$1 = "
|
|
85440
|
-
const row = "
|
|
85441
|
-
const container$b = "
|
|
85442
|
-
const table$3 = "
|
|
85443
|
-
const previewTable = "
|
|
85444
|
-
const preview = "
|
|
85445
|
-
const previewText = "
|
|
85446
|
-
const noData$1 = "
|
|
85447
|
-
const error$1 = "
|
|
85448
|
-
const errorMsg = "
|
|
85449
|
-
const tableIcon = "
|
|
85450
|
-
const stripedRow = "
|
|
85451
|
-
const rowHover = "
|
|
85452
|
-
const rightBorder = "
|
|
85453
|
-
const searchContainer = "
|
|
85454
|
-
const sortButton = "
|
|
85455
|
-
const debounceInput = "
|
|
85456
|
-
const searchTab = "
|
|
85457
|
-
const noDataHead = "
|
|
85458
|
-
const noDataBody = "
|
|
85437
|
+
const tableData = "_tableData_1pnyl_7";
|
|
85438
|
+
const tableHeadCol$1 = "_tableHeadCol_1pnyl_13";
|
|
85439
|
+
const tableRow$1 = "_tableRow_1pnyl_19";
|
|
85440
|
+
const tableRowCol$1 = "_tableRowCol_1pnyl_25";
|
|
85441
|
+
const row = "_row_1pnyl_31";
|
|
85442
|
+
const container$b = "_container_1pnyl_37";
|
|
85443
|
+
const table$3 = "_table_1pnyl_1";
|
|
85444
|
+
const previewTable = "_previewTable_1pnyl_49";
|
|
85445
|
+
const preview = "_preview_1pnyl_49";
|
|
85446
|
+
const previewText = "_previewText_1pnyl_61";
|
|
85447
|
+
const noData$1 = "_noData_1pnyl_67";
|
|
85448
|
+
const error$1 = "_error_1pnyl_73";
|
|
85449
|
+
const errorMsg = "_errorMsg_1pnyl_79";
|
|
85450
|
+
const tableIcon = "_tableIcon_1pnyl_85";
|
|
85451
|
+
const stripedRow = "_stripedRow_1pnyl_91";
|
|
85452
|
+
const rowHover = "_rowHover_1pnyl_97";
|
|
85453
|
+
const rightBorder = "_rightBorder_1pnyl_103";
|
|
85454
|
+
const searchContainer = "_searchContainer_1pnyl_109";
|
|
85455
|
+
const sortButton = "_sortButton_1pnyl_115";
|
|
85456
|
+
const debounceInput = "_debounceInput_1pnyl_121";
|
|
85457
|
+
const searchTab = "_searchTab_1pnyl_127";
|
|
85458
|
+
const noDataHead = "_noDataHead_1pnyl_133";
|
|
85459
|
+
const noDataBody = "_noDataBody_1pnyl_139";
|
|
85459
85460
|
var styles$p = {
|
|
85460
|
-
"table-loader-container": "_table-loader-
|
|
85461
|
+
"table-loader-container": "_table-loader-container_1pnyl_1",
|
|
85461
85462
|
tableData,
|
|
85462
85463
|
tableHeadCol: tableHeadCol$1,
|
|
85463
85464
|
tableRow: tableRow$1,
|
|
@@ -85628,6 +85629,7 @@ const Table = ({
|
|
|
85628
85629
|
children: (tableSettings == null ? void 0 : tableSettings.enableSorting) ? /* @__PURE__ */ jsx("div", {
|
|
85629
85630
|
className: header2.column.getCanSort() ? styles$p.sortButton : "",
|
|
85630
85631
|
onClick: header2.column.getToggleSortingHandler(),
|
|
85632
|
+
onMouseOver: header2.column.getToggleSortingHandler(),
|
|
85631
85633
|
children: header2.isPlaceholder ? null : /* @__PURE__ */ jsxs("div", {
|
|
85632
85634
|
style: {
|
|
85633
85635
|
width: "100%"
|
|
@@ -86500,8 +86502,8 @@ const GlobalFilters = ({
|
|
|
86500
86502
|
})
|
|
86501
86503
|
});
|
|
86502
86504
|
};
|
|
86503
|
-
const container$8 = "
|
|
86504
|
-
const tooltip$1 = "
|
|
86505
|
+
const container$8 = "_container_1sd6f_1";
|
|
86506
|
+
const tooltip$1 = "_tooltip_1sd6f_7";
|
|
86505
86507
|
var styles$l = {
|
|
86506
86508
|
container: container$8,
|
|
86507
86509
|
tooltip: tooltip$1
|
|
@@ -86534,12 +86536,12 @@ const InfoTooltip = ({
|
|
|
86534
86536
|
});
|
|
86535
86537
|
};
|
|
86536
86538
|
var styles$k = {
|
|
86537
|
-
"header-container": "_header-
|
|
86538
|
-
"btn-container": "_btn-
|
|
86539
|
-
"back-btn": "_back-
|
|
86540
|
-
"sql-btn": "_sql-
|
|
86541
|
-
"save-btn": "_save-
|
|
86542
|
-
"save-btn-icon": "_save-btn-
|
|
86539
|
+
"header-container": "_header-container_t2r6v_1",
|
|
86540
|
+
"btn-container": "_btn-container_t2r6v_5",
|
|
86541
|
+
"back-btn": "_back-btn_t2r6v_9",
|
|
86542
|
+
"sql-btn": "_sql-btn_t2r6v_13",
|
|
86543
|
+
"save-btn": "_save-btn_t2r6v_17",
|
|
86544
|
+
"save-btn-icon": "_save-btn-icon_t2r6v_21"
|
|
86543
86545
|
};
|
|
86544
86546
|
const Header = ({
|
|
86545
86547
|
setShowMetricCreateModal,
|
|
@@ -86592,20 +86594,20 @@ const Header = ({
|
|
|
86592
86594
|
});
|
|
86593
86595
|
};
|
|
86594
86596
|
var styles$j = {
|
|
86595
|
-
"create-btn": "_create-
|
|
86596
|
-
"modal-container": "_modal-
|
|
86597
|
-
"query-modal": "_query-
|
|
86597
|
+
"create-btn": "_create-btn_ihjk8_1",
|
|
86598
|
+
"modal-container": "_modal-container_ihjk8_5",
|
|
86599
|
+
"query-modal": "_query-modal_ihjk8_9"
|
|
86598
86600
|
};
|
|
86599
|
-
const container$7 = "
|
|
86600
|
-
const header$3 = "
|
|
86601
|
-
const wrapper$2 = "
|
|
86602
|
-
const column = "
|
|
86603
|
-
const columnText$1 = "
|
|
86601
|
+
const container$7 = "_container_1q2ss_1";
|
|
86602
|
+
const header$3 = "_header_1q2ss_5";
|
|
86603
|
+
const wrapper$2 = "_wrapper_1q2ss_9";
|
|
86604
|
+
const column = "_column_1q2ss_17";
|
|
86605
|
+
const columnText$1 = "_columnText_1q2ss_21";
|
|
86604
86606
|
var styles$i = {
|
|
86605
86607
|
container: container$7,
|
|
86606
86608
|
header: header$3,
|
|
86607
86609
|
wrapper: wrapper$2,
|
|
86608
|
-
"col-container": "_col-
|
|
86610
|
+
"col-container": "_col-container_1q2ss_13",
|
|
86609
86611
|
column,
|
|
86610
86612
|
columnText: columnText$1
|
|
86611
86613
|
};
|
|
@@ -86692,9 +86694,9 @@ var styles$h = {
|
|
|
86692
86694
|
seriesCheck,
|
|
86693
86695
|
seriesCheckContainer
|
|
86694
86696
|
};
|
|
86695
|
-
const tab$1 = "
|
|
86696
|
-
const button$3 = "
|
|
86697
|
-
const activeTab = "
|
|
86697
|
+
const tab$1 = "_tab_4ecdh_1";
|
|
86698
|
+
const button$3 = "_button_4ecdh_7";
|
|
86699
|
+
const activeTab = "_activeTab_4ecdh_15";
|
|
86698
86700
|
var styles$g = {
|
|
86699
86701
|
tab: tab$1,
|
|
86700
86702
|
button: button$3,
|
|
@@ -87689,38 +87691,38 @@ const ChartSettings = ({
|
|
|
87689
87691
|
})]
|
|
87690
87692
|
});
|
|
87691
87693
|
};
|
|
87692
|
-
const searchCommand$1 = "
|
|
87693
|
-
const chartText = "
|
|
87694
|
-
const charts = "
|
|
87695
|
-
const metricChart = "
|
|
87696
|
-
const metricChartHeader = "
|
|
87697
|
-
const metricChartEmpty = "
|
|
87698
|
-
const fullQuery = "
|
|
87699
|
-
const fullQueryIcon = "
|
|
87700
|
-
const noQuery = "
|
|
87701
|
-
const chartButtonContainer = "
|
|
87702
|
-
const searchWrapper = "
|
|
87703
|
-
const searchIcon = "
|
|
87704
|
-
const chartConfigure = "
|
|
87705
|
-
const chartSettings = "
|
|
87706
|
-
const labels = "
|
|
87707
|
-
const chartButtons = "
|
|
87708
|
-
const chartButton = "
|
|
87694
|
+
const searchCommand$1 = "_searchCommand_9vbz9_3";
|
|
87695
|
+
const chartText = "_chartText_9vbz9_19";
|
|
87696
|
+
const charts = "_charts_9vbz9_27";
|
|
87697
|
+
const metricChart = "_metricChart_9vbz9_35";
|
|
87698
|
+
const metricChartHeader = "_metricChartHeader_9vbz9_43";
|
|
87699
|
+
const metricChartEmpty = "_metricChartEmpty_9vbz9_51";
|
|
87700
|
+
const fullQuery = "_fullQuery_9vbz9_75";
|
|
87701
|
+
const fullQueryIcon = "_fullQueryIcon_9vbz9_83";
|
|
87702
|
+
const noQuery = "_noQuery_9vbz9_91";
|
|
87703
|
+
const chartButtonContainer = "_chartButtonContainer_9vbz9_115";
|
|
87704
|
+
const searchWrapper = "_searchWrapper_9vbz9_123";
|
|
87705
|
+
const searchIcon = "_searchIcon_9vbz9_131";
|
|
87706
|
+
const chartConfigure = "_chartConfigure_9vbz9_139";
|
|
87707
|
+
const chartSettings = "_chartSettings_9vbz9_147";
|
|
87708
|
+
const labels = "_labels_9vbz9_155";
|
|
87709
|
+
const chartButtons = "_chartButtons_9vbz9_163";
|
|
87710
|
+
const chartButton = "_chartButton_9vbz9_107";
|
|
87709
87711
|
var styles$e = {
|
|
87710
87712
|
searchCommand: searchCommand$1,
|
|
87711
|
-
"chartTab-container": "_chartTab-
|
|
87713
|
+
"chartTab-container": "_chartTab-container_9vbz9_11",
|
|
87712
87714
|
chartText,
|
|
87713
87715
|
charts,
|
|
87714
87716
|
metricChart,
|
|
87715
87717
|
metricChartHeader,
|
|
87716
87718
|
metricChartEmpty,
|
|
87717
|
-
"chartTab-wrapper": "_chartTab-
|
|
87718
|
-
"chartTab-wrapper-head": "_chartTab-wrapper-
|
|
87719
|
+
"chartTab-wrapper": "_chartTab-wrapper_9vbz9_59",
|
|
87720
|
+
"chartTab-wrapper-head": "_chartTab-wrapper-head_9vbz9_67",
|
|
87719
87721
|
fullQuery,
|
|
87720
87722
|
fullQueryIcon,
|
|
87721
87723
|
noQuery,
|
|
87722
|
-
"tableTab-header": "_tableTab-
|
|
87723
|
-
"chartButton-header": "_chartButton-
|
|
87724
|
+
"tableTab-header": "_tableTab-header_9vbz9_99",
|
|
87725
|
+
"chartButton-header": "_chartButton-header_9vbz9_107",
|
|
87724
87726
|
chartButtonContainer,
|
|
87725
87727
|
searchWrapper,
|
|
87726
87728
|
searchIcon,
|
|
@@ -87728,7 +87730,8 @@ var styles$e = {
|
|
|
87728
87730
|
chartSettings,
|
|
87729
87731
|
labels,
|
|
87730
87732
|
chartButtons,
|
|
87731
|
-
chartButton
|
|
87733
|
+
chartButton,
|
|
87734
|
+
"loader-container": "_loader-container_9vbz9_179"
|
|
87732
87735
|
};
|
|
87733
87736
|
const akarIconsSearch = (props) => /* @__PURE__ */ jsx("svg", {
|
|
87734
87737
|
viewBox: "0 0 24 24",
|
|
@@ -87985,10 +87988,10 @@ const ChartTab = ({
|
|
|
87985
87988
|
})]
|
|
87986
87989
|
});
|
|
87987
87990
|
};
|
|
87988
|
-
const container$5 = "
|
|
87989
|
-
const wrapper$1 = "
|
|
87990
|
-
const text = "
|
|
87991
|
-
const table$2 = "
|
|
87991
|
+
const container$5 = "_container_yjeiv_1";
|
|
87992
|
+
const wrapper$1 = "_wrapper_yjeiv_5";
|
|
87993
|
+
const text = "_text_yjeiv_9";
|
|
87994
|
+
const table$2 = "_table_yjeiv_12";
|
|
87992
87995
|
var styles$d = {
|
|
87993
87996
|
container: container$5,
|
|
87994
87997
|
wrapper: wrapper$1,
|
|
@@ -88021,16 +88024,16 @@ const InputTables = ({
|
|
|
88021
88024
|
})
|
|
88022
88025
|
});
|
|
88023
88026
|
};
|
|
88024
|
-
const container$4 = "
|
|
88025
|
-
const header$1 = "
|
|
88026
|
-
const tabButton$1 = "
|
|
88027
|
-
const selectedTab = "
|
|
88028
|
-
const table$1 = "
|
|
88027
|
+
const container$4 = "_container_38zl3_1";
|
|
88028
|
+
const header$1 = "_header_38zl3_5";
|
|
88029
|
+
const tabButton$1 = "_tabButton_38zl3_16";
|
|
88030
|
+
const selectedTab = "_selectedTab_38zl3_19";
|
|
88031
|
+
const table$1 = "_table_38zl3_22";
|
|
88029
88032
|
var styles$c = {
|
|
88030
88033
|
container: container$4,
|
|
88031
88034
|
header: header$1,
|
|
88032
|
-
"text-container": "_text-
|
|
88033
|
-
"btn-container": "_btn-
|
|
88035
|
+
"text-container": "_text-container_38zl3_9",
|
|
88036
|
+
"btn-container": "_btn-container_38zl3_13",
|
|
88034
88037
|
tabButton: tabButton$1,
|
|
88035
88038
|
selectedTab,
|
|
88036
88039
|
table: table$1
|
|
@@ -88111,17 +88114,17 @@ const TableTab = ({
|
|
|
88111
88114
|
})]
|
|
88112
88115
|
});
|
|
88113
88116
|
};
|
|
88114
|
-
const mainContainerUpdate = "
|
|
88115
|
-
const wrapper = "
|
|
88116
|
-
const updateWrapper = "
|
|
88117
|
-
const updateWrapperContent = "
|
|
88118
|
-
const searchCommand = "
|
|
88119
|
-
const tabButton = "
|
|
88120
|
-
const tabActive = "
|
|
88117
|
+
const mainContainerUpdate = "_mainContainerUpdate_19iy1_4";
|
|
88118
|
+
const wrapper = "_wrapper_19iy1_12";
|
|
88119
|
+
const updateWrapper = "_updateWrapper_19iy1_15";
|
|
88120
|
+
const updateWrapperContent = "_updateWrapperContent_19iy1_18";
|
|
88121
|
+
const searchCommand = "_searchCommand_19iy1_21";
|
|
88122
|
+
const tabButton = "_tabButton_19iy1_24";
|
|
88123
|
+
const tabActive = "_tabActive_19iy1_27";
|
|
88121
88124
|
var styles$b = {
|
|
88122
|
-
"main-container": "_main-
|
|
88125
|
+
"main-container": "_main-container_19iy1_1",
|
|
88123
88126
|
mainContainerUpdate,
|
|
88124
|
-
"outputTab-header": "_outputTab-
|
|
88127
|
+
"outputTab-header": "_outputTab-header_19iy1_8",
|
|
88125
88128
|
wrapper,
|
|
88126
88129
|
updateWrapper,
|
|
88127
88130
|
updateWrapperContent,
|
|
@@ -88258,30 +88261,30 @@ const MetricOutput = ({
|
|
|
88258
88261
|
})]
|
|
88259
88262
|
});
|
|
88260
88263
|
};
|
|
88261
|
-
const fieldValueIcon = "
|
|
88262
|
-
const fieldAddBtnIcon = "
|
|
88263
|
-
const group = "
|
|
88264
|
-
const tooltipWrapper = "
|
|
88265
|
-
const tooltip = "
|
|
88266
|
-
const dropdown = "
|
|
88267
|
-
const filterDropdown = "
|
|
88268
|
-
const filterValues = "
|
|
88269
|
-
const columnText = "
|
|
88270
|
-
const disabled = "
|
|
88271
|
-
const checkIcon = "
|
|
88272
|
-
const generateButton = "
|
|
88264
|
+
const fieldValueIcon = "_fieldValueIcon_z8ldj_25";
|
|
88265
|
+
const fieldAddBtnIcon = "_fieldAddBtnIcon_z8ldj_33";
|
|
88266
|
+
const group = "_group_z8ldj_1";
|
|
88267
|
+
const tooltipWrapper = "_tooltipWrapper_z8ldj_45";
|
|
88268
|
+
const tooltip = "_tooltip_z8ldj_45";
|
|
88269
|
+
const dropdown = "_dropdown_z8ldj_57";
|
|
88270
|
+
const filterDropdown = "_filterDropdown_z8ldj_61";
|
|
88271
|
+
const filterValues = "_filterValues_z8ldj_65";
|
|
88272
|
+
const columnText = "_columnText_z8ldj_69";
|
|
88273
|
+
const disabled = "_disabled_z8ldj_73";
|
|
88274
|
+
const checkIcon = "_checkIcon_z8ldj_77";
|
|
88275
|
+
const generateButton = "_generateButton_z8ldj_81";
|
|
88273
88276
|
var styles$a = {
|
|
88274
|
-
"form-container": "_form-
|
|
88275
|
-
"field-container": "_field-
|
|
88276
|
-
"field-label": "_field-
|
|
88277
|
-
"field-wrapper": "_field-
|
|
88278
|
-
"field-inner-container": "_field-inner-
|
|
88279
|
-
"field-value": "_field-
|
|
88277
|
+
"form-container": "_form-container_z8ldj_1",
|
|
88278
|
+
"field-container": "_field-container_z8ldj_5",
|
|
88279
|
+
"field-label": "_field-label_z8ldj_9",
|
|
88280
|
+
"field-wrapper": "_field-wrapper_z8ldj_13",
|
|
88281
|
+
"field-inner-container": "_field-inner-container_z8ldj_17",
|
|
88282
|
+
"field-value": "_field-value_z8ldj_21",
|
|
88280
88283
|
fieldValueIcon,
|
|
88281
|
-
"field-add-btn": "_field-add-
|
|
88284
|
+
"field-add-btn": "_field-add-btn_z8ldj_29",
|
|
88282
88285
|
fieldAddBtnIcon,
|
|
88283
|
-
"field-value-container": "_field-value-
|
|
88284
|
-
"field-prompt": "_field-
|
|
88286
|
+
"field-value-container": "_field-value-container_z8ldj_37",
|
|
88287
|
+
"field-prompt": "_field-prompt_z8ldj_41",
|
|
88285
88288
|
group,
|
|
88286
88289
|
tooltipWrapper,
|
|
88287
88290
|
tooltip,
|
|
@@ -89482,10 +89485,10 @@ const MetricForm = ({
|
|
|
89482
89485
|
})]
|
|
89483
89486
|
});
|
|
89484
89487
|
};
|
|
89485
|
-
const container$2 = "
|
|
89486
|
-
const header = "
|
|
89487
|
-
const enableGroupBy = "
|
|
89488
|
-
const enableGroupButton = "
|
|
89488
|
+
const container$2 = "_container_rofqe_1";
|
|
89489
|
+
const header = "_header_rofqe_5";
|
|
89490
|
+
const enableGroupBy = "_enableGroupBy_rofqe_8";
|
|
89491
|
+
const enableGroupButton = "_enableGroupButton_rofqe_11";
|
|
89489
89492
|
var styles$8 = {
|
|
89490
89493
|
container: container$2,
|
|
89491
89494
|
header,
|
|
@@ -95153,38 +95156,38 @@ var styles$6 = {
|
|
|
95153
95156
|
"noMetric-wrapper": "_noMetric-wrapper_1jw09_25",
|
|
95154
95157
|
"alt-container": "_alt-container_1jw09_33"
|
|
95155
95158
|
};
|
|
95156
|
-
const cardContainer = "
|
|
95157
|
-
const listHeader = "
|
|
95158
|
-
const metricName = "
|
|
95159
|
-
const metricTitle = "
|
|
95160
|
-
const metricDescription = "
|
|
95161
|
-
const popup = "
|
|
95162
|
-
const metricFilter$1 = "
|
|
95163
|
-
const popupIcon = "
|
|
95164
|
-
const popupMenu = "
|
|
95165
|
-
const popupItem = "
|
|
95166
|
-
const popupItemIcon = "
|
|
95167
|
-
const csvBtn = "
|
|
95168
|
-
const deleteBtn = "
|
|
95169
|
-
const metricData = "
|
|
95170
|
-
const singleValueData = "
|
|
95171
|
-
const singleValue = "
|
|
95172
|
-
const noData = "
|
|
95173
|
-
const noDataContent = "
|
|
95174
|
-
const noDataText = "
|
|
95175
|
-
const loading$1 = "
|
|
95176
|
-
const features = "
|
|
95177
|
-
const fullscreen$1 = "
|
|
95178
|
-
const deleteModal = "
|
|
95179
|
-
const cancelBtn = "
|
|
95180
|
-
const warningIcon = "
|
|
95181
|
-
const downloadCsv = "
|
|
95182
|
-
const downloadCsvWrapper = "
|
|
95183
|
-
const downloadCsvHeader = "
|
|
95184
|
-
const downloadCsvFooter = "
|
|
95185
|
-
const downloadCsvCancelBtn = "
|
|
95186
|
-
const downloadCsvNote = "
|
|
95187
|
-
const downloadCsvNoteText = "
|
|
95159
|
+
const cardContainer = "_cardContainer_hxh6o_1";
|
|
95160
|
+
const listHeader = "_listHeader_hxh6o_9";
|
|
95161
|
+
const metricName = "_metricName_hxh6o_17";
|
|
95162
|
+
const metricTitle = "_metricTitle_hxh6o_25";
|
|
95163
|
+
const metricDescription = "_metricDescription_hxh6o_33";
|
|
95164
|
+
const popup = "_popup_hxh6o_41";
|
|
95165
|
+
const metricFilter$1 = "_metricFilter_hxh6o_49";
|
|
95166
|
+
const popupIcon = "_popupIcon_hxh6o_57";
|
|
95167
|
+
const popupMenu = "_popupMenu_hxh6o_65";
|
|
95168
|
+
const popupItem = "_popupItem_hxh6o_73";
|
|
95169
|
+
const popupItemIcon = "_popupItemIcon_hxh6o_81";
|
|
95170
|
+
const csvBtn = "_csvBtn_hxh6o_89";
|
|
95171
|
+
const deleteBtn = "_deleteBtn_hxh6o_97";
|
|
95172
|
+
const metricData = "_metricData_hxh6o_105";
|
|
95173
|
+
const singleValueData = "_singleValueData_hxh6o_113";
|
|
95174
|
+
const singleValue = "_singleValue_hxh6o_113";
|
|
95175
|
+
const noData = "_noData_hxh6o_129";
|
|
95176
|
+
const noDataContent = "_noDataContent_hxh6o_137";
|
|
95177
|
+
const noDataText = "_noDataText_hxh6o_145";
|
|
95178
|
+
const loading$1 = "_loading_hxh6o_153";
|
|
95179
|
+
const features = "_features_hxh6o_161";
|
|
95180
|
+
const fullscreen$1 = "_fullscreen_hxh6o_169";
|
|
95181
|
+
const deleteModal = "_deleteModal_hxh6o_177";
|
|
95182
|
+
const cancelBtn = "_cancelBtn_hxh6o_185";
|
|
95183
|
+
const warningIcon = "_warningIcon_hxh6o_193";
|
|
95184
|
+
const downloadCsv = "_downloadCsv_hxh6o_201";
|
|
95185
|
+
const downloadCsvWrapper = "_downloadCsvWrapper_hxh6o_209";
|
|
95186
|
+
const downloadCsvHeader = "_downloadCsvHeader_hxh6o_215";
|
|
95187
|
+
const downloadCsvFooter = "_downloadCsvFooter_hxh6o_221";
|
|
95188
|
+
const downloadCsvCancelBtn = "_downloadCsvCancelBtn_hxh6o_229";
|
|
95189
|
+
const downloadCsvNote = "_downloadCsvNote_hxh6o_237";
|
|
95190
|
+
const downloadCsvNoteText = "_downloadCsvNoteText_hxh6o_245";
|
|
95188
95191
|
var styles$5 = {
|
|
95189
95192
|
cardContainer,
|
|
95190
95193
|
listHeader,
|
|
@@ -95284,8 +95287,8 @@ const ChartImageDownloadButton = ({
|
|
|
95284
95287
|
}), text2]
|
|
95285
95288
|
});
|
|
95286
95289
|
};
|
|
95287
|
-
const metricFilter = "
|
|
95288
|
-
const customContainer = "
|
|
95290
|
+
const metricFilter = "_metricFilter_k2gef_1";
|
|
95291
|
+
const customContainer = "_customContainer_k2gef_4";
|
|
95289
95292
|
var styles$4 = {
|
|
95290
95293
|
metricFilter,
|
|
95291
95294
|
customContainer
|
|
@@ -95354,24 +95357,24 @@ const MetricFilterDropDown = ({
|
|
|
95354
95357
|
}) : void 0
|
|
95355
95358
|
});
|
|
95356
95359
|
};
|
|
95357
|
-
const container$1 = "
|
|
95358
|
-
const popover = "
|
|
95359
|
-
const button = "
|
|
95360
|
-
const buttonOpen = "
|
|
95361
|
-
const menu = "
|
|
95362
|
-
const enter = "
|
|
95363
|
-
const enterFrom = "
|
|
95364
|
-
const enterTo = "
|
|
95365
|
-
const leave = "
|
|
95366
|
-
const leaveFrom = "
|
|
95367
|
-
const leaveTo = "
|
|
95368
|
-
const center = "
|
|
95369
|
-
const top = "
|
|
95370
|
-
const bottom = "
|
|
95371
|
-
const left = "
|
|
95372
|
-
const right = "
|
|
95373
|
-
const chartOptionBtn = "
|
|
95374
|
-
const chartpopup = "
|
|
95360
|
+
const container$1 = "_container_14i90_1";
|
|
95361
|
+
const popover = "_popover_14i90_5";
|
|
95362
|
+
const button = "_button_14i90_9";
|
|
95363
|
+
const buttonOpen = "_buttonOpen_14i90_13";
|
|
95364
|
+
const menu = "_menu_14i90_17";
|
|
95365
|
+
const enter = "_enter_14i90_21";
|
|
95366
|
+
const enterFrom = "_enterFrom_14i90_25";
|
|
95367
|
+
const enterTo = "_enterTo_14i90_29";
|
|
95368
|
+
const leave = "_leave_14i90_33";
|
|
95369
|
+
const leaveFrom = "_leaveFrom_14i90_37";
|
|
95370
|
+
const leaveTo = "_leaveTo_14i90_41";
|
|
95371
|
+
const center = "_center_14i90_45";
|
|
95372
|
+
const top = "_top_14i90_49";
|
|
95373
|
+
const bottom = "_bottom_14i90_53";
|
|
95374
|
+
const left = "_left_14i90_57";
|
|
95375
|
+
const right = "_right_14i90_61";
|
|
95376
|
+
const chartOptionBtn = "_chartOptionBtn_14i90_113";
|
|
95377
|
+
const chartpopup = "_chartpopup_14i90_117";
|
|
95375
95378
|
var styles$3 = {
|
|
95376
95379
|
container: container$1,
|
|
95377
95380
|
popover,
|
|
@@ -95389,23 +95392,23 @@ var styles$3 = {
|
|
|
95389
95392
|
bottom,
|
|
95390
95393
|
left,
|
|
95391
95394
|
right,
|
|
95392
|
-
"left-top-end": "_left-top-
|
|
95393
|
-
"right-top-end": "_right-top-
|
|
95394
|
-
"left-bottom-end": "_left-bottom-
|
|
95395
|
-
"right-bottom-end": "_right-bottom-
|
|
95396
|
-
"top-left": "_top-
|
|
95397
|
-
"top-right": "_top-
|
|
95398
|
-
"bottom-left": "_bottom-
|
|
95399
|
-
"bottom-right": "_bottom-
|
|
95400
|
-
"left-top": "_left-
|
|
95401
|
-
"left-bottom": "_left-
|
|
95402
|
-
"right-top": "_right-
|
|
95403
|
-
"right-bottom": "_right-
|
|
95395
|
+
"left-top-end": "_left-top-end_14i90_65",
|
|
95396
|
+
"right-top-end": "_right-top-end_14i90_69",
|
|
95397
|
+
"left-bottom-end": "_left-bottom-end_14i90_73",
|
|
95398
|
+
"right-bottom-end": "_right-bottom-end_14i90_77",
|
|
95399
|
+
"top-left": "_top-left_14i90_81",
|
|
95400
|
+
"top-right": "_top-right_14i90_85",
|
|
95401
|
+
"bottom-left": "_bottom-left_14i90_89",
|
|
95402
|
+
"bottom-right": "_bottom-right_14i90_93",
|
|
95403
|
+
"left-top": "_left-top_14i90_65",
|
|
95404
|
+
"left-bottom": "_left-bottom_14i90_73",
|
|
95405
|
+
"right-top": "_right-top_14i90_69",
|
|
95406
|
+
"right-bottom": "_right-bottom_14i90_77",
|
|
95404
95407
|
chartOptionBtn,
|
|
95405
95408
|
chartpopup
|
|
95406
95409
|
};
|
|
95407
|
-
const fullscreen = "
|
|
95408
|
-
const loading = "
|
|
95410
|
+
const fullscreen = "_fullscreen_1gpy3_1";
|
|
95411
|
+
const loading = "_loading_1gpy3_5";
|
|
95409
95412
|
var styles$2 = {
|
|
95410
95413
|
fullscreen,
|
|
95411
95414
|
loading
|
|
@@ -95666,8 +95669,8 @@ const asEmail = {
|
|
|
95666
95669
|
}
|
|
95667
95670
|
};
|
|
95668
95671
|
var styles$1 = {
|
|
95669
|
-
"dbc-container": "_dbc-
|
|
95670
|
-
"active-dimension": "_active-
|
|
95672
|
+
"dbc-container": "_dbc-container_1dw7c_1",
|
|
95673
|
+
"active-dimension": "_active-dimension_1dw7c_5"
|
|
95671
95674
|
};
|
|
95672
95675
|
const DrillBreadCrumb = ({
|
|
95673
95676
|
dimensions,
|