sag_components 2.0.0-beta74 → 2.0.0-beta76

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.
Files changed (27) hide show
  1. package/dist/index.d.ts +153 -126
  2. package/dist/index.esm.js +2480 -946
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +2111 -572
  5. package/dist/index.js.map +1 -1
  6. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +0 -37
  7. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -69
  8. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -12
  9. package/dist/types/components/BarChart/BarChart.d.ts +3 -0
  10. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
  11. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +0 -64
  12. package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +1 -0
  13. package/dist/types/components/CollapseData/CollapseData.d.ts +6 -0
  14. package/dist/types/components/TabMenu/TabMenu.d.ts +1 -57
  15. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +27 -37
  16. package/dist/types/components/TabMenu/TabMenu.style.d.ts +2 -34
  17. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +3 -0
  18. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +8 -0
  19. package/dist/types/icons/BarcodeIcon.d.ts +6 -0
  20. package/dist/types/icons/ChevronIcon.d.ts +7 -0
  21. package/dist/types/icons/FolderIcon.d.ts +6 -0
  22. package/dist/types/icons/PeopleIcon.d.ts +6 -0
  23. package/dist/types/index.d.ts +5 -0
  24. package/package.json +1 -1
  25. /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +0 -0
  26. /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.stories.d.ts +0 -0
  27. /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.style.d.ts +0 -0
@@ -1,39 +1,2 @@
1
1
  export function BannerEventBox(props: any): import("react/jsx-runtime").JSX.Element;
2
- export namespace BannerEventBox {
3
- namespace propTypes {
4
- const width: PropTypes.Requireable<string>;
5
- const height: PropTypes.Requireable<string>;
6
- const banner: PropTypes.Requireable<string>;
7
- const buttonText: PropTypes.Requireable<string>;
8
- const description: PropTypes.Requireable<string>;
9
- const disabled: PropTypes.Requireable<boolean>;
10
- const dates: PropTypes.Requireable<string[]>;
11
- const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
12
- const onInfoClick: PropTypes.Requireable<(...args: any[]) => any>;
13
- }
14
- namespace defaultProps {
15
- const width_1: string;
16
- export { width_1 as width };
17
- const height_1: string;
18
- export { height_1 as height };
19
- const banner_1: string;
20
- export { banner_1 as banner };
21
- const description_1: string;
22
- export { description_1 as description };
23
- const dates_1: string[];
24
- export { dates_1 as dates };
25
- const buttonText_1: string;
26
- export { buttonText_1 as buttonText };
27
- const data_1: {
28
- name: string;
29
- items: number;
30
- }[];
31
- export { data_1 as data };
32
- export function onInfoClick_1(): void;
33
- export { onInfoClick_1 as onInfoClick };
34
- const disabled_1: boolean;
35
- export { disabled_1 as disabled };
36
- }
37
- }
38
2
  export default BannerEventBox;
39
- import PropTypes from "prop-types";
@@ -1,71 +1,2 @@
1
1
  export default BannerEventBoxList;
2
2
  declare function BannerEventBoxList(props: any): import("react/jsx-runtime").JSX.Element;
