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
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { BarChartTwoRows as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
export namespace title_1 {
|
|
7
|
+
const name: string;
|
|
8
|
+
namespace control {
|
|
9
|
+
const type: string;
|
|
10
|
+
}
|
|
11
|
+
const description: string;
|
|
12
|
+
}
|
|
13
|
+
export { title_1 as title };
|
|
14
|
+
export namespace width {
|
|
15
|
+
const name_1: string;
|
|
16
|
+
export { name_1 as name };
|
|
17
|
+
export namespace control_1 {
|
|
18
|
+
const type_1: string;
|
|
19
|
+
export { type_1 as type };
|
|
20
|
+
}
|
|
21
|
+
export { control_1 as control };
|
|
22
|
+
const description_1: string;
|
|
23
|
+
export { description_1 as description };
|
|
24
|
+
}
|
|
25
|
+
export namespace height {
|
|
26
|
+
const name_2: string;
|
|
27
|
+
export { name_2 as name };
|
|
28
|
+
export namespace control_2 {
|
|
29
|
+
const type_2: string;
|
|
30
|
+
export { type_2 as type };
|
|
31
|
+
}
|
|
32
|
+
export { control_2 as control };
|
|
33
|
+
const description_2: string;
|
|
34
|
+
export { description_2 as description };
|
|
35
|
+
}
|
|
36
|
+
export namespace barChartHeight {
|
|
37
|
+
const name_3: string;
|
|
38
|
+
export { name_3 as name };
|
|
39
|
+
export namespace control_3 {
|
|
40
|
+
const type_3: string;
|
|
41
|
+
export { type_3 as type };
|
|
42
|
+
}
|
|
43
|
+
export { control_3 as control };
|
|
44
|
+
const description_3: string;
|
|
45
|
+
export { description_3 as description };
|
|
46
|
+
}
|
|
47
|
+
export namespace barSize {
|
|
48
|
+
const name_4: string;
|
|
49
|
+
export { name_4 as name };
|
|
50
|
+
export namespace control_4 {
|
|
51
|
+
const type_4: string;
|
|
52
|
+
export { type_4 as type };
|
|
53
|
+
}
|
|
54
|
+
export { control_4 as control };
|
|
55
|
+
const description_4: string;
|
|
56
|
+
export { description_4 as description };
|
|
57
|
+
}
|
|
58
|
+
export namespace barChartData {
|
|
59
|
+
const name_5: string;
|
|
60
|
+
export { name_5 as name };
|
|
61
|
+
const description_5: string;
|
|
62
|
+
export { description_5 as description };
|
|
63
|
+
}
|
|
64
|
+
export namespace barChartColorFirst {
|
|
65
|
+
const name_6: string;
|
|
66
|
+
export { name_6 as name };
|
|
67
|
+
const description_6: string;
|
|
68
|
+
export { description_6 as description };
|
|
69
|
+
export namespace control_5 {
|
|
70
|
+
const type_5: string;
|
|
71
|
+
export { type_5 as type };
|
|
72
|
+
export const presetColors: string[];
|
|
73
|
+
}
|
|
74
|
+
export { control_5 as control };
|
|
75
|
+
}
|
|
76
|
+
export namespace barChartColorSecond {
|
|
77
|
+
const name_7: string;
|
|
78
|
+
export { name_7 as name };
|
|
79
|
+
const description_7: string;
|
|
80
|
+
export { description_7 as description };
|
|
81
|
+
export namespace control_6 {
|
|
82
|
+
const type_6: string;
|
|
83
|
+
export { type_6 as type };
|
|
84
|
+
const presetColors_1: string[];
|
|
85
|
+
export { presetColors_1 as presetColors };
|
|
86
|
+
}
|
|
87
|
+
export { control_6 as control };
|
|
88
|
+
}
|
|
89
|
+
export namespace showDollarSign {
|
|
90
|
+
const name_8: string;
|
|
91
|
+
export { name_8 as name };
|
|
92
|
+
export namespace control_7 {
|
|
93
|
+
const type_7: string;
|
|
94
|
+
export { type_7 as type };
|
|
95
|
+
}
|
|
96
|
+
export { control_7 as control };
|
|
97
|
+
const description_8: string;
|
|
98
|
+
export { description_8 as description };
|
|
99
|
+
}
|
|
100
|
+
export namespace isDollar {
|
|
101
|
+
const name_9: string;
|
|
102
|
+
export { name_9 as name };
|
|
103
|
+
export namespace control_8 {
|
|
104
|
+
const type_8: string;
|
|
105
|
+
export { type_8 as type };
|
|
106
|
+
}
|
|
107
|
+
export { control_8 as control };
|
|
108
|
+
const description_9: string;
|
|
109
|
+
export { description_9 as description };
|
|
110
|
+
}
|
|
111
|
+
export namespace showReferenceLine {
|
|
112
|
+
const name_10: string;
|
|
113
|
+
export { name_10 as name };
|
|
114
|
+
export namespace control_9 {
|
|
115
|
+
const type_9: string;
|
|
116
|
+
export { type_9 as type };
|
|
117
|
+
}
|
|
118
|
+
export { control_9 as control };
|
|
119
|
+
const description_10: string;
|
|
120
|
+
export { description_10 as description };
|
|
121
|
+
}
|
|
122
|
+
export namespace referenceLinePoint {
|
|
123
|
+
const name_11: string;
|
|
124
|
+
export { name_11 as name };
|
|
125
|
+
export namespace control_10 {
|
|
126
|
+
const type_10: string;
|
|
127
|
+
export { type_10 as type };
|
|
128
|
+
}
|
|
129
|
+
export { control_10 as control };
|
|
130
|
+
const description_11: string;
|
|
131
|
+
export { description_11 as description };
|
|
132
|
+
}
|
|
133
|
+
export namespace referenceLineColor {
|
|
134
|
+
const name_12: string;
|
|
135
|
+
export { name_12 as name };
|
|
136
|
+
export namespace control_11 {
|
|
137
|
+
const type_11: string;
|
|
138
|
+
export { type_11 as type };
|
|
139
|
+
}
|
|
140
|
+
export { control_11 as control };
|
|
141
|
+
const description_12: string;
|
|
142
|
+
export { description_12 as description };
|
|
143
|
+
}
|
|
144
|
+
export namespace referenceLineDashed {
|
|
145
|
+
const name_13: string;
|
|
146
|
+
export { name_13 as name };
|
|
147
|
+
export namespace control_12 {
|
|
148
|
+
const type_12: string;
|
|
149
|
+
export { type_12 as type };
|
|
150
|
+
}
|
|
151
|
+
export { control_12 as control };
|
|
152
|
+
const description_13: string;
|
|
153
|
+
export { description_13 as description };
|
|
154
|
+
}
|
|
155
|
+
export namespace lowerValueLabel {
|
|
156
|
+
const name_14: string;
|
|
157
|
+
export { name_14 as name };
|
|
158
|
+
export namespace control_13 {
|
|
159
|
+
const type_13: string;
|
|
160
|
+
export { type_13 as type };
|
|
161
|
+
}
|
|
162
|
+
export { control_13 as control };
|
|
163
|
+
const description_14: string;
|
|
164
|
+
export { description_14 as description };
|
|
165
|
+
}
|
|
166
|
+
export namespace highValueLabel {
|
|
167
|
+
const name_15: string;
|
|
168
|
+
export { name_15 as name };
|
|
169
|
+
export namespace control_14 {
|
|
170
|
+
const type_14: string;
|
|
171
|
+
export { type_14 as type };
|
|
172
|
+
}
|
|
173
|
+
export { control_14 as control };
|
|
174
|
+
const description_15: string;
|
|
175
|
+
export { description_15 as description };
|
|
176
|
+
}
|
|
177
|
+
export namespace showLegend {
|
|
178
|
+
const name_16: string;
|
|
179
|
+
export { name_16 as name };
|
|
180
|
+
export namespace control_15 {
|
|
181
|
+
const type_15: string;
|
|
182
|
+
export { type_15 as type };
|
|
183
|
+
}
|
|
184
|
+
export { control_15 as control };
|
|
185
|
+
const description_16: string;
|
|
186
|
+
export { description_16 as description };
|
|
187
|
+
}
|
|
188
|
+
export namespace legendData {
|
|
189
|
+
const name_17: string;
|
|
190
|
+
export { name_17 as name };
|
|
191
|
+
const description_17: string;
|
|
192
|
+
export { description_17 as description };
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
export default _default;
|
|
197
|
+
export function SalesDollars(args: any): import("react/jsx-runtime").JSX.Element;
|
|
198
|
+
export namespace SalesDollars {
|
|
199
|
+
namespace args {
|
|
200
|
+
const title_2: string;
|
|
201
|
+
export { title_2 as title };
|
|
202
|
+
const width_1: string;
|
|
203
|
+
export { width_1 as width };
|
|
204
|
+
const height_1: string;
|
|
205
|
+
export { height_1 as height };
|
|
206
|
+
const barChartHeight_1: number;
|
|
207
|
+
export { barChartHeight_1 as barChartHeight };
|
|
208
|
+
const barSize_1: number;
|
|
209
|
+
export { barSize_1 as barSize };
|
|
210
|
+
export { arrData as barChartData };
|
|
211
|
+
const barChartColorFirst_1: string;
|
|
212
|
+
export { barChartColorFirst_1 as barChartColorFirst };
|
|
213
|
+
const barChartColorSecond_1: string;
|
|
214
|
+
export { barChartColorSecond_1 as barChartColorSecond };
|
|
215
|
+
const showDollarSign_1: boolean;
|
|
216
|
+
export { showDollarSign_1 as showDollarSign };
|
|
217
|
+
const isDollar_1: boolean;
|
|
218
|
+
export { isDollar_1 as isDollar };
|
|
219
|
+
const showReferenceLine_1: boolean;
|
|
220
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
221
|
+
const referenceLinePoint_1: number;
|
|
222
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
223
|
+
const referenceLineColor_1: string;
|
|
224
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
225
|
+
const referenceLineDashed_1: string;
|
|
226
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
227
|
+
const lowerValueLabel_1: string;
|
|
228
|
+
export { lowerValueLabel_1 as lowerValueLabel };
|
|
229
|
+
const highValueLabel_1: string;
|
|
230
|
+
export { highValueLabel_1 as highValueLabel };
|
|
231
|
+
const showLegend_1: boolean;
|
|
232
|
+
export { showLegend_1 as showLegend };
|
|
233
|
+
const legendData_1: {
|
|
234
|
+
title: string;
|
|
235
|
+
iconType: string;
|
|
236
|
+
iconColor: string;
|
|
237
|
+
}[];
|
|
238
|
+
export { legendData_1 as legendData };
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
export function OneColumnOnly(args: any): import("react/jsx-runtime").JSX.Element;
|
|
242
|
+
export namespace OneColumnOnly {
|
|
243
|
+
export namespace args_1 {
|
|
244
|
+
const title_3: string;
|
|
245
|
+
export { title_3 as title };
|
|
246
|
+
const width_2: string;
|
|
247
|
+
export { width_2 as width };
|
|
248
|
+
const height_2: string;
|
|
249
|
+
export { height_2 as height };
|
|
250
|
+
const barChartHeight_2: number;
|
|
251
|
+
export { barChartHeight_2 as barChartHeight };
|
|
252
|
+
const barSize_2: number;
|
|
253
|
+
export { barSize_2 as barSize };
|
|
254
|
+
export { arrDataOneColumnOnly as barChartData };
|
|
255
|
+
const barChartColorFirst_2: string;
|
|
256
|
+
export { barChartColorFirst_2 as barChartColorFirst };
|
|
257
|
+
const barChartColorSecond_2: string;
|
|
258
|
+
export { barChartColorSecond_2 as barChartColorSecond };
|
|
259
|
+
const showDollarSign_2: boolean;
|
|
260
|
+
export { showDollarSign_2 as showDollarSign };
|
|
261
|
+
const isDollar_2: boolean;
|
|
262
|
+
export { isDollar_2 as isDollar };
|
|
263
|
+
const showReferenceLine_2: boolean;
|
|
264
|
+
export { showReferenceLine_2 as showReferenceLine };
|
|
265
|
+
const referenceLinePoint_2: number;
|
|
266
|
+
export { referenceLinePoint_2 as referenceLinePoint };
|
|
267
|
+
const referenceLineColor_2: string;
|
|
268
|
+
export { referenceLineColor_2 as referenceLineColor };
|
|
269
|
+
const referenceLineDashed_2: string;
|
|
270
|
+
export { referenceLineDashed_2 as referenceLineDashed };
|
|
271
|
+
const lowerValueLabel_2: string;
|
|
272
|
+
export { lowerValueLabel_2 as lowerValueLabel };
|
|
273
|
+
const highValueLabel_2: string;
|
|
274
|
+
export { highValueLabel_2 as highValueLabel };
|
|
275
|
+
const showLegend_2: boolean;
|
|
276
|
+
export { showLegend_2 as showLegend };
|
|
277
|
+
const legendData_2: {
|
|
278
|
+
title: string;
|
|
279
|
+
iconType: string;
|
|
280
|
+
iconColor: string;
|
|
281
|
+
}[];
|
|
282
|
+
export { legendData_2 as legendData };
|
|
283
|
+
}
|
|
284
|
+
export { args_1 as args };
|
|
285
|
+
}
|
|
286
|
+
import { BarChartTwoRows } from "./BarChartTwoRows";
|
|
287
|
+
declare const arrData: {
|
|
288
|
+
title: string;
|
|
289
|
+
date: string;
|
|
290
|
+
value: number;
|
|
291
|
+
lowerValue: number;
|
|
292
|
+
highValue: number;
|
|
293
|
+
}[];
|
|
294
|
+
declare const arrDataOneColumnOnly: {
|
|
295
|
+
title: string;
|
|
296
|
+
date: string;
|
|
297
|
+
value: number;
|
|
298
|
+
lowerValue: null;
|
|
299
|
+
highValue: number;
|
|
300
|
+
}[];
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
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
|
+
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>>;
|
|
27
|
+
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
|
+
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
|
+
export const TooltipTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
30
|
+
export const LabelBoldText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
31
|
+
export const LabelText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export function BarChartWithAreaChart(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export namespace BarChartWithAreaChart {
|
|
3
|
+
namespace propTypes {
|
|
4
|
+
const title: PropTypes.Requireable<string>;
|
|
5
|
+
const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
6
|
+
title: PropTypes.Requireable<string>;
|
|
7
|
+
date: PropTypes.Requireable<string>;
|
|
8
|
+
value: PropTypes.Requireable<number>;
|
|
9
|
+
avgValue: PropTypes.Requireable<number>;
|
|
10
|
+
}> | null | undefined)[]>;
|
|
11
|
+
const width: PropTypes.Requireable<string>;
|
|
12
|
+
const height: PropTypes.Requireable<string>;
|
|
13
|
+
const barSize: PropTypes.Requireable<number>;
|
|
14
|
+
const barChartHeight: PropTypes.Requireable<number>;
|
|
15
|
+
const barFontSizeValue: PropTypes.Requireable<string>;
|
|
16
|
+
const barChartColor: PropTypes.Requireable<string>;
|
|
17
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
18
|
+
const signType: PropTypes.Requireable<string>;
|
|
19
|
+
const isAreaChartDisplayed: PropTypes.Requireable<boolean>;
|
|
20
|
+
const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
21
|
+
title: PropTypes.Validator<string>;
|
|
22
|
+
iconType: PropTypes.Validator<string>;
|
|
23
|
+
iconColor: PropTypes.Validator<string>;
|
|
24
|
+
}> | null | undefined)[]>;
|
|
25
|
+
const maxRange: PropTypes.Requireable<number>;
|
|
26
|
+
}
|
|
27
|
+
namespace defaultProps {
|
|
28
|
+
const title_1: string;
|
|
29
|
+
export { title_1 as title };
|
|
30
|
+
const barChartData_1: {
|
|
31
|
+
title: string;
|
|
32
|
+
date: string;
|
|
33
|
+
value: number;
|
|
34
|
+
avgValue: number;
|
|
35
|
+
}[];
|
|
36
|
+
export { barChartData_1 as barChartData };
|
|
37
|
+
const width_1: string;
|
|
38
|
+
export { width_1 as width };
|
|
39
|
+
const height_1: string;
|
|
40
|
+
export { height_1 as height };
|
|
41
|
+
const barSize_1: number;
|
|
42
|
+
export { barSize_1 as barSize };
|
|
43
|
+
const barChartHeight_1: number;
|
|
44
|
+
export { barChartHeight_1 as barChartHeight };
|
|
45
|
+
const barFontSizeValue_1: string;
|
|
46
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
47
|
+
const barChartColor_1: string;
|
|
48
|
+
export { barChartColor_1 as barChartColor };
|
|
49
|
+
const showLegend_1: boolean;
|
|
50
|
+
export { showLegend_1 as showLegend };
|
|
51
|
+
const signType_1: string;
|
|
52
|
+
export { signType_1 as signType };
|
|
53
|
+
const isAreaChartDisplayed_1: boolean;
|
|
54
|
+
export { isAreaChartDisplayed_1 as isAreaChartDisplayed };
|
|
55
|
+
const legendData_1: {
|
|
56
|
+
title: string;
|
|
57
|
+
iconType: string;
|
|
58
|
+
iconColor: string;
|
|
59
|
+
}[];
|
|
60
|
+
export { legendData_1 as legendData };
|
|
61
|
+
const maxRange_1: number;
|
|
62
|
+
export { maxRange_1 as maxRange };
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
export default BarChartWithAreaChart;
|
|
66
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { BarChartWithAreaChart as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
export namespace title_1 {
|
|
7
|
+
const name: string;
|
|
8
|
+
namespace control {
|
|
9
|
+
const type: string;
|
|
10
|
+
}
|
|
11
|
+
const description: string;
|
|
12
|
+
}
|
|
13
|
+
export { title_1 as title };
|
|
14
|
+
export namespace width {
|
|
15
|
+
const name_1: string;
|
|
16
|
+
export { name_1 as name };
|
|
17
|
+
export namespace control_1 {
|
|
18
|
+
const type_1: string;
|
|
19
|
+
export { type_1 as type };
|
|
20
|
+
}
|
|
21
|
+
export { control_1 as control };
|
|
22
|
+
const description_1: string;
|
|
23
|
+
export { description_1 as description };
|
|
24
|
+
}
|
|
25
|
+
export namespace height {
|
|
26
|
+
const name_2: string;
|
|
27
|
+
export { name_2 as name };
|
|
28
|
+
export namespace control_2 {
|
|
29
|
+
const type_2: string;
|
|
30
|
+
export { type_2 as type };
|
|
31
|
+
}
|
|
32
|
+
export { control_2 as control };
|
|
33
|
+
const description_2: string;
|
|
34
|
+
export { description_2 as description };
|
|
35
|
+
}
|
|
36
|
+
export namespace barSize {
|
|
37
|
+
const name_3: string;
|
|
38
|
+
export { name_3 as name };
|
|
39
|
+
export namespace control_3 {
|
|
40
|
+
const type_3: string;
|
|
41
|
+
export { type_3 as type };
|
|
42
|
+
}
|
|
43
|
+
export { control_3 as control };
|
|
44
|
+
const description_3: string;
|
|
45
|
+
export { description_3 as description };
|
|
46
|
+
}
|
|
47
|
+
export namespace barFontSizeValue {
|
|
48
|
+
const name_4: string;
|
|
49
|
+
export { name_4 as name };
|
|
50
|
+
export namespace control_4 {
|
|
51
|
+
const type_4: string;
|
|
52
|
+
export { type_4 as type };
|
|
53
|
+
}
|
|
54
|
+
export { control_4 as control };
|
|
55
|
+
const description_4: string;
|
|
56
|
+
export { description_4 as description };
|
|
57
|
+
}
|
|
58
|
+
export namespace barChartHeight {
|
|
59
|
+
const name_5: string;
|
|
60
|
+
export { name_5 as name };
|
|
61
|
+
export namespace control_5 {
|
|
62
|
+
const type_5: string;
|
|
63
|
+
export { type_5 as type };
|
|
64
|
+
}
|
|
65
|
+
export { control_5 as control };
|
|
66
|
+
const description_5: string;
|
|
67
|
+
export { description_5 as description };
|
|
68
|
+
}
|
|
69
|
+
export namespace barChartColor {
|
|
70
|
+
const name_6: string;
|
|
71
|
+
export { name_6 as name };
|
|
72
|
+
const description_6: string;
|
|
73
|
+
export { description_6 as description };
|
|
74
|
+
export namespace control_6 {
|
|
75
|
+
const type_6: string;
|
|
76
|
+
export { type_6 as type };
|
|
77
|
+
export const presetColors: string[];
|
|
78
|
+
}
|
|
79
|
+
export { control_6 as control };
|
|
80
|
+
}
|
|
81
|
+
export namespace barChartData {
|
|
82
|
+
const description_7: string;
|
|
83
|
+
export { description_7 as description };
|
|
84
|
+
}
|
|
85
|
+
export namespace showLegend {
|
|
86
|
+
const name_7: string;
|
|
87
|
+
export { name_7 as name };
|
|
88
|
+
export namespace control_7 {
|
|
89
|
+
const type_7: string;
|
|
90
|
+
export { type_7 as type };
|
|
91
|
+
}
|
|
92
|
+
export { control_7 as control };
|
|
93
|
+
const description_8: string;
|
|
94
|
+
export { description_8 as description };
|
|
95
|
+
}
|
|
96
|
+
export namespace signType {
|
|
97
|
+
const name_8: string;
|
|
98
|
+
export { name_8 as name };
|
|
99
|
+
export const options: string[];
|
|
100
|
+
export namespace control_8 {
|
|
101
|
+
const type_8: string;
|
|
102
|
+
export { type_8 as type };
|
|
103
|
+
}
|
|
104
|
+
export { control_8 as control };
|
|
105
|
+
const description_9: string;
|
|
106
|
+
export { description_9 as description };
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
export default _default;
|
|
111
|
+
export function SalesGrowth(args: any): import("react/jsx-runtime").JSX.Element;
|
|
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
|
+
}
|
|
141
|
+
import { BarChartWithAreaChart } from "./BarChartWithAreaChart";
|
|
142
|
+
declare const arrData: {
|
|
143
|
+
title: string;
|
|
144
|
+
date: string;
|
|
145
|
+
value: number;
|
|
146
|
+
avgValue: number;
|
|
147
|
+
}[];
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
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
|
+
export const TooltipDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const TooltipLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export const TooltipTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
7
|
+
export const LabelBoldText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
8
|
+
export const LabelText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
9
|
+
export const RetailerIconContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
export function BarChartsByWeeks(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export namespace BarChartsByWeeks {
|
|
3
|
+
namespace propTypes {
|
|
4
|
+
const className: PropTypes.Requireable<string>;
|
|
5
|
+
const title: PropTypes.Requireable<string>;
|
|
6
|
+
const showHeaderTopValue: PropTypes.Requireable<boolean>;
|
|
7
|
+
const headerValueTopTitle: PropTypes.Requireable<string>;
|
|
8
|
+
const headerValueBottomTitle: PropTypes.Requireable<string>;
|
|
9
|
+
const headerValue: PropTypes.Requireable<number>;
|
|
10
|
+
const HeaderValueCurrencyType: PropTypes.Requireable<string>;
|
|
11
|
+
const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
|
|
12
|
+
const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
13
|
+
title: PropTypes.Requireable<string>;
|
|
14
|
+
value: PropTypes.Requireable<number>;
|
|
15
|
+
}> | null | undefined)[]>;
|
|
16
|
+
const isTitleOriganal: PropTypes.Requireable<boolean>;
|
|
17
|
+
const width: PropTypes.Requireable<string>;
|
|
18
|
+
const height: PropTypes.Requireable<string>;
|
|
19
|
+
const barChartColor: PropTypes.Requireable<string>;
|
|
20
|
+
const barChartSecondColor: PropTypes.Requireable<string>;
|
|
21
|
+
const xselectedColor: PropTypes.Requireable<string>;
|
|
22
|
+
const startWeekRange: PropTypes.Requireable<string>;
|
|
23
|
+
const endWeekRange: PropTypes.Requireable<string>;
|
|
24
|
+
const tooltipTitle: PropTypes.Requireable<string>;
|
|
25
|
+
const tooltipSecondTitle: PropTypes.Requireable<string>;
|
|
26
|
+
const yAxisCounter: PropTypes.Requireable<number>;
|
|
27
|
+
const isPercentValue: PropTypes.Requireable<boolean>;
|
|
28
|
+
const interval: PropTypes.Requireable<string>;
|
|
29
|
+
const showTitle: PropTypes.Requireable<boolean>;
|
|
30
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
31
|
+
const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
32
|
+
title: PropTypes.Validator<string>;
|
|
33
|
+
iconType: PropTypes.Validator<string>;
|
|
34
|
+
iconColor: PropTypes.Validator<string>;
|
|
35
|
+
}> | null | undefined)[]>;
|
|
36
|
+
const showTwoBars: PropTypes.Requireable<boolean>;
|
|
37
|
+
const setLimitHeight: PropTypes.Requireable<number>;
|
|
38
|
+
const setLimitLow: PropTypes.Requireable<number>;
|
|
39
|
+
}
|
|
40
|
+
namespace defaultProps {
|
|
41
|
+
const className_1: string;
|
|
42
|
+
export { className_1 as className };
|
|
43
|
+
const title_1: string;
|
|
44
|
+
export { title_1 as title };
|
|
45
|
+
const showHeaderTopValue_1: boolean;
|
|
46
|
+
export { showHeaderTopValue_1 as showHeaderTopValue };
|
|
47
|
+
const headerValueTopTitle_1: string;
|
|
48
|
+
export { headerValueTopTitle_1 as headerValueTopTitle };
|
|
49
|
+
const headerValueBottomTitle_1: string;
|
|
50
|
+
export { headerValueBottomTitle_1 as headerValueBottomTitle };
|
|
51
|
+
const headerValue_1: number;
|
|
52
|
+
export { headerValue_1 as headerValue };
|
|
53
|
+
const HeaderValueCurrencyType_1: string;
|
|
54
|
+
export { HeaderValueCurrencyType_1 as HeaderValueCurrencyType };
|
|
55
|
+
const HeaderValueIsPercent_1: boolean;
|
|
56
|
+
export { HeaderValueIsPercent_1 as HeaderValueIsPercent };
|
|
57
|
+
const barChartData_1: {
|
|
58
|
+
title: string;
|
|
59
|
+
value: number;
|
|
60
|
+
}[];
|
|
61
|
+
export { barChartData_1 as barChartData };
|
|
62
|
+
const width_1: string;
|
|
63
|
+
export { width_1 as width };
|
|
64
|
+
const height_1: string;
|
|
65
|
+
export { height_1 as height };
|
|
66
|
+
const barChartColor_1: string;
|
|
67
|
+
export { barChartColor_1 as barChartColor };
|
|
68
|
+
const barChartSecondColor_1: string;
|
|
69
|
+
export { barChartSecondColor_1 as barChartSecondColor };
|
|
70
|
+
const xselectedColor_1: string;
|
|
71
|
+
export { xselectedColor_1 as xselectedColor };
|
|
72
|
+
const tooltipTitle_1: string;
|
|
73
|
+
export { tooltipTitle_1 as tooltipTitle };
|
|
74
|
+
const tooltipSecondTitle_1: string;
|
|
75
|
+
export { tooltipSecondTitle_1 as tooltipSecondTitle };
|
|
76
|
+
const startWeekRange_1: number;
|
|
77
|
+
export { startWeekRange_1 as startWeekRange };
|
|
78
|
+
const endWeekRange_1: number;
|
|
79
|
+
export { endWeekRange_1 as endWeekRange };
|
|
80
|
+
const yAxisCounter_1: number;
|
|
81
|
+
export { yAxisCounter_1 as yAxisCounter };
|
|
82
|
+
const isPercentValue_1: boolean;
|
|
83
|
+
export { isPercentValue_1 as isPercentValue };
|
|
84
|
+
const interval_1: string;
|
|
85
|
+
export { interval_1 as interval };
|
|
86
|
+
const showTitle_1: boolean;
|
|
87
|
+
export { showTitle_1 as showTitle };
|
|
88
|
+
const showLegend_1: boolean;
|
|
89
|
+
export { showLegend_1 as showLegend };
|
|
90
|
+
const isTitleOriganal_1: boolean;
|
|
91
|
+
export { isTitleOriganal_1 as isTitleOriganal };
|
|
92
|
+
const legendData_1: {
|
|
93
|
+
title: string;
|
|
94
|
+
iconType: string;
|
|
95
|
+
iconColor: string;
|
|
96
|
+
}[];
|
|
97
|
+
export { legendData_1 as legendData };
|
|
98
|
+
const showTwoBars_1: boolean;
|
|
99
|
+
export { showTwoBars_1 as showTwoBars };
|
|
100
|
+
const setLimitHeight_1: null;
|
|
101
|
+
export { setLimitHeight_1 as setLimitHeight };
|
|
102
|
+
const setLimitLow_1: null;
|
|
103
|
+
export { setLimitLow_1 as setLimitLow };
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
export default BarChartsByWeeks;
|
|
107
|
+
import PropTypes from "prop-types";
|