@databrainhq/plugin 0.8.21 → 0.8.22
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 +209 -182
- package/dist/index.umd.js +45 -45
- package/dist/style.css +1 -1
- package/dist/types/app.d.ts +1 -0
- package/dist/typings.d.ts +17 -17
- package/package.json +96 -100
package/README.md
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
# @databrainhq/plugin
|
|
2
|
-
|
|
3
|
-
> Databrain app ui plugin.
|
|
4
|
-
|
|
5
|
-
[](https://www.npmjs.com/package/@databrainhq/plugin) [](https://standardjs.com)
|
|
6
|
-
|
|
7
|
-
## Install
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
npm install @databrainhq/plugin
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Usage
|
|
14
|
-
|
|
15
|
-
```tsx
|
|
16
|
-
import { Dashboard } from '@databrainhq/plugin';
|
|
17
|
-
import '@databrainhq/plugin/dist/style.css';
|
|
18
|
-
|
|
19
|
-
const Example = () => {
|
|
20
|
-
return <Dashboard token={/* Your Guest Token */} />;
|
|
21
|
-
};
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## License
|
|
25
|
-
|
|
26
|
-
MIT © [databrainhq](https://github.com/databrainhq)
|
|
1
|
+
# @databrainhq/plugin
|
|
2
|
+
|
|
3
|
+
> Databrain app ui plugin.
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@databrainhq/plugin) [](https://standardjs.com)
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install @databrainhq/plugin
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Usage
|
|
14
|
+
|
|
15
|
+
```tsx
|
|
16
|
+
import { Dashboard } from '@databrainhq/plugin';
|
|
17
|
+
import '@databrainhq/plugin/dist/style.css';
|
|
18
|
+
|
|
19
|
+
const Example = () => {
|
|
20
|
+
return <Dashboard token={/* Your Guest Token */} />;
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## License
|
|
25
|
+
|
|
26
|
+
MIT © [databrainhq](https://github.com/databrainhq)
|
package/dist/index.es.js
CHANGED
|
@@ -2639,17 +2639,17 @@ var classnames$1 = { exports: {} };
|
|
|
2639
2639
|
})(classnames$1);
|
|
2640
2640
|
var classnames = classnames$1.exports;
|
|
2641
2641
|
var styles$G = {
|
|
2642
|
-
"btn-primary": "_btn-
|
|
2643
|
-
"btn-secondary": "_btn-
|
|
2644
|
-
"btn-reject": "_btn-
|
|
2645
|
-
"btn-outlined": "_btn-
|
|
2646
|
-
"btn-tertiary": "_btn-
|
|
2647
|
-
"btn-default": "_btn-
|
|
2648
|
-
"btn-large": "_btn-
|
|
2649
|
-
"btn-small": "_btn-
|
|
2650
|
-
"btn-xs": "_btn-
|
|
2651
|
-
"btn-medium": "_btn-
|
|
2652
|
-
"btn-11rem": "_btn-
|
|
2642
|
+
"btn-primary": "_btn-primary_17kvk_1",
|
|
2643
|
+
"btn-secondary": "_btn-secondary_17kvk_5",
|
|
2644
|
+
"btn-reject": "_btn-reject_17kvk_9",
|
|
2645
|
+
"btn-outlined": "_btn-outlined_17kvk_14",
|
|
2646
|
+
"btn-tertiary": "_btn-tertiary_17kvk_18",
|
|
2647
|
+
"btn-default": "_btn-default_17kvk_22",
|
|
2648
|
+
"btn-large": "_btn-large_17kvk_25",
|
|
2649
|
+
"btn-small": "_btn-small_17kvk_28",
|
|
2650
|
+
"btn-xs": "_btn-xs_17kvk_31",
|
|
2651
|
+
"btn-medium": "_btn-medium_17kvk_34",
|
|
2652
|
+
"btn-11rem": "_btn-11rem_17kvk_38"
|
|
2653
2653
|
};
|
|
2654
2654
|
var jsxRuntime$1 = { exports: {} };
|
|
2655
2655
|
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$E = {
|
|
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$D = {
|
|
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", {
|
|
@@ -7162,22 +7162,22 @@ const ExternalMetricForm = ({
|
|
|
7162
7162
|
})]
|
|
7163
7163
|
});
|
|
7164
7164
|
};
|
|
7165
|
-
const container$d = "
|
|
7166
|
-
const wrapper$3 = "
|
|
7167
|
-
const label$3 = "
|
|
7168
|
-
const floatingLabel = "
|
|
7169
|
-
const clientText = "
|
|
7170
|
-
const normalText = "
|
|
7171
|
-
const dropdown$1 = "
|
|
7172
|
-
const options = "
|
|
7173
|
-
const checkedOption = "
|
|
7174
|
-
const option = "
|
|
7175
|
-
const icon$1 = "
|
|
7176
|
-
const text$2 = "
|
|
7177
|
-
const floatingText = "
|
|
7178
|
-
const search = "
|
|
7179
|
-
const loadMore = "
|
|
7180
|
-
const loadMoreIcon = "
|
|
7165
|
+
const container$d = "_container_q0qrl_1";
|
|
7166
|
+
const wrapper$3 = "_wrapper_q0qrl_5";
|
|
7167
|
+
const label$3 = "_label_q0qrl_9";
|
|
7168
|
+
const floatingLabel = "_floatingLabel_q0qrl_13";
|
|
7169
|
+
const clientText = "_clientText_q0qrl_17";
|
|
7170
|
+
const normalText = "_normalText_q0qrl_21";
|
|
7171
|
+
const dropdown$1 = "_dropdown_q0qrl_25";
|
|
7172
|
+
const options = "_options_q0qrl_29";
|
|
7173
|
+
const checkedOption = "_checkedOption_q0qrl_33";
|
|
7174
|
+
const option = "_option_q0qrl_29";
|
|
7175
|
+
const icon$1 = "_icon_q0qrl_41";
|
|
7176
|
+
const text$2 = "_text_q0qrl_45";
|
|
7177
|
+
const floatingText = "_floatingText_q0qrl_49";
|
|
7178
|
+
const search = "_search_q0qrl_53";
|
|
7179
|
+
const loadMore = "_loadMore_q0qrl_57";
|
|
7180
|
+
const loadMoreIcon = "_loadMoreIcon_q0qrl_61";
|
|
7181
7181
|
var styles$u = {
|
|
7182
7182
|
container: container$d,
|
|
7183
7183
|
wrapper: wrapper$3,
|
|
@@ -81359,6 +81359,23 @@ const StackedBarChart = ({
|
|
|
81359
81359
|
handleChartRightClick
|
|
81360
81360
|
}) => {
|
|
81361
81361
|
var _a2, _b2;
|
|
81362
|
+
const customData = useMemo(() => {
|
|
81363
|
+
if (!data || !data.datasets)
|
|
81364
|
+
return;
|
|
81365
|
+
if (!customSettings.showFullStacked)
|
|
81366
|
+
return;
|
|
81367
|
+
const percentages = {};
|
|
81368
|
+
data.datasets.forEach((dataset) => {
|
|
81369
|
+
const labelPercentages = dataset.data.map((value, index2) => {
|
|
81370
|
+
const total = data.datasets.reduce((acc, currDataset) => {
|
|
81371
|
+
return acc + currDataset.data[index2];
|
|
81372
|
+
}, 0);
|
|
81373
|
+
return (value / total * 100).toFixed(2);
|
|
81374
|
+
});
|
|
81375
|
+
percentages[dataset.label] = labelPercentages;
|
|
81376
|
+
});
|
|
81377
|
+
return percentages;
|
|
81378
|
+
}, [customSettings.showFullStacked, data]);
|
|
81362
81379
|
const option2 = {
|
|
81363
81380
|
toolbox: {
|
|
81364
81381
|
emphasis: {
|
|
@@ -81405,6 +81422,7 @@ const StackedBarChart = ({
|
|
|
81405
81422
|
},
|
|
81406
81423
|
yAxis: {
|
|
81407
81424
|
type: "value",
|
|
81425
|
+
max: (customSettings == null ? void 0 : customSettings.showFullStacked) ? 100 : void 0,
|
|
81408
81426
|
position: axisSettings.axis,
|
|
81409
81427
|
splitLine: {
|
|
81410
81428
|
show: !!((customSettings == null ? void 0 : customSettings.hideSplitLines) === "vertical" || (customSettings == null ? void 0 : customSettings.hideSplitLines) === "none")
|
|
@@ -81413,7 +81431,8 @@ const StackedBarChart = ({
|
|
|
81413
81431
|
show: !!((customSettings == null ? void 0 : customSettings.hideAxisLines) === "x" || (customSettings == null ? void 0 : customSettings.hideAxisLines) === "none")
|
|
81414
81432
|
},
|
|
81415
81433
|
axisLabel: {
|
|
81416
|
-
show: !!((customSettings == null ? void 0 : customSettings.axisLabels) === "x" || (customSettings == null ? void 0 : customSettings.axisLabels) === "none")
|
|
81434
|
+
show: !!((customSettings == null ? void 0 : customSettings.axisLabels) === "x" || (customSettings == null ? void 0 : customSettings.axisLabels) === "none"),
|
|
81435
|
+
formatter: "{value} %"
|
|
81417
81436
|
}
|
|
81418
81437
|
},
|
|
81419
81438
|
legend: {
|
|
@@ -81429,7 +81448,7 @@ const StackedBarChart = ({
|
|
|
81429
81448
|
},
|
|
81430
81449
|
series: (_b2 = data == null ? void 0 : data.datasets) == null ? void 0 : _b2.map((item) => {
|
|
81431
81450
|
return {
|
|
81432
|
-
data: item.data,
|
|
81451
|
+
data: (customSettings == null ? void 0 : customSettings.showFullStacked) ? customData[item.label] : item.data,
|
|
81433
81452
|
type: "bar",
|
|
81434
81453
|
name: item.label,
|
|
81435
81454
|
stack: "x",
|
|
@@ -81455,7 +81474,7 @@ const StackedBarChart = ({
|
|
|
81455
81474
|
children: /* @__PURE__ */ jsx(EChartsReact, {
|
|
81456
81475
|
style: {
|
|
81457
81476
|
width: "100%",
|
|
81458
|
-
height: "
|
|
81477
|
+
height: "300px"
|
|
81459
81478
|
},
|
|
81460
81479
|
option: option2,
|
|
81461
81480
|
onEvents: {
|
|
@@ -86498,10 +86517,10 @@ const GlobalFilters = ({
|
|
|
86498
86517
|
integrationId,
|
|
86499
86518
|
integrationName
|
|
86500
86519
|
} = useMemo(() => {
|
|
86501
|
-
var _a2, _b2
|
|
86520
|
+
var _a2, _b2;
|
|
86502
86521
|
return {
|
|
86503
|
-
integrationId: (
|
|
86504
|
-
integrationName: (
|
|
86522
|
+
integrationId: (_a2 = data == null ? void 0 : data.companyIntegrations[0]) == null ? void 0 : _a2.id,
|
|
86523
|
+
integrationName: (_b2 = data == null ? void 0 : data.companyIntegrations[0]) == null ? void 0 : _b2.name
|
|
86505
86524
|
};
|
|
86506
86525
|
}, [data == null ? void 0 : data.companyIntegrations]);
|
|
86507
86526
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
@@ -86656,12 +86675,12 @@ const InfoTooltip = ({
|
|
|
86656
86675
|
});
|
|
86657
86676
|
};
|
|
86658
86677
|
var styles$l = {
|
|
86659
|
-
"header-container": "_header-
|
|
86660
|
-
"btn-container": "_btn-
|
|
86661
|
-
"back-btn": "_back-
|
|
86662
|
-
"sql-btn": "_sql-
|
|
86663
|
-
"save-btn": "_save-
|
|
86664
|
-
"save-btn-icon": "_save-btn-
|
|
86678
|
+
"header-container": "_header-container_t2r6v_1",
|
|
86679
|
+
"btn-container": "_btn-container_t2r6v_5",
|
|
86680
|
+
"back-btn": "_back-btn_t2r6v_9",
|
|
86681
|
+
"sql-btn": "_sql-btn_t2r6v_13",
|
|
86682
|
+
"save-btn": "_save-btn_t2r6v_17",
|
|
86683
|
+
"save-btn-icon": "_save-btn-icon_t2r6v_21"
|
|
86665
86684
|
};
|
|
86666
86685
|
const Header = ({
|
|
86667
86686
|
setShowMetricCreateModal,
|
|
@@ -86714,20 +86733,20 @@ const Header = ({
|
|
|
86714
86733
|
});
|
|
86715
86734
|
};
|
|
86716
86735
|
var styles$k = {
|
|
86717
|
-
"create-btn": "_create-
|
|
86718
|
-
"modal-container": "_modal-
|
|
86719
|
-
"query-modal": "_query-
|
|
86736
|
+
"create-btn": "_create-btn_ihjk8_1",
|
|
86737
|
+
"modal-container": "_modal-container_ihjk8_5",
|
|
86738
|
+
"query-modal": "_query-modal_ihjk8_9"
|
|
86720
86739
|
};
|
|
86721
|
-
const container$7 = "
|
|
86722
|
-
const header$3 = "
|
|
86723
|
-
const wrapper$2 = "
|
|
86724
|
-
const column = "
|
|
86725
|
-
const columnText$1 = "
|
|
86740
|
+
const container$7 = "_container_1q2ss_1";
|
|
86741
|
+
const header$3 = "_header_1q2ss_5";
|
|
86742
|
+
const wrapper$2 = "_wrapper_1q2ss_9";
|
|
86743
|
+
const column = "_column_1q2ss_17";
|
|
86744
|
+
const columnText$1 = "_columnText_1q2ss_21";
|
|
86726
86745
|
var styles$j = {
|
|
86727
86746
|
container: container$7,
|
|
86728
86747
|
header: header$3,
|
|
86729
86748
|
wrapper: wrapper$2,
|
|
86730
|
-
"col-container": "_col-
|
|
86749
|
+
"col-container": "_col-container_1q2ss_13",
|
|
86731
86750
|
column,
|
|
86732
86751
|
columnText: columnText$1
|
|
86733
86752
|
};
|
|
@@ -87325,7 +87344,15 @@ const ChartConfigure = ({
|
|
|
87325
87344
|
...settings2,
|
|
87326
87345
|
show: e2.target.checked
|
|
87327
87346
|
}))
|
|
87328
|
-
}) : null, /* @__PURE__ */
|
|
87347
|
+
}) : null, chartType2 === "stack" && /* @__PURE__ */ jsx(InputField, {
|
|
87348
|
+
type: "checkbox",
|
|
87349
|
+
label: "Show 100% Stacked Bar",
|
|
87350
|
+
checked: customSettings.showFullStacked,
|
|
87351
|
+
onChange: (e2) => setCustomSettings((settings2) => ({
|
|
87352
|
+
...settings2,
|
|
87353
|
+
showFullStacked: e2.target.checked
|
|
87354
|
+
}))
|
|
87355
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
87329
87356
|
className: styles$i.seriesWrapper,
|
|
87330
87357
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
87331
87358
|
variant: "h1",
|
|
@@ -88137,10 +88164,10 @@ const ChartTab = ({
|
|
|
88137
88164
|
})]
|
|
88138
88165
|
});
|
|
88139
88166
|
};
|
|
88140
|
-
const container$5 = "
|
|
88141
|
-
const wrapper$1 = "
|
|
88142
|
-
const text = "
|
|
88143
|
-
const table$2 = "
|
|
88167
|
+
const container$5 = "_container_yjeiv_1";
|
|
88168
|
+
const wrapper$1 = "_wrapper_yjeiv_5";
|
|
88169
|
+
const text = "_text_yjeiv_9";
|
|
88170
|
+
const table$2 = "_table_yjeiv_12";
|
|
88144
88171
|
var styles$e = {
|
|
88145
88172
|
container: container$5,
|
|
88146
88173
|
wrapper: wrapper$1,
|
|
@@ -88173,16 +88200,16 @@ const InputTables = ({
|
|
|
88173
88200
|
})
|
|
88174
88201
|
});
|
|
88175
88202
|
};
|
|
88176
|
-
const container$4 = "
|
|
88177
|
-
const header$1 = "
|
|
88178
|
-
const tabButton$1 = "
|
|
88179
|
-
const selectedTab = "
|
|
88180
|
-
const table$1 = "
|
|
88203
|
+
const container$4 = "_container_38zl3_1";
|
|
88204
|
+
const header$1 = "_header_38zl3_5";
|
|
88205
|
+
const tabButton$1 = "_tabButton_38zl3_16";
|
|
88206
|
+
const selectedTab = "_selectedTab_38zl3_19";
|
|
88207
|
+
const table$1 = "_table_38zl3_22";
|
|
88181
88208
|
var styles$d = {
|
|
88182
88209
|
container: container$4,
|
|
88183
88210
|
header: header$1,
|
|
88184
|
-
"text-container": "_text-
|
|
88185
|
-
"btn-container": "_btn-
|
|
88211
|
+
"text-container": "_text-container_38zl3_9",
|
|
88212
|
+
"btn-container": "_btn-container_38zl3_13",
|
|
88186
88213
|
tabButton: tabButton$1,
|
|
88187
88214
|
selectedTab,
|
|
88188
88215
|
table: table$1
|
|
@@ -88263,17 +88290,17 @@ const TableTab = ({
|
|
|
88263
88290
|
})]
|
|
88264
88291
|
});
|
|
88265
88292
|
};
|
|
88266
|
-
const mainContainerUpdate = "
|
|
88267
|
-
const wrapper = "
|
|
88268
|
-
const updateWrapper = "
|
|
88269
|
-
const updateWrapperContent = "
|
|
88270
|
-
const searchCommand = "
|
|
88271
|
-
const tabButton = "
|
|
88272
|
-
const tabActive = "
|
|
88293
|
+
const mainContainerUpdate = "_mainContainerUpdate_19iy1_4";
|
|
88294
|
+
const wrapper = "_wrapper_19iy1_12";
|
|
88295
|
+
const updateWrapper = "_updateWrapper_19iy1_15";
|
|
88296
|
+
const updateWrapperContent = "_updateWrapperContent_19iy1_18";
|
|
88297
|
+
const searchCommand = "_searchCommand_19iy1_21";
|
|
88298
|
+
const tabButton = "_tabButton_19iy1_24";
|
|
88299
|
+
const tabActive = "_tabActive_19iy1_27";
|
|
88273
88300
|
var styles$c = {
|
|
88274
|
-
"main-container": "_main-
|
|
88301
|
+
"main-container": "_main-container_19iy1_1",
|
|
88275
88302
|
mainContainerUpdate,
|
|
88276
|
-
"outputTab-header": "_outputTab-
|
|
88303
|
+
"outputTab-header": "_outputTab-header_19iy1_8",
|
|
88277
88304
|
wrapper,
|
|
88278
88305
|
updateWrapper,
|
|
88279
88306
|
updateWrapperContent,
|
|
@@ -88410,30 +88437,30 @@ const MetricOutput = ({
|
|
|
88410
88437
|
})]
|
|
88411
88438
|
});
|
|
88412
88439
|
};
|
|
88413
|
-
const fieldValueIcon = "
|
|
88414
|
-
const fieldAddBtnIcon = "
|
|
88415
|
-
const group = "
|
|
88416
|
-
const tooltipWrapper = "
|
|
88417
|
-
const tooltip = "
|
|
88418
|
-
const dropdown = "
|
|
88419
|
-
const filterDropdown = "
|
|
88420
|
-
const filterValues = "
|
|
88421
|
-
const columnText = "
|
|
88422
|
-
const disabled = "
|
|
88423
|
-
const checkIcon = "
|
|
88424
|
-
const generateButton = "
|
|
88440
|
+
const fieldValueIcon = "_fieldValueIcon_14dsc_25";
|
|
88441
|
+
const fieldAddBtnIcon = "_fieldAddBtnIcon_14dsc_33";
|
|
88442
|
+
const group = "_group_14dsc_1";
|
|
88443
|
+
const tooltipWrapper = "_tooltipWrapper_14dsc_45";
|
|
88444
|
+
const tooltip = "_tooltip_14dsc_45";
|
|
88445
|
+
const dropdown = "_dropdown_14dsc_57";
|
|
88446
|
+
const filterDropdown = "_filterDropdown_14dsc_61";
|
|
88447
|
+
const filterValues = "_filterValues_14dsc_65";
|
|
88448
|
+
const columnText = "_columnText_14dsc_69";
|
|
88449
|
+
const disabled = "_disabled_14dsc_73";
|
|
88450
|
+
const checkIcon = "_checkIcon_14dsc_77";
|
|
88451
|
+
const generateButton = "_generateButton_14dsc_81";
|
|
88425
88452
|
var styles$b = {
|
|
88426
|
-
"form-container": "_form-
|
|
88427
|
-
"field-container": "_field-
|
|
88428
|
-
"field-label": "_field-
|
|
88429
|
-
"field-wrapper": "_field-
|
|
88430
|
-
"field-inner-container": "_field-inner-
|
|
88431
|
-
"field-value": "_field-
|
|
88453
|
+
"form-container": "_form-container_14dsc_1",
|
|
88454
|
+
"field-container": "_field-container_14dsc_5",
|
|
88455
|
+
"field-label": "_field-label_14dsc_9",
|
|
88456
|
+
"field-wrapper": "_field-wrapper_14dsc_13",
|
|
88457
|
+
"field-inner-container": "_field-inner-container_14dsc_17",
|
|
88458
|
+
"field-value": "_field-value_14dsc_21",
|
|
88432
88459
|
fieldValueIcon,
|
|
88433
|
-
"field-add-btn": "_field-add-
|
|
88460
|
+
"field-add-btn": "_field-add-btn_14dsc_29",
|
|
88434
88461
|
fieldAddBtnIcon,
|
|
88435
|
-
"field-value-container": "_field-value-
|
|
88436
|
-
"field-prompt": "_field-
|
|
88462
|
+
"field-value-container": "_field-value-container_14dsc_37",
|
|
88463
|
+
"field-prompt": "_field-prompt_14dsc_41",
|
|
88437
88464
|
group,
|
|
88438
88465
|
tooltipWrapper,
|
|
88439
88466
|
tooltip,
|
|
@@ -88444,12 +88471,12 @@ var styles$b = {
|
|
|
88444
88471
|
disabled,
|
|
88445
88472
|
checkIcon,
|
|
88446
88473
|
generateButton,
|
|
88447
|
-
"saved-container": "_saved-
|
|
88448
|
-
"custom-container": "_custom-
|
|
88449
|
-
"simple-container": "_simple-
|
|
88450
|
-
"filter-dropdown": "_filter-
|
|
88451
|
-
"editor-field": "_editor-
|
|
88452
|
-
"tab-border": "_tab-
|
|
88474
|
+
"saved-container": "_saved-container_14dsc_85",
|
|
88475
|
+
"custom-container": "_custom-container_14dsc_89",
|
|
88476
|
+
"simple-container": "_simple-container_14dsc_93",
|
|
88477
|
+
"filter-dropdown": "_filter-dropdown_14dsc_97",
|
|
88478
|
+
"editor-field": "_editor-field_14dsc_101",
|
|
88479
|
+
"tab-border": "_tab-border_14dsc_105"
|
|
88453
88480
|
};
|
|
88454
88481
|
const button$1 = "_button_18a2n_1";
|
|
88455
88482
|
const menu$1 = "_menu_18a2n_7";
|
|
@@ -116541,10 +116568,10 @@ const MetricForm = ({
|
|
|
116541
116568
|
})]
|
|
116542
116569
|
});
|
|
116543
116570
|
};
|
|
116544
|
-
const container$2 = "
|
|
116545
|
-
const header = "
|
|
116546
|
-
const enableGroupBy = "
|
|
116547
|
-
const enableGroupButton = "
|
|
116571
|
+
const container$2 = "_container_rofqe_1";
|
|
116572
|
+
const header = "_header_rofqe_5";
|
|
116573
|
+
const enableGroupBy = "_enableGroupBy_rofqe_8";
|
|
116574
|
+
const enableGroupButton = "_enableGroupButton_rofqe_11";
|
|
116548
116575
|
var styles$9 = {
|
|
116549
116576
|
container: container$2,
|
|
116550
116577
|
header,
|
|
@@ -121649,8 +121676,8 @@ const ChartImageDownloadButton = ({
|
|
|
121649
121676
|
}), text2]
|
|
121650
121677
|
});
|
|
121651
121678
|
};
|
|
121652
|
-
const metricFilter = "
|
|
121653
|
-
const customContainer = "
|
|
121679
|
+
const metricFilter = "_metricFilter_k2gef_1";
|
|
121680
|
+
const customContainer = "_customContainer_k2gef_4";
|
|
121654
121681
|
var styles$5 = {
|
|
121655
121682
|
metricFilter,
|
|
121656
121683
|
customContainer
|
|
@@ -121757,24 +121784,24 @@ const MetricFilterDropDown = ({
|
|
|
121757
121784
|
}) : void 0
|
|
121758
121785
|
});
|
|
121759
121786
|
};
|
|
121760
|
-
const container$1 = "
|
|
121761
|
-
const popover = "
|
|
121762
|
-
const button = "
|
|
121763
|
-
const buttonOpen = "
|
|
121764
|
-
const menu = "
|
|
121765
|
-
const enter = "
|
|
121766
|
-
const enterFrom = "
|
|
121767
|
-
const enterTo = "
|
|
121768
|
-
const leave = "
|
|
121769
|
-
const leaveFrom = "
|
|
121770
|
-
const leaveTo = "
|
|
121771
|
-
const center = "
|
|
121772
|
-
const top = "
|
|
121773
|
-
const bottom = "
|
|
121774
|
-
const left = "
|
|
121775
|
-
const right = "
|
|
121776
|
-
const chartOptionBtn = "
|
|
121777
|
-
const chartpopup = "
|
|
121787
|
+
const container$1 = "_container_14i90_1";
|
|
121788
|
+
const popover = "_popover_14i90_5";
|
|
121789
|
+
const button = "_button_14i90_9";
|
|
121790
|
+
const buttonOpen = "_buttonOpen_14i90_13";
|
|
121791
|
+
const menu = "_menu_14i90_17";
|
|
121792
|
+
const enter = "_enter_14i90_21";
|
|
121793
|
+
const enterFrom = "_enterFrom_14i90_25";
|
|
121794
|
+
const enterTo = "_enterTo_14i90_29";
|
|
121795
|
+
const leave = "_leave_14i90_33";
|
|
121796
|
+
const leaveFrom = "_leaveFrom_14i90_37";
|
|
121797
|
+
const leaveTo = "_leaveTo_14i90_41";
|
|
121798
|
+
const center = "_center_14i90_45";
|
|
121799
|
+
const top = "_top_14i90_49";
|
|
121800
|
+
const bottom = "_bottom_14i90_53";
|
|
121801
|
+
const left = "_left_14i90_57";
|
|
121802
|
+
const right = "_right_14i90_61";
|
|
121803
|
+
const chartOptionBtn = "_chartOptionBtn_14i90_113";
|
|
121804
|
+
const chartpopup = "_chartpopup_14i90_117";
|
|
121778
121805
|
var styles$4 = {
|
|
121779
121806
|
container: container$1,
|
|
121780
121807
|
popover,
|
|
@@ -121792,23 +121819,23 @@ var styles$4 = {
|
|
|
121792
121819
|
bottom,
|
|
121793
121820
|
left,
|
|
121794
121821
|
right,
|
|
121795
|
-
"left-top-end": "_left-top-
|
|
121796
|
-
"right-top-end": "_right-top-
|
|
121797
|
-
"left-bottom-end": "_left-bottom-
|
|
121798
|
-
"right-bottom-end": "_right-bottom-
|
|
121799
|
-
"top-left": "_top-
|
|
121800
|
-
"top-right": "_top-
|
|
121801
|
-
"bottom-left": "_bottom-
|
|
121802
|
-
"bottom-right": "_bottom-
|
|
121803
|
-
"left-top": "_left-
|
|
121804
|
-
"left-bottom": "_left-
|
|
121805
|
-
"right-top": "_right-
|
|
121806
|
-
"right-bottom": "_right-
|
|
121822
|
+
"left-top-end": "_left-top-end_14i90_65",
|
|
121823
|
+
"right-top-end": "_right-top-end_14i90_69",
|
|
121824
|
+
"left-bottom-end": "_left-bottom-end_14i90_73",
|
|
121825
|
+
"right-bottom-end": "_right-bottom-end_14i90_77",
|
|
121826
|
+
"top-left": "_top-left_14i90_81",
|
|
121827
|
+
"top-right": "_top-right_14i90_85",
|
|
121828
|
+
"bottom-left": "_bottom-left_14i90_89",
|
|
121829
|
+
"bottom-right": "_bottom-right_14i90_93",
|
|
121830
|
+
"left-top": "_left-top_14i90_65",
|
|
121831
|
+
"left-bottom": "_left-bottom_14i90_73",
|
|
121832
|
+
"right-top": "_right-top_14i90_69",
|
|
121833
|
+
"right-bottom": "_right-bottom_14i90_77",
|
|
121807
121834
|
chartOptionBtn,
|
|
121808
121835
|
chartpopup
|
|
121809
121836
|
};
|
|
121810
|
-
const fullscreen = "
|
|
121811
|
-
const loading = "
|
|
121837
|
+
const fullscreen = "_fullscreen_1gpy3_1";
|
|
121838
|
+
const loading = "_loading_1gpy3_5";
|
|
121812
121839
|
var styles$3 = {
|
|
121813
121840
|
fullscreen,
|
|
121814
121841
|
loading
|
|
@@ -122069,8 +122096,8 @@ const asEmail = {
|
|
|
122069
122096
|
}
|
|
122070
122097
|
};
|
|
122071
122098
|
var styles$2 = {
|
|
122072
|
-
"dbc-container": "_dbc-
|
|
122073
|
-
"active-dimension": "_active-
|
|
122099
|
+
"dbc-container": "_dbc-container_1dw7c_1",
|
|
122100
|
+
"active-dimension": "_active-dimension_1dw7c_5"
|
|
122074
122101
|
};
|
|
122075
122102
|
const DrillBreadCrumb = ({
|
|
122076
122103
|
dimensions,
|