3
- declare namespace BannerEventBoxList {
4
- namespace propTypes {
5
- const className: PropTypes.Requireable<string>;
6
- const width: PropTypes.Requireable<string>;
7
- const height: PropTypes.Requireable<string>;
8
- const eventType: PropTypes.Requireable<string>;
9
- const eventName: PropTypes.Requireable<string>;
10
- const count: PropTypes.Requireable<number>;
11
- const toggleColor: PropTypes.Requireable<string>;
12
- const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
13
- const retailer: PropTypes.Requireable<string>;
14
- const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
15
- const showLoader: PropTypes.Requireable<boolean>;
16
- const showEventDetails: PropTypes.Requireable<boolean>;
17
- const cardsContent: PropTypes.Requireable<boolean>;
18
- const linkText: PropTypes.Requireable<string>;
19
- const disableToggle: PropTypes.Requireable<boolean>;
20
- const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
21
- const bannerWidth: PropTypes.Requireable<string>;
22
- const showDraft: PropTypes.Requireable<boolean>;
23
- }
24
- namespace defaultProps {
25
- const className_1: string;
26
- export { className_1 as className };
27
- const width_1: string;
28
- export { width_1 as width };
29
- const height_1: string;
30
- export { height_1 as height };
31
- const eventType_1: string;
32
- export { eventType_1 as eventType };
33
- const eventName_1: string;
34
- export { eventName_1 as eventName };
35
- const count_1: any;
36
- export { count_1 as count };
37
- const toggleColor_1: string;
38
- export { toggleColor_1 as toggleColor };
39
- const data_1: {
40
- banner: string;
41
- description: string;
42
- dates: string[];
43
- data: {
44
- name: string;
45
- items: string[];
46
- }[];
47
- }[];
48
- export { data_1 as data };
49
- const retailer_1: string;
50
- export { retailer_1 as retailer };
51
- export function retailerFile_1(): void;
52
- export { retailerFile_1 as retailerFile };
53
- const cardsContent_1: boolean;
54
- export { cardsContent_1 as cardsContent };
55
- const linkText_1: string;
56
- export { linkText_1 as linkText };
57
- const showLoader_1: boolean;
58
- export { showLoader_1 as showLoader };
59
- const showEventDetails_1: boolean;
60
- export { showEventDetails_1 as showEventDetails };
61
- const disableToggle_1: boolean;
62
- export { disableToggle_1 as disableToggle };
63
- const children_1: any;
64
- export { children_1 as children };
65
- const bannerWidth_1: string;
66
- export { bannerWidth_1 as bannerWidth };
67
- const showDraft_1: boolean;
68
- export { showDraft_1 as showDraft };
69
- }
70
- }
71
- import PropTypes from "prop-types";
@@ -1,12 +1,13 @@
1
- export const CollapseMenuItemMainContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
- export const CollapseMenuItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
- export const LoaderWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
- export const Loader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
5
- export const BannerIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
- export const MainDetails: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
- export const SubDetails: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
8
- export const ProductName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
9
- export const ToggleContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
- export const CollapseMenuItemContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
- export const MainContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
- export const DraftTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
+ export const CollapseMenuItemMainContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export const CollapseMenuItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export const LoaderWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export const Loader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
5
+ export const BannerIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export const MainDetails: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
+ export const SubDetails: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
8
+ export const ProductName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
9
+ export const ToggleContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ export const CollapseMenuItemContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
+ export const MainContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
+ export const DraftTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
13
+ import React from "react";
@@ -27,6 +27,7 @@ export namespace BarChart {
27
27
  const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
28
28
  const currentBarColor: PropTypes.Requireable<string>;
29
29
  const isPercent: PropTypes.Requireable<boolean>;
30
+ const noDataText: PropTypes.Requireable<string>;
30
31
  }
31
32
  namespace defaultProps {
32
33
  const title_1: string;
@@ -73,6 +74,8 @@ export namespace BarChart {
73
74
  export { currentBarColor_1 as currentBarColor };
74
75
  const isPercent_1: boolean;
75
76
  export { isPercent_1 as isPercent };
77
+ const noDataText_1: string;
78
+ export { noDataText_1 as noDataText };
76
79
  }
77
80
  }
78
81
  export default BarChart;
@@ -1,82 +1,2 @@
1
1
  export function BarChartTwoRows(props: any): import("react/jsx-runtime").JSX.Element;
