sag_components 2.0.0-beta7 → 2.0.0-beta70
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 +30530 -79699
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29948 -79125
- 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 +9 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +4 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +3 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +5 -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 +1 -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,7 @@
|
|
|
1
1
|
export const ControlsContainer: 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 Controls: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
4
|
-
export const LegendContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
5
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
propTypes: {
|
|
7
|
-
className: import("prop-types").Requireable<string>;
|
|
8
|
-
width: import("prop-types").Requireable<string>;
|
|
9
|
-
height: import("prop-types").Requireable<string>;
|
|
10
|
-
legendData: import("prop-types").Requireable<(import("prop-types").InferProps<{
|
|
11
|
-
title: import("prop-types").Validator<string>;
|
|
12
|
-
iconType: import("prop-types").Validator<string>;
|
|
13
|
-
iconColor: import("prop-types").Validator<string>;
|
|
14
|
-
}> | null | undefined)[]>;
|
|
15
|
-
};
|
|
16
|
-
defaultProps: {
|
|
17
|
-
className: string;
|
|
18
|
-
width: string;
|
|
19
|
-
height: string;
|
|
20
|
-
legendData: {
|
|
21
|
-
title: string;
|
|
22
|
-
iconType: string;
|
|
23
|
-
iconColor: string;
|
|
24
|
-
}[];
|
|
25
|
-
};
|
|
26
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export const LegendContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<(props: any) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
27
5
|
export const TooltipDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
28
6
|
export const TooltipLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
29
7
|
export const TooltipTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -2,12 +2,12 @@ export function BarChartWithAreaChart(props: any): import("react/jsx-runtime").J
|
|
|
2
2
|
export namespace BarChartWithAreaChart {
|
|
3
3
|
namespace propTypes {
|
|
4
4
|
const title: PropTypes.Requireable<string>;
|
|
5
|
-
const barChartData: PropTypes.Requireable<
|
|
5
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
6
6
|
title: PropTypes.Requireable<string>;
|
|
7
7
|
date: PropTypes.Requireable<string>;
|
|
8
8
|
value: PropTypes.Requireable<number>;
|
|
9
9
|
avgValue: PropTypes.Requireable<number>;
|
|
10
|
-
}>
|
|
10
|
+
}>[]>;
|
|
11
11
|
const width: PropTypes.Requireable<string>;
|
|
12
12
|
const height: PropTypes.Requireable<string>;
|
|
13
13
|
const barSize: PropTypes.Requireable<number>;
|
|
@@ -17,11 +17,11 @@ export namespace BarChartWithAreaChart {
|
|
|
17
17
|
const showLegend: PropTypes.Requireable<boolean>;
|
|
18
18
|
const signType: PropTypes.Requireable<string>;
|
|
19
19
|
const isAreaChartDisplayed: PropTypes.Requireable<boolean>;
|
|
20
|
-
const legendData: PropTypes.Requireable<
|
|
20
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
21
21
|
title: PropTypes.Validator<string>;
|
|
22
22
|
iconType: PropTypes.Validator<string>;
|
|
23
23
|
iconColor: PropTypes.Validator<string>;
|
|
24
|
-
}>
|
|
24
|
+
}>[]>;
|
|
25
25
|
const maxRange: PropTypes.Requireable<number>;
|
|
26
26
|
}
|
|
27
27
|
namespace defaultProps {
|
|
@@ -108,40 +108,5 @@ declare namespace _default {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
export default _default;
|
|
111
|
-
export
|
|
112
|
-
export namespace SalesGrowth {
|
|
113
|
-
namespace args {
|
|
114
|
-
const title_2: string;
|
|
115
|
-
export { title_2 as title };
|
|
116
|
-
export { arrData as barChartData };
|
|
117
|
-
const width_1: string;
|
|
118
|
-
export { width_1 as width };
|
|
119
|
-
const height_1: string;
|
|
120
|
-
export { height_1 as height };
|
|
121
|
-
const barSize_1: number;
|
|
122
|
-
export { barSize_1 as barSize };
|
|
123
|
-
const barFontSizeValue_1: string;
|
|
124
|
-
export { barFontSizeValue_1 as barFontSizeValue };
|
|
125
|
-
const barChartHeight_1: number;
|
|
126
|
-
export { barChartHeight_1 as barChartHeight };
|
|
127
|
-
const barChartColor_1: string;
|
|
128
|
-
export { barChartColor_1 as barChartColor };
|
|
129
|
-
const showLegend_1: boolean;
|
|
130
|
-
export { showLegend_1 as showLegend };
|
|
131
|
-
const signType_1: string;
|
|
132
|
-
export { signType_1 as signType };
|
|
133
|
-
export const isAreaChartDisplayed: boolean;
|
|
134
|
-
export const legendData: {
|
|
135
|
-
title: string;
|
|
136
|
-
iconType: string;
|
|
137
|
-
iconColor: string;
|
|
138
|
-
}[];
|
|
139
|
-
}
|
|
140
|
-
}
|
|
111
|
+
export const SalesGrowth: any;
|
|
141
112
|
import { BarChartWithAreaChart } from "./BarChartWithAreaChart";
|
|
142
|
-
declare const arrData: {
|
|
143
|
-
title: string;
|
|
144
|
-
date: string;
|
|
145
|
-
value: number;
|
|
146
|
-
avgValue: number;
|
|
147
|
-
}[];
|
|
@@ -9,10 +9,10 @@ export namespace BarChartsByWeeks {
|
|
|
9
9
|
const headerValue: PropTypes.Requireable<number>;
|
|
10
10
|
const HeaderValueCurrencyType: PropTypes.Requireable<string>;
|
|
11
11
|
const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
|
|
12
|
-
const barChartData: PropTypes.Requireable<
|
|
12
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
13
13
|
title: PropTypes.Requireable<string>;
|
|
14
14
|
value: PropTypes.Requireable<number>;
|
|
15
|
-
}>
|
|
15
|
+
}>[]>;
|
|
16
16
|
const isTitleOriganal: PropTypes.Requireable<boolean>;
|
|
17
17
|
const width: PropTypes.Requireable<string>;
|
|
18
18
|
const height: PropTypes.Requireable<string>;
|
|
@@ -28,11 +28,11 @@ export namespace BarChartsByWeeks {
|
|
|
28
28
|
const interval: PropTypes.Requireable<string>;
|
|
29
29
|
const showTitle: PropTypes.Requireable<boolean>;
|
|
30
30
|
const showLegend: PropTypes.Requireable<boolean>;
|
|
31
|
-
const legendData: PropTypes.Requireable<
|
|
31
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
32
32
|
title: PropTypes.Validator<string>;
|
|
33
33
|
iconType: PropTypes.Validator<string>;
|
|
34
34
|
iconColor: PropTypes.Validator<string>;
|
|
35
|
-
}>
|
|
35
|
+
}>[]>;
|
|
36
36
|
const showTwoBars: PropTypes.Requireable<boolean>;
|
|
37
37
|
const setLimitHeight: PropTypes.Requireable<number>;
|
|
38
38
|
const setLimitLow: PropTypes.Requireable<number>;
|
|
@@ -97,9 +97,9 @@ export namespace BarChartsByWeeks {
|
|
|
97
97
|
export { legendData_1 as legendData };
|
|
98
98
|
const showTwoBars_1: boolean;
|
|
99
99
|
export { showTwoBars_1 as showTwoBars };
|
|
100
|
-
const setLimitHeight_1:
|
|
100
|
+
const setLimitHeight_1: any;
|
|
101
101
|
export { setLimitHeight_1 as setLimitHeight };
|
|
102
|
-
const setLimitLow_1:
|
|
102
|
+
const setLimitLow_1: any;
|
|
103
103
|
export { setLimitLow_1 as setLimitLow };
|
|
104
104
|
}
|
|
105
105
|
}
|
|
@@ -198,268 +198,10 @@ declare namespace _default {
|
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
200
|
export default _default;
|
|
201
|
-
export
|
|
202
|
-
export
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
export const headerValueBottomTitle: string;
|
|
208
|
-
const headerValue_1: number;
|
|
209
|
-
export { headerValue_1 as headerValue };
|
|
210
|
-
export const HeaderValueCurrencyType: string;
|
|
211
|
-
const HeaderValueIsPercent_1: boolean;
|
|
212
|
-
export { HeaderValueIsPercent_1 as HeaderValueIsPercent };
|
|
213
|
-
export { arrData as barChartData };
|
|
214
|
-
const width_1: string;
|
|
215
|
-
export { width_1 as width };
|
|
216
|
-
const height_1: string;
|
|
217
|
-
export { height_1 as height };
|
|
218
|
-
const barChartColor_1: string;
|
|
219
|
-
export { barChartColor_1 as barChartColor };
|
|
220
|
-
const xselectedColor_1: string;
|
|
221
|
-
export { xselectedColor_1 as xselectedColor };
|
|
222
|
-
const startWeekRange_1: number;
|
|
223
|
-
export { startWeekRange_1 as startWeekRange };
|
|
224
|
-
const endWeekRange_1: number;
|
|
225
|
-
export { endWeekRange_1 as endWeekRange };
|
|
226
|
-
export const tooltipTitle: string;
|
|
227
|
-
const yAxisCounter_1: number;
|
|
228
|
-
export { yAxisCounter_1 as yAxisCounter };
|
|
229
|
-
const isPercentValue_1: boolean;
|
|
230
|
-
export { isPercentValue_1 as isPercentValue };
|
|
231
|
-
const interval_1: string;
|
|
232
|
-
export { interval_1 as interval };
|
|
233
|
-
const showLegend_1: boolean;
|
|
234
|
-
export { showLegend_1 as showLegend };
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
export function MarketSharePercents(args: any): import("react/jsx-runtime").JSX.Element;
|
|
238
|
-
export namespace MarketSharePercents {
|
|
239
|
-
export namespace args_1 {
|
|
240
|
-
const title_3: string;
|
|
241
|
-
export { title_3 as title };
|
|
242
|
-
const headerValueTopTitle_1: string;
|
|
243
|
-
export { headerValueTopTitle_1 as headerValueTopTitle };
|
|
244
|
-
const headerValueBottomTitle_1: string;
|
|
245
|
-
export { headerValueBottomTitle_1 as headerValueBottomTitle };
|
|
246
|
-
const headerValue_2: number;
|
|
247
|
-
export { headerValue_2 as headerValue };
|
|
248
|
-
const HeaderValueCurrencyType_1: string;
|
|
249
|
-
export { HeaderValueCurrencyType_1 as HeaderValueCurrencyType };
|
|
250
|
-
const HeaderValueIsPercent_2: boolean;
|
|
251
|
-
export { HeaderValueIsPercent_2 as HeaderValueIsPercent };
|
|
252
|
-
export { arrDataPercents as barChartData };
|
|
253
|
-
const width_2: string;
|
|
254
|
-
export { width_2 as width };
|
|
255
|
-
const height_2: string;
|
|
256
|
-
export { height_2 as height };
|
|
257
|
-
const barChartColor_2: string;
|
|
258
|
-
export { barChartColor_2 as barChartColor };
|
|
259
|
-
const xselectedColor_2: string;
|
|
260
|
-
export { xselectedColor_2 as xselectedColor };
|
|
261
|
-
const startWeekRange_2: string;
|
|
262
|
-
export { startWeekRange_2 as startWeekRange };
|
|
263
|
-
const endWeekRange_2: string;
|
|
264
|
-
export { endWeekRange_2 as endWeekRange };
|
|
265
|
-
const tooltipTitle_1: string;
|
|
266
|
-
export { tooltipTitle_1 as tooltipTitle };
|
|
267
|
-
const yAxisCounter_2: number;
|
|
268
|
-
export { yAxisCounter_2 as yAxisCounter };
|
|
269
|
-
const isPercentValue_2: boolean;
|
|
270
|
-
export { isPercentValue_2 as isPercentValue };
|
|
271
|
-
const interval_2: string;
|
|
272
|
-
export { interval_2 as interval };
|
|
273
|
-
const showLegend_2: boolean;
|
|
274
|
-
export { showLegend_2 as showLegend };
|
|
275
|
-
const setLimitHeight_1: number;
|
|
276
|
-
export { setLimitHeight_1 as setLimitHeight };
|
|
277
|
-
const setLimitLow_1: number;
|
|
278
|
-
export { setLimitLow_1 as setLimitLow };
|
|
279
|
-
}
|
|
280
|
-
export { args_1 as args };
|
|
281
|
-
}
|
|
282
|
-
export function BetweenTwoYears(args: any): import("react/jsx-runtime").JSX.Element;
|
|
283
|
-
export namespace BetweenTwoYears {
|
|
284
|
-
export namespace args_2 {
|
|
285
|
-
const title_4: string;
|
|
286
|
-
export { title_4 as title };
|
|
287
|
-
const HeaderValueIsPercent_3: boolean;
|
|
288
|
-
export { HeaderValueIsPercent_3 as HeaderValueIsPercent };
|
|
289
|
-
export { arrDataBetweenTwoYears as barChartData };
|
|
290
|
-
const width_3: string;
|
|
291
|
-
export { width_3 as width };
|
|
292
|
-
const height_3: string;
|
|
293
|
-
export { height_3 as height };
|
|
294
|
-
const barChartColor_3: string;
|
|
295
|
-
export { barChartColor_3 as barChartColor };
|
|
296
|
-
const xselectedColor_3: string;
|
|
297
|
-
export { xselectedColor_3 as xselectedColor };
|
|
298
|
-
const startWeekRange_3: string;
|
|
299
|
-
export { startWeekRange_3 as startWeekRange };
|
|
300
|
-
const endWeekRange_3: string;
|
|
301
|
-
export { endWeekRange_3 as endWeekRange };
|
|
302
|
-
const tooltipTitle_2: string;
|
|
303
|
-
export { tooltipTitle_2 as tooltipTitle };
|
|
304
|
-
const yAxisCounter_3: number;
|
|
305
|
-
export { yAxisCounter_3 as yAxisCounter };
|
|
306
|
-
const isPercentValue_3: boolean;
|
|
307
|
-
export { isPercentValue_3 as isPercentValue };
|
|
308
|
-
const interval_3: string;
|
|
309
|
-
export { interval_3 as interval };
|
|
310
|
-
const showLegend_3: boolean;
|
|
311
|
-
export { showLegend_3 as showLegend };
|
|
312
|
-
const showTwoBars_1: boolean;
|
|
313
|
-
export { showTwoBars_1 as showTwoBars };
|
|
314
|
-
}
|
|
315
|
-
export { args_2 as args };
|
|
316
|
-
}
|
|
317
|
-
export function TwoBars(args: any): import("react/jsx-runtime").JSX.Element;
|
|
318
|
-
export namespace TwoBars {
|
|
319
|
-
export namespace args_3 {
|
|
320
|
-
const title_5: string;
|
|
321
|
-
export { title_5 as title };
|
|
322
|
-
const headerValueTopTitle_2: string;
|
|
323
|
-
export { headerValueTopTitle_2 as headerValueTopTitle };
|
|
324
|
-
const headerValue_3: number;
|
|
325
|
-
export { headerValue_3 as headerValue };
|
|
326
|
-
const headerValueBottomTitle_2: string;
|
|
327
|
-
export { headerValueBottomTitle_2 as headerValueBottomTitle };
|
|
328
|
-
const HeaderValueIsPercent_4: boolean;
|
|
329
|
-
export { HeaderValueIsPercent_4 as HeaderValueIsPercent };
|
|
330
|
-
export { arrDataTwoBarCharts as barChartData };
|
|
331
|
-
const width_4: string;
|
|
332
|
-
export { width_4 as width };
|
|
333
|
-
const height_4: string;
|
|
334
|
-
export { height_4 as height };
|
|
335
|
-
const barChartColor_4: string;
|
|
336
|
-
export { barChartColor_4 as barChartColor };
|
|
337
|
-
export const barChartSecondColor: string;
|
|
338
|
-
const xselectedColor_4: string;
|
|
339
|
-
export { xselectedColor_4 as xselectedColor };
|
|
340
|
-
const startWeekRange_4: number;
|
|
341
|
-
export { startWeekRange_4 as startWeekRange };
|
|
342
|
-
const endWeekRange_4: number;
|
|
343
|
-
export { endWeekRange_4 as endWeekRange };
|
|
344
|
-
const tooltipTitle_3: string;
|
|
345
|
-
export { tooltipTitle_3 as tooltipTitle };
|
|
346
|
-
export const tooltipSecondTitle: string;
|
|
347
|
-
const yAxisCounter_4: number;
|
|
348
|
-
export { yAxisCounter_4 as yAxisCounter };
|
|
349
|
-
const isPercentValue_4: boolean;
|
|
350
|
-
export { isPercentValue_4 as isPercentValue };
|
|
351
|
-
const interval_4: string;
|
|
352
|
-
export { interval_4 as interval };
|
|
353
|
-
const showLegend_4: boolean;
|
|
354
|
-
export { showLegend_4 as showLegend };
|
|
355
|
-
const showTwoBars_2: boolean;
|
|
356
|
-
export { showTwoBars_2 as showTwoBars };
|
|
357
|
-
}
|
|
358
|
-
export { args_3 as args };
|
|
359
|
-
}
|
|
360
|
-
export function HeaderTitlesAndValue(args: any): import("react/jsx-runtime").JSX.Element;
|
|
361
|
-
export namespace HeaderTitlesAndValue {
|
|
362
|
-
export namespace args_4 {
|
|
363
|
-
const title_6: string;
|
|
364
|
-
export { title_6 as title };
|
|
365
|
-
const showHeaderTopValue_1: boolean;
|
|
366
|
-
export { showHeaderTopValue_1 as showHeaderTopValue };
|
|
367
|
-
const headerValueTopTitle_3: string;
|
|
368
|
-
export { headerValueTopTitle_3 as headerValueTopTitle };
|
|
369
|
-
const headerValueBottomTitle_3: string;
|
|
370
|
-
export { headerValueBottomTitle_3 as headerValueBottomTitle };
|
|
371
|
-
const headerValue_4: number;
|
|
372
|
-
export { headerValue_4 as headerValue };
|
|
373
|
-
const HeaderValueCurrencyType_2: string;
|
|
374
|
-
export { HeaderValueCurrencyType_2 as HeaderValueCurrencyType };
|
|
375
|
-
const HeaderValueIsPercent_5: boolean;
|
|
376
|
-
export { HeaderValueIsPercent_5 as HeaderValueIsPercent };
|
|
377
|
-
export { arrDataPercents as barChartData };
|
|
378
|
-
const width_5: string;
|
|
379
|
-
export { width_5 as width };
|
|
380
|
-
const height_5: string;
|
|
381
|
-
export { height_5 as height };
|
|
382
|
-
const barChartColor_5: string;
|
|
383
|
-
export { barChartColor_5 as barChartColor };
|
|
384
|
-
const xselectedColor_5: string;
|
|
385
|
-
export { xselectedColor_5 as xselectedColor };
|
|
386
|
-
const startWeekRange_5: string;
|
|
387
|
-
export { startWeekRange_5 as startWeekRange };
|
|
388
|
-
const endWeekRange_5: string;
|
|
389
|
-
export { endWeekRange_5 as endWeekRange };
|
|
390
|
-
const tooltipTitle_4: string;
|
|
391
|
-
export { tooltipTitle_4 as tooltipTitle };
|
|
392
|
-
const yAxisCounter_5: number;
|
|
393
|
-
export { yAxisCounter_5 as yAxisCounter };
|
|
394
|
-
const isPercentValue_5: boolean;
|
|
395
|
-
export { isPercentValue_5 as isPercentValue };
|
|
396
|
-
const interval_5: string;
|
|
397
|
-
export { interval_5 as interval };
|
|
398
|
-
const showLegend_5: boolean;
|
|
399
|
-
export { showLegend_5 as showLegend };
|
|
400
|
-
}
|
|
401
|
-
export { args_4 as args };
|
|
402
|
-
}
|
|
403
|
-
export function NoHeader(args: any): import("react/jsx-runtime").JSX.Element;
|
|
404
|
-
export namespace NoHeader {
|
|
405
|
-
export namespace args_5 {
|
|
406
|
-
const title_7: string;
|
|
407
|
-
export { title_7 as title };
|
|
408
|
-
const headerValueTopTitle_4: string;
|
|
409
|
-
export { headerValueTopTitle_4 as headerValueTopTitle };
|
|
410
|
-
const headerValue_5: null;
|
|
411
|
-
export { headerValue_5 as headerValue };
|
|
412
|
-
const headerValueBottomTitle_4: string;
|
|
413
|
-
export { headerValueBottomTitle_4 as headerValueBottomTitle };
|
|
414
|
-
const HeaderValueIsPercent_6: boolean;
|
|
415
|
-
export { HeaderValueIsPercent_6 as HeaderValueIsPercent };
|
|
416
|
-
export { arrDataTwoBarCharts as barChartData };
|
|
417
|
-
const width_6: string;
|
|
418
|
-
export { width_6 as width };
|
|
419
|
-
const height_6: string;
|
|
420
|
-
export { height_6 as height };
|
|
421
|
-
const barChartColor_6: string;
|
|
422
|
-
export { barChartColor_6 as barChartColor };
|
|
423
|
-
const barChartSecondColor_1: string;
|
|
424
|
-
export { barChartSecondColor_1 as barChartSecondColor };
|
|
425
|
-
const xselectedColor_6: string;
|
|
426
|
-
export { xselectedColor_6 as xselectedColor };
|
|
427
|
-
const startWeekRange_6: number;
|
|
428
|
-
export { startWeekRange_6 as startWeekRange };
|
|
429
|
-
const endWeekRange_6: number;
|
|
430
|
-
export { endWeekRange_6 as endWeekRange };
|
|
431
|
-
const tooltipTitle_5: string;
|
|
432
|
-
export { tooltipTitle_5 as tooltipTitle };
|
|
433
|
-
const tooltipSecondTitle_1: string;
|
|
434
|
-
export { tooltipSecondTitle_1 as tooltipSecondTitle };
|
|
435
|
-
const yAxisCounter_6: number;
|
|
436
|
-
export { yAxisCounter_6 as yAxisCounter };
|
|
437
|
-
const isPercentValue_6: boolean;
|
|
438
|
-
export { isPercentValue_6 as isPercentValue };
|
|
439
|
-
const interval_6: string;
|
|
440
|
-
export { interval_6 as interval };
|
|
441
|
-
const showLegend_6: boolean;
|
|
442
|
-
export { showLegend_6 as showLegend };
|
|
443
|
-
const showTwoBars_3: boolean;
|
|
444
|
-
export { showTwoBars_3 as showTwoBars };
|
|
445
|
-
}
|
|
446
|
-
export { args_5 as args };
|
|
447
|
-
}
|
|
201
|
+
export const SalesDollars: any;
|
|
202
|
+
export const MarketSharePercents: any;
|
|
203
|
+
export const BetweenTwoYears: any;
|
|
204
|
+
export const TwoBars: any;
|
|
205
|
+
export const HeaderTitlesAndValue: any;
|
|
206
|
+
export const NoHeader: any;
|
|
448
207
|
import { BarChartsByWeeks } from "./BarChartsByWeeks";
|
|
449
|
-
declare const arrData: {
|
|
450
|
-
title: string;
|
|
451
|
-
value: number;
|
|
452
|
-
}[];
|
|
453
|
-
declare const arrDataPercents: {
|
|
454
|
-
title: string;
|
|
455
|
-
value: number;
|
|
456
|
-
}[];
|
|
457
|
-
declare const arrDataBetweenTwoYears: {
|
|
458
|
-
title: string;
|
|
459
|
-
value: number;
|
|
460
|
-
}[];
|
|
461
|
-
declare const arrDataTwoBarCharts: {
|
|
462
|
-
title: string;
|
|
463
|
-
value: number;
|
|
464
|
-
secondValue: number;
|
|
465
|
-
}[];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const BatteryChartContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const PanelSide: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export const ProgressDetails: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const HeadingText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
5
|
+
export const HeadingPercentage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
6
|
+
export const ChartSide: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export const ChartWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export const GoalValue: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
export const Indicator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
export const IndicatorLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export const IndicatorText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
12
|
+
export const ProgressLegend: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
|
+
export const LegendItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
|
+
export const LegendText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
15
|
+
export const LegendCube: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
16
|
+
export const ProgressDescription: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
17
|
+
export const ProgressItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
18
|
+
export const StarText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -162,63 +162,6 @@ declare namespace _default {
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
export default _default;
|
|
165
|
-
export
|
|
166
|
-
export
|
|
167
|
-
namespace args {
|
|
168
|
-
const totalValue_1: number;
|
|
169
|
-
export { totalValue_1 as totalValue };
|
|
170
|
-
const currentValue_1: number;
|
|
171
|
-
export { currentValue_1 as currentValue };
|
|
172
|
-
const benchmarkValue_1: number;
|
|
173
|
-
export { benchmarkValue_1 as benchmarkValue };
|
|
174
|
-
const width_1: number;
|
|
175
|
-
export { width_1 as width };
|
|
176
|
-
const height_1: number;
|
|
177
|
-
export { height_1 as height };
|
|
178
|
-
const color_1: string;
|
|
179
|
-
export { color_1 as color };
|
|
180
|
-
const linearGradientColor_1: string;
|
|
181
|
-
export { linearGradientColor_1 as linearGradientColor };
|
|
182
|
-
const underAvarageColor_1: string;
|
|
183
|
-
export { underAvarageColor_1 as underAvarageColor };
|
|
184
|
-
const linearGradientUnderAvarageColor_1: string;
|
|
185
|
-
export { linearGradientUnderAvarageColor_1 as linearGradientUnderAvarageColor };
|
|
186
|
-
const backgroundColor_1: string;
|
|
187
|
-
export { backgroundColor_1 as backgroundColor };
|
|
188
|
-
const tooltipLabel_1: string;
|
|
189
|
-
export { tooltipLabel_1 as tooltipLabel };
|
|
190
|
-
const tooltipDirection_1: string;
|
|
191
|
-
export { tooltipDirection_1 as tooltipDirection };
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
export function LessAvarage(args: any): import("react/jsx-runtime").JSX.Element;
|
|
195
|
-
export namespace LessAvarage {
|
|
196
|
-
export namespace args_1 {
|
|
197
|
-
const totalValue_2: number;
|
|
198
|
-
export { totalValue_2 as totalValue };
|
|
199
|
-
const currentValue_2: number;
|
|
200
|
-
export { currentValue_2 as currentValue };
|
|
201
|
-
const benchmarkValue_2: number;
|
|
202
|
-
export { benchmarkValue_2 as benchmarkValue };
|
|
203
|
-
const width_2: number;
|
|
204
|
-
export { width_2 as width };
|
|
205
|
-
const height_2: number;
|
|
206
|
-
export { height_2 as height };
|
|
207
|
-
const color_2: string;
|
|
208
|
-
export { color_2 as color };
|
|
209
|
-
const linearGradientColor_2: string;
|
|
210
|
-
export { linearGradientColor_2 as linearGradientColor };
|
|
211
|
-
const underAvarageColor_2: string;
|
|
212
|
-
export { underAvarageColor_2 as underAvarageColor };
|
|
213
|
-
const linearGradientUnderAvarageColor_2: string;
|
|
214
|
-
export { linearGradientUnderAvarageColor_2 as linearGradientUnderAvarageColor };
|
|
215
|
-
const backgroundColor_2: string;
|
|
216
|
-
export { backgroundColor_2 as backgroundColor };
|
|
217
|
-
const tooltipLabel_2: string;
|
|
218
|
-
export { tooltipLabel_2 as tooltipLabel };
|
|
219
|
-
const tooltipDirection_2: string;
|
|
220
|
-
export { tooltipDirection_2 as tooltipDirection };
|
|
221
|
-
}
|
|
222
|
-
export { args_1 as args };
|
|
223
|
-
}
|
|
165
|
+
export const GreaterAvarage: any;
|
|
166
|
+
export const LessAvarage: any;
|
|
224
167
|
import { Benchmark } from "./Benchmark";
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/// <reference types="mdx" />
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export const title: string;
|
|
4
|
+
export { BreakdownPanel as component };
|
|
5
|
+
export const tags: string[];
|
|
6
|
+
export namespace parameters {
|
|
7
|
+
namespace docs {
|
|
8
|
+
namespace description {
|
|
9
|
+
export { readme as component };
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export namespace argTypes {
|
|
14
|
+
export namespace width {
|
|
15
|
+
export const control: string;
|
|
16
|
+
const description_1: string;
|
|
17
|
+
export { description_1 as description };
|
|
18
|
+
}
|
|
19
|
+
export namespace height {
|
|
20
|
+
const control_1: string;
|
|
21
|
+
export { control_1 as control };
|
|
22
|
+
const description_2: string;
|
|
23
|
+
export { description_2 as description };
|
|
24
|
+
}
|
|
25
|
+
export namespace className {
|
|
26
|
+
const control_2: string;
|
|
27
|
+
export { control_2 as control };
|
|
28
|
+
const description_3: string;
|
|
29
|
+
export { description_3 as description };
|
|
30
|
+
}
|
|
31
|
+
export namespace title_1 {
|
|
32
|
+
const control_3: string;
|
|
33
|
+
export { control_3 as control };
|
|
34
|
+
const description_4: string;
|
|
35
|
+
export { description_4 as description };
|
|
36
|
+
}
|
|
37
|
+
export { title_1 as title };
|
|
38
|
+
export namespace itemTypeHeaders {
|
|
39
|
+
const control_4: string;
|
|
40
|
+
export { control_4 as control };
|
|
41
|
+
const description_5: string;
|
|
42
|
+
export { description_5 as description };
|
|
43
|
+
}
|
|
44
|
+
export namespace data {
|
|
45
|
+
const control_5: string;
|
|
46
|
+
export { control_5 as control };
|
|
47
|
+
const description_6: string;
|
|
48
|
+
export { description_6 as description };
|
|
49
|
+
}
|
|
50
|
+
export namespace graphColor {
|
|
51
|
+
const control_6: string;
|
|
52
|
+
export { control_6 as control };
|
|
53
|
+
const description_7: string;
|
|
54
|
+
export { description_7 as description };
|
|
55
|
+
}
|
|
56
|
+
export namespace graphCounterMax {
|
|
57
|
+
const control_7: string;
|
|
58
|
+
export { control_7 as control };
|
|
59
|
+
const description_8: string;
|
|
60
|
+
export { description_8 as description };
|
|
61
|
+
}
|
|
62
|
+
export namespace onBannerClick {
|
|
63
|
+
export const action: string;
|
|
64
|
+
const description_9: string;
|
|
65
|
+
export { description_9 as description };
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
export default _default;
|
|
70
|
+
export const EventsForEachEventType: any;
|
|
71
|
+
export const NoData: any;
|
|
72
|
+
export const DataWithNulls: any;
|
|
73
|
+
import { BreakdownPanel } from "./BreakdownPanel";
|
|
74
|
+
import readme from "*.md";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const BreakdownPanelContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const HeaderContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
4
|
+
export const CategorySalesMainContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export const CategoryHeadersContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export const CategoryHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export const CategorySalesDataContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function CategorySalesPanel({ categorySales, graphColor, graphCounterMax, onBannerClick }: {
|
|
2
|
+
categorySales: any;
|
|
3
|
+
graphColor: any;
|
|
4
|
+
graphCounterMax: any;
|
|
5
|
+
onBannerClick: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CategorySalesPanel;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const CategorySalesPanelContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const AccordionContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export const CategorySalesContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
4
|
+
export const AccordionContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export const ItemSalesContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export const FieldContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const ItemSalesPanelContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const ItemTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
3
|
+
export const BannerIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|