sag_components 2.0.0-beta7 → 2.0.0-beta71
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/dist/index.d.ts +226 -277
- package/dist/index.esm.js +30561 -79673
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29935 -79055
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +1 -1
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +1 -7
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +3 -6
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BarChart/BarChart.d.ts +4 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +4 -4
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +4 -4
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/BrushChart/BrushChart.stories.d.ts +8 -0
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +93 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +21 -21
- package/dist/types/components/Button/Button.stories.d.ts +12 -220
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +1 -19
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/Card.stories.d.ts +1 -1
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +1 -4
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +1 -7
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +1 -66
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CampaignTool/Table.stories.d.ts +1 -13
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CollapseData/CollapseData.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +7 -7
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +16 -15
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +10 -662
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/Input/Input.stories.d.ts +14 -424
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
- package/dist/types/components/ListBox/ListBox.d.ts +9 -9
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +1 -1
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +8 -207
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +1 -11
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +28 -60
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +88 -81
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +18 -100
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
- package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
- package/dist/types/icons/AttachedIcon.d.ts +3 -3
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +2 -2
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/index.d.ts +9 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -1
- package/package.json +40 -41
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
- package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
- package/dist/types/components/TextField/TextField.d.ts +0 -6
- package/dist/types/components/TextField/TextField.style.d.ts +0 -1
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
- /package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.style.d.ts +0 -0
|
@@ -1,29 +1,2 @@
|
|
|
1
1
|
export function PerformanceAnalyticsLegend(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
export namespace PerformanceAnalyticsLegend {
|
|
3
|
-
namespace propTypes {
|
|
4
|
-
const className: PropTypes.Requireable<string>;
|
|
5
|
-
const width: PropTypes.Requireable<string>;
|
|
6
|
-
const height: PropTypes.Requireable<string>;
|
|
7
|
-
const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
8
|
-
title: PropTypes.Validator<string>;
|
|
9
|
-
iconType: PropTypes.Validator<string>;
|
|
10
|
-
iconColor: PropTypes.Validator<string>;
|
|
11
|
-
}> | null | undefined)[]>;
|
|
12
|
-
}
|
|
13
|
-
namespace defaultProps {
|
|
14
|
-
const className_1: string;
|
|
15
|
-
export { className_1 as className };
|
|
16
|
-
const width_1: string;
|
|
17
|
-
export { width_1 as width };
|
|
18
|
-
const height_1: string;
|
|
19
|
-
export { height_1 as height };
|
|
20
|
-
const legendData_1: {
|
|
21
|
-
title: string;
|
|
22
|
-
iconType: string;
|
|
23
|
-
iconColor: string;
|
|
24
|
-
}[];
|
|
25
|
-
export { legendData_1 as legendData };
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
2
|
export default PerformanceAnalyticsLegend;
|
|
29
|
-
import PropTypes from "prop-types";
|
package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts
CHANGED
|
@@ -37,62 +37,7 @@ declare namespace _default {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
export default _default;
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
|
|
43
|
-
export { legendDataIndividualPerformance as legendData };
|
|
44
|
-
}
|
|
45
|
-
export namespace parameters_1 {
|
|
46
|
-
export namespace design_1 {
|
|
47
|
-
const url: string;
|
|
48
|
-
}
|
|
49
|
-
export { design_1 as design };
|
|
50
|
-
}
|
|
51
|
-
export { parameters_1 as parameters };
|
|
52
|
-
}
|
|
53
|
-
export function PercentIncrementalGrowth(args: any): import("react/jsx-runtime").JSX.Element;
|
|
54
|
-
export namespace PercentIncrementalGrowth {
|
|
55
|
-
export namespace args_1 {
|
|
56
|
-
export { legendDataPercentIncrementalGrowth as legendData };
|
|
57
|
-
}
|
|
58
|
-
export { args_1 as args };
|
|
59
|
-
export namespace parameters_2 {
|
|
60
|
-
export namespace design_2 {
|
|
61
|
-
const url_1: string;
|
|
62
|
-
export { url_1 as url };
|
|
63
|
-
}
|
|
64
|
-
export { design_2 as design };
|
|
65
|
-
}
|
|
66
|
-
export { parameters_2 as parameters };
|
|
67
|
-
}
|
|
68
|
-
export function PercentContributionOfTotal(args: any): import("react/jsx-runtime").JSX.Element;
|
|
69
|
-
export namespace PercentContributionOfTotal {
|
|
70
|
-
export namespace args_2 {
|
|
71
|
-
export { legendDataPercentContributionOfTotal as legendData };
|
|
72
|
-
}
|
|
73
|
-
export { args_2 as args };
|
|
74
|
-
export namespace parameters_3 {
|
|
75
|
-
export namespace design_3 {
|
|
76
|
-
const url_2: string;
|
|
77
|
-
export { url_2 as url };
|
|
78
|
-
}
|
|
79
|
-
export { design_3 as design };
|
|
80
|
-
}
|
|
81
|
-
export { parameters_3 as parameters };
|
|
82
|
-
}
|
|
40
|
+
export const IndividualPerformance: any;
|
|
41
|
+
export const PercentIncrementalGrowth: any;
|
|
42
|
+
export const PercentContributionOfTotal: any;
|
|
83
43
|
import { PerformanceAnalyticsLegend } from "./PerformanceAnalyticsLegend";
|
|
84
|
-
declare const legendDataIndividualPerformance: {
|
|
85
|
-
title: string;
|
|
86
|
-
iconType: string;
|
|
87
|
-
iconColor: string;
|
|
88
|
-
}[];
|
|
89
|
-
declare const legendDataPercentIncrementalGrowth: {
|
|
90
|
-
title: string;
|
|
91
|
-
iconType: string;
|
|
92
|
-
iconColor: string;
|
|
93
|
-
}[];
|
|
94
|
-
declare const legendDataPercentContributionOfTotal: {
|
|
95
|
-
title: string;
|
|
96
|
-
iconType: string;
|
|
97
|
-
iconColor: string;
|
|
98
|
-
}[];
|
package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export function PerformanceAnalyticsOneColumn(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
export namespace PerformanceAnalyticsOneColumn {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
const totalsData: PropTypes.Requireable<
|
|
4
|
+
const totalsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
5
5
|
title: PropTypes.Requireable<string>;
|
|
6
6
|
value: PropTypes.Requireable<number>;
|
|
7
7
|
dotCut: PropTypes.Requireable<boolean>;
|
|
@@ -9,8 +9,8 @@ export namespace PerformanceAnalyticsOneColumn {
|
|
|
9
9
|
currencyType: PropTypes.Requireable<string>;
|
|
10
10
|
growthPercent: PropTypes.Requireable<number>;
|
|
11
11
|
showGrowthPercentSign: PropTypes.Requireable<boolean>;
|
|
12
|
-
}>
|
|
13
|
-
const data: PropTypes.Requireable<
|
|
12
|
+
}>[]>;
|
|
13
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
14
14
|
retailer: PropTypes.Requireable<string>;
|
|
15
15
|
offerType: PropTypes.Requireable<string>;
|
|
16
16
|
period: PropTypes.Requireable<string>;
|
|
@@ -18,12 +18,12 @@ export namespace PerformanceAnalyticsOneColumn {
|
|
|
18
18
|
newShoppersPercentValue: PropTypes.Requireable<number>;
|
|
19
19
|
existingShoppersValue: PropTypes.Requireable<number>;
|
|
20
20
|
existingShoppersPercentValue: PropTypes.Requireable<number>;
|
|
21
|
-
}>
|
|
22
|
-
const legendData: PropTypes.Requireable<
|
|
21
|
+
}>[]>;
|
|
22
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
23
23
|
iconColor: PropTypes.Requireable<string>;
|
|
24
24
|
iconType: PropTypes.Requireable<string>;
|
|
25
25
|
title: PropTypes.Requireable<string>;
|
|
26
|
-
}>
|
|
26
|
+
}>[]>;
|
|
27
27
|
const colorBarchart1: PropTypes.Requireable<string>;
|
|
28
28
|
const colorBarchart2: PropTypes.Requireable<string>;
|
|
29
29
|
const lineChartHeight: PropTypes.Requireable<number>;
|
|
@@ -70,9 +70,9 @@ export namespace PerformanceAnalyticsOneColumn {
|
|
|
70
70
|
}[];
|
|
71
71
|
export { data_1 as data };
|
|
72
72
|
const legendData_1: {
|
|
73
|
-
iconColor:
|
|
74
|
-
iconType:
|
|
75
|
-
title:
|
|
73
|
+
iconColor: any;
|
|
74
|
+
iconType: any;
|
|
75
|
+
title: any;
|
|
76
76
|
}[];
|
|
77
77
|
export { legendData_1 as legendData };
|
|
78
78
|
const tooltipBarchartLabel1_1: string;
|
|
@@ -149,88 +149,5 @@ declare namespace _default {
|
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
export default _default;
|
|
152
|
-
export
|
|
153
|
-
export namespace TotalCostSales {
|
|
154
|
-
export namespace args {
|
|
155
|
-
export { totalsData1 as totalsData };
|
|
156
|
-
export { data1 as data };
|
|
157
|
-
export { legendData1 as legendData };
|
|
158
|
-
const width_1: string;
|
|
159
|
-
export { width_1 as width };
|
|
160
|
-
const height_1: string;
|
|
161
|
-
export { height_1 as height };
|
|
162
|
-
const lineChartHeight_1: number;
|
|
163
|
-
export { lineChartHeight_1 as lineChartHeight };
|
|
164
|
-
const lineChartValueType_1: boolean;
|
|
165
|
-
export { lineChartValueType_1 as lineChartValueType };
|
|
166
|
-
const lineChartValueBold_1: boolean;
|
|
167
|
-
export { lineChartValueBold_1 as lineChartValueBold };
|
|
168
|
-
export const colorBarchart1: string;
|
|
169
|
-
export const colorBarchart2: string;
|
|
170
|
-
const topBarPercentSigning_1: boolean;
|
|
171
|
-
export { topBarPercentSigning_1 as topBarPercentSigning };
|
|
172
|
-
const topBarSigning_1: string;
|
|
173
|
-
export { topBarSigning_1 as topBarSigning };
|
|
174
|
-
const currencyType_1: string;
|
|
175
|
-
export { currencyType_1 as currencyType };
|
|
176
|
-
const noDataText_1: string;
|
|
177
|
-
export { noDataText_1 as noDataText };
|
|
178
|
-
const tooltipBarchartLabel1_1: string;
|
|
179
|
-
export { tooltipBarchartLabel1_1 as tooltipBarchartLabel1 };
|
|
180
|
-
const tooltipBarchartLabel2_1: string;
|
|
181
|
-
export { tooltipBarchartLabel2_1 as tooltipBarchartLabel2 };
|
|
182
|
-
}
|
|
183
|
-
export namespace parameters_1 {
|
|
184
|
-
export namespace design_1 {
|
|
185
|
-
const url: string;
|
|
186
|
-
}
|
|
187
|
-
export { design_1 as design };
|
|
188
|
-
}
|
|
189
|
-
export { parameters_1 as parameters };
|
|
190
|
-
}
|
|
152
|
+
export const TotalCostSales: any;
|
|
191
153
|
import { PerformanceAnalyticsOneColumn } from "./PerformanceAnalyticsOneColumn";
|
|
192
|
-
declare const totalsData1: ({
|
|
193
|
-
title: string;
|
|
194
|
-
value: number;
|
|
195
|
-
dotCut: boolean;
|
|
196
|
-
currency: boolean;
|
|
197
|
-
currencyType: string;
|
|
198
|
-
growthPercent: number;
|
|
199
|
-
showGrowthPercentSign: boolean;
|
|
200
|
-
} | {
|
|
201
|
-
title: string;
|
|
202
|
-
value: number;
|
|
203
|
-
dotCut: boolean;
|
|
204
|
-
currency: boolean;
|
|
205
|
-
currencyType: null;
|
|
206
|
-
growthPercent: null;
|
|
207
|
-
showGrowthPercentSign: boolean;
|
|
208
|
-
})[];
|
|
209
|
-
declare const data1: ({
|
|
210
|
-
retailer: string;
|
|
211
|
-
offerType: string;
|
|
212
|
-
period: string;
|
|
213
|
-
roiValue: number;
|
|
214
|
-
newShoppersValue: number;
|
|
215
|
-
newShoppersPercentValue: number;
|
|
216
|
-
existingShoppersValue: number;
|
|
217
|
-
existingShoppersPercentValue: number;
|
|
218
|
-
totalShoppers: number;
|
|
219
|
-
contributionIncrementalSalesValue?: undefined;
|
|
220
|
-
} | {
|
|
221
|
-
retailer: string;
|
|
222
|
-
offerType: string;
|
|
223
|
-
period: string;
|
|
224
|
-
roiValue: number;
|
|
225
|
-
newShoppersValue: number;
|
|
226
|
-
newShoppersPercentValue: number;
|
|
227
|
-
existingShoppersValue: number;
|
|
228
|
-
existingShoppersPercentValue: number;
|
|
229
|
-
contributionIncrementalSalesValue: number;
|
|
230
|
-
totalShoppers: number;
|
|
231
|
-
})[];
|
|
232
|
-
declare const legendData1: {
|
|
233
|
-
iconColor: string;
|
|
234
|
-
iconType: string;
|
|
235
|
-
title: string;
|
|
236
|
-
}[];
|
|
@@ -4,7 +4,7 @@ export namespace PerformanceAnalyticsTotals {
|
|
|
4
4
|
const width: PropTypes.Requireable<string>;
|
|
5
5
|
const height: PropTypes.Requireable<string>;
|
|
6
6
|
const textcolor: PropTypes.Requireable<string>;
|
|
7
|
-
const totalsData: PropTypes.Requireable<
|
|
7
|
+
const totalsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
title: PropTypes.Requireable<string>;
|
|
9
9
|
value: PropTypes.Requireable<number>;
|
|
10
10
|
dotCut: PropTypes.Requireable<boolean>;
|
|
@@ -12,7 +12,7 @@ export namespace PerformanceAnalyticsTotals {
|
|
|
12
12
|
currencyType: PropTypes.Requireable<string>;
|
|
13
13
|
growthPercent: PropTypes.Requireable<number>;
|
|
14
14
|
showGrowthPercentSign: PropTypes.Requireable<boolean>;
|
|
15
|
-
}>
|
|
15
|
+
}>[]>;
|
|
16
16
|
}
|
|
17
17
|
namespace defaultProps {
|
|
18
18
|
const textcolor_1: string;
|
package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts
CHANGED
|
@@ -37,66 +37,6 @@ declare namespace _default {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
export default _default;
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export namespace args {
|
|
43
|
-
export { totalsDataCostSales as totalsData };
|
|
44
|
-
}
|
|
45
|
-
export namespace parameters_1 {
|
|
46
|
-
export namespace design_1 {
|
|
47
|
-
const url: string;
|
|
48
|
-
}
|
|
49
|
-
export { design_1 as design };
|
|
50
|
-
}
|
|
51
|
-
export { parameters_1 as parameters };
|
|
52
|
-
}
|
|
53
|
-
export function NewExistingShoppers(args: any): import("react/jsx-runtime").JSX.Element;
|
|
54
|
-
export namespace NewExistingShoppers {
|
|
55
|
-
export namespace args_1 {
|
|
56
|
-
export { totalsDataShoppers as totalsData };
|
|
57
|
-
}
|
|
58
|
-
export { args_1 as args };
|
|
59
|
-
export namespace parameters_2 {
|
|
60
|
-
export namespace design_2 {
|
|
61
|
-
const url_1: string;
|
|
62
|
-
export { url_1 as url };
|
|
63
|
-
}
|
|
64
|
-
export { design_2 as design };
|
|
65
|
-
}
|
|
66
|
-
export { parameters_2 as parameters };
|
|
67
|
-
}
|
|
40
|
+
export const TotalCostSales: any;
|
|
41
|
+
export const NewExistingShoppers: any;
|
|
68
42
|
import { PerformanceAnalyticsTotals } from "./PerformanceAnalyticsTotals";
|
|
69
|
-
declare const totalsDataCostSales: ({
|
|
70
|
-
title: string;
|
|
71
|
-
value: number;
|
|
72
|
-
dotCut: boolean;
|
|
73
|
-
currency: boolean;
|
|
74
|
-
currencyType: string;
|
|
75
|
-
growthPercent: number;
|
|
76
|
-
showGrowthPercentSign: boolean;
|
|
77
|
-
} | {
|
|
78
|
-
title: string;
|
|
79
|
-
value: number;
|
|
80
|
-
dotCut: boolean;
|
|
81
|
-
currency: boolean;
|
|
82
|
-
currencyType: null;
|
|
83
|
-
growthPercent: null;
|
|
84
|
-
showGrowthPercentSign: boolean;
|
|
85
|
-
})[];
|
|
86
|
-
declare const totalsDataShoppers: ({
|
|
87
|
-
title: string;
|
|
88
|
-
value: number;
|
|
89
|
-
dotCut: boolean;
|
|
90
|
-
currency: boolean;
|
|
91
|
-
currencyType: null;
|
|
92
|
-
growthPercent: null;
|
|
93
|
-
showGrowthPercentSign: boolean;
|
|
94
|
-
} | {
|
|
95
|
-
title: string;
|
|
96
|
-
value: number;
|
|
97
|
-
dotCut: boolean;
|
|
98
|
-
currency: boolean;
|
|
99
|
-
currencyType: null;
|
|
100
|
-
growthPercent: number;
|
|
101
|
-
showGrowthPercentSign: boolean;
|
|
102
|
-
})[];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
1
|
+
export default PieChart;
|
|
2
|
+
declare function PieChart(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare namespace PieChart {
|
|
3
4
|
namespace propTypes {
|
|
4
5
|
const className: PropTypes.Requireable<string>;
|
|
5
6
|
const width: PropTypes.Requireable<string>;
|
|
@@ -11,10 +12,10 @@ export namespace PieChart {
|
|
|
11
12
|
const currencyType: PropTypes.Requireable<string>;
|
|
12
13
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
13
14
|
const isPercent: PropTypes.Requireable<boolean>;
|
|
14
|
-
const legendData: PropTypes.Requireable<
|
|
15
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
15
16
|
name: PropTypes.Requireable<string>;
|
|
16
17
|
description: PropTypes.Requireable<string>;
|
|
17
|
-
}>
|
|
18
|
+
}>[]>;
|
|
18
19
|
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
19
20
|
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
20
21
|
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
@@ -44,7 +45,7 @@ export namespace PieChart {
|
|
|
44
45
|
export { dotCut_1 as dotCut };
|
|
45
46
|
const isPercent_1: boolean;
|
|
46
47
|
export { isPercent_1 as isPercent };
|
|
47
|
-
const legendData_1:
|
|
48
|
+
const legendData_1: any[];
|
|
48
49
|
export { legendData_1 as legendData };
|
|
49
50
|
const itemsBoldedValues_1: boolean;
|
|
50
51
|
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
@@ -62,5 +63,4 @@ export namespace PieChart {
|
|
|
62
63
|
export { noDataText_1 as noDataText };
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
|
-
export default PieChart;
|
|
66
66
|
import PropTypes from "prop-types";
|
|
@@ -197,99 +197,5 @@ declare namespace _default {
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
export default _default;
|
|
200
|
-
export
|
|
201
|
-
export
|
|
202
|
-
namespace args {
|
|
203
|
-
const width_1: string;
|
|
204
|
-
export { width_1 as width };
|
|
205
|
-
const height_1: string;
|
|
206
|
-
export { height_1 as height };
|
|
207
|
-
const textcolor_1: string;
|
|
208
|
-
export { textcolor_1 as textcolor };
|
|
209
|
-
const title_2: string;
|
|
210
|
-
export { title_2 as title };
|
|
211
|
-
const value_1: number;
|
|
212
|
-
export { value_1 as value };
|
|
213
|
-
const currencySign_1: boolean;
|
|
214
|
-
export { currencySign_1 as currencySign };
|
|
215
|
-
const currencyType_1: string;
|
|
216
|
-
export { currencyType_1 as currencyType };
|
|
217
|
-
const dotCut_1: boolean;
|
|
218
|
-
export { dotCut_1 as dotCut };
|
|
219
|
-
const isPercent_1: boolean;
|
|
220
|
-
export { isPercent_1 as isPercent };
|
|
221
|
-
export { arrLegendDat3rows as legendData };
|
|
222
|
-
const itemsBoldedValues_1: boolean;
|
|
223
|
-
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
224
|
-
const itemsPercentagesValueAside_1: boolean;
|
|
225
|
-
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
226
|
-
const itemsValuesSeparateLine_1: boolean;
|
|
227
|
-
export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
|
|
228
|
-
const hideTitleAndValue_1: boolean;
|
|
229
|
-
export { hideTitleAndValue_1 as hideTitleAndValue };
|
|
230
|
-
const addingBenchmark_1: boolean;
|
|
231
|
-
export { addingBenchmark_1 as addingBenchmark };
|
|
232
|
-
const textAfterValue_1: string;
|
|
233
|
-
export { textAfterValue_1 as textAfterValue };
|
|
234
|
-
const noDataText_1: string;
|
|
235
|
-
export { noDataText_1 as noDataText };
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
export function TotalCost5rows(args: any): import("react/jsx-runtime").JSX.Element;
|
|
239
|
-
export namespace TotalCost5rows {
|
|
240
|
-
export namespace args_1 {
|
|
241
|
-
const width_2: string;
|
|
242
|
-
export { width_2 as width };
|
|
243
|
-
const height_2: string;
|
|
244
|
-
export { height_2 as height };
|
|
245
|
-
const textcolor_2: string;
|
|
246
|
-
export { textcolor_2 as textcolor };
|
|
247
|
-
const title_3: string;
|
|
248
|
-
export { title_3 as title };
|
|
249
|
-
const value_2: number;
|
|
250
|
-
export { value_2 as value };
|
|
251
|
-
const currencySign_2: boolean;
|
|
252
|
-
export { currencySign_2 as currencySign };
|
|
253
|
-
const currencyType_2: string;
|
|
254
|
-
export { currencyType_2 as currencyType };
|
|
255
|
-
const dotCut_2: boolean;
|
|
256
|
-
export { dotCut_2 as dotCut };
|
|
257
|
-
const isPercent_2: boolean;
|
|
258
|
-
export { isPercent_2 as isPercent };
|
|
259
|
-
export { arrLegendDat5rows as legendData };
|
|
260
|
-
const itemsBoldedValues_2: boolean;
|
|
261
|
-
export { itemsBoldedValues_2 as itemsBoldedValues };
|
|
262
|
-
const itemsPercentagesValueAside_2: boolean;
|
|
263
|
-
export { itemsPercentagesValueAside_2 as itemsPercentagesValueAside };
|
|
264
|
-
const itemsValuesSeparateLine_2: boolean;
|
|
265
|
-
export { itemsValuesSeparateLine_2 as itemsValuesSeparateLine };
|
|
266
|
-
const hideTitleAndValue_2: boolean;
|
|
267
|
-
export { hideTitleAndValue_2 as hideTitleAndValue };
|
|
268
|
-
const addingBenchmark_2: boolean;
|
|
269
|
-
export { addingBenchmark_2 as addingBenchmark };
|
|
270
|
-
const textAfterValue_2: string;
|
|
271
|
-
export { textAfterValue_2 as textAfterValue };
|
|
272
|
-
const noDataText_2: string;
|
|
273
|
-
export { noDataText_2 as noDataText };
|
|
274
|
-
}
|
|
275
|
-
export { args_1 as args };
|
|
276
|
-
}
|
|
277
|
-
import { PieChart } from "./PieChart";
|
|
278
|
-
declare const arrLegendDat3rows: {
|
|
279
|
-
name: string;
|
|
280
|
-
value: number;
|
|
281
|
-
color: string;
|
|
282
|
-
}[];
|
|
283
|
-
declare const arrLegendDat5rows: ({
|
|
284
|
-
name: string;
|
|
285
|
-
value: null;
|
|
286
|
-
color: string;
|
|
287
|
-
} | {
|
|
288
|
-
name: string;
|
|
289
|
-
value: undefined;
|
|
290
|
-
color: string;
|
|
291
|
-
} | {
|
|
292
|
-
name: string;
|
|
293
|
-
value: number;
|
|
294
|
-
color: string;
|
|
295
|
-
})[];
|
|
200
|
+
export const TotalCost3rows: any;
|
|
201
|
+
export const TotalCost5rows: any;
|
|
@@ -4,17 +4,17 @@ declare namespace PopupCharts {
|
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const title: PropTypes.Requireable<string>;
|
|
6
6
|
const chartType: PropTypes.Requireable<string>;
|
|
7
|
-
const popupChartsItemsData: PropTypes.Requireable<
|
|
7
|
+
const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
title: PropTypes.Requireable<string>;
|
|
9
9
|
chartType: PropTypes.Requireable<string>;
|
|
10
10
|
value: PropTypes.Requireable<number>;
|
|
11
|
-
legendData: PropTypes.Requireable<
|
|
11
|
+
legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
12
12
|
color: PropTypes.Requireable<string>;
|
|
13
13
|
name: PropTypes.Requireable<string>;
|
|
14
14
|
value: PropTypes.Requireable<number>;
|
|
15
|
-
}>
|
|
15
|
+
}>[]>;
|
|
16
16
|
noDataText: PropTypes.Requireable<string>;
|
|
17
|
-
}>
|
|
17
|
+
}>[]>;
|
|
18
18
|
const isPopupChartsOpen: PropTypes.Requireable<boolean>;
|
|
19
19
|
const width: PropTypes.Requireable<string>;
|
|
20
20
|
const height: PropTypes.Requireable<string>;
|