2
- export namespace BarChartTwoRows {
3
- namespace propTypes {
4
- const title: PropTypes.Requireable<string>;
5
- const width: PropTypes.Requireable<string>;
6
- const height: PropTypes.Requireable<string>;
7
- const barChartHeight: PropTypes.Requireable<number>;
8
- const barSize: PropTypes.Requireable<number>;
9
- const barFontSizeValue: PropTypes.Requireable<string>;
10
- const barChartColorFirst: PropTypes.Requireable<string>;
11
- const barChartColorSecond: PropTypes.Requireable<string>;
12
- const showDollarSign: PropTypes.Requireable<boolean>;
13
- const isDollar: PropTypes.Requireable<boolean>;
14
- const showReferenceLine: PropTypes.Requireable<boolean>;
15
- const referenceLinePoint: PropTypes.Requireable<number>;
16
- const referenceLineColor: PropTypes.Requireable<string>;
17
- const referenceLineDashed: PropTypes.Requireable<string>;
18
- const lowerValueLabel: PropTypes.Requireable<string>;
19
- const highValueLabel: PropTypes.Requireable<string>;
20
- const showLegend: PropTypes.Requireable<boolean>;
21
- const legendData: PropTypes.Requireable<PropTypes.InferProps<{
22
- title: PropTypes.Validator<string>;
23
- iconType: PropTypes.Validator<string>;
24
- iconColor: PropTypes.Validator<string>;
25
- }>[]>;
26
- const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
27
- title: PropTypes.Requireable<string>;
28
- date: PropTypes.Requireable<string>;
29
- value: PropTypes.Requireable<number>;
30
- }>[]>;
31
- }
32
- namespace defaultProps {
33
- const title_1: string;
34
- export { title_1 as title };
35
- const width_1: string;
36
- export { width_1 as width };
37
- const height_1: string;
38
- export { height_1 as height };
39
- const barChartHeight_1: number;
40
- export { barChartHeight_1 as barChartHeight };
41
- const barSize_1: number;
42
- export { barSize_1 as barSize };
43
- const barFontSizeValue_1: string;
44
- export { barFontSizeValue_1 as barFontSizeValue };
45
- const barChartColorFirst_1: string;
46
- export { barChartColorFirst_1 as barChartColorFirst };
47
- const barChartColorSecond_1: string;
48
- export { barChartColorSecond_1 as barChartColorSecond };
49
- const showDollarSign_1: boolean;
50
- export { showDollarSign_1 as showDollarSign };
51
- const isDollar_1: boolean;
52
- export { isDollar_1 as isDollar };
53
- const showReferenceLine_1: boolean;
54
- export { showReferenceLine_1 as showReferenceLine };
55
- const referenceLinePoint_1: number;
56
- export { referenceLinePoint_1 as referenceLinePoint };
57
- const referenceLineColor_1: string;
58
- export { referenceLineColor_1 as referenceLineColor };
59
- const referenceLineDashed_1: string;
60
- export { referenceLineDashed_1 as referenceLineDashed };
61
- const lowerValueLabel_1: string;
62
- export { lowerValueLabel_1 as lowerValueLabel };
63
- const highValueLabel_1: string;
64
- export { highValueLabel_1 as highValueLabel };
65
- const showLegend_1: boolean;
66
- export { showLegend_1 as showLegend };
67
- const legendData_1: {
68
- title: string;
69
- iconType: string;
70
- iconColor: string;
71
- }[];
72
- export { legendData_1 as legendData };
73
- const barChartData_1: {
74
- title: string;
75
- date: string;
76
- value: number;
77
- }[];
78
- export { barChartData_1 as barChartData };
79
- }
80
- }
81
2
  export default BarChartTwoRows;
82
- import PropTypes from "prop-types";
@@ -1,66 +1,2 @@
1
1
  export function BarChartWithAreaChart(props: any): import("react/jsx-runtime").JSX.Element;
