@databrainhq/plugin 0.9.1 → 0.9.2
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 +200 -196
- package/dist/index.umd.js +66 -66
- package/dist/style.css +1 -1
- package/dist/typings.d.ts +17 -17
- package/package.json +96 -96
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
|
@@ -2647,17 +2647,17 @@ var classnames$1 = { exports: {} };
|
|
|
2647
2647
|
})(classnames$1);
|
|
2648
2648
|
var classnames = classnames$1.exports;
|
|
2649
2649
|
var styles$K = {
|
|
2650
|
-
"btn-primary": "_btn-
|
|
2651
|
-
"btn-secondary": "_btn-
|
|
2652
|
-
"btn-reject": "_btn-
|
|
2653
|
-
"btn-outlined": "_btn-
|
|
2654
|
-
"btn-tertiary": "_btn-
|
|
2655
|
-
"btn-default": "_btn-
|
|
2656
|
-
"btn-large": "_btn-
|
|
2657
|
-
"btn-small": "_btn-
|
|
2658
|
-
"btn-xs": "_btn-
|
|
2659
|
-
"btn-medium": "_btn-
|
|
2660
|
-
"btn-11rem": "_btn-
|
|
2650
|
+
"btn-primary": "_btn-primary_u81u9_1",
|
|
2651
|
+
"btn-secondary": "_btn-secondary_u81u9_9",
|
|
2652
|
+
"btn-reject": "_btn-reject_u81u9_17",
|
|
2653
|
+
"btn-outlined": "_btn-outlined_u81u9_27",
|
|
2654
|
+
"btn-tertiary": "_btn-tertiary_u81u9_35",
|
|
2655
|
+
"btn-default": "_btn-default_u81u9_43",
|
|
2656
|
+
"btn-large": "_btn-large_u81u9_49",
|
|
2657
|
+
"btn-small": "_btn-small_u81u9_55",
|
|
2658
|
+
"btn-xs": "_btn-xs_u81u9_61",
|
|
2659
|
+
"btn-medium": "_btn-medium_u81u9_67",
|
|
2660
|
+
"btn-11rem": "_btn-11rem_u81u9_75"
|
|
2661
2661
|
};
|
|
2662
2662
|
var jsxRuntime$1 = { exports: {} };
|
|
2663
2663
|
var reactJsxRuntime_production_min = {};
|
|
@@ -4952,39 +4952,39 @@ let xe = "div", ne = S.RenderStrategy, re = C$2(function(e2, s2) {
|
|
|
4952
4952
|
let n2 = useContext(F) !== null, m2 = s() !== null;
|
|
4953
4953
|
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 }));
|
|
4954
4954
|
}), We = Object.assign(q, { Child: Pe, Root: q });
|
|
4955
|
-
const listBoxButton = "
|
|
4956
|
-
const selectedOptionText = "
|
|
4957
|
-
const transitionDiv = "
|
|
4958
|
-
const listboxButtonWrapper = "
|
|
4959
|
-
const arrowicon = "
|
|
4960
|
-
const leave$2 = "
|
|
4961
|
-
const leaveFrom$2 = "
|
|
4962
|
-
const leaveTo$2 = "
|
|
4963
|
-
const notAvailable = "
|
|
4964
|
-
const option$1 = "
|
|
4965
|
-
const activeOption = "
|
|
4966
|
-
const optionSelected = "
|
|
4967
|
-
const inactiveOption = "
|
|
4968
|
-
const optionLabel = "
|
|
4969
|
-
const optionSubLabel = "
|
|
4970
|
-
const selectedLabel = "
|
|
4971
|
-
const nonselectedLabel = "
|
|
4972
|
-
const check = "
|
|
4973
|
-
const checkActive = "
|
|
4974
|
-
const checkInactive = "
|
|
4975
|
-
const checkIcon$1 = "
|
|
4976
|
-
const checkIconSelected = "
|
|
4977
|
-
const checkIconUnselected = "
|
|
4978
|
-
const loadMore$1 = "
|
|
4979
|
-
const selectedList = "
|
|
4980
|
-
const selectedListItem = "
|
|
4981
|
-
const label$7 = "
|
|
4982
|
-
const clientText$1 = "
|
|
4955
|
+
const listBoxButton = "_listBoxButton_kdipy_9";
|
|
4956
|
+
const selectedOptionText = "_selectedOptionText_kdipy_33";
|
|
4957
|
+
const transitionDiv = "_transitionDiv_kdipy_41";
|
|
4958
|
+
const listboxButtonWrapper = "_listboxButtonWrapper_kdipy_49";
|
|
4959
|
+
const arrowicon = "_arrowicon_kdipy_55";
|
|
4960
|
+
const leave$2 = "_leave_kdipy_61";
|
|
4961
|
+
const leaveFrom$2 = "_leaveFrom_kdipy_67";
|
|
4962
|
+
const leaveTo$2 = "_leaveTo_kdipy_73";
|
|
4963
|
+
const notAvailable = "_notAvailable_kdipy_79";
|
|
4964
|
+
const option$1 = "_option_kdipy_85";
|
|
4965
|
+
const activeOption = "_activeOption_kdipy_91";
|
|
4966
|
+
const optionSelected = "_optionSelected_kdipy_97";
|
|
4967
|
+
const inactiveOption = "_inactiveOption_kdipy_103";
|
|
4968
|
+
const optionLabel = "_optionLabel_kdipy_109";
|
|
4969
|
+
const optionSubLabel = "_optionSubLabel_kdipy_115";
|
|
4970
|
+
const selectedLabel = "_selectedLabel_kdipy_121";
|
|
4971
|
+
const nonselectedLabel = "_nonselectedLabel_kdipy_127";
|
|
4972
|
+
const check = "_check_kdipy_133";
|
|
4973
|
+
const checkActive = "_checkActive_kdipy_139";
|
|
4974
|
+
const checkInactive = "_checkInactive_kdipy_145";
|
|
4975
|
+
const checkIcon$1 = "_checkIcon_kdipy_151";
|
|
4976
|
+
const checkIconSelected = "_checkIconSelected_kdipy_157";
|
|
4977
|
+
const checkIconUnselected = "_checkIconUnselected_kdipy_163";
|
|
4978
|
+
const loadMore$1 = "_loadMore_kdipy_169";
|
|
4979
|
+
const selectedList = "_selectedList_kdipy_175";
|
|
4980
|
+
const selectedListItem = "_selectedListItem_kdipy_181";
|
|
4981
|
+
const label$7 = "_label_kdipy_187";
|
|
4982
|
+
const clientText$1 = "_clientText_kdipy_193";
|
|
4983
4983
|
var style = {
|
|
4984
|
-
"listBox-label": "_listBox-
|
|
4985
|
-
"listBoxButton-container": "_listBoxButton-
|
|
4984
|
+
"listBox-label": "_listBox-label_kdipy_1",
|
|
4985
|
+
"listBoxButton-container": "_listBoxButton-container_kdipy_9",
|
|
4986
4986
|
listBoxButton,
|
|
4987
|
-
"listBox-option": "_listBox-
|
|
4987
|
+
"listBox-option": "_listBox-option_kdipy_25",
|
|
4988
4988
|
selectedOptionText,
|
|
4989
4989
|
transitionDiv,
|
|
4990
4990
|
listboxButtonWrapper,
|
|
@@ -5013,22 +5013,22 @@ var style = {
|
|
|
5013
5013
|
label: label$7,
|
|
5014
5014
|
clientText: clientText$1
|
|
5015
5015
|
};
|
|
5016
|
-
const primary$1 = "
|
|
5017
|
-
const secondary = "
|
|
5018
|
-
const tertiary = "
|
|
5016
|
+
const primary$1 = "_primary_1ipyg_1";
|
|
5017
|
+
const secondary = "_secondary_1ipyg_9";
|
|
5018
|
+
const tertiary = "_tertiary_1ipyg_19";
|
|
5019
5019
|
var styles$I = {
|
|
5020
5020
|
primary: primary$1,
|
|
5021
5021
|
secondary,
|
|
5022
5022
|
tertiary,
|
|
5023
|
-
"font-18": "_font-
|
|
5024
|
-
"font-20": "_font-
|
|
5025
|
-
"font-14": "_font-
|
|
5026
|
-
"font-14a": "_font-
|
|
5027
|
-
"font-14b": "_font-
|
|
5028
|
-
"font-14c": "_font-
|
|
5029
|
-
"font-14d": "_font-
|
|
5030
|
-
"font-15": "_font-
|
|
5031
|
-
"font-34": "_font-
|
|
5023
|
+
"font-18": "_font-18_1ipyg_27",
|
|
5024
|
+
"font-20": "_font-20_1ipyg_35",
|
|
5025
|
+
"font-14": "_font-14_1ipyg_43",
|
|
5026
|
+
"font-14a": "_font-14a_1ipyg_51",
|
|
5027
|
+
"font-14b": "_font-14b_1ipyg_59",
|
|
5028
|
+
"font-14c": "_font-14c_1ipyg_67",
|
|
5029
|
+
"font-14d": "_font-14d_1ipyg_75",
|
|
5030
|
+
"font-15": "_font-15_1ipyg_83",
|
|
5031
|
+
"font-34": "_font-34_1ipyg_89"
|
|
5032
5032
|
};
|
|
5033
5033
|
const variants = {
|
|
5034
5034
|
h1: "h1",
|
|
@@ -5056,10 +5056,10 @@ const Text = ({
|
|
|
5056
5056
|
children: children2
|
|
5057
5057
|
});
|
|
5058
5058
|
};
|
|
5059
|
-
const search$1 = "
|
|
5059
|
+
const search$1 = "_search_qirxg_1";
|
|
5060
5060
|
var styles$H = {
|
|
5061
|
-
"searchTab-container": "_searchTab-
|
|
5062
|
-
"searchTab-input": "_searchTab-
|
|
5061
|
+
"searchTab-container": "_searchTab-container_qirxg_1",
|
|
5062
|
+
"searchTab-input": "_searchTab-input_qirxg_9",
|
|
5063
5063
|
search: search$1
|
|
5064
5064
|
};
|
|
5065
5065
|
const iconoirSearch = (props) => /* @__PURE__ */ jsx("svg", {
|
|
@@ -5548,7 +5548,11 @@ const WEEK_DAYS = [
|
|
|
5548
5548
|
{ value: "Sat", label: "Sat" }
|
|
5549
5549
|
];
|
|
5550
5550
|
const TIME_ZONES = [
|
|
5551
|
-
{ value: "
|
|
5551
|
+
{ value: "Asia/Kolkata", label: "IST" },
|
|
5552
|
+
{ value: "America/Los_Angeles", label: "PST" },
|
|
5553
|
+
{ value: "Europe/London", label: "GMT" },
|
|
5554
|
+
{ value: "Australia/Sydney", label: "AEST" },
|
|
5555
|
+
{ value: "America/New_York", label: "EST" }
|
|
5552
5556
|
];
|
|
5553
5557
|
const TIME = [
|
|
5554
5558
|
{ value: "AM", label: "AM" },
|
|
@@ -7277,22 +7281,22 @@ const ExternalMetricForm = ({
|
|
|
7277
7281
|
})]
|
|
7278
7282
|
});
|
|
7279
7283
|
};
|
|
7280
|
-
const container$d = "
|
|
7281
|
-
const wrapper$3 = "
|
|
7282
|
-
const label$3 = "
|
|
7283
|
-
const floatingLabel = "
|
|
7284
|
-
const floatingText = "
|
|
7285
|
-
const clientText = "
|
|
7286
|
-
const normalText = "
|
|
7287
|
-
const dropdown$1 = "
|
|
7288
|
-
const options = "
|
|
7289
|
-
const checkedOption = "
|
|
7290
|
-
const option = "
|
|
7291
|
-
const icon$1 = "
|
|
7292
|
-
const text$2 = "
|
|
7293
|
-
const search = "
|
|
7294
|
-
const loadMore = "
|
|
7295
|
-
const loadMoreIcon = "
|
|
7284
|
+
const container$d = "_container_1n71y_1";
|
|
7285
|
+
const wrapper$3 = "_wrapper_1n71y_9";
|
|
7286
|
+
const label$3 = "_label_1n71y_17";
|
|
7287
|
+
const floatingLabel = "_floatingLabel_1n71y_25";
|
|
7288
|
+
const floatingText = "_floatingText_1n71y_31";
|
|
7289
|
+
const clientText = "_clientText_1n71y_39";
|
|
7290
|
+
const normalText = "_normalText_1n71y_47";
|
|
7291
|
+
const dropdown$1 = "_dropdown_1n71y_55";
|
|
7292
|
+
const options = "_options_1n71y_63";
|
|
7293
|
+
const checkedOption = "_checkedOption_1n71y_71";
|
|
7294
|
+
const option = "_option_1n71y_63";
|
|
7295
|
+
const icon$1 = "_icon_1n71y_87";
|
|
7296
|
+
const text$2 = "_text_1n71y_95";
|
|
7297
|
+
const search = "_search_1n71y_103";
|
|
7298
|
+
const loadMore = "_loadMore_1n71y_111";
|
|
7299
|
+
const loadMoreIcon = "_loadMoreIcon_1n71y_119";
|
|
7296
7300
|
var styles$y = {
|
|
7297
7301
|
container: container$d,
|
|
7298
7302
|
wrapper: wrapper$3,
|
|
@@ -86757,12 +86761,12 @@ const InfoTooltip = ({
|
|
|
86757
86761
|
});
|
|
86758
86762
|
};
|
|
86759
86763
|
var styles$p = {
|
|
86760
|
-
"header-container": "_header-
|
|
86761
|
-
"btn-container": "_btn-
|
|
86762
|
-
"back-btn": "_back-
|
|
86763
|
-
"sql-btn": "_sql-
|
|
86764
|
-
"save-btn": "_save-
|
|
86765
|
-
"save-btn-icon": "_save-btn-
|
|
86764
|
+
"header-container": "_header-container_1pbz4_1",
|
|
86765
|
+
"btn-container": "_btn-container_1pbz4_9",
|
|
86766
|
+
"back-btn": "_back-btn_1pbz4_17",
|
|
86767
|
+
"sql-btn": "_sql-btn_1pbz4_25",
|
|
86768
|
+
"save-btn": "_save-btn_1pbz4_33",
|
|
86769
|
+
"save-btn-icon": "_save-btn-icon_1pbz4_41"
|
|
86766
86770
|
};
|
|
86767
86771
|
const Header = ({
|
|
86768
86772
|
setShowMetricCreateModal,
|
|
@@ -86815,20 +86819,20 @@ const Header = ({
|
|
|
86815
86819
|
});
|
|
86816
86820
|
};
|
|
86817
86821
|
var styles$o = {
|
|
86818
|
-
"create-btn": "_create-
|
|
86819
|
-
"modal-container": "_modal-
|
|
86820
|
-
"query-modal": "_query-
|
|
86822
|
+
"create-btn": "_create-btn_zxqu9_1",
|
|
86823
|
+
"modal-container": "_modal-container_zxqu9_9",
|
|
86824
|
+
"query-modal": "_query-modal_zxqu9_17"
|
|
86821
86825
|
};
|
|
86822
|
-
const container$7 = "
|
|
86823
|
-
const header$3 = "
|
|
86824
|
-
const wrapper$2 = "
|
|
86825
|
-
const column = "
|
|
86826
|
-
const columnText$1 = "
|
|
86826
|
+
const container$7 = "_container_u2z1d_1";
|
|
86827
|
+
const header$3 = "_header_u2z1d_9";
|
|
86828
|
+
const wrapper$2 = "_wrapper_u2z1d_17";
|
|
86829
|
+
const column = "_column_u2z1d_33";
|
|
86830
|
+
const columnText$1 = "_columnText_u2z1d_41";
|
|
86827
86831
|
var styles$n = {
|
|
86828
86832
|
container: container$7,
|
|
86829
86833
|
header: header$3,
|
|
86830
86834
|
wrapper: wrapper$2,
|
|
86831
|
-
"col-container": "_col-
|
|
86835
|
+
"col-container": "_col-container_u2z1d_25",
|
|
86832
86836
|
column,
|
|
86833
86837
|
columnText: columnText$1
|
|
86834
86838
|
};
|
|
@@ -88246,10 +88250,10 @@ const ChartTab = ({
|
|
|
88246
88250
|
})]
|
|
88247
88251
|
});
|
|
88248
88252
|
};
|
|
88249
|
-
const container$5 = "
|
|
88250
|
-
const wrapper$1 = "
|
|
88251
|
-
const text = "
|
|
88252
|
-
const table$2 = "
|
|
88253
|
+
const container$5 = "_container_wjdaz_1";
|
|
88254
|
+
const wrapper$1 = "_wrapper_wjdaz_9";
|
|
88255
|
+
const text = "_text_wjdaz_17";
|
|
88256
|
+
const table$2 = "_table_wjdaz_23";
|
|
88253
88257
|
var styles$i = {
|
|
88254
88258
|
container: container$5,
|
|
88255
88259
|
wrapper: wrapper$1,
|
|
@@ -88282,16 +88286,16 @@ const InputTables = ({
|
|
|
88282
88286
|
})
|
|
88283
88287
|
});
|
|
88284
88288
|
};
|
|
88285
|
-
const container$4 = "
|
|
88286
|
-
const header$1 = "
|
|
88287
|
-
const tabButton$1 = "
|
|
88288
|
-
const selectedTab = "
|
|
88289
|
-
const table$1 = "
|
|
88289
|
+
const container$4 = "_container_127xg_1";
|
|
88290
|
+
const header$1 = "_header_127xg_9";
|
|
88291
|
+
const tabButton$1 = "_tabButton_127xg_31";
|
|
88292
|
+
const selectedTab = "_selectedTab_127xg_37";
|
|
88293
|
+
const table$1 = "_table_127xg_43";
|
|
88290
88294
|
var styles$h = {
|
|
88291
88295
|
container: container$4,
|
|
88292
88296
|
header: header$1,
|
|
88293
|
-
"text-container": "_text-
|
|
88294
|
-
"btn-container": "_btn-
|
|
88297
|
+
"text-container": "_text-container_127xg_17",
|
|
88298
|
+
"btn-container": "_btn-container_127xg_25",
|
|
88295
88299
|
tabButton: tabButton$1,
|
|
88296
88300
|
selectedTab,
|
|
88297
88301
|
table: table$1
|
|
@@ -88372,18 +88376,18 @@ const TableTab = ({
|
|
|
88372
88376
|
})]
|
|
88373
88377
|
});
|
|
88374
88378
|
};
|
|
88375
|
-
const mainContainerUpdate = "
|
|
88376
|
-
const wrapper = "
|
|
88377
|
-
const updateWrapper = "
|
|
88378
|
-
const updateWrapperContent = "
|
|
88379
|
-
const createWrapperContent = "
|
|
88380
|
-
const searchCommand = "
|
|
88381
|
-
const tabButton = "
|
|
88382
|
-
const tabActive = "
|
|
88379
|
+
const mainContainerUpdate = "_mainContainerUpdate_z1gwh_7";
|
|
88380
|
+
const wrapper = "_wrapper_z1gwh_23";
|
|
88381
|
+
const updateWrapper = "_updateWrapper_z1gwh_29";
|
|
88382
|
+
const updateWrapperContent = "_updateWrapperContent_z1gwh_35";
|
|
88383
|
+
const createWrapperContent = "_createWrapperContent_z1gwh_41";
|
|
88384
|
+
const searchCommand = "_searchCommand_z1gwh_47";
|
|
88385
|
+
const tabButton = "_tabButton_z1gwh_53";
|
|
88386
|
+
const tabActive = "_tabActive_z1gwh_59";
|
|
88383
88387
|
var styles$g = {
|
|
88384
|
-
"main-container": "_main-
|
|
88388
|
+
"main-container": "_main-container_z1gwh_1",
|
|
88385
88389
|
mainContainerUpdate,
|
|
88386
|
-
"outputTab-header": "_outputTab-
|
|
88390
|
+
"outputTab-header": "_outputTab-header_z1gwh_15",
|
|
88387
88391
|
wrapper,
|
|
88388
88392
|
updateWrapper,
|
|
88389
88393
|
updateWrapperContent,
|
|
@@ -88521,30 +88525,30 @@ const MetricOutput = ({
|
|
|
88521
88525
|
})]
|
|
88522
88526
|
});
|
|
88523
88527
|
};
|
|
88524
|
-
const fieldValueIcon = "
|
|
88525
|
-
const fieldAddBtnIcon = "
|
|
88526
|
-
const group = "
|
|
88527
|
-
const tooltipWrapper = "
|
|
88528
|
-
const tooltip = "
|
|
88529
|
-
const dropdown = "
|
|
88530
|
-
const filterDropdown = "
|
|
88531
|
-
const filterValues = "
|
|
88532
|
-
const columnText = "
|
|
88533
|
-
const disabled = "
|
|
88534
|
-
const checkIcon = "
|
|
88535
|
-
const generateButton = "
|
|
88528
|
+
const fieldValueIcon = "_fieldValueIcon_107sf_49";
|
|
88529
|
+
const fieldAddBtnIcon = "_fieldAddBtnIcon_107sf_65";
|
|
88530
|
+
const group = "_group_107sf_1";
|
|
88531
|
+
const tooltipWrapper = "_tooltipWrapper_107sf_89";
|
|
88532
|
+
const tooltip = "_tooltip_107sf_89";
|
|
88533
|
+
const dropdown = "_dropdown_107sf_113";
|
|
88534
|
+
const filterDropdown = "_filterDropdown_107sf_121";
|
|
88535
|
+
const filterValues = "_filterValues_107sf_129";
|
|
88536
|
+
const columnText = "_columnText_107sf_137";
|
|
88537
|
+
const disabled = "_disabled_107sf_145";
|
|
88538
|
+
const checkIcon = "_checkIcon_107sf_153";
|
|
88539
|
+
const generateButton = "_generateButton_107sf_161";
|
|
88536
88540
|
var styles$f = {
|
|
88537
|
-
"form-container": "_form-
|
|
88538
|
-
"field-container": "_field-
|
|
88539
|
-
"field-label": "_field-
|
|
88540
|
-
"field-wrapper": "_field-
|
|
88541
|
-
"field-inner-container": "_field-inner-
|
|
88542
|
-
"field-value": "_field-
|
|
88541
|
+
"form-container": "_form-container_107sf_1",
|
|
88542
|
+
"field-container": "_field-container_107sf_9",
|
|
88543
|
+
"field-label": "_field-label_107sf_17",
|
|
88544
|
+
"field-wrapper": "_field-wrapper_107sf_25",
|
|
88545
|
+
"field-inner-container": "_field-inner-container_107sf_33",
|
|
88546
|
+
"field-value": "_field-value_107sf_41",
|
|
88543
88547
|
fieldValueIcon,
|
|
88544
|
-
"field-add-btn": "_field-add-
|
|
88548
|
+
"field-add-btn": "_field-add-btn_107sf_57",
|
|
88545
88549
|
fieldAddBtnIcon,
|
|
88546
|
-
"field-value-container": "_field-value-
|
|
88547
|
-
"field-prompt": "_field-
|
|
88550
|
+
"field-value-container": "_field-value-container_107sf_73",
|
|
88551
|
+
"field-prompt": "_field-prompt_107sf_81",
|
|
88548
88552
|
group,
|
|
88549
88553
|
tooltipWrapper,
|
|
88550
88554
|
tooltip,
|
|
@@ -88555,12 +88559,12 @@ var styles$f = {
|
|
|
88555
88559
|
disabled,
|
|
88556
88560
|
checkIcon,
|
|
88557
88561
|
generateButton,
|
|
88558
|
-
"saved-container": "_saved-
|
|
88559
|
-
"custom-container": "_custom-
|
|
88560
|
-
"simple-container": "_simple-
|
|
88561
|
-
"filter-dropdown": "_filter-
|
|
88562
|
-
"editor-field": "_editor-
|
|
88563
|
-
"tab-border": "_tab-
|
|
88562
|
+
"saved-container": "_saved-container_107sf_169",
|
|
88563
|
+
"custom-container": "_custom-container_107sf_177",
|
|
88564
|
+
"simple-container": "_simple-container_107sf_185",
|
|
88565
|
+
"filter-dropdown": "_filter-dropdown_107sf_193",
|
|
88566
|
+
"editor-field": "_editor-field_107sf_201",
|
|
88567
|
+
"tab-border": "_tab-border_107sf_209"
|
|
88564
88568
|
};
|
|
88565
88569
|
const button$1 = "_button_18a2n_1";
|
|
88566
88570
|
const menu$1 = "_menu_18a2n_7";
|
|
@@ -116665,10 +116669,10 @@ const MetricForm = ({
|
|
|
116665
116669
|
})]
|
|
116666
116670
|
});
|
|
116667
116671
|
};
|
|
116668
|
-
const container$2 = "
|
|
116669
|
-
const header = "
|
|
116670
|
-
const enableGroupBy = "
|
|
116671
|
-
const enableGroupButton = "
|
|
116672
|
+
const container$2 = "_container_1v000_1";
|
|
116673
|
+
const header = "_header_1v000_9";
|
|
116674
|
+
const enableGroupBy = "_enableGroupBy_1v000_15";
|
|
116675
|
+
const enableGroupButton = "_enableGroupButton_1v000_21";
|
|
116672
116676
|
var styles$d = {
|
|
116673
116677
|
container: container$2,
|
|
116674
116678
|
header,
|
|
@@ -121776,8 +121780,8 @@ const ChartImageDownloadButton = ({
|
|
|
121776
121780
|
}), text2]
|
|
121777
121781
|
});
|
|
121778
121782
|
};
|
|
121779
|
-
const metricFilter = "
|
|
121780
|
-
const customContainer = "
|
|
121783
|
+
const metricFilter = "_metricFilter_1xge8_1";
|
|
121784
|
+
const customContainer = "_customContainer_1xge8_7";
|
|
121781
121785
|
var styles$9 = {
|
|
121782
121786
|
metricFilter,
|
|
121783
121787
|
customContainer
|
|
@@ -121884,24 +121888,24 @@ const MetricFilterDropDown = ({
|
|
|
121884
121888
|
}) : void 0
|
|
121885
121889
|
});
|
|
121886
121890
|
};
|
|
121887
|
-
const container$1 = "
|
|
121888
|
-
const popover = "
|
|
121889
|
-
const button = "
|
|
121890
|
-
const buttonOpen = "
|
|
121891
|
-
const menu = "
|
|
121892
|
-
const enter = "
|
|
121893
|
-
const enterFrom = "
|
|
121894
|
-
const enterTo = "
|
|
121895
|
-
const leave = "
|
|
121896
|
-
const leaveFrom = "
|
|
121897
|
-
const leaveTo = "
|
|
121898
|
-
const center = "
|
|
121899
|
-
const top = "
|
|
121900
|
-
const bottom = "
|
|
121901
|
-
const left = "
|
|
121902
|
-
const right = "
|
|
121903
|
-
const chartOptionBtn = "
|
|
121904
|
-
const chartpopup = "
|
|
121891
|
+
const container$1 = "_container_a6fvx_1";
|
|
121892
|
+
const popover = "_popover_a6fvx_9";
|
|
121893
|
+
const button = "_button_a6fvx_17";
|
|
121894
|
+
const buttonOpen = "_buttonOpen_a6fvx_25";
|
|
121895
|
+
const menu = "_menu_a6fvx_33";
|
|
121896
|
+
const enter = "_enter_a6fvx_41";
|
|
121897
|
+
const enterFrom = "_enterFrom_a6fvx_49";
|
|
121898
|
+
const enterTo = "_enterTo_a6fvx_57";
|
|
121899
|
+
const leave = "_leave_a6fvx_65";
|
|
121900
|
+
const leaveFrom = "_leaveFrom_a6fvx_73";
|
|
121901
|
+
const leaveTo = "_leaveTo_a6fvx_81";
|
|
121902
|
+
const center = "_center_a6fvx_89";
|
|
121903
|
+
const top = "_top_a6fvx_97";
|
|
121904
|
+
const bottom = "_bottom_a6fvx_105";
|
|
121905
|
+
const left = "_left_a6fvx_113";
|
|
121906
|
+
const right = "_right_a6fvx_121";
|
|
121907
|
+
const chartOptionBtn = "_chartOptionBtn_a6fvx_225";
|
|
121908
|
+
const chartpopup = "_chartpopup_a6fvx_233";
|
|
121905
121909
|
var styles$8 = {
|
|
121906
121910
|
container: container$1,
|
|
121907
121911
|
popover,
|
|
@@ -121919,23 +121923,23 @@ var styles$8 = {
|
|
|
121919
121923
|
bottom,
|
|
121920
121924
|
left,
|
|
121921
121925
|
right,
|
|
121922
|
-
"left-top-end": "_left-top-
|
|
121923
|
-
"right-top-end": "_right-top-
|
|
121924
|
-
"left-bottom-end": "_left-bottom-
|
|
121925
|
-
"right-bottom-end": "_right-bottom-
|
|
121926
|
-
"top-left": "_top-
|
|
121927
|
-
"top-right": "_top-
|
|
121928
|
-
"bottom-left": "_bottom-
|
|
121929
|
-
"bottom-right": "_bottom-
|
|
121930
|
-
"left-top": "_left-
|
|
121931
|
-
"left-bottom": "_left-
|
|
121932
|
-
"right-top": "_right-
|
|
121933
|
-
"right-bottom": "_right-
|
|
121926
|
+
"left-top-end": "_left-top-end_a6fvx_129",
|
|
121927
|
+
"right-top-end": "_right-top-end_a6fvx_137",
|
|
121928
|
+
"left-bottom-end": "_left-bottom-end_a6fvx_145",
|
|
121929
|
+
"right-bottom-end": "_right-bottom-end_a6fvx_153",
|
|
121930
|
+
"top-left": "_top-left_a6fvx_161",
|
|
121931
|
+
"top-right": "_top-right_a6fvx_169",
|
|
121932
|
+
"bottom-left": "_bottom-left_a6fvx_177",
|
|
121933
|
+
"bottom-right": "_bottom-right_a6fvx_185",
|
|
121934
|
+
"left-top": "_left-top_a6fvx_129",
|
|
121935
|
+
"left-bottom": "_left-bottom_a6fvx_145",
|
|
121936
|
+
"right-top": "_right-top_a6fvx_137",
|
|
121937
|
+
"right-bottom": "_right-bottom_a6fvx_153",
|
|
121934
121938
|
chartOptionBtn,
|
|
121935
121939
|
chartpopup
|
|
121936
121940
|
};
|
|
121937
|
-
const fullscreen = "
|
|
121938
|
-
const loading = "
|
|
121941
|
+
const fullscreen = "_fullscreen_19jec_1";
|
|
121942
|
+
const loading = "_loading_19jec_9";
|
|
121939
121943
|
var styles$7 = {
|
|
121940
121944
|
fullscreen,
|
|
121941
121945
|
loading
|
|
@@ -122217,8 +122221,8 @@ const asEmail = {
|
|
|
122217
122221
|
}
|
|
122218
122222
|
});
|
|
122219
122223
|
var styles$6 = {
|
|
122220
|
-
"dbc-container": "_dbc-
|
|
122221
|
-
"active-dimension": "_active-
|
|
122224
|
+
"dbc-container": "_dbc-container_nmp4f_1",
|
|
122225
|
+
"active-dimension": "_active-dimension_nmp4f_9"
|
|
122222
122226
|
};
|
|
122223
122227
|
const DrillBreadCrumb = ({
|
|
122224
122228
|
dimensions,
|
|
@@ -123524,33 +123528,33 @@ const mdiPlus = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
123524
123528
|
d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2Z"
|
|
123525
123529
|
})
|
|
123526
123530
|
});
|
|
123527
|
-
const scheduleEmailButton = "
|
|
123531
|
+
const scheduleEmailButton = "_scheduleEmailButton_101bq_1";
|
|
123528
123532
|
var styles$2 = {
|
|
123529
123533
|
scheduleEmailButton
|
|
123530
123534
|
};
|
|
123531
123535
|
var styles$1 = {
|
|
123532
|
-
"form-container": "_form-
|
|
123533
|
-
"form-wrapper": "_form-
|
|
123534
|
-
"form-primary-text": "_form-primary-
|
|
123535
|
-
"week-days-container": "_week-days-
|
|
123536
|
-
"main-label": "_main-
|
|
123537
|
-
"time-element": "_time-
|
|
123538
|
-
"cancel-btn": "_cancel-
|
|
123539
|
-
"delete-btn": "_delete-
|
|
123540
|
-
"field-width": "_field-
|
|
123541
|
-
"timezone-field": "_timezone-
|
|
123542
|
-
"success-text": "_success-
|
|
123536
|
+
"form-container": "_form-container_63pgj_1",
|
|
123537
|
+
"form-wrapper": "_form-wrapper_63pgj_7",
|
|
123538
|
+
"form-primary-text": "_form-primary-text_63pgj_15",
|
|
123539
|
+
"week-days-container": "_week-days-container_63pgj_23",
|
|
123540
|
+
"main-label": "_main-label_63pgj_29",
|
|
123541
|
+
"time-element": "_time-element_63pgj_37",
|
|
123542
|
+
"cancel-btn": "_cancel-btn_63pgj_45",
|
|
123543
|
+
"delete-btn": "_delete-btn_63pgj_51",
|
|
123544
|
+
"field-width": "_field-width_63pgj_57",
|
|
123545
|
+
"timezone-field": "_timezone-field_63pgj_65",
|
|
123546
|
+
"success-text": "_success-text_63pgj_73"
|
|
123543
123547
|
};
|
|
123544
|
-
const tag = "
|
|
123545
|
-
const tagBtn = "
|
|
123546
|
-
const inputFieldContainer = "
|
|
123548
|
+
const tag = "_tag_akdrv_1";
|
|
123549
|
+
const tagBtn = "_tagBtn_akdrv_13";
|
|
123550
|
+
const inputFieldContainer = "_inputFieldContainer_akdrv_21";
|
|
123547
123551
|
var styles = {
|
|
123548
123552
|
tag,
|
|
123549
|
-
"tag-text": "_tag-
|
|
123553
|
+
"tag-text": "_tag-text_akdrv_7",
|
|
123550
123554
|
tagBtn,
|
|
123551
123555
|
inputFieldContainer,
|
|
123552
|
-
"tag-container": "_tag-
|
|
123553
|
-
"cross-icon": "_cross-
|
|
123556
|
+
"tag-container": "_tag-container_akdrv_29",
|
|
123557
|
+
"cross-icon": "_cross-icon_akdrv_37"
|
|
123554
123558
|
};
|
|
123555
123559
|
const TagInputField = ({
|
|
123556
123560
|
control,
|
|
@@ -123723,7 +123727,7 @@ const useScheduleEmail = ({ onCancel }) => {
|
|
|
123723
123727
|
});
|
|
123724
123728
|
} else {
|
|
123725
123729
|
setValue("time", "PM");
|
|
123726
|
-
setValue("timezone", "
|
|
123730
|
+
setValue("timezone", "Asia/Kolkata");
|
|
123727
123731
|
setValue("frequency", "Monthly");
|
|
123728
123732
|
}
|
|
123729
123733
|
}, [scheduleReportConfig]);
|