@databrainhq/plugin 0.8.15 → 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 +217 -216
- package/dist/index.umd.js +51 -51
- package/dist/style.css +1 -1
- package/dist/typings.d.ts +17 -17
- package/package.json +98 -98
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
|
@@ -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", {
|
|
@@ -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,
|
|
@@ -85434,31 +85434,31 @@ function getAccessorAttributes(accessor) {
|
|
|
85434
85434
|
...accessor
|
|
85435
85435
|
};
|
|
85436
85436
|
}
|
|
85437
|
-
const tableData = "
|
|
85438
|
-
const tableHeadCol$1 = "
|
|
85439
|
-
const tableRow$1 = "
|
|
85440
|
-
const tableRowCol$1 = "
|
|
85441
|
-
const row = "
|
|
85442
|
-
const container$b = "
|
|
85443
|
-
const table$3 = "
|
|
85444
|
-
const previewTable = "
|
|
85445
|
-
const preview = "
|
|
85446
|
-
const previewText = "
|
|
85447
|
-
const noData$1 = "
|
|
85448
|
-
const error$1 = "
|
|
85449
|
-
const errorMsg = "
|
|
85450
|
-
const tableIcon = "
|
|
85451
|
-
const stripedRow = "
|
|
85452
|
-
const rowHover = "
|
|
85453
|
-
const rightBorder = "
|
|
85454
|
-
const searchContainer = "
|
|
85455
|
-
const sortButton = "
|
|
85456
|
-
const debounceInput = "
|
|
85457
|
-
const searchTab = "
|
|
85458
|
-
const noDataHead = "
|
|
85459
|
-
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";
|
|
85460
85460
|
var styles$p = {
|
|
85461
|
-
"table-loader-container": "_table-loader-
|
|
85461
|
+
"table-loader-container": "_table-loader-container_1pnyl_1",
|
|
85462
85462
|
tableData,
|
|
85463
85463
|
tableHeadCol: tableHeadCol$1,
|
|
85464
85464
|
tableRow: tableRow$1,
|
|
@@ -86536,12 +86536,12 @@ const InfoTooltip = ({
|
|
|
86536
86536
|
});
|
|
86537
86537
|
};
|
|
86538
86538
|
var styles$k = {
|
|
86539
|
-
"header-container": "_header-
|
|
86540
|
-
"btn-container": "_btn-
|
|
86541
|
-
"back-btn": "_back-
|
|
86542
|
-
"sql-btn": "_sql-
|
|
86543
|
-
"save-btn": "_save-
|
|
86544
|
-
"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"
|
|
86545
86545
|
};
|
|
86546
86546
|
const Header = ({
|
|
86547
86547
|
setShowMetricCreateModal,
|
|
@@ -86594,20 +86594,20 @@ const Header = ({
|
|
|
86594
86594
|
});
|
|
86595
86595
|
};
|
|
86596
86596
|
var styles$j = {
|
|
86597
|
-
"create-btn": "_create-
|
|
86598
|
-
"modal-container": "_modal-
|
|
86599
|
-
"query-modal": "_query-
|
|
86597
|
+
"create-btn": "_create-btn_ihjk8_1",
|
|
86598
|
+
"modal-container": "_modal-container_ihjk8_5",
|
|
86599
|
+
"query-modal": "_query-modal_ihjk8_9"
|
|
86600
86600
|
};
|
|
86601
|
-
const container$7 = "
|
|
86602
|
-
const header$3 = "
|
|
86603
|
-
const wrapper$2 = "
|
|
86604
|
-
const column = "
|
|
86605
|
-
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";
|
|
86606
86606
|
var styles$i = {
|
|
86607
86607
|
container: container$7,
|
|
86608
86608
|
header: header$3,
|
|
86609
86609
|
wrapper: wrapper$2,
|
|
86610
|
-
"col-container": "_col-
|
|
86610
|
+
"col-container": "_col-container_1q2ss_13",
|
|
86611
86611
|
column,
|
|
86612
86612
|
columnText: columnText$1
|
|
86613
86613
|
};
|
|
@@ -87691,38 +87691,38 @@ const ChartSettings = ({
|
|
|
87691
87691
|
})]
|
|
87692
87692
|
});
|
|
87693
87693
|
};
|
|
87694
|
-
const searchCommand$1 = "
|
|
87695
|
-
const chartText = "
|
|
87696
|
-
const charts = "
|
|
87697
|
-
const metricChart = "
|
|
87698
|
-
const metricChartHeader = "
|
|
87699
|
-
const metricChartEmpty = "
|
|
87700
|
-
const fullQuery = "
|
|
87701
|
-
const fullQueryIcon = "
|
|
87702
|
-
const noQuery = "
|
|
87703
|
-
const chartButtonContainer = "
|
|
87704
|
-
const searchWrapper = "
|
|
87705
|
-
const searchIcon = "
|
|
87706
|
-
const chartConfigure = "
|
|
87707
|
-
const chartSettings = "
|
|
87708
|
-
const labels = "
|
|
87709
|
-
const chartButtons = "
|
|
87710
|
-
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";
|
|
87711
87711
|
var styles$e = {
|
|
87712
87712
|
searchCommand: searchCommand$1,
|
|
87713
|
-
"chartTab-container": "_chartTab-
|
|
87713
|
+
"chartTab-container": "_chartTab-container_9vbz9_11",
|
|
87714
87714
|
chartText,
|
|
87715
87715
|
charts,
|
|
87716
87716
|
metricChart,
|
|
87717
87717
|
metricChartHeader,
|
|
87718
87718
|
metricChartEmpty,
|
|
87719
|
-
"chartTab-wrapper": "_chartTab-
|
|
87720
|
-
"chartTab-wrapper-head": "_chartTab-wrapper-
|
|
87719
|
+
"chartTab-wrapper": "_chartTab-wrapper_9vbz9_59",
|
|
87720
|
+
"chartTab-wrapper-head": "_chartTab-wrapper-head_9vbz9_67",
|
|
87721
87721
|
fullQuery,
|
|
87722
87722
|
fullQueryIcon,
|
|
87723
87723
|
noQuery,
|
|
87724
|
-
"tableTab-header": "_tableTab-
|
|
87725
|
-
"chartButton-header": "_chartButton-
|
|
87724
|
+
"tableTab-header": "_tableTab-header_9vbz9_99",
|
|
87725
|
+
"chartButton-header": "_chartButton-header_9vbz9_107",
|
|
87726
87726
|
chartButtonContainer,
|
|
87727
87727
|
searchWrapper,
|
|
87728
87728
|
searchIcon,
|
|
@@ -87730,7 +87730,8 @@ var styles$e = {
|
|
|
87730
87730
|
chartSettings,
|
|
87731
87731
|
labels,
|
|
87732
87732
|
chartButtons,
|
|
87733
|
-
chartButton
|
|
87733
|
+
chartButton,
|
|
87734
|
+
"loader-container": "_loader-container_9vbz9_179"
|
|
87734
87735
|
};
|
|
87735
87736
|
const akarIconsSearch = (props) => /* @__PURE__ */ jsx("svg", {
|
|
87736
87737
|
viewBox: "0 0 24 24",
|
|
@@ -87987,10 +87988,10 @@ const ChartTab = ({
|
|
|
87987
87988
|
})]
|
|
87988
87989
|
});
|
|
87989
87990
|
};
|
|
87990
|
-
const container$5 = "
|
|
87991
|
-
const wrapper$1 = "
|
|
87992
|
-
const text = "
|
|
87993
|
-
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";
|
|
87994
87995
|
var styles$d = {
|
|
87995
87996
|
container: container$5,
|
|
87996
87997
|
wrapper: wrapper$1,
|
|
@@ -88023,16 +88024,16 @@ const InputTables = ({
|
|
|
88023
88024
|
})
|
|
88024
88025
|
});
|
|
88025
88026
|
};
|
|
88026
|
-
const container$4 = "
|
|
88027
|
-
const header$1 = "
|
|
88028
|
-
const tabButton$1 = "
|
|
88029
|
-
const selectedTab = "
|
|
88030
|
-
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";
|
|
88031
88032
|
var styles$c = {
|
|
88032
88033
|
container: container$4,
|
|
88033
88034
|
header: header$1,
|
|
88034
|
-
"text-container": "_text-
|
|
88035
|
-
"btn-container": "_btn-
|
|
88035
|
+
"text-container": "_text-container_38zl3_9",
|
|
88036
|
+
"btn-container": "_btn-container_38zl3_13",
|
|
88036
88037
|
tabButton: tabButton$1,
|
|
88037
88038
|
selectedTab,
|
|
88038
88039
|
table: table$1
|
|
@@ -88113,17 +88114,17 @@ const TableTab = ({
|
|
|
88113
88114
|
})]
|
|
88114
88115
|
});
|
|
88115
88116
|
};
|
|
88116
|
-
const mainContainerUpdate = "
|
|
88117
|
-
const wrapper = "
|
|
88118
|
-
const updateWrapper = "
|
|
88119
|
-
const updateWrapperContent = "
|
|
88120
|
-
const searchCommand = "
|
|
88121
|
-
const tabButton = "
|
|
88122
|
-
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";
|
|
88123
88124
|
var styles$b = {
|
|
88124
|
-
"main-container": "_main-
|
|
88125
|
+
"main-container": "_main-container_19iy1_1",
|
|
88125
88126
|
mainContainerUpdate,
|
|
88126
|
-
"outputTab-header": "_outputTab-
|
|
88127
|
+
"outputTab-header": "_outputTab-header_19iy1_8",
|
|
88127
88128
|
wrapper,
|
|
88128
88129
|
updateWrapper,
|
|
88129
88130
|
updateWrapperContent,
|
|
@@ -88260,30 +88261,30 @@ const MetricOutput = ({
|
|
|
88260
88261
|
})]
|
|
88261
88262
|
});
|
|
88262
88263
|
};
|
|
88263
|
-
const fieldValueIcon = "
|
|
88264
|
-
const fieldAddBtnIcon = "
|
|
88265
|
-
const group = "
|
|
88266
|
-
const tooltipWrapper = "
|
|
88267
|
-
const tooltip = "
|
|
88268
|
-
const dropdown = "
|
|
88269
|
-
const filterDropdown = "
|
|
88270
|
-
const filterValues = "
|
|
88271
|
-
const columnText = "
|
|
88272
|
-
const disabled = "
|
|
88273
|
-
const checkIcon = "
|
|
88274
|
-
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";
|
|
88275
88276
|
var styles$a = {
|
|
88276
|
-
"form-container": "_form-
|
|
88277
|
-
"field-container": "_field-
|
|
88278
|
-
"field-label": "_field-
|
|
88279
|
-
"field-wrapper": "_field-
|
|
88280
|
-
"field-inner-container": "_field-inner-
|
|
88281
|
-
"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",
|
|
88282
88283
|
fieldValueIcon,
|
|
88283
|
-
"field-add-btn": "_field-add-
|
|
88284
|
+
"field-add-btn": "_field-add-btn_z8ldj_29",
|
|
88284
88285
|
fieldAddBtnIcon,
|
|
88285
|
-
"field-value-container": "_field-value-
|
|
88286
|
-
"field-prompt": "_field-
|
|
88286
|
+
"field-value-container": "_field-value-container_z8ldj_37",
|
|
88287
|
+
"field-prompt": "_field-prompt_z8ldj_41",
|
|
88287
88288
|
group,
|
|
88288
88289
|
tooltipWrapper,
|
|
88289
88290
|
tooltip,
|
|
@@ -89484,10 +89485,10 @@ const MetricForm = ({
|
|
|
89484
89485
|
})]
|
|
89485
89486
|
});
|
|
89486
89487
|
};
|
|
89487
|
-
const container$2 = "
|
|
89488
|
-
const header = "
|
|
89489
|
-
const enableGroupBy = "
|
|
89490
|
-
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";
|
|
89491
89492
|
var styles$8 = {
|
|
89492
89493
|
container: container$2,
|
|
89493
89494
|
header,
|
|
@@ -95286,8 +95287,8 @@ const ChartImageDownloadButton = ({
|
|
|
95286
95287
|
}), text2]
|
|
95287
95288
|
});
|
|
95288
95289
|
};
|
|
95289
|
-
const metricFilter = "
|
|
95290
|
-
const customContainer = "
|
|
95290
|
+
const metricFilter = "_metricFilter_k2gef_1";
|
|
95291
|
+
const customContainer = "_customContainer_k2gef_4";
|
|
95291
95292
|
var styles$4 = {
|
|
95292
95293
|
metricFilter,
|
|
95293
95294
|
customContainer
|
|
@@ -95356,24 +95357,24 @@ const MetricFilterDropDown = ({
|
|
|
95356
95357
|
}) : void 0
|
|
95357
95358
|
});
|
|
95358
95359
|
};
|
|
95359
|
-
const container$1 = "
|
|
95360
|
-
const popover = "
|
|
95361
|
-
const button = "
|
|
95362
|
-
const buttonOpen = "
|
|
95363
|
-
const menu = "
|
|
95364
|
-
const enter = "
|
|
95365
|
-
const enterFrom = "
|
|
95366
|
-
const enterTo = "
|
|
95367
|
-
const leave = "
|
|
95368
|
-
const leaveFrom = "
|
|
95369
|
-
const leaveTo = "
|
|
95370
|
-
const center = "
|
|
95371
|
-
const top = "
|
|
95372
|
-
const bottom = "
|
|
95373
|
-
const left = "
|
|
95374
|
-
const right = "
|
|
95375
|
-
const chartOptionBtn = "
|
|
95376
|
-
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";
|
|
95377
95378
|
var styles$3 = {
|
|
95378
95379
|
container: container$1,
|
|
95379
95380
|
popover,
|
|
@@ -95391,23 +95392,23 @@ var styles$3 = {
|
|
|
95391
95392
|
bottom,
|
|
95392
95393
|
left,
|
|
95393
95394
|
right,
|
|
95394
|
-
"left-top-end": "_left-top-
|
|
95395
|
-
"right-top-end": "_right-top-
|
|
95396
|
-
"left-bottom-end": "_left-bottom-
|
|
95397
|
-
"right-bottom-end": "_right-bottom-
|
|
95398
|
-
"top-left": "_top-
|
|
95399
|
-
"top-right": "_top-
|
|
95400
|
-
"bottom-left": "_bottom-
|
|
95401
|
-
"bottom-right": "_bottom-
|
|
95402
|
-
"left-top": "_left-
|
|
95403
|
-
"left-bottom": "_left-
|
|
95404
|
-
"right-top": "_right-
|
|
95405
|
-
"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",
|
|
95406
95407
|
chartOptionBtn,
|
|
95407
95408
|
chartpopup
|
|
95408
95409
|
};
|
|
95409
|
-
const fullscreen = "
|
|
95410
|
-
const loading = "
|
|
95410
|
+
const fullscreen = "_fullscreen_1gpy3_1";
|
|
95411
|
+
const loading = "_loading_1gpy3_5";
|
|
95411
95412
|
var styles$2 = {
|
|
95412
95413
|
fullscreen,
|
|
95413
95414
|
loading
|
|
@@ -95668,8 +95669,8 @@ const asEmail = {
|
|
|
95668
95669
|
}
|
|
95669
95670
|
};
|
|
95670
95671
|
var styles$1 = {
|
|
95671
|
-
"dbc-container": "_dbc-
|
|
95672
|
-
"active-dimension": "_active-
|
|
95672
|
+
"dbc-container": "_dbc-container_1dw7c_1",
|
|
95673
|
+
"active-dimension": "_active-dimension_1dw7c_5"
|
|
95673
95674
|
};
|
|
95674
95675
|
const DrillBreadCrumb = ({
|
|
95675
95676
|
dimensions,
|