2
- export namespace BarChartWithAreaChart {
3
- namespace propTypes {
4
- const title: PropTypes.Requireable<string>;
5
- const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
6
- title: PropTypes.Requireable<string>;
7
- date: PropTypes.Requireable<string>;
8
- value: PropTypes.Requireable<number>;
9
- avgValue: PropTypes.Requireable<number>;
10
- }>[]>;
11
- const width: PropTypes.Requireable<string>;
12
- const height: PropTypes.Requireable<string>;
13
- const barSize: PropTypes.Requireable<number>;
14
- const barChartHeight: PropTypes.Requireable<number>;
15
- const barFontSizeValue: PropTypes.Requireable<string>;
16
- const barChartColor: PropTypes.Requireable<string>;
17
- const showLegend: PropTypes.Requireable<boolean>;
18
- const signType: PropTypes.Requireable<string>;
19
- const isAreaChartDisplayed: PropTypes.Requireable<boolean>;
20
- const legendData: PropTypes.Requireable<PropTypes.InferProps<{
21
- title: PropTypes.Validator<string>;
22
- iconType: PropTypes.Validator<string>;
23
- iconColor: PropTypes.Validator<string>;
24
- }>[]>;
25
- const maxRange: PropTypes.Requireable<number>;
26
- }
27
- namespace defaultProps {
28
- const title_1: string;
29
- export { title_1 as title };
30
- const barChartData_1: {
31
- title: string;
32
- date: string;
33
- value: number;
34
- avgValue: number;
35
- }[];
36
- export { barChartData_1 as barChartData };
37
- const width_1: string;
38
- export { width_1 as width };
39
- const height_1: string;
40
- export { height_1 as height };
41
- const barSize_1: number;
42
- export { barSize_1 as barSize };
43
- const barChartHeight_1: number;
44
- export { barChartHeight_1 as barChartHeight };
45
- const barFontSizeValue_1: string;
46
- export { barFontSizeValue_1 as barFontSizeValue };
47
- const barChartColor_1: string;
48
- export { barChartColor_1 as barChartColor };
49
- const showLegend_1: boolean;
50
- export { showLegend_1 as showLegend };
51
- const signType_1: string;
52
- export { signType_1 as signType };
53
- const isAreaChartDisplayed_1: boolean;
54
- export { isAreaChartDisplayed_1 as isAreaChartDisplayed };
55
- const legendData_1: {
56
- title: string;
57
- iconType: string;
58
- iconColor: string;
59
- }[];
60
- export { legendData_1 as legendData };
61
- const maxRange_1: number;
62
- export { maxRange_1 as maxRange };
63
- }
64
- }
65
2
  export default BarChartWithAreaChart;
66
- import PropTypes from "prop-types";
@@ -85,6 +85,7 @@ declare namespace _default {
85
85
  }
86
86
  export default _default;
87
87
  export const Default: any;
88
+ export const EdgeCaseData: any;
88
89
  export const ShowAxis: any;
89
90
  export const InAdThemeData: any;
90
91
  export const EcommOnlySavingsEventData: any;
