sag_components 2.0.0-beta → 2.0.0-beta2
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 +1106 -0
- package/dist/index.esm.js +80952 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +80998 -0
- package/dist/index.js.map +1 -0
- package/dist/types/components/AttachedFile/AttachedFile.d.ts +24 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +35 -0
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -0
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -0
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +19 -0
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -0
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +39 -0
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +61 -0
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -0
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +74 -0
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +40 -0
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -0
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +18 -0
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +38 -0
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -0
- package/dist/types/components/BarChart/BarChart.d.ts +79 -0
- package/dist/types/components/BarChart/BarChart.stories.d.ts +320 -0
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +82 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +300 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +31 -0
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +66 -0
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +147 -0
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -0
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +107 -0
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +465 -0
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -0
- package/dist/types/components/Benchmark/Benchmark.d.ts +45 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +224 -0
- package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -0
- package/dist/types/components/Button/Button.d.ts +22 -0
- package/dist/types/components/Button/Button.stories.d.ts +393 -0
- package/dist/types/components/Button/Button.style.d.ts +5 -0
- package/dist/types/components/Button/Button.test.d.ts +1 -0
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +33 -0
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +64 -0
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -0
- package/dist/types/components/CampaignTool/Card.d.ts +37 -0
- package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -0
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -0
- package/dist/types/components/CampaignTool/FormInput.d.ts +5 -0
- package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -0
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +15 -0
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +31 -0
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -0
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +12 -0
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +23 -0
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -0
- package/dist/types/components/CampaignTool/Popup.d.ts +27 -0
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +166 -0
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -0
- package/dist/types/components/CampaignTool/PopupContent.d.ts +28 -0
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -0
- package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -0
- package/dist/types/components/CampaignTool/Table.d.ts +56 -0
- package/dist/types/components/CampaignTool/Table.stories.d.ts +120 -0
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -0
- package/dist/types/components/CheckBox/CheckBox.d.ts +15 -0
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +150 -0
- package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -0
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -0
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +221 -0
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -0
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -0
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +2 -0
- package/dist/types/components/CollapseData/CollapseData.d.ts +34 -0
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +86 -0
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -0
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +70 -0
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +151 -0
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -0
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +24 -0
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +79 -0
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -0
- package/dist/types/components/Datepicker/Datepicker.d.ts +12 -0
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +112 -0
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +1 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +21 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +41 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +34 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +103 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +39 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +159 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -0
- package/dist/types/components/Dropdown/Dropdown.d.ts +24 -0
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +451 -0
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +1 -0
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +75 -0
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +263 -0
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +1 -0
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +79 -0
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -0
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +574 -0
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +81 -0
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +75 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -0
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +48 -0
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +151 -0
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -0
- package/dist/types/components/EventList/EventList.d.ts +30 -0
- package/dist/types/components/EventList/EventList.stories.d.ts +84 -0
- package/dist/types/components/EventList/EventList.style.d.ts +4 -0
- package/dist/types/components/EventListItem/EventListItem.d.ts +27 -0
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +81 -0
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -0
- package/dist/types/components/FilterContainer/FilterContainer.d.ts +3 -0
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +15 -0
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -0
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +67 -0
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +824 -0
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -0
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +45 -0
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +297 -0
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -0
- package/dist/types/components/Heatmap/Heatmap.d.ts +15 -0
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +87 -0
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -0
- package/dist/types/components/IconButton/IconButton.d.ts +48 -0
- package/dist/types/components/IconButton/IconButton.stories.d.ts +166 -0
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -0
- package/dist/types/components/Input/Input.d.ts +80 -0
- package/dist/types/components/Input/Input.stories.d.ts +688 -0
- package/dist/types/components/Input/Input.style.d.ts +7 -0
- package/dist/types/components/InputOld/InputOld.d.ts +66 -0
- package/dist/types/components/InputOld/InputOld.stories.d.ts +130 -0
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +58 -0
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +300 -0
- package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -0
- package/dist/types/components/LinkButton/LinkButton.d.ts +13 -0
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +279 -0
- package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -0
- package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +35 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +72 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +12 -0
- package/dist/types/components/ListBox/ListBox.d.ts +15 -0
- package/dist/types/components/ListBox/ListBox.stories.d.ts +162 -0
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -0
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +31 -0
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +135 -0
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -0
- package/dist/types/components/Modal/Modal.d.ts +6 -0
- package/dist/types/components/Modal/Modal.style.d.ts +4 -0
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -0
- package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +54 -0
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +197 -0
- package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -0
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +9 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +12 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +45 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +63 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +149 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +10 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +86 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +263 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -0
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +29 -0
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +98 -0
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -0
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +85 -0
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +236 -0
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -0
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +37 -0
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +102 -0
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -0
- package/dist/types/components/PieChart/PieChart.d.ts +66 -0
- package/dist/types/components/PieChart/PieChart.stories.d.ts +295 -0
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -0
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +64 -0
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +280 -0
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -0
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +29 -0
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +77 -0
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -0
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +24 -0
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +94 -0
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +54 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +197 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -0
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +9 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +69 -0
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +393 -0
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -0
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +76 -0
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -0
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +68 -0
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -0
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -0
- package/dist/types/components/RangePicker/RangePicker.d.ts +52 -0
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +194 -0
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -0
- package/dist/types/components/ReportTable/ReportTable.d.ts +83 -0
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +322 -0
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -0
- package/dist/types/components/SagButton/SagButton.d.ts +45 -0
- package/dist/types/components/SagButton/SagButton.stories.d.ts +168 -0
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -0
- package/dist/types/components/SagIconButton/SagIconButton.d.ts +45 -0
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +178 -0
- package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -0
- package/dist/types/components/SagInput/SagInput.d.ts +36 -0
- package/dist/types/components/SagInput/SagInput.stories.d.ts +88 -0
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -0
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +50 -0
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +222 -0
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -0
- package/dist/types/components/SearchInput/SearchInput.d.ts +24 -0
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +49 -0
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +49 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +260 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -0
- package/dist/types/components/Select/Select.d.ts +21 -0
- package/dist/types/components/Select/Select.stories.d.ts +285 -0
- package/dist/types/components/Select/Select.style.d.ts +6 -0
- package/dist/types/components/SingleBarLineCharts/SingleBar.test.d.ts +1 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +398 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +61 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +90 -0
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +174 -0
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +58 -0
- package/dist/types/components/TextField/TextField.d.ts +6 -0
- package/dist/types/components/TextField/TextField.stories.d.ts +243 -0
- package/dist/types/components/TextField/TextField.style.d.ts +1 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +59 -0
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +137 -0
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +24 -0
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -0
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +24 -0
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +36 -0
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -0
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +40 -0
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +176 -0
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -0
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +86 -0
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +379 -0
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -0
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +54 -0
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +237 -0
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -0
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +56 -0
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +257 -0
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -0
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +66 -0
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +416 -0
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -0
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +76 -0
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +331 -0
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -0
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +24 -0
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +74 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +238 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +6 -0
- package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -0
- package/dist/types/icons/ArrowSelectIcon.d.ts +6 -0
- package/dist/types/icons/ArrowUpIcon.d.ts +6 -0
- package/dist/types/icons/AttachedIcon.d.ts +6 -0
- package/dist/types/icons/BellIcon.d.ts +6 -0
- package/dist/types/icons/ButtonArrowRight.d.ts +5 -0
- package/dist/types/icons/Calendar.d.ts +2 -0
- package/dist/types/icons/CalendarIcon.d.ts +6 -0
- package/dist/types/icons/CalendarInOpen.d.ts +2 -0
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -0
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -0
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -0
- package/dist/types/icons/ChervronLeftIcon.d.ts +2 -0
- package/dist/types/icons/ChervronRightIcon.d.ts +2 -0
- package/dist/types/icons/ChevronLeftIcon.d.ts +4 -0
- package/dist/types/icons/ChevronRightIcon.d.ts +4 -0
- package/dist/types/icons/ClockIcon.d.ts +6 -0
- package/dist/types/icons/CloseIcon.d.ts +6 -0
- package/dist/types/icons/CloseXIcon.d.ts +6 -0
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -0
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -0
- package/dist/types/icons/DocumentIcon.d.ts +6 -0
- package/dist/types/icons/DownloadIcon.d.ts +6 -0
- package/dist/types/icons/Duplicate.d.ts +7 -0
- package/dist/types/icons/ErrorIcon.d.ts +6 -0
- package/dist/types/icons/ExitIcon.d.ts +7 -0
- package/dist/types/icons/ExportIcon.d.ts +7 -0
- package/dist/types/icons/EyeIcon.d.ts +7 -0
- package/dist/types/icons/FileIcon.d.ts +6 -0
- package/dist/types/icons/FilterIcon.d.ts +6 -0
- package/dist/types/icons/FlyIcon.d.ts +7 -0
- package/dist/types/icons/FoodLionChartIcon.d.ts +2 -0
- package/dist/types/icons/FoodLionIcon.d.ts +6 -0
- package/dist/types/icons/FoodLionNewIcon.d.ts +5 -0
- package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -0
- package/dist/types/icons/GiantFoodIcon.d.ts +7 -0
- package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -0
- package/dist/types/icons/HannafordChartIcon.d.ts +2 -0
- package/dist/types/icons/HannafordIcon.d.ts +6 -0
- package/dist/types/icons/HannafordIcon_new.d.ts +6 -0
- package/dist/types/icons/HannafordNewIcon.d.ts +5 -0
- package/dist/types/icons/InfoIcon.d.ts +7 -0
- package/dist/types/icons/LampIcon.d.ts +6 -0
- package/dist/types/icons/LegendLineIcon.d.ts +6 -0
- package/dist/types/icons/LegendUnionIcon.d.ts +6 -0
- package/dist/types/icons/MaintenanceIcon.d.ts +7 -0
- package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -0
- package/dist/types/icons/MenuItemOpenIcon.d.ts +7 -0
- package/dist/types/icons/MenuItemRightIcon.d.ts +7 -0
- package/dist/types/icons/MenuItemUpIcon.d.ts +7 -0
- package/dist/types/icons/NoDataFoundIcon.d.ts +12 -0
- package/dist/types/icons/OptionsIcon.d.ts +6 -0
- package/dist/types/icons/ReselectIcon.d.ts +6 -0
- package/dist/types/icons/SearchIcon.d.ts +6 -0
- package/dist/types/icons/ShoppingCartIcon.d.ts +6 -0
- package/dist/types/icons/ShoutIcon.d.ts +6 -0
- package/dist/types/icons/Sort.d.ts +1 -0
- package/dist/types/icons/SortIcon.d.ts +7 -0
- package/dist/types/icons/SpotlightProductIcon.d.ts +7 -0
- package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -0
- package/dist/types/icons/StopAndShopIcon.d.ts +7 -0
- package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -0
- package/dist/types/icons/SucceededIcon.d.ts +6 -0
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -0
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -0
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/reactTestApp/App.d.ts +2 -0
- package/dist/types/reactTestApp/index.d.ts +1 -0
- package/dist/types/reactTestApp/vite.config.d.ts +2 -0
- package/dist/types/utils/CommonFunctions.d.ts +6 -0
- package/dist/types/utils/ComponentFactory.d.ts +4 -0
- package/dist/types/utils/IconsHandler.d.ts +1 -0
- package/dist/types/utils/IconsHandler.style.d.ts +1 -0
- package/dist/types/utils/regex/Email.regex.d.ts +1 -0
- package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -0
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +1 -0
- package/dist/types/utils/regex/Phone.regex.d.ts +1 -0
- package/package.json +19 -2
- package/.eslintrc.js +0 -37
- package/dist/components/AttachedFile/AttachedFile.js +0 -69
- package/dist/components/AttachedFile/AttachedFile.stories.js +0 -37
- package/dist/components/AttachedFile/AttachedFile.style.js +0 -48
- package/dist/components/AutocompleteField/AutocompleteField.js +0 -45
- package/dist/components/AutocompleteField/AutocompleteField.stories.js +0 -25
- package/dist/components/AutocompleteField/AutocompleteField.style.js +0 -55
- package/dist/components/BannerEventBox/BannerEventBox.js +0 -125
- package/dist/components/BannerEventBox/BannerEventBox.stories.js +0 -59
- package/dist/components/BannerEventBox/BannerEventBox.style.js +0 -78
- package/dist/components/BannerEventBoxList/BannerEventBoxList.js +0 -175
- package/dist/components/BannerEventBoxList/BannerEventBoxList.stories.js +0 -39
- package/dist/components/BannerEventBoxList/BannerEventBoxList.style.js +0 -190
- package/dist/components/BannersDropdown/BannersDropdown.js +0 -134
- package/dist/components/BannersDropdown/BannersDropdown.stories.js +0 -64
- package/dist/components/BannersDropdown/BannersDropdown.style.js +0 -99
- package/dist/components/BarChart/BarChart.js +0 -245
- package/dist/components/BarChart/BarChart.stories.js +0 -306
- package/dist/components/BarChart/BarChart.style.js +0 -60
- package/dist/components/BarChartTwoRows/BarChartTwoRows.js +0 -222
- package/dist/components/BarChartTwoRows/BarChartTwoRows.stories.js +0 -259
- package/dist/components/BarChartTwoRows/BarChartTwoRows.style.js +0 -79
- package/dist/components/BarChartWithAreaChart/BarChartWithAreaChart.js +0 -263
- package/dist/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.js +0 -134
- package/dist/components/BarChartWithAreaChart/BarChartWithAreaChart.style.js +0 -67
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.js +0 -308
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.stories.js +0 -445
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.style.js +0 -96
- package/dist/components/Benchmark/Benchmark.js +0 -126
- package/dist/components/Benchmark/Benchmark.stories.js +0 -147
- package/dist/components/Benchmark/Benchmark.style.js +0 -61
- package/dist/components/Button/Button.js +0 -181
- package/dist/components/Button/Button.stories.js +0 -255
- package/dist/components/Button/Button.style.js +0 -90
- package/dist/components/Button/Button.test.js +0 -94
- package/dist/components/CampaignTool/CampaignDemoReport.js +0 -71
- package/dist/components/CampaignTool/CampaignDemoReport.stories.js +0 -65
- package/dist/components/CampaignTool/CampaignDemoReport.style.js +0 -48
- package/dist/components/CampaignTool/Card.js +0 -100
- package/dist/components/CampaignTool/Card.stories.js +0 -92
- package/dist/components/CampaignTool/Card.style.js +0 -65
- package/dist/components/CampaignTool/FormInput.js +0 -35
- package/dist/components/CampaignTool/FormSelect.js +0 -37
- package/dist/components/CampaignTool/MultipleCard.js +0 -33
- package/dist/components/CampaignTool/MultipleCard.stories.js +0 -33
- package/dist/components/CampaignTool/MultipleCard.style.js +0 -13
- package/dist/components/CampaignTool/PageFilterBar.js +0 -29
- package/dist/components/CampaignTool/PageFilterBar.stories.js +0 -28
- package/dist/components/CampaignTool/PageFilterBar.style.js +0 -22
- package/dist/components/CampaignTool/Popup.js +0 -137
- package/dist/components/CampaignTool/Popup.stories.js +0 -702
- package/dist/components/CampaignTool/Popup.style.js +0 -122
- package/dist/components/CampaignTool/PopupContent.js +0 -84
- package/dist/components/CampaignTool/PopupContent.style.js +0 -74
- package/dist/components/CampaignTool/PopupFieldsRules.js +0 -168
- package/dist/components/CampaignTool/Table.js +0 -223
- package/dist/components/CampaignTool/Table.stories.js +0 -104
- package/dist/components/CampaignTool/Table.style.js +0 -86
- package/dist/components/CheckBox/CheckBox.js +0 -61
- package/dist/components/CheckBox/CheckBox.stories.js +0 -107
- package/dist/components/CheckBox/CheckBox.style.js +0 -36
- package/dist/components/CheckBoxButton/CheckBoxButton.js +0 -57
- package/dist/components/CheckBoxButton/CheckBoxButton.stories.js +0 -150
- package/dist/components/CheckBoxButton/CheckBoxButton.style.js +0 -39
- package/dist/components/CodeEditor/CodeEditor.js +0 -31
- package/dist/components/CodeEditor/CodeEditor.style.js +0 -13
- package/dist/components/CollapseData/CollapseData.js +0 -100
- package/dist/components/CollapseData/CollapseData.stories.js +0 -125
- package/dist/components/CollapseData/CollapseData.style.js +0 -127
- package/dist/components/CollapseHeader/CollapseHeader.js +0 -284
- package/dist/components/CollapseHeader/CollapseHeader.stories.js +0 -123
- package/dist/components/CollapseHeader/CollapseHeader.style.js +0 -200
- package/dist/components/CollapseMenuItem/CollapseMenuItem.js +0 -72
- package/dist/components/CollapseMenuItem/CollapseMenuItem.stories.js +0 -121
- package/dist/components/CollapseMenuItem/CollapseMenuItem.style.js +0 -61
- package/dist/components/Datepicker/Datepicker.js +0 -136
- package/dist/components/Datepicker/Datepicker.stories.js +0 -85
- package/dist/components/Datepicker/Datepicker.style.js +0 -19
- package/dist/components/DialogOverlay/DialogOverlay.js +0 -57
- package/dist/components/DialogOverlay/DialogOverlay.stories.js +0 -39
- package/dist/components/DialogOverlay/DialogOverlay.style.js +0 -70
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.js +0 -89
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.stories.js +0 -116
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.style.js +0 -66
- package/dist/components/DownloadProgress/DownloadProgress.js +0 -99
- package/dist/components/DownloadProgress/DownloadProgress.stories.js +0 -109
- package/dist/components/DownloadProgress/DownloadProgress.style.js +0 -51
- package/dist/components/Dropdown/Dropdown.js +0 -199
- package/dist/components/Dropdown/Dropdown.stories.js +0 -318
- package/dist/components/Dropdown/Dropdown.style.js +0 -17
- package/dist/components/DropdownMulti/DropdownMulti.js +0 -277
- package/dist/components/DropdownMulti/DropdownMulti.stories.js +0 -220
- package/dist/components/DropdownMulti/DropdownMulti.style.js +0 -17
- package/dist/components/DropdownMultiNew/DropdownMultiNew.js +0 -250
- package/dist/components/DropdownMultiNew/DropdownMultiNew.style.js +0 -212
- package/dist/components/DropdownMultiNew/DropdownNew.stories.js +0 -407
- package/dist/components/DropdownNew/DropdownNew.js +0 -80
- package/dist/components/DropdownNew/DropdownNew.style.js +0 -21
- package/dist/components/DropdownSingleNew/DropdownSingleNew.js +0 -228
- package/dist/components/DropdownSingleNew/DropdownSingleNew.style.js +0 -183
- package/dist/components/EventDetailsCard/EventDetailsCard.js +0 -170
- package/dist/components/EventDetailsCard/EventDetailsCard.stories.js +0 -114
- package/dist/components/EventDetailsCard/EventDetailsCard.style.js +0 -62
- package/dist/components/EventList/EventList.js +0 -64
- package/dist/components/EventList/EventList.stories.js +0 -84
- package/dist/components/EventList/EventList.style.js +0 -38
- package/dist/components/EventListItem/EventListItem.js +0 -68
- package/dist/components/EventListItem/EventListItem.stories.js +0 -65
- package/dist/components/EventListItem/EventListItem.style.js +0 -47
- package/dist/components/FilterContainer/FilterContainer.js +0 -26
- package/dist/components/FilterContainer/FilterContainer.stories.js +0 -22
- package/dist/components/FilterContainer/FilterContainer.style.js +0 -30
- package/dist/components/FilterPanel/FilterPanel.js +0 -459
- package/dist/components/FilterPanel/FilterPanel.stories.js +0 -967
- package/dist/components/FilterPanel/FilterPanel.style.js +0 -89
- package/dist/components/FormattedValue/FormattedValue.js +0 -87
- package/dist/components/FormattedValue/FormattedValue.stories.js +0 -183
- package/dist/components/FormattedValue/FormattedValue.style.js +0 -91
- package/dist/components/Heatmap/Heatmap.js +0 -177
- package/dist/components/Heatmap/Heatmap.stories.js +0 -118
- package/dist/components/Heatmap/Heatmap.style.js +0 -151
- package/dist/components/IconButton/IconButton.js +0 -132
- package/dist/components/IconButton/IconButton.stories.js +0 -126
- package/dist/components/IconButton/IconButton.style.js +0 -65
- package/dist/components/Input/Input.js +0 -173
- package/dist/components/Input/Input.stories.js +0 -422
- package/dist/components/Input/Input.style.js +0 -132
- package/dist/components/InputOld/InputOld.js +0 -97
- package/dist/components/InputOld/InputOld.stories.js +0 -103
- package/dist/components/InputOld/InputOld.style.js +0 -71
- package/dist/components/KpiFilter/KpiFilter.js +0 -294
- package/dist/components/KpiFilter/KpiFilter.stories.js +0 -401
- package/dist/components/KpiFilter/KpiFilter.style.js +0 -132
- package/dist/components/LinkButton/LinkButton.js +0 -166
- package/dist/components/LinkButton/LinkButton.stories.js +0 -171
- package/dist/components/LinkButton/LinkButton.style.js +0 -53
- package/dist/components/LinkButton/LinkButton.test.js +0 -94
- package/dist/components/LinnerDataBox/LinnerDataBox.js +0 -81
- package/dist/components/LinnerDataBox/LinnerDataBox.stories.js +0 -79
- package/dist/components/LinnerDataBox/LinnerDataBox.style.js +0 -68
- package/dist/components/ListBox/ListBox.js +0 -59
- package/dist/components/ListBox/ListBox.stories.js +0 -132
- package/dist/components/ListBox/ListBox.style.js +0 -48
- package/dist/components/MarketShareDescription/MarketShareDescription.js +0 -119
- package/dist/components/MarketShareDescription/MarketShareDescription.stories.js +0 -196
- package/dist/components/MarketShareDescription/MarketShareDescription.style.js +0 -215
- package/dist/components/Modal/Modal.js +0 -23
- package/dist/components/Modal/Modal.style.js +0 -64
- package/dist/components/Modal/ModalTotalBenchmark.js +0 -129
- package/dist/components/Modal/ModalTotalCost.js +0 -101
- package/dist/components/MonthPicker/MonthPicker.js +0 -149
- package/dist/components/MonthPicker/MonthPicker.stories.js +0 -142
- package/dist/components/MonthPicker/MonthPicker.style.js +0 -105
- package/dist/components/MonthPicker/MonthPopupPicker.js +0 -215
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.js +0 -30
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.stories.js +0 -66
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.style.js +0 -39
- package/dist/components/OneColumnContainer/OneColumnContainer.js +0 -127
- package/dist/components/OneColumnContainer/OneColumnContainer.stories.js +0 -117
- package/dist/components/OneColumnContainer/OneColumnContainer.style.js +0 -107
- package/dist/components/PerformanceAnalytics/PerformanceAnalytics.js +0 -442
- package/dist/components/PerformanceAnalytics/PerformanceAnalytics.stories.js +0 -263
- package/dist/components/PerformanceAnalytics/PerformanceAnalytics.style.js +0 -144
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.js +0 -60
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.js +0 -99
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.js +0 -63
- package/dist/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.js +0 -317
- package/dist/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.js +0 -236
- package/dist/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.js +0 -116
- package/dist/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.js +0 -86
- package/dist/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.js +0 -109
- package/dist/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.js +0 -89
- package/dist/components/PieChart/PieChart.js +0 -193
- package/dist/components/PieChart/PieChart.stories.js +0 -215
- package/dist/components/PieChart/PieChart.style.js +0 -154
- package/dist/components/PopupCharts/PopupCharts.js +0 -212
- package/dist/components/PopupCharts/PopupCharts.stories.js +0 -1196
- package/dist/components/PopupCharts/PopupCharts.style.js +0 -108
- package/dist/components/ProductsVariety/ProductsVariety.js +0 -106
- package/dist/components/ProductsVariety/ProductsVariety.stories.js +0 -90
- package/dist/components/ProductsVariety/ProductsVariety.style.js +0 -86
- package/dist/components/ProgressBar/ProgressBar.js +0 -56
- package/dist/components/ProgressBar/ProgressBar.stories.js +0 -71
- package/dist/components/ProgressBar/ProgressBar.style.js +0 -24
- package/dist/components/QuarterPicker/QuarterPicker.js +0 -145
- package/dist/components/QuarterPicker/QuarterPicker.stories.js +0 -142
- package/dist/components/QuarterPicker/QuarterPicker.style.js +0 -104
- package/dist/components/QuarterPicker/QuarterPopupPicker.js +0 -196
- package/dist/components/QuickFilter/QuickFilter.js +0 -68
- package/dist/components/QuickFilter/QuickFilter.stories.js +0 -275
- package/dist/components/QuickFilter/QuickFilter.style.js +0 -21
- package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.js +0 -261
- package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.js +0 -188
- package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.js +0 -198
- package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.js +0 -133
- package/dist/components/RangePicker/RangeDatePicker.js +0 -229
- package/dist/components/RangePicker/RangePicker.js +0 -158
- package/dist/components/RangePicker/RangePicker.stories.js +0 -140
- package/dist/components/RangePicker/RangePicker.style.js +0 -109
- package/dist/components/ReportTable/ReportTable.js +0 -412
- package/dist/components/ReportTable/ReportTable.stories.js +0 -255
- package/dist/components/ReportTable/ReportTable.style.js +0 -304
- package/dist/components/SagButton/SagButton.js +0 -73
- package/dist/components/SagButton/SagButton.stories.js +0 -118
- package/dist/components/SagButton/SagButton.style.js +0 -47
- package/dist/components/SagIconButton/SagIconButton.js +0 -103
- package/dist/components/SagIconButton/SagIconButton.stories.js +0 -122
- package/dist/components/SagIconButton/SagIconButton.style.js +0 -30
- package/dist/components/SagInput/SagInput.js +0 -62
- package/dist/components/SagInput/SagInput.stories.js +0 -69
- package/dist/components/SagInput/SagInput.style.js +0 -41
- package/dist/components/SalesAndROI/SalesAndROI.js +0 -104
- package/dist/components/SalesAndROI/SalesAndROI.stories.js +0 -166
- package/dist/components/SalesAndROI/SalesAndROI.style.js +0 -111
- package/dist/components/SearchInput/SearchInput.js +0 -42
- package/dist/components/SearchInput/SearchInput.stories.js +0 -44
- package/dist/components/SearchInput/SearchInput.style.js +0 -37
- package/dist/components/SegmentedButton/SegmentedButton.js +0 -120
- package/dist/components/SegmentedButton/SegmentedButton.stories.js +0 -181
- package/dist/components/SegmentedButton/SegmentedButton.style.js +0 -97
- package/dist/components/Select/Select.js +0 -108
- package/dist/components/Select/Select.stories.js +0 -201
- package/dist/components/Select/Select.style.js +0 -101
- package/dist/components/SingleBarLineCharts/SingleBar.test.js +0 -68
- package/dist/components/SingleBarLineCharts/SingleBarLineCharts.js +0 -360
- package/dist/components/SingleBarLineCharts/SingleBarLineCharts.stories.js +0 -310
- package/dist/components/SingleBarLineCharts/SingleBarLineCharts.style.js +0 -101
- package/dist/components/TabMenu/TabMenu.js +0 -250
- package/dist/components/TabMenu/TabMenu.stories.js +0 -136
- package/dist/components/TabMenu/TabMenu.style.js +0 -121
- package/dist/components/TextField/TextField.js +0 -183
- package/dist/components/TextField/TextField.stories.js +0 -160
- package/dist/components/TextField/TextField.style.js +0 -18
- package/dist/components/TitleDescription/TitleDescription.js +0 -305
- package/dist/components/TitleDescription/TitleDescription.stories.js +0 -116
- package/dist/components/TitleDescription/TitleDescription.style.js +0 -222
- package/dist/components/Tooltip/Tooltip.js +0 -55
- package/dist/components/Tooltip/Tooltip.style.js +0 -103
- package/dist/components/TopToggleList/TopToggleList.js +0 -57
- package/dist/components/TopToggleList/TopToggleList.stories.js +0 -52
- package/dist/components/TopToggleList/TopToggleList.style.js +0 -51
- package/dist/components/TotalBenchmark/TotalBenchmark.js +0 -96
- package/dist/components/TotalBenchmark/TotalBenchmark.stories.js +0 -135
- package/dist/components/TotalBenchmark/TotalBenchmark.style.js +0 -79
- package/dist/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.js +0 -311
- package/dist/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.js +0 -341
- package/dist/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.js +0 -171
- package/dist/components/TotalBenchmarkArrows/TotalBenchmarkArrows.js +0 -149
- package/dist/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.js +0 -170
- package/dist/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.js +0 -108
- package/dist/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.js +0 -162
- package/dist/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.js +0 -183
- package/dist/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.js +0 -77
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.js +0 -228
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.stories.js +0 -301
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.style.js +0 -178
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.js +0 -218
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.js +0 -291
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.style.js +0 -93
- package/dist/components/TspanTooltip/TspanTooltip.js +0 -41
- package/dist/components/TspanTooltip/TspanTooltip.style.js +0 -105
- package/dist/components/TwoBarCharts/TwoBarCharts.js +0 -211
- package/dist/components/TwoBarCharts/TwoBarCharts.stories.js +0 -185
- package/dist/components/TwoBarCharts/TwoBarCharts.style.js +0 -60
- package/dist/icons/ArrowDownIcon.js +0 -17
- package/dist/icons/ArrowDropDownIcon.js +0 -19
- package/dist/icons/ArrowSelectIcon.js +0 -18
- package/dist/icons/ArrowUpIcon.js +0 -17
- package/dist/icons/AttachedIcon.js +0 -17
- package/dist/icons/BellIcon.js +0 -17
- package/dist/icons/ButtonArrowRight.js +0 -18
- package/dist/icons/Calendar.js +0 -13
- package/dist/icons/CalendarIcon.js +0 -19
- package/dist/icons/CalendarInOpen.js +0 -14
- package/dist/icons/CheckBoxButtonCheckedIcon.js +0 -20
- package/dist/icons/CheckBoxCheckedIcon.js +0 -20
- package/dist/icons/CheckBoxNotCheckedIcon.js +0 -20
- package/dist/icons/ChervronLeftIcon.js +0 -13
- package/dist/icons/ChervronRightIcon.js +0 -13
- package/dist/icons/ChevronLeftIcon.js +0 -20
- package/dist/icons/ChevronRightIcon.js +0 -20
- package/dist/icons/ClockIcon.js +0 -19
- package/dist/icons/CloseIcon.js +0 -17
- package/dist/icons/CloseXIcon.js +0 -17
- package/dist/icons/ComboBoxArrowDownIcon.js +0 -20
- package/dist/icons/ComboBoxArrowUpIcon.js +0 -18
- package/dist/icons/DocumentIcon.js +0 -22
- package/dist/icons/DownloadIcon.js +0 -17
- package/dist/icons/Duplicate.js +0 -18
- package/dist/icons/ErrorIcon.js +0 -18
- package/dist/icons/ExitIcon.js +0 -18
- package/dist/icons/ExportIcon.js +0 -18
- package/dist/icons/EyeIcon.js +0 -18
- package/dist/icons/FileIcon.js +0 -17
- package/dist/icons/FilterIcon.js +0 -20
- package/dist/icons/FlyIcon.js +0 -20
- package/dist/icons/FoodLionChartIcon.js +0 -22
- package/dist/icons/FoodLionIcon.js +0 -1042
- package/dist/icons/FoodLionNewIcon.js +0 -22
- package/dist/icons/GiantFoodChartIcon.js +0 -20
- package/dist/icons/GiantFoodIcon.js +0 -673
- package/dist/icons/GiantFoodIcon_new.js +0 -24
- package/dist/icons/HannafordChartIcon.js +0 -20
- package/dist/icons/HannafordIcon.js +0 -1686
- package/dist/icons/HannafordIcon_new.js +0 -23
- package/dist/icons/HannafordNewIcon.js +0 -204
- package/dist/icons/InfoIcon.js +0 -18
- package/dist/icons/LampIcon.js +0 -20
- package/dist/icons/LegendLineIcon.js +0 -17
- package/dist/icons/LegendUnionIcon.js +0 -17
- package/dist/icons/MaintenanceIcon.js +0 -20
- package/dist/icons/MenuItemClosedIcon.js +0 -20
- package/dist/icons/MenuItemOpenIcon.js +0 -18
- package/dist/icons/MenuItemRightIcon.js +0 -18
- package/dist/icons/MenuItemUpIcon.js +0 -18
- package/dist/icons/NoDataFoundIcon.js +0 -32
- package/dist/icons/OptionsIcon.js +0 -17
- package/dist/icons/ReselectIcon.js +0 -17
- package/dist/icons/SearchIcon.js +0 -17
- package/dist/icons/ShoppingCartIcon.js +0 -25
- package/dist/icons/ShoutIcon.js +0 -17
- package/dist/icons/Sort.js +0 -5
- package/dist/icons/SortIcon.js +0 -23
- package/dist/icons/SpotlightProductIcon.js +0 -18
- package/dist/icons/StopAndShopChartIcon.js +0 -22
- package/dist/icons/StopAndShopIcon.js +0 -61
- package/dist/icons/StopAndShopNewIcon.js +0 -23
- package/dist/icons/SucceededIcon.js +0 -18
- package/dist/icons/TheGiantCompanyChartIcon.js +0 -20
- package/dist/icons/TheGiantCompanyIcon.js +0 -22
- package/dist/icons/TheGiantCompanyNewIcon.js +0 -23
- package/dist/reactTestApp/index.js +0 -17
- package/dist/reactTestApp/vite.config.js +0 -15
- package/dist/utils/CommonFunctions.js +0 -95
- package/dist/utils/ComponentFactory.js +0 -64
- package/dist/utils/IconsHandler.js +0 -70
- package/dist/utils/IconsHandler.style.js +0 -16
- package/dist/utils/regex/Email.regex.js +0 -7
- package/dist/utils/regex/LatinWithSpaces.regex.js +0 -7
- package/dist/utils/regex/OnlyEnglishLetters.regex.js +0 -7
- package/dist/utils/regex/Phone.regex.js +0 -7
- package/favicon.ico +0 -0
- package/index.html +0 -65
- package/manifest.json +0 -25
- package/robots.txt +0 -3
|
@@ -1,360 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = exports.SingleBarLineCharts = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
-
var _recharts = require("recharts");
|
|
10
|
-
var _NoDataFoundMessage = require("../NoDataFoundMessage/NoDataFoundMessage");
|
|
11
|
-
var _SingleBarLineCharts = require("./SingleBarLineCharts.style");
|
|
12
|
-
var _CommonFunctions = require("../../utils/CommonFunctions");
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
15
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
|
-
/* eslint-disable no-restricted-globals */
|
|
17
|
-
/* eslint-disable no-unused-vars */
|
|
18
|
-
/* eslint-disable react/no-unstable-nested-components */
|
|
19
|
-
/* eslint-disable no-shadow */
|
|
20
|
-
/* eslint-disable react/prop-types */
|
|
21
|
-
|
|
22
|
-
const SingleBarLineCharts = ({
|
|
23
|
-
className = '',
|
|
24
|
-
width = '100%',
|
|
25
|
-
height = '100%',
|
|
26
|
-
title = '',
|
|
27
|
-
data = [],
|
|
28
|
-
totalsData = [],
|
|
29
|
-
showLegend = true,
|
|
30
|
-
legendData = [],
|
|
31
|
-
maxBarRange = 1,
|
|
32
|
-
showLineChart = true,
|
|
33
|
-
lineRange = 1,
|
|
34
|
-
lineFontSizeValue = '0.6em',
|
|
35
|
-
barFontSizeValue = '0.6em',
|
|
36
|
-
barSize = 60,
|
|
37
|
-
barChartHeight = 250,
|
|
38
|
-
lineChartHeight = 50,
|
|
39
|
-
isLineChartCurrency = false,
|
|
40
|
-
isLineChartBolded = false,
|
|
41
|
-
setLineChartTooltip = false,
|
|
42
|
-
isTopBarPercent = true,
|
|
43
|
-
showSecondBar = true,
|
|
44
|
-
showPeriod = true,
|
|
45
|
-
currencySign = '€',
|
|
46
|
-
currencySignLine = '€',
|
|
47
|
-
noDataText = 'No data'
|
|
48
|
-
}) => {
|
|
49
|
-
// const {
|
|
50
|
-
// className,
|
|
51
|
-
// width,
|
|
52
|
-
// height,
|
|
53
|
-
// title,
|
|
54
|
-
// data,
|
|
55
|
-
// totalsData,
|
|
56
|
-
// showLegend,
|
|
57
|
-
// legendData,
|
|
58
|
-
// maxBarRange,
|
|
59
|
-
// showLineChart,
|
|
60
|
-
// lineRange,
|
|
61
|
-
// lineFontSizeValue,
|
|
62
|
-
// barFontSizeValue,
|
|
63
|
-
// barSize,
|
|
64
|
-
// barChartHeight,
|
|
65
|
-
// lineChartHeight,
|
|
66
|
-
// isLineChartCurrency,
|
|
67
|
-
// isLineChartBolded,
|
|
68
|
-
// setLineChartTooltip,
|
|
69
|
-
// isTopBarPercent,
|
|
70
|
-
// showSecondBar,
|
|
71
|
-
// showPeriod,
|
|
72
|
-
// currencySignLine,
|
|
73
|
-
// currencySign,
|
|
74
|
-
// noDataText,
|
|
75
|
-
// } = props;
|
|
76
|
-
|
|
77
|
-
const [showLegendTooltip, setShowLegendTooltip] = (0, _react.useState)(false);
|
|
78
|
-
const [tooltipCouponText, setTooltipCouponText] = (0, _react.useState)({
|
|
79
|
-
content: '',
|
|
80
|
-
clientX: 0,
|
|
81
|
-
clientY: 0
|
|
82
|
-
});
|
|
83
|
-
const CustomTooltipLineChart = props => {
|
|
84
|
-
const {
|
|
85
|
-
active,
|
|
86
|
-
payload
|
|
87
|
-
} = props;
|
|
88
|
-
if (active && payload && payload.length > 0) {
|
|
89
|
-
const totalValue = data.reduce((sum, item) => sum + (item.lineValue || 0), 0);
|
|
90
|
-
const currentValue = payload[0].payload.lineValue;
|
|
91
|
-
const percentage = currentValue / totalValue * 100;
|
|
92
|
-
const filteredLegendData = legendData.filter(item => item.iconType === 'LegendUnionIcon');
|
|
93
|
-
const currentRetailer = payload[0].payload.retailer;
|
|
94
|
-
return <_SingleBarLineCharts.TooltipDiv>
|
|
95
|
-
<_SingleBarLineCharts.TooltipTitle>{`${currentRetailer}`}</_SingleBarLineCharts.TooltipTitle>
|
|
96
|
-
<_SingleBarLineCharts.TooltipLabel>
|
|
97
|
-
{`${filteredLegendData[0].title}: ${percentage.toFixed(1)}%`}
|
|
98
|
-
</_SingleBarLineCharts.TooltipLabel>
|
|
99
|
-
</_SingleBarLineCharts.TooltipDiv>;
|
|
100
|
-
}
|
|
101
|
-
return null;
|
|
102
|
-
};
|
|
103
|
-
const CustomTooltipBarChart = props => {
|
|
104
|
-
const {
|
|
105
|
-
active,
|
|
106
|
-
payload
|
|
107
|
-
} = props;
|
|
108
|
-
if (active && payload && payload.length > 0) {
|
|
109
|
-
const totalBarValue = data.reduce((sum, item) => sum + (Math.abs(item.barValue) || 0), 0);
|
|
110
|
-
const totalSecondBarValue = data.reduce((sum, item) => sum + (Math.abs(item.secondBarValue) || 0), 0);
|
|
111
|
-
const currentBarValue = payload[0].payload.barValue;
|
|
112
|
-
const currentSecondBarValue = payload[0].payload.secondBarValue;
|
|
113
|
-
const currentRetailer = payload[0].payload.retailer;
|
|
114
|
-
const percentageFirstBar = Number(Math.abs(currentBarValue) / totalBarValue * 100).toFixed(1);
|
|
115
|
-
const percentageSecondBar = Number(Math.abs(currentSecondBarValue) / totalSecondBarValue * 100).toFixed(1);
|
|
116
|
-
const filteredLegendData = legendData.filter(item => item.iconType === 'Square');
|
|
117
|
-
return <_SingleBarLineCharts.TooltipDiv>
|
|
118
|
-
<_SingleBarLineCharts.TooltipTitle>{`${currentRetailer}`}</_SingleBarLineCharts.TooltipTitle>
|
|
119
|
-
{!isNaN(percentageFirstBar) && <_SingleBarLineCharts.TooltipLabel>
|
|
120
|
-
{`${filteredLegendData[0].title}: ${percentageFirstBar}%`}
|
|
121
|
-
</_SingleBarLineCharts.TooltipLabel>}
|
|
122
|
-
{showSecondBar && !isNaN(percentageSecondBar) && <_SingleBarLineCharts.TooltipLabel>
|
|
123
|
-
{`${filteredLegendData[1].title}: ${percentageSecondBar}%`}
|
|
124
|
-
</_SingleBarLineCharts.TooltipLabel>}
|
|
125
|
-
</_SingleBarLineCharts.TooltipDiv>;
|
|
126
|
-
}
|
|
127
|
-
return null;
|
|
128
|
-
};
|
|
129
|
-
const CustomizedLabelBarchart = props => {
|
|
130
|
-
const {
|
|
131
|
-
x,
|
|
132
|
-
y,
|
|
133
|
-
width,
|
|
134
|
-
value
|
|
135
|
-
} = props;
|
|
136
|
-
const radius = 10;
|
|
137
|
-
if (value === 0) {
|
|
138
|
-
return <g>
|
|
139
|
-
<text x={x + width / 2} y={y - radius} fontWeight={400} fontSize={barFontSizeValue} textAnchor="middle">
|
|
140
|
-
0
|
|
141
|
-
</text>
|
|
142
|
-
</g>;
|
|
143
|
-
}
|
|
144
|
-
if (value === null || value === undefined) {
|
|
145
|
-
return <g>
|
|
146
|
-
<text x={x + width / 2} y={y - radius} fontWeight={400} fontSize={barFontSizeValue} textAnchor="middle" dominantBaseline="middle">
|
|
147
|
-
N/A
|
|
148
|
-
</text>
|
|
149
|
-
</g>;
|
|
150
|
-
}
|
|
151
|
-
return <g>
|
|
152
|
-
<text x={x + width / 2} y={y - radius} fontWeight={400} fontSize={barFontSizeValue} textAnchor="middle" dominantBaseline="middle">
|
|
153
|
-
{`${currencySign}${(0, _CommonFunctions.getFormattedValue)(value)}${(0, _CommonFunctions.getFormattedUnits)(value)}${isTopBarPercent ? '%' : ''}`}
|
|
154
|
-
</text>
|
|
155
|
-
</g>;
|
|
156
|
-
};
|
|
157
|
-
const CustomizedTickBarChart = props => {
|
|
158
|
-
const {
|
|
159
|
-
x,
|
|
160
|
-
y,
|
|
161
|
-
payload
|
|
162
|
-
} = props;
|
|
163
|
-
const handleMouseEnter = content => {
|
|
164
|
-
setTooltipCouponText(prevState => ({
|
|
165
|
-
...prevState,
|
|
166
|
-
content: content !== prevState.content ? content : prevState.content,
|
|
167
|
-
clientX: x,
|
|
168
|
-
clientY: y
|
|
169
|
-
}));
|
|
170
|
-
setShowLegendTooltip(true);
|
|
171
|
-
};
|
|
172
|
-
const handleMouseLeave = () => {
|
|
173
|
-
setShowLegendTooltip(false);
|
|
174
|
-
};
|
|
175
|
-
if (data && data.length > 0 && payload) {
|
|
176
|
-
const retailerData = data.filter(item => item.retailer === payload.value);
|
|
177
|
-
if (retailerData && retailerData.length > 0) {
|
|
178
|
-
return <g transform={`translate(${x},${y})`}
|
|
179
|
-
// onMouseEnter={() => handleMouseEnter(offerType)}
|
|
180
|
-
onMouseLeave={handleMouseLeave}>
|
|
181
|
-
<text x={0} y={0} dy={16} fill="#212121">
|
|
182
|
-
<_SingleBarLineCharts.LabelBoldText textAnchor="middle" x="0" dy="30" fontWeight={600}>
|
|
183
|
-
{retailerData[0].retailer}
|
|
184
|
-
</_SingleBarLineCharts.LabelBoldText>
|
|
185
|
-
</text>
|
|
186
|
-
{showPeriod && <text x={0} y={0} dy={16} fill="#212121">
|
|
187
|
-
<_SingleBarLineCharts.LabelText textAnchor="middle" x="0" dy="50" fontSize={14} fontWeight={400}>
|
|
188
|
-
{retailerData[0].period}
|
|
189
|
-
</_SingleBarLineCharts.LabelText>
|
|
190
|
-
</text>}
|
|
191
|
-
</g>;
|
|
192
|
-
}
|
|
193
|
-
return null;
|
|
194
|
-
}
|
|
195
|
-
return null;
|
|
196
|
-
};
|
|
197
|
-
const CustomizedLabelROI = props => {
|
|
198
|
-
const {
|
|
199
|
-
x,
|
|
200
|
-
y,
|
|
201
|
-
stroke,
|
|
202
|
-
value
|
|
203
|
-
} = props;
|
|
204
|
-
return <text x={x} y={y} dy={-8} fill={stroke} fontWeight={isLineChartBolded ? 600 : 400} fontSize={lineFontSizeValue} textAnchor="middle">
|
|
205
|
-
{`${isLineChartCurrency ? currencySignLine : ''}${(0, _CommonFunctions.getFormattedValue)(value)}${(0, _CommonFunctions.getFormattedUnits)(value)}`}
|
|
206
|
-
</text>;
|
|
207
|
-
};
|
|
208
|
-
const isNegativeValueFound = () => {
|
|
209
|
-
if (data && data.length > 0) {
|
|
210
|
-
const negativeData = data.filter(item => item.barValue < 0 || item.secondBarValue < 0);
|
|
211
|
-
if (negativeData && negativeData.length > 0) return true;
|
|
212
|
-
return false;
|
|
213
|
-
}
|
|
214
|
-
return false;
|
|
215
|
-
};
|
|
216
|
-
return <_SingleBarLineCharts.ControlsContainer className={className} width={width} height={height}>
|
|
217
|
-
|
|
218
|
-
{data?.length > 0 ? <_SingleBarLineCharts.Controls className="Controls">
|
|
219
|
-
{title !== '' && <_SingleBarLineCharts.Title>{title}</_SingleBarLineCharts.Title>}
|
|
220
|
-
|
|
221
|
-
{totalsData.length > 0 && <_SingleBarLineCharts.LinnerDataBoxWrap width="40%" height="60px" data={totalsData} />}
|
|
222
|
-
|
|
223
|
-
{showLineChart && <_recharts.ResponsiveContainer height={lineChartHeight}>
|
|
224
|
-
<_recharts.LineChart data={data.map(item => ({
|
|
225
|
-
...item,
|
|
226
|
-
lineValue: item.lineValue === 'N/A' ? 0 : item.lineValue ?? 0
|
|
227
|
-
}))} margin={{
|
|
228
|
-
top: 20,
|
|
229
|
-
right: 80,
|
|
230
|
-
left: 80,
|
|
231
|
-
bottom: 20
|
|
232
|
-
}}>
|
|
233
|
-
<_recharts.YAxis type="number" width={0} display="none" domain={[dataMin => dataMin / lineRange, dataMax => dataMax * lineRange]} allowDataOverflow />
|
|
234
|
-
<_recharts.Line type="monotone" name="lineValue" dataKey="lineValue" fill={legendData.find(item => item.iconType === 'LegendUnionIcon')?.iconColor} stroke={legendData.find(item => item.iconType === 'LegendUnionIcon')?.iconColor}>
|
|
235
|
-
<_recharts.LabelList content={<CustomizedLabelROI />} />
|
|
236
|
-
</_recharts.Line>
|
|
237
|
-
|
|
238
|
-
{setLineChartTooltip && <_recharts.Tooltip content={CustomTooltipLineChart} />}
|
|
239
|
-
</_recharts.LineChart>
|
|
240
|
-
</_recharts.ResponsiveContainer>}
|
|
241
|
-
|
|
242
|
-
<_SingleBarLineCharts.BarsGapper margin={!showLineChart ? lineChartHeight : 'inherit'} />
|
|
243
|
-
<_recharts.ResponsiveContainer height={barChartHeight}>
|
|
244
|
-
<_recharts.BarChart data={data} maxBarSize={60} margin={{
|
|
245
|
-
top: 20,
|
|
246
|
-
right: 0,
|
|
247
|
-
left: 0,
|
|
248
|
-
bottom: 20
|
|
249
|
-
}}>
|
|
250
|
-
<_recharts.XAxis dataKey="retailer" tick={CustomizedTickBarChart} tickLine={false} height={80} interval={0} axisLine={{
|
|
251
|
-
height: '1px',
|
|
252
|
-
stroke: '#D0D0D0'
|
|
253
|
-
}} />
|
|
254
|
-
<_recharts.YAxis type="number" width={0} display="none" allowDataOverflow domain={['auto', dataMax => {
|
|
255
|
-
if (String(dataMax) === '-Infinity') {
|
|
256
|
-
return 0;
|
|
257
|
-
}
|
|
258
|
-
return dataMax * maxBarRange;
|
|
259
|
-
}]} />
|
|
260
|
-
<_recharts.ReferenceLine y={0} stroke="#D0D0D0" />
|
|
261
|
-
|
|
262
|
-
<_recharts.Tooltip content={CustomTooltipBarChart} />
|
|
263
|
-
<_recharts.Tooltip />
|
|
264
|
-
|
|
265
|
-
<_recharts.Bar dataKey="barValue" barSize={barSize ?? 60} fill={legendData.filter(item => item.iconType === 'Square')[0]?.iconColor} radius={[4, 4, 0, 0]}>
|
|
266
|
-
<_recharts.LabelList fill="#212121" dataKey="barValue" content={CustomizedLabelBarchart} />
|
|
267
|
-
</_recharts.Bar>
|
|
268
|
-
|
|
269
|
-
{showSecondBar && <_recharts.Bar dataKey="secondBarValue" barSize={barSize ?? 60} fill={legendData.filter(item => item.iconType === 'Square')[1]?.iconColor} radius={[4, 4, 0, 0]}>
|
|
270
|
-
<_recharts.LabelList fill="#212121" dataKey="secondBarValue" content={CustomizedLabelBarchart} />
|
|
271
|
-
</_recharts.Bar>}
|
|
272
|
-
</_recharts.BarChart>
|
|
273
|
-
</_recharts.ResponsiveContainer>
|
|
274
|
-
|
|
275
|
-
{showLegend && <_SingleBarLineCharts.LegendContainer legendData={legendData} />}
|
|
276
|
-
</_SingleBarLineCharts.Controls> : <_NoDataFoundMessage.NoDataFoundMessage noDataText={noDataText} />}
|
|
277
|
-
</_SingleBarLineCharts.ControlsContainer>;
|
|
278
|
-
};
|
|
279
|
-
exports.SingleBarLineCharts = SingleBarLineCharts;
|
|
280
|
-
var _default = exports.default = SingleBarLineCharts; // SingleBarLineCharts.propTypes = {
|
|
281
|
-
// className: PropTypes.string,
|
|
282
|
-
// width: PropTypes.string,
|
|
283
|
-
// height: PropTypes.string,
|
|
284
|
-
// title: PropTypes.string,
|
|
285
|
-
// data: PropTypes.arrayOf(
|
|
286
|
-
// PropTypes.shape({
|
|
287
|
-
// retailer: PropTypes.string,
|
|
288
|
-
// offerType: PropTypes.string,
|
|
289
|
-
// period: PropTypes.string,
|
|
290
|
-
// lineValue: PropTypes.number,
|
|
291
|
-
// barValue: PropTypes.number,
|
|
292
|
-
// secondBarValue: PropTypes.number,
|
|
293
|
-
// }),
|
|
294
|
-
// ),
|
|
295
|
-
// totalsData: PropTypes.arrayOf(
|
|
296
|
-
// PropTypes.shape({
|
|
297
|
-
// title: PropTypes.string,
|
|
298
|
-
// value: PropTypes.number,
|
|
299
|
-
// sign: PropTypes.string,
|
|
300
|
-
// extraInfo: PropTypes.arrayOf(
|
|
301
|
-
// PropTypes.shape({
|
|
302
|
-
// title: PropTypes.string,
|
|
303
|
-
// value: PropTypes.number,
|
|
304
|
-
// }),
|
|
305
|
-
// ),
|
|
306
|
-
// }),
|
|
307
|
-
// ),
|
|
308
|
-
// showLegend: PropTypes.bool,
|
|
309
|
-
// legendData: PropTypes.arrayOf(
|
|
310
|
-
// PropTypes.shape({
|
|
311
|
-
// iconColor: PropTypes.string,
|
|
312
|
-
// iconType: PropTypes.string,
|
|
313
|
-
// title: PropTypes.string,
|
|
314
|
-
// }),
|
|
315
|
-
// ),
|
|
316
|
-
// maxBarRange: PropTypes.number,
|
|
317
|
-
// showLineChart: PropTypes.bool,
|
|
318
|
-
// lineRange: PropTypes.number,
|
|
319
|
-
// lineFontSizeValue: PropTypes.string,
|
|
320
|
-
// barFontSizeValue: PropTypes.string,
|
|
321
|
-
// barSize: PropTypes.number,
|
|
322
|
-
// barChartHeight: PropTypes.number,
|
|
323
|
-
// lineChartHeight: PropTypes.number,
|
|
324
|
-
// isLineChartCurrency: PropTypes.bool,
|
|
325
|
-
// isLineChartBolded: PropTypes.bool,
|
|
326
|
-
// setLineChartTooltip: PropTypes.bool,
|
|
327
|
-
// isTopBarPercent: PropTypes.bool,
|
|
328
|
-
// showSecondBar: PropTypes.bool,
|
|
329
|
-
// showPeriod: PropTypes.bool,
|
|
330
|
-
// currencySign: PropTypes.string,
|
|
331
|
-
// currencySignLine: PropTypes.string,
|
|
332
|
-
// noDataText: PropTypes.string,
|
|
333
|
-
// };
|
|
334
|
-
// SingleBarLineCharts.defaultProps = {
|
|
335
|
-
// className: '',
|
|
336
|
-
// width: '100%',
|
|
337
|
-
// height: '100%',
|
|
338
|
-
// title: '',
|
|
339
|
-
// data: [],
|
|
340
|
-
// totalsData: [],
|
|
341
|
-
// showLegend: true,
|
|
342
|
-
// legendData: [],
|
|
343
|
-
// maxBarRange: 1,
|
|
344
|
-
// showLineChart: true,
|
|
345
|
-
// lineRange: 1,
|
|
346
|
-
// lineFontSizeValue: '0.6em',
|
|
347
|
-
// barFontSizeValue: '0.6em',
|
|
348
|
-
// barSize: 60,
|
|
349
|
-
// barChartHeight: 250,
|
|
350
|
-
// lineChartHeight: 50,
|
|
351
|
-
// isLineChartCurrency: false,
|
|
352
|
-
// isLineChartBolded: false,
|
|
353
|
-
// setLineChartTooltip: false,
|
|
354
|
-
// isTopBarPercent: true,
|
|
355
|
-
// showSecondBar: true,
|
|
356
|
-
// showPeriod: true,
|
|
357
|
-
// currencySign: '€',
|
|
358
|
-
// currencySignLine: '€',
|
|
359
|
-
// noDataText: 'No data',
|
|
360
|
-
// };
|
|
@@ -1,310 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = exports.WithoutTotals = exports.TotalCostSales = exports.NullValues = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _SingleBarLineCharts = require("./SingleBarLineCharts");
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
const totalsData1 = [{
|
|
11
|
-
value: 374,
|
|
12
|
-
sign: '$',
|
|
13
|
-
extraInfo: []
|
|
14
|
-
}, {
|
|
15
|
-
value: 1.6,
|
|
16
|
-
sign: '',
|
|
17
|
-
extraInfo: []
|
|
18
|
-
}];
|
|
19
|
-
const data1 = [{
|
|
20
|
-
retailer: 'Food Lion',
|
|
21
|
-
period: '15.01.24-31.01.24',
|
|
22
|
-
lineValue: 23.6,
|
|
23
|
-
barValue: 82.11,
|
|
24
|
-
secondBarValue: -138
|
|
25
|
-
}, {
|
|
26
|
-
retailer: 'Hannaford',
|
|
27
|
-
period: '02.01.24-15.01.24',
|
|
28
|
-
lineValue: -4.6,
|
|
29
|
-
barValue: -149.9,
|
|
30
|
-
secondBarValue: 51.94
|
|
31
|
-
}, {
|
|
32
|
-
retailer: 'The Giant Company',
|
|
33
|
-
period: '15.01.24-31.01.24',
|
|
34
|
-
lineValue: 2.6,
|
|
35
|
-
barValue: 77.92,
|
|
36
|
-
secondBarValue: 23.95
|
|
37
|
-
}, {
|
|
38
|
-
retailer: 'Giant Food',
|
|
39
|
-
period: '02.01.24-15.01.24',
|
|
40
|
-
lineValue: 'N/A',
|
|
41
|
-
barValue: 122.99,
|
|
42
|
-
secondBarValue: 78.89
|
|
43
|
-
}, {
|
|
44
|
-
retailer: 'Stop&Shop',
|
|
45
|
-
offerType: '20% Off',
|
|
46
|
-
period: '02.01.24-15.01.24',
|
|
47
|
-
lineValue: 0.2,
|
|
48
|
-
barValue: 44.22
|
|
49
|
-
// secondBarValue: 56,
|
|
50
|
-
}];
|
|
51
|
-
const legendData1 = [{
|
|
52
|
-
iconColor: '#1F7677',
|
|
53
|
-
iconType: 'Square',
|
|
54
|
-
title: 'Dark Green'
|
|
55
|
-
}, {
|
|
56
|
-
iconColor: '#90CE9C',
|
|
57
|
-
iconType: 'Square',
|
|
58
|
-
title: 'Light Green'
|
|
59
|
-
}, {
|
|
60
|
-
iconColor: '#e89e68',
|
|
61
|
-
iconType: 'LegendUnionIcon',
|
|
62
|
-
title: 'Incremental Sales ROI'
|
|
63
|
-
}];
|
|
64
|
-
var _default = exports.default = {
|
|
65
|
-
title: 'SAG BI/SingleBarLineCharts',
|
|
66
|
-
component: _SingleBarLineCharts.SingleBarLineCharts,
|
|
67
|
-
tags: ['autodocs'],
|
|
68
|
-
argTypes: {
|
|
69
|
-
width: {
|
|
70
|
-
name: 'Width',
|
|
71
|
-
control: {
|
|
72
|
-
type: 'text'
|
|
73
|
-
},
|
|
74
|
-
description: 'width of the control (in px / %)'
|
|
75
|
-
},
|
|
76
|
-
height: {
|
|
77
|
-
name: 'Height',
|
|
78
|
-
control: {
|
|
79
|
-
type: 'text'
|
|
80
|
-
},
|
|
81
|
-
description: 'height of the control (in px / %)'
|
|
82
|
-
},
|
|
83
|
-
title: {
|
|
84
|
-
name: 'Title',
|
|
85
|
-
control: {
|
|
86
|
-
type: 'text'
|
|
87
|
-
},
|
|
88
|
-
description: 'Title of the control'
|
|
89
|
-
},
|
|
90
|
-
data: {
|
|
91
|
-
name: 'Data',
|
|
92
|
-
description: 'array [] of objects: to fill the barcharts'
|
|
93
|
-
},
|
|
94
|
-
totalsData: {
|
|
95
|
-
name: 'Totals Data',
|
|
96
|
-
description: 'array [] of objects: to fill the totals on top of the component'
|
|
97
|
-
},
|
|
98
|
-
legendData: {
|
|
99
|
-
name: 'Legend Data',
|
|
100
|
-
description: 'array [] of objects: to fill the legend on bottom of the component'
|
|
101
|
-
},
|
|
102
|
-
maxBarRange: {
|
|
103
|
-
name: 'Max Range',
|
|
104
|
-
control: {
|
|
105
|
-
type: 'number'
|
|
106
|
-
},
|
|
107
|
-
description: 'max range of the control'
|
|
108
|
-
},
|
|
109
|
-
showLineChart: {
|
|
110
|
-
name: 'Show Line Chart',
|
|
111
|
-
control: {
|
|
112
|
-
type: 'boolean'
|
|
113
|
-
},
|
|
114
|
-
description: 'true/false - show/hide line chart'
|
|
115
|
-
},
|
|
116
|
-
lineRange: {
|
|
117
|
-
name: 'Line Range',
|
|
118
|
-
control: {
|
|
119
|
-
type: 'number'
|
|
120
|
-
},
|
|
121
|
-
description: 'Line range of the control'
|
|
122
|
-
},
|
|
123
|
-
barSize: {
|
|
124
|
-
name: 'Bar Size',
|
|
125
|
-
control: {
|
|
126
|
-
type: 'number'
|
|
127
|
-
},
|
|
128
|
-
description: 'Width size of the bar'
|
|
129
|
-
},
|
|
130
|
-
barChartHeight: {
|
|
131
|
-
name: 'Bar Chart Height',
|
|
132
|
-
control: {
|
|
133
|
-
type: 'number'
|
|
134
|
-
},
|
|
135
|
-
description: 'height of the control (in px)'
|
|
136
|
-
},
|
|
137
|
-
lineChartHeight: {
|
|
138
|
-
name: 'Line Chart Height',
|
|
139
|
-
control: {
|
|
140
|
-
type: 'number'
|
|
141
|
-
},
|
|
142
|
-
description: 'height of the control (in px)'
|
|
143
|
-
},
|
|
144
|
-
isLineChartCurrency: {
|
|
145
|
-
name: 'Set Line Value with Currency Sign',
|
|
146
|
-
control: {
|
|
147
|
-
type: 'boolean'
|
|
148
|
-
},
|
|
149
|
-
description: 'true/false - show/hide currency sign'
|
|
150
|
-
},
|
|
151
|
-
isLineChartBolded: {
|
|
152
|
-
name: 'Set Line Text Bolded',
|
|
153
|
-
control: {
|
|
154
|
-
type: 'boolean'
|
|
155
|
-
},
|
|
156
|
-
description: 'true/false - value bolded'
|
|
157
|
-
},
|
|
158
|
-
setLineChartTooltip: {
|
|
159
|
-
name: 'Set Line Chart Tooltip',
|
|
160
|
-
control: {
|
|
161
|
-
type: 'boolean'
|
|
162
|
-
},
|
|
163
|
-
description: 'true/false - show/hide line chart tooltip'
|
|
164
|
-
},
|
|
165
|
-
isTopBarPercent: {
|
|
166
|
-
name: 'Set Top Bar Value Percent',
|
|
167
|
-
control: {
|
|
168
|
-
type: 'boolean'
|
|
169
|
-
},
|
|
170
|
-
description: 'Add Percent sign aside top bars value'
|
|
171
|
-
},
|
|
172
|
-
showSecondBar: {
|
|
173
|
-
name: 'Show Second Bar',
|
|
174
|
-
control: {
|
|
175
|
-
type: 'boolean'
|
|
176
|
-
},
|
|
177
|
-
description: 'true/false - show/hide second bar'
|
|
178
|
-
},
|
|
179
|
-
showPeriod: {
|
|
180
|
-
name: 'Show Period',
|
|
181
|
-
control: {
|
|
182
|
-
type: 'boolean'
|
|
183
|
-
},
|
|
184
|
-
description: 'true/false - show/hide period'
|
|
185
|
-
},
|
|
186
|
-
currencySignLine: {
|
|
187
|
-
name: 'Currency Sign Line',
|
|
188
|
-
control: {
|
|
189
|
-
type: 'text'
|
|
190
|
-
},
|
|
191
|
-
description: 'Currency sign for the line chart'
|
|
192
|
-
},
|
|
193
|
-
currencySign: {
|
|
194
|
-
name: 'Currency Sign',
|
|
195
|
-
options: ['', '$', '€'],
|
|
196
|
-
control: {
|
|
197
|
-
type: 'select'
|
|
198
|
-
},
|
|
199
|
-
description: 'What currency sign to put aside the top bar value'
|
|
200
|
-
},
|
|
201
|
-
noDataText: {
|
|
202
|
-
name: 'No Data Text',
|
|
203
|
-
control: {
|
|
204
|
-
type: 'text'
|
|
205
|
-
},
|
|
206
|
-
description: 'text to display when no data found'
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
};
|
|
210
|
-
const Template = args => <_SingleBarLineCharts.SingleBarLineCharts {...args} />;
|
|
211
|
-
const TotalCostSales = exports.TotalCostSales = Template.bind({});
|
|
212
|
-
TotalCostSales.args = {
|
|
213
|
-
width: '100%',
|
|
214
|
-
height: '100%',
|
|
215
|
-
title: 'Total Cost Sales',
|
|
216
|
-
data: data1,
|
|
217
|
-
totalsData: totalsData1,
|
|
218
|
-
legendData: legendData1,
|
|
219
|
-
maxBarRange: 1.3,
|
|
220
|
-
lineRange: 3,
|
|
221
|
-
barSize: 60,
|
|
222
|
-
barChartHeight: 255,
|
|
223
|
-
lineChartHeight: 85,
|
|
224
|
-
isLineChartCurrency: false,
|
|
225
|
-
isLineChartBolded: false,
|
|
226
|
-
setLineChartTooltip: true,
|
|
227
|
-
isTopBarPercent: true,
|
|
228
|
-
showSecondBar: true,
|
|
229
|
-
showPeriod: true,
|
|
230
|
-
currencySignLine: '',
|
|
231
|
-
currencySign: '$',
|
|
232
|
-
noDataText: 'The selected event is a TPR or has no offer, therefore there are no redemptions or redemption units to display.'
|
|
233
|
-
};
|
|
234
|
-
const WithoutTotals = exports.WithoutTotals = Template.bind({});
|
|
235
|
-
WithoutTotals.args = {
|
|
236
|
-
width: '800px',
|
|
237
|
-
height: '500px',
|
|
238
|
-
title: 'Without Top Totals',
|
|
239
|
-
data: [{
|
|
240
|
-
retailer: 'Food Lion',
|
|
241
|
-
period: '15.01.24-31.01.24',
|
|
242
|
-
lineValue: 16.5,
|
|
243
|
-
barValue: 45
|
|
244
|
-
// secondBarValue: 87,
|
|
245
|
-
}, {
|
|
246
|
-
retailer: 'Hannaford',
|
|
247
|
-
period: '02.01.24-15.01.24',
|
|
248
|
-
lineValue: 36.6,
|
|
249
|
-
barValue: 32
|
|
250
|
-
// secondBarValue: 99,
|
|
251
|
-
}, {
|
|
252
|
-
retailer: 'Stop&Shop',
|
|
253
|
-
period: '02.01.24-15.01.24',
|
|
254
|
-
lineValue: 5.3,
|
|
255
|
-
barValue: 44
|
|
256
|
-
// secondBarValue: 56,
|
|
257
|
-
}],
|
|
258
|
-
totalsData: totalsData1,
|
|
259
|
-
legendData: legendData1,
|
|
260
|
-
maxBarRange: 1.3,
|
|
261
|
-
lineRange: 1,
|
|
262
|
-
barSize: 60,
|
|
263
|
-
barChartHeight: 255,
|
|
264
|
-
lineChartHeight: 85,
|
|
265
|
-
isLineChartCurrency: false,
|
|
266
|
-
isLineChartBolded: false,
|
|
267
|
-
setLineChartTooltip: false,
|
|
268
|
-
isTopBarPercent: false,
|
|
269
|
-
showSecondBar: false,
|
|
270
|
-
showLineChart: false,
|
|
271
|
-
showPeriod: true,
|
|
272
|
-
currencySignLine: '',
|
|
273
|
-
currencySign: '',
|
|
274
|
-
noDataText: 'The selected event is a TPR or has no offer, therefore there are no redemptions or redemption units to display.'
|
|
275
|
-
};
|
|
276
|
-
const NullValues = exports.NullValues = Template.bind({});
|
|
277
|
-
NullValues.args = {
|
|
278
|
-
width: '100%',
|
|
279
|
-
height: '100%',
|
|
280
|
-
title: 'Null Values',
|
|
281
|
-
data: [{
|
|
282
|
-
retailer: 'Food Lion',
|
|
283
|
-
period: '15.01.24-31.01.24',
|
|
284
|
-
lineValue: 16.5,
|
|
285
|
-
barValue: null,
|
|
286
|
-
secondBarValue: null
|
|
287
|
-
}, {
|
|
288
|
-
retailer: 'Hannaford',
|
|
289
|
-
period: '02.01.24-15.01.24',
|
|
290
|
-
lineValue: 6.6,
|
|
291
|
-
barValue: null,
|
|
292
|
-
secondBarValue: null
|
|
293
|
-
}],
|
|
294
|
-
totalsData: totalsData1,
|
|
295
|
-
legendData: legendData1,
|
|
296
|
-
maxBarRange: 1,
|
|
297
|
-
lineRange: 1,
|
|
298
|
-
barSize: 45,
|
|
299
|
-
barChartHeight: 250,
|
|
300
|
-
lineChartHeight: 80,
|
|
301
|
-
isLineChartCurrency: false,
|
|
302
|
-
isLineChartBolded: false,
|
|
303
|
-
setLineChartTooltip: false,
|
|
304
|
-
isTopBarPercent: false,
|
|
305
|
-
showSecondBar: true,
|
|
306
|
-
showPeriod: true,
|
|
307
|
-
currencySignLine: '',
|
|
308
|
-
currencySign: '$',
|
|
309
|
-
noDataText: 'The selected event is a TPR or has no offer, therefore there are no redemptions or redemption units to display.'
|
|
310
|
-
};
|