@@ -5,6 +5,8 @@ export namespace CollapseData {
5
5
  const noDataText: PropTypes.Requireable<string>;
6
6
  const width: PropTypes.Requireable<string>;
7
7
  const height: PropTypes.Requireable<string>;
8
+ const addPlusMark: PropTypes.Requireable<boolean>;
9
+ const addArrowToTotal: PropTypes.Requireable<boolean>;
8
10
  const tableData: PropTypes.Requireable<PropTypes.InferProps<{
9
11
  key: PropTypes.Requireable<number>;
10
12
  icon: PropTypes.Requireable<string>;
@@ -28,6 +30,10 @@ export namespace CollapseData {
28
30
  export { height_1 as height };
29
31
  const tableData_1: any[];
30
32
  export { tableData_1 as tableData };
33
+ const addPlusMark_1: boolean;
34
+ export { addPlusMark_1 as addPlusMark };
35
+ const addArrowToTotal_1: boolean;
36
+ export { addArrowToTotal_1 as addArrowToTotal };
31
37
  }
32
38
  }
33
39
  export default CollapseData;
@@ -1,58 +1,2 @@
1
+ export function TabMenu(props: any): import("react/jsx-runtime").JSX.Element;
1
2
  export default TabMenu;
2
- declare function TabMenu({ color, currentTab, headlineInsteadTabs, headlineText, headlineContent, className, children, tabs, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, onTopButtonClick, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, }: {
3
- color?: string;
4
- currentTab?: number;
5
- headlineInsteadTabs?: boolean;
6
- headlineText?: string;
7
- headlineContent?: import("react/jsx-runtime").JSX.Element;
8
- className?: string;
9
- children?: any;
10
- tabs?: any[];
11
- inputWidth?: string;
12
- onFilterButtonClick?: () => void;
13
- onSearchFieldTyping?: () => void;
14
- onTabChange?: () => void;
15
- onTopButtonClick?: () => void;
16
- panelIsOpen?: boolean;
17
- setBackground?: boolean;
18
- showActions?: boolean;
19
- showFilterButton?: boolean;
20
- showLabel?: boolean;
21
- showSearchInput?: boolean;
22
- showViewOptionsButton?: boolean;
23
- disabledButton?: boolean;
24
- setTopRightButton?: boolean;
25
- rightButtonText?: string;
26
- rightButtonIcon?: string;
27
- }): import("react/jsx-runtime").JSX.Element;
28
- declare namespace TabMenu {
29
- namespace propTypes {
30
- const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
31
- const className: PropTypes.Requireable<string>;
32
- const color: PropTypes.Requireable<string>;
33
- const currentTab: PropTypes.Requireable<number>;
34
- const headlineInsteadTabs: PropTypes.Requireable<boolean>;
35
- const headlineText: PropTypes.Requireable<string>;
36
- const inputWidth: PropTypes.Requireable<string>;
37
- const onFilterButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
38
- const onSearchFieldTyping: PropTypes.Requireable<(...args: any[]) => any>;
39
- const onTabChange: PropTypes.Requireable<(...args: any[]) => any>;
40
- const panelIsOpen: PropTypes.Requireable<boolean>;
41
- const setBackground: PropTypes.Requireable<boolean>;
42
- const showActions: PropTypes.Requireable<boolean>;
43
- const showFilterButton: PropTypes.Requireable<boolean>;
44
- const showLabel: PropTypes.Requireable<boolean>;
45
- const showSearchInput: PropTypes.Requireable<boolean>;
46
- const showViewOptionsButton: PropTypes.Requireable<boolean>;
47
- const disabledButton: PropTypes.Requireable<boolean>;
48
- const setTopRightButton: PropTypes.Requireable<boolean>;
49
- const rightButtonText: PropTypes.Requireable<string>;
50
- const rightButtonIcon: PropTypes.Requireable<string>;
51
- const onTopButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
52
- const tabs: PropTypes.Requireable<PropTypes.InferProps<{
53
- title: PropTypes.Requireable<string>;
54
- content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
55
- }>[]>;
56
- }
57
- }
58
- import PropTypes from "prop-types";
@@ -21,27 +21,27 @@ declare namespace _default {
21
21
  const defaultValue_1: string;
22
22
  export { defaultValue_1 as defaultValue };
23
23
  }
24
- namespace headlineInsteadTabs {
24
+ namespace headlineText {
25
25
  const name_2: string;
26
26
  export { name_2 as name };
27
27
  const control_2: string;
28
28
  export { control_2 as control };
29
29
  const description_2: string;
30
30
  export { description_2 as description };
31
- const defaultValue_2: boolean;
31
+ const defaultValue_2: string;
32
32
  export { defaultValue_2 as defaultValue };
33
33
  }
34
- namespace headlineText {
34
+ namespace showActions {
35
35
  const name_3: string;
36
36
  export { name_3 as name };
37
37
  const control_3: string;
38
38
  export { control_3 as control };
39
39
  const description_3: string;
40
40
  export { description_3 as description };
41
- const defaultValue_3: string;
41
+ const defaultValue_3: boolean;
42
42
  export { defaultValue_3 as defaultValue };
43
43
  }
44
- namespace showActions {
44
+ namespace showFilterButton {
45
45
  const name_4: string;
46
46
  export { name_4 as name };
47
47
  const control_4: string;
@@ -51,7 +51,7 @@ declare namespace _default {
51
51
  const defaultValue_4: boolean;
52
52
  export { defaultValue_4 as defaultValue };
53
53
  }
54
- namespace showFilterButton {
54
+ namespace showViewOptionsButton {
55
55
  const name_5: string;
56
56
  export { name_5 as name };
57
57
  const control_5: string;
@@ -61,7 +61,7 @@ declare namespace _default {
61
61
  const defaultValue_5: boolean;
62
62
  export { defaultValue_5 as defaultValue };
63
63
  }
64
- namespace showViewOptionsButton {
64
+ namespace showSearchInput {
65
65
  const name_6: string;
66
66
  export { name_6 as name };
67
67
  const control_6: string;
@@ -71,7 +71,7 @@ declare namespace _default {
71
71
  const defaultValue_6: boolean;
72
72
  export { defaultValue_6 as defaultValue };
73
73
  }
74
- namespace showSearchInput {
74
+ namespace showLabel {
75
75
  const name_7: string;
76
76
  export { name_7 as name };
77
77
  const control_7: string;
@@ -81,27 +81,27 @@ declare namespace _default {
81
81
  const defaultValue_7: boolean;
82
82
  export { defaultValue_7 as defaultValue };
83
83
  }
84
- namespace showLabel {
84
+ namespace inputWidth {
85
85
  const name_8: string;
86
86
  export { name_8 as name };
87
87
  const control_8: string;
88
88
  export { control_8 as control };
89
89
  const description_8: string;
90
90
  export { description_8 as description };
91
- const defaultValue_8: boolean;
91
+ const defaultValue_8: string;
92
92
  export { defaultValue_8 as defaultValue };
93
93
  }
94
- namespace inputWidth {
94
+ namespace disabledButton {
95
95
  const name_9: string;
96
96
  export { name_9 as name };
97
97
  const control_9: string;
98
98
  export { control_9 as control };
99
99
  const description_9: string;
100
100
  export { description_9 as description };
101
- const defaultValue_9: string;
101
+ const defaultValue_9: boolean;
102
102
  export { defaultValue_9 as defaultValue };
103
103
  }
104
- namespace disabledButton {
104
+ namespace setTopRightButton {
105
105
  const name_10: string;
106
106
  export { name_10 as name };
107
107
  const control_10: string;
@@ -111,17 +111,17 @@ declare namespace _default {
111
111
  const defaultValue_10: boolean;
112
112
  export { defaultValue_10 as defaultValue };
113
113
  }
114
- namespace setTopRightButton {
114
+ namespace rightButtonText {
115
115
  const name_11: string;
116
116
  export { name_11 as name };
117
117
  const control_11: string;
118
118
  export { control_11 as control };
119
119
  const description_11: string;
120
120
  export { description_11 as description };
121
- const defaultValue_11: boolean;
121
+ const defaultValue_11: string;
122
122
  export { defaultValue_11 as defaultValue };
123
123
  }
124
- namespace rightButtonText {
124
+ namespace rightButtonIcon {
125
125
  const name_12: string;
126
126
  export { name_12 as name };
127
127
  const control_12: string;
@@ -131,46 +131,36 @@ declare namespace _default {
131
131
  const defaultValue_12: string;
132
132
  export { defaultValue_12 as defaultValue };
133
133
  }
134
- namespace rightButtonIcon {
134
+ namespace onTopButtonClick {
135
135
  const name_13: string;
136
136
  export { name_13 as name };
137
- const control_13: string;
138
- export { control_13 as control };
137
+ export const action: string;
139
138
  const description_13: string;
140
139
  export { description_13 as description };
141
- const defaultValue_13: string;
142
- export { defaultValue_13 as defaultValue };
143
140
  }
144
- namespace onTopButtonClick {
141
+ namespace onTabChange {
145
142
  const name_14: string;
146
143
  export { name_14 as name };
147
- export const action: string;
144
+ const action_1: string;
145
+ export { action_1 as action };
148
146
  const description_14: string;
149
147
  export { description_14 as description };
150
148
  }
151
- namespace onTabChange {
149
+ namespace onFilterButtonClick {
152
150
  const name_15: string;
153
151
  export { name_15 as name };
154
- const action_1: string;
155
- export { action_1 as action };
152
+ const action_2: string;
153
+ export { action_2 as action };
156
154
  const description_15: string;
157
155
  export { description_15 as description };
158
156
  }
159
- namespace onFilterButtonClick {
157
+ namespace onSearchFieldTyping {
160
158
  const name_16: string;
161
159
  export { name_16 as name };
162
- const action_2: string;
163
- export { action_2 as action };
164
- const description_16: string;
165
- export { description_16 as description };
166
- }
167
- namespace onSearchFieldTyping {
168
- const name_17: string;
169
- export { name_17 as name };
170
160
  const action_3: string;
171
161
  export { action_3 as action };
172
- const description_17: string;
173
- export { description_17 as description };
162
+ const description_16: string;
163
+ export { description_16 as description };
174
164
  }
175
165
  }
176
166
  }
@@ -1,45 +1,13 @@
1
1
  export const TabMenuContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
2
  export const TopRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
- export const Headline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
4
- export const Nav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
5
3
  export const TabActionLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export const Headline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
6
5
  export const Tabs: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
- export const Tab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export const Tab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
8
7
  export const PresentationSlider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
8
  export const Body: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
9
  export const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
10
  export const ActionsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
- export const SagIconButtonWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
13
- (props: any): import("react/jsx-runtime").JSX.Element;
14
- propTypes: {
15
- className: import("prop-types").Requireable<string>;
16
- iconName: import("prop-types").Requireable<string>;
17
- buttonText: import("prop-types").Requireable<string>;
18
- height: import("prop-types").Requireable<string>;
19
- color: import("prop-types").Requireable<string>;
20
- backgroundColor: import("prop-types").Requireable<string>;
21
- activeColor: import("prop-types").Requireable<string>;
22
- iconHeight: import("prop-types").Requireable<number>;
23
- iconWidth: import("prop-types").Requireable<number>;
24
- openState: import("prop-types").Requireable<boolean>;
25
- disabled: import("prop-types").Requireable<boolean>;
26
- onButtonClick: import("prop-types").Requireable<(...args: any[]) => any>;
27
- };
28
- defaultProps: {
29
- className: string;
30
- iconName: string;
31
- buttonText: string;
32
- height: string;
33
- color: string;
34
- activeColor: string;
35
- backgroundColor: string;
36
- iconHeight: number;
37
- iconWidth: number;
38
- openState: boolean;
39
- disabled: boolean;
40
- onButtonClick: () => void;
41
- };
42
- }, keyof import("react").Component<any, {}, any>>;
43
11
  export const SearchInputWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
44
12
  (props: any): import("react/jsx-runtime").JSX.Element;
45
13
  propTypes: {
@@ -25,6 +25,7 @@ export namespace TwoBarCharts {
25
25
  const referenceLinePoint: PropTypes.Requireable<number>;
26
26
  const referenceLineColor: PropTypes.Requireable<string>;
27
27
  const referenceLineDashed: PropTypes.Requireable<string>;
28
+ const showTooltip: PropTypes.Requireable<boolean>;
28
29
  }
29
30
  namespace defaultProps {
30
31
  const title_1: string;
@@ -68,6 +69,8 @@ export namespace TwoBarCharts {
68
69
  export { referenceLineColor_1 as referenceLineColor };
69
70
  const referenceLineDashed_1: string;
70
71
  export { referenceLineDashed_1 as referenceLineDashed };
72
+ const showTooltip_1: boolean;
73
+ export { showTooltip_1 as showTooltip };
71
74
  }
72
75
  }
73
76
  export default TwoBarCharts;