sag_components 2.0.0-beta40 → 2.0.0-beta41
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 +167 -183
- package/dist/index.esm.js +5754 -4368
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5756 -4365
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -0
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +1 -1
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -0
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -0
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +3 -3
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -0
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -0
- package/dist/types/components/BarChart/BarChart.d.ts +4 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +4 -4
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +4 -4
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -0
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -0
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.test.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/Button/Button.d.ts +21 -21
- package/dist/types/components/Button/Button.stories.d.ts +185 -0
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -0
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -0
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -0
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -0
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -0
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -0
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -0
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -0
- package/dist/types/components/CollapseData/CollapseData.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -0
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +2 -2
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -0
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +236 -0
- package/dist/{components/BarChart/BarChart.style.d.ts → types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts} +6 -5
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -0
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +240 -0
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +6 -6
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -0
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +67 -0
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -0
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -0
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +10 -10
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +172 -0
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -0
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -0
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -0
- package/dist/types/components/Input/Input.stories.d.ts +278 -0
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -0
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +4 -12
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +1 -1
- package/dist/types/components/ListBox/ListBox.d.ts +9 -9
- package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -0
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -0
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -0
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -0
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -0
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -0
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -0
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -0
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +1 -1
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -14
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +194 -0
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.d.ts +3 -3
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.stories.d.ts +129 -0
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -0
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -0
- package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -0
- package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -0
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -0
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +39 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +2 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -0
- package/dist/types/components/Select/Select.stories.d.ts +252 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +29 -59
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +117 -0
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -0
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -0
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -0
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -0
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -0
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +11 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +212 -0
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +156 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -0
- package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
- package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
- package/dist/types/icons/AttachedIcon.d.ts +3 -3
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +6 -0
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +7 -0
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +5 -0
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/Sort.d.ts +1 -0
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/utils/CommonFunctions.d.ts +1 -1
- package/dist/types/utils/ComponentFactory.d.ts +4 -0
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/package.json +11 -3
- package/dist/App.js +0 -56
- package/dist/App.test.js +0 -10
- package/dist/Button.test.js +0 -162
- package/dist/LinkButton.test.js +0 -150
- package/dist/SingleBar.test.js +0 -120
- package/dist/components/BannerEventBox/BannerEventBox.d.ts +0 -40
- package/dist/components/BannerEventBox/BannerEventBox.d.ts.map +0 -1
- package/dist/components/BannerEventBox/BannerEventBox.style.d.ts +0 -14
- package/dist/components/BannerEventBox/BannerEventBox.style.d.ts.map +0 -1
- package/dist/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -72
- package/dist/components/BannerEventBoxList/BannerEventBoxList.d.ts.map +0 -1
- package/dist/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +0 -13
- package/dist/components/BannerEventBoxList/BannerEventBoxList.style.d.ts.map +0 -1
- package/dist/components/BannersDropdown/BannersDropdown.d.ts +0 -19
- package/dist/components/BannersDropdown/BannersDropdown.d.ts.map +0 -1
- package/dist/components/BannersDropdown/BannersDropdown.style.d.ts +0 -9
- package/dist/components/BannersDropdown/BannersDropdown.style.d.ts.map +0 -1
- package/dist/components/BarChart/BarChart.d.ts +0 -80
- package/dist/components/BarChart/BarChart.d.ts.map +0 -1
- package/dist/components/BarChart/BarChart.style.d.ts.map +0 -1
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +0 -108
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.d.ts.map +0 -1
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +0 -12
- package/dist/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts.map +0 -1
- package/dist/components/Benchmark/Benchmark.d.ts +0 -46
- package/dist/components/Benchmark/Benchmark.d.ts.map +0 -1
- package/dist/components/Benchmark/Benchmark.style.d.ts +0 -6
- package/dist/components/Benchmark/Benchmark.style.d.ts.map +0 -1
- package/dist/components/Button/Button.d.ts +0 -23
- package/dist/components/Button/Button.d.ts.map +0 -1
- package/dist/components/Button/Button.style.d.ts +0 -6
- package/dist/components/Button/Button.style.d.ts.map +0 -1
- package/dist/components/CollapseHeader/CollapseHeader.d.ts +0 -83
- package/dist/components/CollapseHeader/CollapseHeader.d.ts.map +0 -1
- package/dist/components/CollapseHeader/CollapseHeader.style.d.ts +0 -26
- package/dist/components/CollapseHeader/CollapseHeader.style.d.ts.map +0 -1
- package/dist/components/DialogOverlay/DialogOverlay.d.ts +0 -22
- package/dist/components/DialogOverlay/DialogOverlay.d.ts.map +0 -1
- package/dist/components/DialogOverlay/DialogOverlay.style.d.ts +0 -7
- package/dist/components/DialogOverlay/DialogOverlay.style.d.ts.map +0 -1
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -3
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.d.ts.map +0 -1
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +0 -10
- package/dist/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts.map +0 -1
- package/dist/components/DropdownMultiNew/DropdownMultiNew.d.ts +0 -80
- package/dist/components/DropdownMultiNew/DropdownMultiNew.d.ts.map +0 -1
- package/dist/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +0 -13
- package/dist/components/DropdownMultiNew/DropdownMultiNew.style.d.ts.map +0 -1
- package/dist/components/DropdownNew/DropdownNew.d.ts +0 -82
- package/dist/components/DropdownNew/DropdownNew.d.ts.map +0 -1
- package/dist/components/DropdownNew/DropdownNew.style.d.ts +0 -2
- package/dist/components/DropdownNew/DropdownNew.style.d.ts.map +0 -1
- package/dist/components/DropdownSingleNew/DropdownSingleNew.d.ts +0 -76
- package/dist/components/DropdownSingleNew/DropdownSingleNew.d.ts.map +0 -1
- package/dist/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +0 -11
- package/dist/components/DropdownSingleNew/DropdownSingleNew.style.d.ts.map +0 -1
- package/dist/components/EventDetailsCard/EventDetailsCard.d.ts +0 -49
- package/dist/components/EventDetailsCard/EventDetailsCard.d.ts.map +0 -1
- package/dist/components/EventDetailsCard/EventDetailsCard.style.d.ts +0 -7
- package/dist/components/EventDetailsCard/EventDetailsCard.style.d.ts.map +0 -1
- package/dist/components/EventList/EventList.d.ts +0 -31
- package/dist/components/EventList/EventList.d.ts.map +0 -1
- package/dist/components/EventList/EventList.style.d.ts +0 -5
- package/dist/components/EventList/EventList.style.d.ts.map +0 -1
- package/dist/components/EventListItem/EventListItem.d.ts +0 -28
- package/dist/components/EventListItem/EventListItem.d.ts.map +0 -1
- package/dist/components/EventListItem/EventListItem.style.d.ts +0 -5
- package/dist/components/EventListItem/EventListItem.style.d.ts.map +0 -1
- package/dist/components/FilterPanel/FilterPanel.d.ts +0 -90
- package/dist/components/FilterPanel/FilterPanel.d.ts.map +0 -1
- package/dist/components/FilterPanel/FilterPanel.style.d.ts +0 -12
- package/dist/components/FilterPanel/FilterPanel.style.d.ts.map +0 -1
- package/dist/components/FormattedValue/FormattedValue.d.ts +0 -46
- package/dist/components/FormattedValue/FormattedValue.d.ts.map +0 -1
- package/dist/components/FormattedValue/FormattedValue.style.d.ts +0 -8
- package/dist/components/FormattedValue/FormattedValue.style.d.ts.map +0 -1
- package/dist/components/Heatmap/Heatmap.d.ts +0 -16
- package/dist/components/Heatmap/Heatmap.d.ts.map +0 -1
- package/dist/components/Heatmap/Heatmap.style.d.ts +0 -16
- package/dist/components/Heatmap/Heatmap.style.d.ts.map +0 -1
- package/dist/components/IconButton/IconButton.d.ts +0 -49
- package/dist/components/IconButton/IconButton.d.ts.map +0 -1
- package/dist/components/IconButton/IconButton.style.d.ts +0 -5
- package/dist/components/IconButton/IconButton.style.d.ts.map +0 -1
- package/dist/components/LinkButton/LinkButton.d.ts +0 -14
- package/dist/components/LinkButton/LinkButton.d.ts.map +0 -1
- package/dist/components/LinkButton/LinkButton.style.d.ts +0 -5
- package/dist/components/LinkButton/LinkButton.style.d.ts.map +0 -1
- package/dist/components/LinnerDataBox/LinnerDataBox.d.ts +0 -36
- package/dist/components/LinnerDataBox/LinnerDataBox.d.ts.map +0 -1
- package/dist/components/LinnerDataBox/LinnerDataBox.style.d.ts +0 -15
- package/dist/components/LinnerDataBox/LinnerDataBox.style.d.ts.map +0 -1
- package/dist/components/MarketShareDescription/MarketShareDescription.d.ts +0 -32
- package/dist/components/MarketShareDescription/MarketShareDescription.d.ts.map +0 -1
- package/dist/components/MarketShareDescription/MarketShareDescription.style.d.ts +0 -17
- package/dist/components/MarketShareDescription/MarketShareDescription.style.d.ts.map +0 -1
- package/dist/components/MonthPicker/MonthPicker.d.ts +0 -55
- package/dist/components/MonthPicker/MonthPicker.d.ts.map +0 -1
- package/dist/components/MonthPicker/MonthPicker.style.d.ts +0 -9
- package/dist/components/MonthPicker/MonthPicker.style.d.ts.map +0 -1
- package/dist/components/MonthPicker/MonthPopupPicker.d.ts +0 -10
- package/dist/components/MonthPicker/MonthPopupPicker.d.ts.map +0 -1
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -13
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.d.ts.map +0 -1
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +0 -4
- package/dist/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts.map +0 -1
- package/dist/components/OneColumnContainer/OneColumnContainer.d.ts +0 -64
- package/dist/components/OneColumnContainer/OneColumnContainer.d.ts.map +0 -1
- package/dist/components/OneColumnContainer/OneColumnContainer.style.d.ts +0 -11
- package/dist/components/OneColumnContainer/OneColumnContainer.style.d.ts.map +0 -1
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -30
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts.map +0 -1
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +0 -7
- package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts.map +0 -1
- package/dist/components/PieChart/PieChart.d.ts +0 -67
- package/dist/components/PieChart/PieChart.d.ts.map +0 -1
- package/dist/components/PieChart/PieChart.style.d.ts +0 -19
- package/dist/components/PieChart/PieChart.style.d.ts.map +0 -1
- package/dist/components/PopupCharts/PopupCharts.d.ts +0 -65
- package/dist/components/PopupCharts/PopupCharts.d.ts.map +0 -1
- package/dist/components/PopupCharts/PopupCharts.style.d.ts +0 -13
- package/dist/components/PopupCharts/PopupCharts.style.d.ts.map +0 -1
- package/dist/components/QuarterPicker/QuarterPicker.d.ts +0 -55
- package/dist/components/QuarterPicker/QuarterPicker.d.ts.map +0 -1
- package/dist/components/QuarterPicker/QuarterPicker.style.d.ts +0 -9
- package/dist/components/QuarterPicker/QuarterPicker.style.d.ts.map +0 -1
- package/dist/components/QuarterPicker/QuarterPopupPicker.d.ts +0 -10
- package/dist/components/QuarterPicker/QuarterPopupPicker.d.ts.map +0 -1
- package/dist/components/QuickFilter/QuickFilter.d.ts +0 -18
- package/dist/components/QuickFilter/QuickFilter.d.ts.map +0 -1
- package/dist/components/QuickFilter/QuickFilter.style.d.ts +0 -2
- package/dist/components/QuickFilter/QuickFilter.style.d.ts.map +0 -1
- package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +0 -77
- package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts.map +0 -1
- package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +0 -13
- package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts.map +0 -1
- package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +0 -69
- package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts.map +0 -1
- package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +0 -12
- package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts.map +0 -1
- package/dist/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.d.ts +0 -46
- package/dist/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.d.ts.map +0 -1
- package/dist/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +0 -3
- package/dist/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts.map +0 -1
- package/dist/components/RangePicker/RangeDatePicker.d.ts +0 -10
- package/dist/components/RangePicker/RangeDatePicker.d.ts.map +0 -1
- package/dist/components/RangePicker/RangePicker.d.ts +0 -53
- package/dist/components/RangePicker/RangePicker.d.ts.map +0 -1
- package/dist/components/RangePicker/RangePicker.style.d.ts +0 -9
- package/dist/components/RangePicker/RangePicker.style.d.ts.map +0 -1
- package/dist/components/ReportTable/ReportTable.d.ts +0 -84
- package/dist/components/ReportTable/ReportTable.d.ts.map +0 -1
- package/dist/components/ReportTable/ReportTable.style.d.ts +0 -15
- package/dist/components/ReportTable/ReportTable.style.d.ts.map +0 -1
- package/dist/components/SalesAndROI/SalesAndROI.d.ts +0 -51
- package/dist/components/SalesAndROI/SalesAndROI.d.ts.map +0 -1
- package/dist/components/SalesAndROI/SalesAndROI.style.d.ts +0 -10
- package/dist/components/SalesAndROI/SalesAndROI.style.d.ts.map +0 -1
- package/dist/components/SearchInput/SearchInput.d.ts +0 -25
- package/dist/components/SearchInput/SearchInput.d.ts.map +0 -1
- package/dist/components/SearchInput/SearchInput.style.d.ts +0 -3
- package/dist/components/SearchInput/SearchInput.style.d.ts.map +0 -1
- package/dist/components/TabMenu/TabMenu.d.ts +0 -91
- package/dist/components/TabMenu/TabMenu.d.ts.map +0 -1
- package/dist/components/TabMenu/TabMenu.style.d.ts +0 -59
- package/dist/components/TabMenu/TabMenu.style.d.ts.map +0 -1
- package/dist/components/Tooltip/Tooltip.d.ts +0 -25
- package/dist/components/Tooltip/Tooltip.d.ts.map +0 -1
- package/dist/components/Tooltip/Tooltip.style.d.ts +0 -4
- package/dist/components/Tooltip/Tooltip.style.d.ts.map +0 -1
- package/dist/components/TopToggleList/TopToggleList.d.ts +0 -25
- package/dist/components/TopToggleList/TopToggleList.d.ts.map +0 -1
- package/dist/components/TopToggleList/TopToggleList.style.d.ts +0 -6
- package/dist/components/TopToggleList/TopToggleList.style.d.ts.map +0 -1
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +0 -67
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.d.ts.map +0 -1
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +0 -20
- package/dist/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts.map +0 -1
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +0 -77
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts.map +0 -1
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +0 -7
- package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts.map +0 -1
- package/dist/components/TspanTooltip/TspanTooltip.d.ts +0 -25
- package/dist/components/TspanTooltip/TspanTooltip.d.ts.map +0 -1
- package/dist/components/TspanTooltip/TspanTooltip.style.d.ts +0 -4
- package/dist/components/TspanTooltip/TspanTooltip.style.d.ts.map +0 -1
- package/dist/icons/ArrowDownIcon.d.ts +0 -7
- package/dist/icons/ArrowDownIcon.d.ts.map +0 -1
- package/dist/icons/ArrowSelectIcon.d.ts +0 -7
- package/dist/icons/ArrowSelectIcon.d.ts.map +0 -1
- package/dist/icons/ArrowUpIcon.d.ts +0 -7
- package/dist/icons/ArrowUpIcon.d.ts.map +0 -1
- package/dist/icons/BellIcon.d.ts +0 -7
- package/dist/icons/BellIcon.d.ts.map +0 -1
- package/dist/icons/ButtonArrowRight.d.ts +0 -6
- package/dist/icons/ButtonArrowRight.d.ts.map +0 -1
- package/dist/icons/Calendar.d.ts +0 -3
- package/dist/icons/Calendar.d.ts.map +0 -1
- package/dist/icons/CalendarInOpen.d.ts +0 -3
- package/dist/icons/CalendarInOpen.d.ts.map +0 -1
- package/dist/icons/CheckBoxCheckedIcon.d.ts +0 -8
- package/dist/icons/CheckBoxCheckedIcon.d.ts.map +0 -1
- package/dist/icons/CheckBoxNotCheckedIcon.d.ts +0 -8
- package/dist/icons/CheckBoxNotCheckedIcon.d.ts.map +0 -1
- package/dist/icons/ChervronLeftIcon.d.ts +0 -3
- package/dist/icons/ChervronLeftIcon.d.ts.map +0 -1
- package/dist/icons/ChervronRightIcon.d.ts +0 -3
- package/dist/icons/ChervronRightIcon.d.ts.map +0 -1
- package/dist/icons/ChevronLeftIcon.d.ts +0 -5
- package/dist/icons/ChevronLeftIcon.d.ts.map +0 -1
- package/dist/icons/ChevronRightIcon.d.ts +0 -5
- package/dist/icons/ChevronRightIcon.d.ts.map +0 -1
- package/dist/icons/CloseXIcon.d.ts +0 -7
- package/dist/icons/CloseXIcon.d.ts.map +0 -1
- package/dist/icons/ComboBoxArrowUpIcon.d.ts +0 -8
- package/dist/icons/ComboBoxArrowUpIcon.d.ts.map +0 -1
- package/dist/icons/DocumentIcon.d.ts +0 -7
- package/dist/icons/DocumentIcon.d.ts.map +0 -1
- package/dist/icons/DownloadIcon.d.ts +0 -7
- package/dist/icons/DownloadIcon.d.ts.map +0 -1
- package/dist/icons/ExitIcon.d.ts +0 -8
- package/dist/icons/ExitIcon.d.ts.map +0 -1
- package/dist/icons/ExportIcon.d.ts +0 -7
- package/dist/icons/ExportIcon.d.ts.map +0 -1
- package/dist/icons/EyeIcon.d.ts +0 -8
- package/dist/icons/EyeIcon.d.ts.map +0 -1
- package/dist/icons/FilterIcon.d.ts +0 -7
- package/dist/icons/FilterIcon.d.ts.map +0 -1
- package/dist/icons/FlyIcon.d.ts +0 -7
- package/dist/icons/FlyIcon.d.ts.map +0 -1
- package/dist/icons/FoodLionIcon.d.ts +0 -7
- package/dist/icons/FoodLionIcon.d.ts.map +0 -1
- package/dist/icons/FoodLionNewIcon.d.ts +0 -6
- package/dist/icons/FoodLionNewIcon.d.ts.map +0 -1
- package/dist/icons/GiantFoodIcon.d.ts +0 -8
- package/dist/icons/GiantFoodIcon.d.ts.map +0 -1
- package/dist/icons/GiantFoodIcon_new.d.ts +0 -8
- package/dist/icons/GiantFoodIcon_new.d.ts.map +0 -1
- package/dist/icons/HannafordIcon.d.ts +0 -7
- package/dist/icons/HannafordIcon.d.ts.map +0 -1
- package/dist/icons/HannafordIcon_new.d.ts +0 -7
- package/dist/icons/HannafordIcon_new.d.ts.map +0 -1
- package/dist/icons/InfoIcon.d.ts +0 -8
- package/dist/icons/InfoIcon.d.ts.map +0 -1
- package/dist/icons/LampIcon.d.ts +0 -7
- package/dist/icons/LampIcon.d.ts.map +0 -1
- package/dist/icons/LegendLineIcon.d.ts +0 -7
- package/dist/icons/LegendLineIcon.d.ts.map +0 -1
- package/dist/icons/LegendUnionIcon.d.ts +0 -7
- package/dist/icons/LegendUnionIcon.d.ts.map +0 -1
- package/dist/icons/MaintenanceIcon.d.ts +0 -8
- package/dist/icons/MaintenanceIcon.d.ts.map +0 -1
- package/dist/icons/MenuItemOpenIcon.d.ts +0 -7
- package/dist/icons/MenuItemOpenIcon.d.ts.map +0 -1
- package/dist/icons/MenuItemRightIcon.d.ts +0 -8
- package/dist/icons/MenuItemRightIcon.d.ts.map +0 -1
- package/dist/icons/MenuItemUpIcon.d.ts +0 -7
- package/dist/icons/MenuItemUpIcon.d.ts.map +0 -1
- package/dist/icons/NoDataFoundIcon.d.ts +0 -13
- package/dist/icons/NoDataFoundIcon.d.ts.map +0 -1
- package/dist/icons/OptionsIcon.d.ts +0 -7
- package/dist/icons/OptionsIcon.d.ts.map +0 -1
- package/dist/icons/ReselectIcon.d.ts +0 -7
- package/dist/icons/ReselectIcon.d.ts.map +0 -1
- package/dist/icons/SearchIcon.d.ts +0 -7
- package/dist/icons/SearchIcon.d.ts.map +0 -1
- package/dist/icons/SortIcon.d.ts +0 -8
- package/dist/icons/SortIcon.d.ts.map +0 -1
- package/dist/icons/StopAndShopIcon.d.ts +0 -8
- package/dist/icons/StopAndShopIcon.d.ts.map +0 -1
- package/dist/icons/StopAndShopNewIcon.d.ts +0 -7
- package/dist/icons/StopAndShopNewIcon.d.ts.map +0 -1
- package/dist/icons/TheGiantCompanyIcon.d.ts +0 -6
- package/dist/icons/TheGiantCompanyIcon.d.ts.map +0 -1
- package/dist/icons/TheGiantCompanyNewIcon.d.ts +0 -7
- package/dist/icons/TheGiantCompanyNewIcon.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/setupTests.js +0 -15
- package/dist/stories/AttachedFile.stories.js +0 -37
- package/dist/stories/AutocompleteField.stories.js +0 -25
- package/dist/stories/BannerEventBox.stories.js +0 -59
- package/dist/stories/BannerEventBoxList.stories.js +0 -39
- package/dist/stories/BannerEventBoxTest.stories.js +0 -27
- package/dist/stories/BannersDropdown.stories.js +0 -64
- package/dist/stories/BarChart.stories.js +0 -306
- package/dist/stories/BarChartTwoRows.stories.js +0 -259
- package/dist/stories/BarChartWithAreaChart.stories.js +0 -134
- package/dist/stories/BarChartsByWeeks.stories.js +0 -445
- package/dist/stories/Benchmark.stories.js +0 -147
- package/dist/stories/Button.stories.js +0 -255
- package/dist/stories/CampaignDemoReport.stories.js +0 -65
- package/dist/stories/CampaignTool/Card.stories.js +0 -92
- package/dist/stories/CampaignTool/MultipleCard.stories.js +0 -33
- package/dist/stories/CampaignTool/PageFilterBar.stories.js +0 -28
- package/dist/stories/CampaignTool/Popup.stories.js +0 -697
- package/dist/stories/CampaignTool/PopupContent.stories.js +0 -284
- package/dist/stories/CampaignTool/Table.stories.js +0 -104
- package/dist/stories/CheckBox.stories.js +0 -107
- package/dist/stories/CheckBoxButton.stories.js +0 -150
- package/dist/stories/CollapseData.stories.js +0 -125
- package/dist/stories/CollapseHeader.stories.js +0 -123
- package/dist/stories/CollapseMenuItem.stories.js +0 -134
- package/dist/stories/Datepicker.stories.js +0 -85
- package/dist/stories/DialogOverlay.stories.js +0 -39
- package/dist/stories/DoublePanelDataRow.stories.js +0 -116
- package/dist/stories/DownloadProgress.stories.js +0 -109
- package/dist/stories/Dropdown.stories.js +0 -318
- package/dist/stories/DropdownMulti.stories.js +0 -220
- package/dist/stories/DropdownNew.stories.js +0 -407
- package/dist/stories/EventDetailsCard.stories.js +0 -122
- package/dist/stories/EventList.stories.js +0 -84
- package/dist/stories/EventListItem.stories.js +0 -65
- package/dist/stories/FilterButton.stories.js +0 -90
- package/dist/stories/FilterContainer.stories.js +0 -22
- package/dist/stories/FilterPanel.stories.js +0 -967
- package/dist/stories/FormattedValue.stories.js +0 -183
- package/dist/stories/Heatmap.stories.js +0 -118
- package/dist/stories/IconButton.stories.js +0 -126
- package/dist/stories/Input.stories.js +0 -422
- package/dist/stories/InputOld.stories.js +0 -103
- package/dist/stories/KpiFilter.stories.js +0 -401
- package/dist/stories/LinkButton.stories.js +0 -171
- package/dist/stories/LinnerDataBox.stories.js +0 -79
- package/dist/stories/ListBox.stories.js +0 -132
- package/dist/stories/MarketShareDescription.stories.js +0 -196
- package/dist/stories/MonthPicker.stories.js +0 -142
- package/dist/stories/NewInput.stories.js +0 -37
- package/dist/stories/NoDataFoundMessage.stories.js +0 -66
- package/dist/stories/OneColumnContainer.stories.js +0 -119
- package/dist/stories/PerformanceAnalytics.stories.js +0 -263
- package/dist/stories/PerformanceAnalyticsLegend.stories.js +0 -99
- package/dist/stories/PerformanceAnalyticsOneColumn.stories.js +0 -236
- package/dist/stories/PerformanceAnalyticsTotals.stories.js +0 -109
- package/dist/stories/PieChart.stories.js +0 -215
- package/dist/stories/PopupCharts.stories.js +0 -1191
- package/dist/stories/ProductsVariety.stories.js +0 -90
- package/dist/stories/ProgressBar.stories.js +0 -71
- package/dist/stories/QuarterPicker.stories.js +0 -142
- package/dist/stories/QuickFilter.stories.js +0 -275
- package/dist/stories/RangePicker.stories.js +0 -140
- package/dist/stories/ReportTable.stories.js +0 -255
- package/dist/stories/SagButton.stories.js +0 -118
- package/dist/stories/SagIconButton.stories.js +0 -122
- package/dist/stories/SagInput.stories.js +0 -69
- package/dist/stories/SalesAndROI.stories.js +0 -166
- package/dist/stories/SalesSplit.stories.js +0 -122
- package/dist/stories/SearchInput.stories.js +0 -44
- package/dist/stories/SegmentedButton.stories.js +0 -181
- package/dist/stories/Select.stories.js +0 -201
- package/dist/stories/SingleBarLineCharts.stories.js +0 -310
- package/dist/stories/TabMenu.stories.js +0 -224
- package/dist/stories/TextField.stories.js +0 -160
- package/dist/stories/TitleDescription.stories.js +0 -116
- package/dist/stories/TopToggleList.stories.js +0 -52
- package/dist/stories/TotalBenchmark.stories.js +0 -135
- package/dist/stories/TotalBenchmarkAreachart.stories.js +0 -341
- package/dist/stories/TotalBenchmarkArrows.stories.js +0 -170
- package/dist/stories/TotalBenchmarkBarchart.stories.js +0 -183
- package/dist/stories/TotalDoughnutChart.stories.js +0 -301
- package/dist/stories/TotalHorizontalCharts.stories.js +0 -291
- package/dist/stories/TwoBarCharts.stories.js +0 -185
- package/dist/stories/components/AttachedFile.js +0 -60
- package/dist/stories/components/AttachedFile.style.js +0 -48
- package/dist/stories/components/AutocompleteField.js +0 -40
- package/dist/stories/components/AutocompleteField.style.js +0 -55
- package/dist/stories/components/BannerEventBox.js +0 -97
- package/dist/stories/components/BannerEventBox.style.js +0 -78
- package/dist/stories/components/BannerEventBoxList.js +0 -153
- package/dist/stories/components/BannerEventBoxList.style.js +0 -189
- package/dist/stories/components/BannerEventBoxTest.js +0 -42
- package/dist/stories/components/BannerEventBoxTest.style.js +0 -11
- package/dist/stories/components/BannersDropdown.js +0 -119
- package/dist/stories/components/BannersDropdown.style.js +0 -99
- package/dist/stories/components/BarChart.js +0 -258
- package/dist/stories/components/BarChart.style.js +0 -60
- package/dist/stories/components/BarChartTwoRows.js +0 -220
- package/dist/stories/components/BarChartTwoRows.style.js +0 -79
- package/dist/stories/components/BarChartWithAreaChart.js +0 -268
- package/dist/stories/components/BarChartWithAreaChart.style.js +0 -67
- package/dist/stories/components/BarChartsByWeeks.js +0 -306
- package/dist/stories/components/BarChartsByWeeks.style.js +0 -96
- package/dist/stories/components/Benchmark.js +0 -130
- package/dist/stories/components/Benchmark.style.js +0 -61
- package/dist/stories/components/Button.js +0 -255
- package/dist/stories/components/Button.style.js +0 -90
- package/dist/stories/components/CampaignTool/CampaignDemoReport.js +0 -48
- package/dist/stories/components/CampaignTool/CampaignDemoReport.style.js +0 -48
- package/dist/stories/components/CampaignTool/Card.js +0 -72
- package/dist/stories/components/CampaignTool/Card.style.js +0 -65
- package/dist/stories/components/CampaignTool/FormInput.js +0 -41
- package/dist/stories/components/CampaignTool/FormSelect.js +0 -42
- package/dist/stories/components/CampaignTool/MultipleCard.js +0 -26
- package/dist/stories/components/CampaignTool/MultipleCard.style.js +0 -13
- package/dist/stories/components/CampaignTool/PageFilterBar.js +0 -23
- package/dist/stories/components/CampaignTool/PageFilterBar.style.js +0 -22
- package/dist/stories/components/CampaignTool/Popup.js +0 -172
- package/dist/stories/components/CampaignTool/Popup.style.js +0 -122
- package/dist/stories/components/CampaignTool/PopupContent.js +0 -111
- package/dist/stories/components/CampaignTool/PopupContent.style.js +0 -74
- package/dist/stories/components/CampaignTool/PopupFieldsRules.js +0 -168
- package/dist/stories/components/CampaignTool/Table.js +0 -195
- package/dist/stories/components/CampaignTool/Table.style.js +0 -86
- package/dist/stories/components/CheckBox.js +0 -76
- package/dist/stories/components/CheckBox.style.js +0 -36
- package/dist/stories/components/CheckBoxButton.js +0 -69
- package/dist/stories/components/CheckBoxButton.style.js +0 -39
- package/dist/stories/components/CodeEditor.js +0 -43
- package/dist/stories/components/CodeEditor.style.js +0 -13
- package/dist/stories/components/CollapseData.js +0 -66
- package/dist/stories/components/CollapseData.style.js +0 -127
- package/dist/stories/components/CollapseHeader.js +0 -255
- package/dist/stories/components/CollapseHeader.style.js +0 -200
- package/dist/stories/components/CollapseMenuItem.js +0 -61
- package/dist/stories/components/CollapseMenuItem.style.js +0 -61
- package/dist/stories/components/CommonFunctions.js +0 -99
- package/dist/stories/components/Datepicker.js +0 -148
- package/dist/stories/components/Datepicker.style.js +0 -19
- package/dist/stories/components/DialogOverlay.js +0 -44
- package/dist/stories/components/DialogOverlay.style.js +0 -70
- package/dist/stories/components/DoublePanelDataRow.js +0 -70
- package/dist/stories/components/DoublePanelDataRow.style.js +0 -66
- package/dist/stories/components/DownloadProgress.js +0 -97
- package/dist/stories/components/DownloadProgress.style.js +0 -51
- package/dist/stories/components/Dropdown.js +0 -231
- package/dist/stories/components/Dropdown.style.js +0 -17
- package/dist/stories/components/DropdownMulti.js +0 -290
- package/dist/stories/components/DropdownMulti.style.js +0 -17
- package/dist/stories/components/DropdownMultiNew.js +0 -292
- package/dist/stories/components/DropdownMultiNew.style.js +0 -218
- package/dist/stories/components/DropdownNew.js +0 -98
- package/dist/stories/components/DropdownNew.style.js +0 -21
- package/dist/stories/components/DropdownSingleNew.js +0 -256
- package/dist/stories/components/DropdownSingleNew.style.js +0 -189
- package/dist/stories/components/EventDetailsCard.js +0 -142
- package/dist/stories/components/EventDetailsCard.style.js +0 -62
- package/dist/stories/components/EventList.js +0 -61
- package/dist/stories/components/EventList.style.js +0 -38
- package/dist/stories/components/EventListItem.js +0 -50
- package/dist/stories/components/EventListItem.style.js +0 -47
- package/dist/stories/components/FilterButton.js +0 -53
- package/dist/stories/components/FilterButton.style.js +0 -12
- package/dist/stories/components/FilterContainer.js +0 -29
- package/dist/stories/components/FilterContainer.style.js +0 -30
- package/dist/stories/components/FilterPanel.js +0 -614
- package/dist/stories/components/FilterPanel.style.js +0 -89
- package/dist/stories/components/FormattedValue.js +0 -69
- package/dist/stories/components/FormattedValue.style.js +0 -91
- package/dist/stories/components/Heatmap.js +0 -184
- package/dist/stories/components/Heatmap.style.js +0 -151
- package/dist/stories/components/IconButton.js +0 -147
- package/dist/stories/components/IconButton.style.js +0 -64
- package/dist/stories/components/Input.js +0 -186
- package/dist/stories/components/Input.style.js +0 -132
- package/dist/stories/components/InputOld.js +0 -93
- package/dist/stories/components/InputOld.style.js +0 -71
- package/dist/stories/components/KpiFilter.js +0 -345
- package/dist/stories/components/KpiFilter.style.js +0 -132
- package/dist/stories/components/LinkButton.js +0 -225
- package/dist/stories/components/LinkButton.style.js +0 -53
- package/dist/stories/components/LinnerDataBox.js +0 -54
- package/dist/stories/components/LinnerDataBox.style.js +0 -68
- package/dist/stories/components/ListBox.js +0 -82
- package/dist/stories/components/ListBox.style.js +0 -48
- package/dist/stories/components/MarketShareDescription.js +0 -109
- package/dist/stories/components/MarketShareDescription.style.js +0 -215
- package/dist/stories/components/Modal.js +0 -21
- package/dist/stories/components/Modal.style.js +0 -63
- package/dist/stories/components/ModalTotalBenchmark.js +0 -224
- package/dist/stories/components/ModalTotalCost.js +0 -139
- package/dist/stories/components/MonthPicker.js +0 -169
- package/dist/stories/components/MonthPicker.style.js +0 -105
- package/dist/stories/components/MonthPopupPicker.js +0 -206
- package/dist/stories/components/NewInput.js +0 -33
- package/dist/stories/components/NewInput.style.js +0 -13
- package/dist/stories/components/NoDataFoundMessage.js +0 -30
- package/dist/stories/components/NoDataFoundMessage.style.js +0 -39
- package/dist/stories/components/OneColumnContainer.js +0 -121
- package/dist/stories/components/OneColumnContainer.style.js +0 -107
- package/dist/stories/components/PerformanceAnalytics.js +0 -447
- package/dist/stories/components/PerformanceAnalytics.style.js +0 -144
- package/dist/stories/components/PerformanceAnalyticsLegend.js +0 -59
- package/dist/stories/components/PerformanceAnalyticsLegend.style.js +0 -63
- package/dist/stories/components/PerformanceAnalyticsOneColumn.js +0 -327
- package/dist/stories/components/PerformanceAnalyticsOneColumn.style.js +0 -116
- package/dist/stories/components/PerformanceAnalyticsTotals.js +0 -70
- package/dist/stories/components/PerformanceAnalyticsTotals.style.js +0 -89
- package/dist/stories/components/PieChart.js +0 -154
- package/dist/stories/components/PieChart.style.js +0 -154
- package/dist/stories/components/PopupCharts.js +0 -244
- package/dist/stories/components/PopupCharts.style.js +0 -108
- package/dist/stories/components/ProductsVariety.js +0 -94
- package/dist/stories/components/ProductsVariety.style.js +0 -86
- package/dist/stories/components/ProgressBar.js +0 -52
- package/dist/stories/components/ProgressBar.style.js +0 -24
- package/dist/stories/components/QuarterPicker.js +0 -168
- package/dist/stories/components/QuarterPicker.style.js +0 -104
- package/dist/stories/components/QuarterPopupPicker.js +0 -186
- package/dist/stories/components/QuickFilter.js +0 -78
- package/dist/stories/components/QuickFilter.style.js +0 -21
- package/dist/stories/components/QuickFilterDropdownMultiSelection.js +0 -299
- package/dist/stories/components/QuickFilterDropdownMultiSelection.style.js +0 -194
- package/dist/stories/components/QuickFilterDropdownSingle.js +0 -229
- package/dist/stories/components/QuickFilterDropdownSingle.style.js +0 -139
- package/dist/stories/components/RangeDatePicker.js +0 -231
- package/dist/stories/components/RangePicker.js +0 -179
- package/dist/stories/components/RangePicker.style.js +0 -109
- package/dist/stories/components/ReportTable.js +0 -420
- package/dist/stories/components/ReportTable.style.js +0 -306
- package/dist/stories/components/SagButton.js +0 -68
- package/dist/stories/components/SagButton.style.js +0 -47
- package/dist/stories/components/SagIconButton.js +0 -130
- package/dist/stories/components/SagIconButton.style.js +0 -30
- package/dist/stories/components/SagInput.js +0 -53
- package/dist/stories/components/SagInput.style.js +0 -41
- package/dist/stories/components/SalesAndROI.js +0 -89
- package/dist/stories/components/SalesAndROI.style.js +0 -111
- package/dist/stories/components/SalesSplit.js +0 -153
- package/dist/stories/components/SalesSplit.style.js +0 -150
- package/dist/stories/components/SearchInput.js +0 -39
- package/dist/stories/components/SearchInput.style.js +0 -37
- package/dist/stories/components/SegmentedButton.js +0 -124
- package/dist/stories/components/SegmentedButton.style.js +0 -100
- package/dist/stories/components/Select.js +0 -137
- package/dist/stories/components/Select.style.js +0 -104
- package/dist/stories/components/SingleBarLineCharts.js +0 -415
- package/dist/stories/components/SingleBarLineCharts.style.js +0 -101
- package/dist/stories/components/TabMenu.js +0 -241
- package/dist/stories/components/TabMenu.style.js +0 -120
- package/dist/stories/components/TextField.js +0 -209
- package/dist/stories/components/TextField.style.js +0 -18
- package/dist/stories/components/TitleDescription.js +0 -272
- package/dist/stories/components/TitleDescription.style.js +0 -222
- package/dist/stories/components/Tooltip.js +0 -44
- package/dist/stories/components/Tooltip.style.js +0 -103
- package/dist/stories/components/TopToggleList.js +0 -46
- package/dist/stories/components/TopToggleList.style.js +0 -51
- package/dist/stories/components/TotalBenchmark.js +0 -97
- package/dist/stories/components/TotalBenchmark.style.js +0 -79
- package/dist/stories/components/TotalBenchmarkAreachart.js +0 -342
- package/dist/stories/components/TotalBenchmarkAreachart.style.js +0 -171
- package/dist/stories/components/TotalBenchmarkArrows.js +0 -149
- package/dist/stories/components/TotalBenchmarkArrows.style.js +0 -108
- package/dist/stories/components/TotalBenchmarkBarchart.js +0 -165
- package/dist/stories/components/TotalBenchmarkBarchart.style.js +0 -77
- package/dist/stories/components/TotalDoughnutChart.js +0 -187
- package/dist/stories/components/TotalDoughnutChart.style.js +0 -178
- package/dist/stories/components/TotalHorizontalCharts.js +0 -236
- package/dist/stories/components/TotalHorizontalCharts.style.js +0 -93
- package/dist/stories/components/TspanTooltip.js +0 -33
- package/dist/stories/components/TspanTooltip.style.js +0 -105
- package/dist/stories/components/TwoBarCharts.js +0 -211
- package/dist/stories/components/TwoBarCharts.style.js +0 -60
- package/dist/stories/components/icons/ArrowDownIcon.js +0 -27
- package/dist/stories/components/icons/ArrowDropDownIcon.js +0 -27
- package/dist/stories/components/icons/ArrowSelectIcon.js +0 -28
- package/dist/stories/components/icons/ArrowUpIcon.js +0 -27
- package/dist/stories/components/icons/AttachedIcon.js +0 -27
- package/dist/stories/components/icons/BellIcon.js +0 -27
- package/dist/stories/components/icons/ButtonArrowRight.js +0 -27
- package/dist/stories/components/icons/Calendar.js +0 -20
- package/dist/stories/components/icons/CalendarIcon.js +0 -27
- package/dist/stories/components/icons/CalendarInOpen.js +0 -26
- package/dist/stories/components/icons/CheckBoxButtonCheckedIcon.js +0 -28
- package/dist/stories/components/icons/CheckBoxCheckedIcon.js +0 -28
- package/dist/stories/components/icons/CheckBoxNotCheckedIcon.js +0 -28
- package/dist/stories/components/icons/ChervronLeftIcon.js +0 -20
- package/dist/stories/components/icons/ChervronRightIcon.js +0 -20
- package/dist/stories/components/icons/ChevronLeftIcon.js +0 -29
- package/dist/stories/components/icons/ChevronRightIcon.js +0 -29
- package/dist/stories/components/icons/ClockIcon.js +0 -27
- package/dist/stories/components/icons/CloseIcon.js +0 -27
- package/dist/stories/components/icons/CloseXIcon.js +0 -27
- package/dist/stories/components/icons/ComboBoxArrowDownIcon.js +0 -28
- package/dist/stories/components/icons/ComboBoxArrowUpIcon.js +0 -28
- package/dist/stories/components/icons/DocumentIcon.js +0 -48
- package/dist/stories/components/icons/DownloadIcon.js +0 -27
- package/dist/stories/components/icons/Duplicate.js +0 -28
- package/dist/stories/components/icons/ErrorIcon.js +0 -28
- package/dist/stories/components/icons/ExitIcon.js +0 -28
- package/dist/stories/components/icons/ExportIcon.js +0 -28
- package/dist/stories/components/icons/EyeIcon.js +0 -28
- package/dist/stories/components/icons/FileIcon.js +0 -27
- package/dist/stories/components/icons/FilterIcon.js +0 -36
- package/dist/stories/components/icons/FlyIcon.js +0 -28
- package/dist/stories/components/icons/FoodLionChartIcon.js +0 -42
- package/dist/stories/components/icons/FoodLionIcon.js +0 -3076
- package/dist/stories/components/icons/FoodLionNewIcon.js +0 -39
- package/dist/stories/components/icons/GiantFoodChartIcon.js +0 -40
- package/dist/stories/components/icons/GiantFoodIcon.js +0 -1976
- package/dist/stories/components/icons/GiantFoodIcon_new.js +0 -42
- package/dist/stories/components/icons/HannafordChartIcon.js +0 -40
- package/dist/stories/components/icons/HannafordIcon.js +0 -5017
- package/dist/stories/components/icons/HannafordIcon_new.js +0 -41
- package/dist/stories/components/icons/HannafordNewIcon.js +0 -213
- package/dist/stories/components/icons/InfoIcon.js +0 -28
- package/dist/stories/components/icons/LampIcon.js +0 -30
- package/dist/stories/components/icons/LegendLineIcon.js +0 -29
- package/dist/stories/components/icons/LegendUnionIcon.js +0 -29
- package/dist/stories/components/icons/MaintenanceIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemClosedIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemOpenIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemRightIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemUpIcon.js +0 -28
- package/dist/stories/components/icons/NoDataFoundIcon.js +0 -86
- package/dist/stories/components/icons/OptionsIcon.js +0 -27
- package/dist/stories/components/icons/ReselectIcon.js +0 -27
- package/dist/stories/components/icons/SearchIcon.js +0 -27
- package/dist/stories/components/icons/ShoppingCartIcon.js +0 -45
- package/dist/stories/components/icons/ShoutIcon.js +0 -27
- package/dist/stories/components/icons/Sort.js +0 -13
- package/dist/stories/components/icons/SortIcon.js +0 -35
- package/dist/stories/components/icons/SpotlightProductIcon.js +0 -28
- package/dist/stories/components/icons/StopAndShopChartIcon.js +0 -42
- package/dist/stories/components/icons/StopAndShopIcon.js +0 -134
- package/dist/stories/components/icons/StopAndShopNewIcon.js +0 -41
- package/dist/stories/components/icons/SucceededIcon.js +0 -28
- package/dist/stories/components/icons/TheGiantCompanyChartIcon.js +0 -40
- package/dist/stories/components/icons/TheGiantCompanyIcon.js +0 -40
- package/dist/stories/components/icons/TheGiantCompanyIcon_old.js +0 -1831
- package/dist/stories/components/icons/TheGiantCompanyNewIcon.js +0 -39
- package/dist/stories/utils/ComponentFactory.js +0 -65
- package/dist/stories/utils/IconsHandler.js +0 -150
- package/dist/stories/utils/IconsHandler.style.js +0 -16
- package/dist/stories/utils/regex/Email.regex.js +0 -7
- package/dist/stories/utils/regex/LatinWithSpaces.regex.js +0 -7
- package/dist/stories/utils/regex/OnlyEnglishLetters.regex.js +0 -7
- package/dist/stories/utils/regex/Phone.regex.js +0 -7
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/utils/CommonFunctions.d.ts +0 -7
- package/dist/utils/CommonFunctions.d.ts.map +0 -1
- package/dist/vite.config.js +0 -15
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -2,25 +2,25 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
|
|
4
4
|
declare function Button({ text, type, size, height, width, disabled, textColor, backgroundColor, borderColor, hoverTextColor, hoverBackgroundColor, hoverBorderColor, disabledTextColor, disabledBackgroundColor, disabledBorderColor, onClick, leftIcon, rightIcon, isSubmitButton, }: {
|
|
5
|
-
text?: string
|
|
6
|
-
type?: string
|
|
7
|
-
size?: string
|
|
8
|
-
height?: string
|
|
9
|
-
width?: string
|
|
10
|
-
disabled?: boolean
|
|
11
|
-
textColor?: string
|
|
12
|
-
backgroundColor?: string
|
|
13
|
-
borderColor?: string
|
|
14
|
-
hoverTextColor?: string
|
|
15
|
-
hoverBackgroundColor?: string
|
|
16
|
-
hoverBorderColor?: string
|
|
17
|
-
disabledTextColor?: string
|
|
18
|
-
disabledBackgroundColor?: string
|
|
19
|
-
disabledBorderColor?: string
|
|
20
|
-
onClick
|
|
21
|
-
leftIcon?: string
|
|
22
|
-
rightIcon?: string
|
|
23
|
-
isSubmitButton?: boolean
|
|
5
|
+
text?: string;
|
|
6
|
+
type?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
height?: string;
|
|
9
|
+
width?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
textColor?: string;
|
|
12
|
+
backgroundColor?: string;
|
|
13
|
+
borderColor?: string;
|
|
14
|
+
hoverTextColor?: string;
|
|
15
|
+
hoverBackgroundColor?: string;
|
|
16
|
+
hoverBorderColor?: string;
|
|
17
|
+
disabledTextColor?: string;
|
|
18
|
+
disabledBackgroundColor?: string;
|
|
19
|
+
disabledBorderColor?: string;
|
|
20
|
+
onClick?: () => void;
|
|
21
|
+
leftIcon?: string;
|
|
22
|
+
rightIcon?: string;
|
|
23
|
+
isSubmitButton?: boolean;
|
|
24
24
|
}): react_jsx_runtime.JSX.Element;
|
|
25
25
|
|
|
26
26
|
declare function PieChart(props: any): react_jsx_runtime.JSX.Element;
|
|
@@ -36,10 +36,10 @@ declare namespace PieChart {
|
|
|
36
36
|
const currencyType: PropTypes.Requireable<string>;
|
|
37
37
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
38
38
|
const isPercent: PropTypes.Requireable<boolean>;
|
|
39
|
-
const legendData: PropTypes.Requireable<
|
|
39
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
40
40
|
name: PropTypes.Requireable<string>;
|
|
41
41
|
description: PropTypes.Requireable<string>;
|
|
42
|
-
}>
|
|
42
|
+
}>[]>;
|
|
43
43
|
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
44
44
|
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
45
45
|
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
@@ -69,7 +69,7 @@ declare namespace PieChart {
|
|
|
69
69
|
export { dotCut_1 as dotCut };
|
|
70
70
|
const isPercent_1: boolean;
|
|
71
71
|
export { isPercent_1 as isPercent };
|
|
72
|
-
const legendData_1:
|
|
72
|
+
const legendData_1: any[];
|
|
73
73
|
export { legendData_1 as legendData };
|
|
74
74
|
const itemsBoldedValues_1: boolean;
|
|
75
75
|
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
@@ -96,8 +96,8 @@ declare namespace EventDetailsCard {
|
|
|
96
96
|
const height: PropTypes.Requireable<string>;
|
|
97
97
|
const className: PropTypes.Requireable<string>;
|
|
98
98
|
const displayBannersDropdown: PropTypes.Requireable<boolean>;
|
|
99
|
-
const banners: PropTypes.Requireable<
|
|
100
|
-
const data: PropTypes.Requireable<
|
|
99
|
+
const banners: PropTypes.Requireable<string[]>;
|
|
100
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
101
101
|
const count: PropTypes.Requireable<number>;
|
|
102
102
|
const buttonText: PropTypes.Requireable<string>;
|
|
103
103
|
const onViewButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -135,41 +135,35 @@ declare namespace EventDetailsCard {
|
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
|
|
139
|
-
declare namespace LinnerDataBox {
|
|
140
|
-
namespace propTypes {
|
|
141
|
-
const className: PropTypes.Requireable<string>;
|
|
142
|
-
const width: PropTypes.Requireable<string>;
|
|
143
|
-
const height: PropTypes.Requireable<string>;
|
|
144
|
-
const data: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
145
|
-
title: PropTypes.Requireable<string>;
|
|
146
|
-
value: PropTypes.Requireable<number>;
|
|
147
|
-
sign: PropTypes.Requireable<string>;
|
|
148
|
-
extraInfo: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
149
|
-
title: PropTypes.Requireable<string>;
|
|
150
|
-
value: PropTypes.Requireable<number>;
|
|
151
|
-
}> | null | undefined)[]>;
|
|
152
|
-
}> | null | undefined)[]>;
|
|
153
|
-
const backgroundColor: PropTypes.Requireable<string>;
|
|
154
|
-
const customDataFormat: PropTypes.Requireable<boolean>;
|
|
155
|
-
}
|
|
156
|
-
namespace defaultProps {
|
|
157
|
-
const className_1: string;
|
|
158
|
-
export { className_1 as className };
|
|
159
|
-
const width_1: string;
|
|
160
|
-
export { width_1 as width };
|
|
161
|
-
const height_1: string;
|
|
162
|
-
export { height_1 as height };
|
|
163
|
-
const data_1: never[];
|
|
164
|
-
export { data_1 as data };
|
|
165
|
-
const backgroundColor_1: string;
|
|
166
|
-
export { backgroundColor_1 as backgroundColor };
|
|
167
|
-
const customDataFormat_1: boolean;
|
|
168
|
-
export { customDataFormat_1 as customDataFormat };
|
|
169
|
-
}
|
|
170
|
-
}
|
|
138
|
+
declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
|
|
171
139
|
|
|
172
|
-
declare function TabMenu(
|
|
140
|
+
declare function TabMenu({ activeColor, headlineContent, children, className, color, currentTab, headlineInsteadTabs, headlineText, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, onTopButtonClick, tabs, }: {
|
|
141
|
+
activeColor?: string;
|
|
142
|
+
headlineContent?: react_jsx_runtime.JSX.Element;
|
|
143
|
+
children?: any;
|
|
144
|
+
className?: string;
|
|
145
|
+
color?: string;
|
|
146
|
+
currentTab?: number;
|
|
147
|
+
headlineInsteadTabs?: boolean;
|
|
148
|
+
headlineText?: string;
|
|
149
|
+
inputWidth?: string;
|
|
150
|
+
onFilterButtonClick?: () => void;
|
|
151
|
+
onSearchFieldTyping?: () => void;
|
|
152
|
+
onTabChange?: () => void;
|
|
153
|
+
panelIsOpen?: boolean;
|
|
154
|
+
setBackground?: boolean;
|
|
155
|
+
showActions?: boolean;
|
|
156
|
+
showFilterButton?: boolean;
|
|
157
|
+
showLabel?: boolean;
|
|
158
|
+
showSearchInput?: boolean;
|
|
159
|
+
showViewOptionsButton?: boolean;
|
|
160
|
+
disabledButton?: boolean;
|
|
161
|
+
setTopRightButton?: boolean;
|
|
162
|
+
rightButtonText?: string;
|
|
163
|
+
rightButtonIcon?: string;
|
|
164
|
+
onTopButtonClick?: () => void;
|
|
165
|
+
tabs?: any[];
|
|
166
|
+
}): react_jsx_runtime.JSX.Element;
|
|
173
167
|
declare namespace TabMenu {
|
|
174
168
|
namespace propTypes {
|
|
175
169
|
const activeColor: PropTypes.Requireable<string>;
|
|
@@ -195,76 +189,20 @@ declare namespace TabMenu {
|
|
|
195
189
|
const rightButtonText: PropTypes.Requireable<string>;
|
|
196
190
|
const rightButtonIcon: PropTypes.Requireable<string>;
|
|
197
191
|
const onTopButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
198
|
-
const tabs: PropTypes.Requireable<
|
|
192
|
+
const tabs: PropTypes.Requireable<PropTypes.InferProps<{
|
|
199
193
|
title: PropTypes.Requireable<string>;
|
|
200
194
|
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
201
|
-
}>
|
|
202
|
-
}
|
|
203
|
-
namespace defaultProps {
|
|
204
|
-
const activeColor_1: string;
|
|
205
|
-
export { activeColor_1 as activeColor };
|
|
206
|
-
const children_1: null;
|
|
207
|
-
export { children_1 as children };
|
|
208
|
-
const className_1: string;
|
|
209
|
-
export { className_1 as className };
|
|
210
|
-
const color_1: string;
|
|
211
|
-
export { color_1 as color };
|
|
212
|
-
const currentTab_1: number;
|
|
213
|
-
export { currentTab_1 as currentTab };
|
|
214
|
-
const headlineInsteadTabs_1: boolean;
|
|
215
|
-
export { headlineInsteadTabs_1 as headlineInsteadTabs };
|
|
216
|
-
const headlineText_1: string;
|
|
217
|
-
export { headlineText_1 as headlineText };
|
|
218
|
-
const inputWidth_1: string;
|
|
219
|
-
export { inputWidth_1 as inputWidth };
|
|
220
|
-
export function onFilterButtonClick_1(): void;
|
|
221
|
-
export { onFilterButtonClick_1 as onFilterButtonClick };
|
|
222
|
-
export function onSearchFieldTyping_1(): void;
|
|
223
|
-
export { onSearchFieldTyping_1 as onSearchFieldTyping };
|
|
224
|
-
export function onTabChange_1(): void;
|
|
225
|
-
export { onTabChange_1 as onTabChange };
|
|
226
|
-
const panelIsOpen_1: boolean;
|
|
227
|
-
export { panelIsOpen_1 as panelIsOpen };
|
|
228
|
-
const setBackground_1: boolean;
|
|
229
|
-
export { setBackground_1 as setBackground };
|
|
230
|
-
const showActions_1: boolean;
|
|
231
|
-
export { showActions_1 as showActions };
|
|
232
|
-
const showFilterButton_1: boolean;
|
|
233
|
-
export { showFilterButton_1 as showFilterButton };
|
|
234
|
-
const showLabel_1: boolean;
|
|
235
|
-
export { showLabel_1 as showLabel };
|
|
236
|
-
const showSearchInput_1: boolean;
|
|
237
|
-
export { showSearchInput_1 as showSearchInput };
|
|
238
|
-
const showViewOptionsButton_1: boolean;
|
|
239
|
-
export { showViewOptionsButton_1 as showViewOptionsButton };
|
|
240
|
-
const disabledButton_1: boolean;
|
|
241
|
-
export { disabledButton_1 as disabledButton };
|
|
242
|
-
const setTopRightButton_1: boolean;
|
|
243
|
-
export { setTopRightButton_1 as setTopRightButton };
|
|
244
|
-
const rightButtonText_1: string;
|
|
245
|
-
export { rightButtonText_1 as rightButtonText };
|
|
246
|
-
const rightButtonIcon_1: string;
|
|
247
|
-
export { rightButtonIcon_1 as rightButtonIcon };
|
|
248
|
-
export function onTopButtonClick_1(): void;
|
|
249
|
-
export { onTopButtonClick_1 as onTopButtonClick };
|
|
250
|
-
const tabs_1: ({
|
|
251
|
-
title: string;
|
|
252
|
-
content: react_jsx_runtime.JSX.Element;
|
|
253
|
-
} | {
|
|
254
|
-
title: string;
|
|
255
|
-
content: string;
|
|
256
|
-
})[];
|
|
257
|
-
export { tabs_1 as tabs };
|
|
195
|
+
}>[]>;
|
|
258
196
|
}
|
|
259
197
|
}
|
|
260
198
|
|
|
261
199
|
declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
|
|
262
200
|
declare namespace FilterPanel {
|
|
263
201
|
namespace propTypes {
|
|
264
|
-
const availableQuarters: PropTypes.Requireable<
|
|
265
|
-
const availableMonths: PropTypes.Requireable<
|
|
266
|
-
const availableYears: PropTypes.Requireable<
|
|
267
|
-
const fieldsData: PropTypes.Requireable<
|
|
202
|
+
const availableQuarters: PropTypes.Requireable<string[]>;
|
|
203
|
+
const availableMonths: PropTypes.Requireable<string[]>;
|
|
204
|
+
const availableYears: PropTypes.Requireable<string[]>;
|
|
205
|
+
const fieldsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
268
206
|
disabled: PropTypes.Requireable<boolean>;
|
|
269
207
|
required: PropTypes.Requireable<boolean>;
|
|
270
208
|
inputType: PropTypes.Requireable<string>;
|
|
@@ -274,10 +212,10 @@ declare namespace FilterPanel {
|
|
|
274
212
|
labelEmptyValue: PropTypes.Requireable<string>;
|
|
275
213
|
name: PropTypes.Requireable<string>;
|
|
276
214
|
periodPickerSelectedValue: PropTypes.Requireable<string>;
|
|
277
|
-
selectedValue: PropTypes.Requireable<
|
|
215
|
+
selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
|
|
278
216
|
value: PropTypes.Requireable<string>;
|
|
279
217
|
label: PropTypes.Requireable<string>;
|
|
280
|
-
}>
|
|
218
|
+
}>[]>;
|
|
281
219
|
orderBy: PropTypes.Requireable<string>;
|
|
282
220
|
elementType: PropTypes.Requireable<string>;
|
|
283
221
|
value: PropTypes.Requireable<number>;
|
|
@@ -286,11 +224,11 @@ declare namespace FilterPanel {
|
|
|
286
224
|
value: PropTypes.Requireable<string>;
|
|
287
225
|
label: PropTypes.Requireable<string>;
|
|
288
226
|
}>>;
|
|
289
|
-
dropdownOptions: PropTypes.Requireable<
|
|
227
|
+
dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
|
|
290
228
|
value: PropTypes.Requireable<string>;
|
|
291
229
|
label: PropTypes.Requireable<string>;
|
|
292
|
-
}>
|
|
293
|
-
}>
|
|
230
|
+
}>[]>;
|
|
231
|
+
}>[]>;
|
|
294
232
|
const width: PropTypes.Requireable<string>;
|
|
295
233
|
const height: PropTypes.Requireable<string>;
|
|
296
234
|
const okButtonBackgroundColor: PropTypes.Requireable<string>;
|
|
@@ -313,7 +251,7 @@ declare namespace FilterPanel {
|
|
|
313
251
|
export { availableMonths_1 as availableMonths };
|
|
314
252
|
const availableYears_1: string[];
|
|
315
253
|
export { availableYears_1 as availableYears };
|
|
316
|
-
const fieldsData_1:
|
|
254
|
+
const fieldsData_1: any[];
|
|
317
255
|
export { fieldsData_1 as fieldsData };
|
|
318
256
|
const width_1: string;
|
|
319
257
|
export { width_1 as width };
|
|
@@ -352,13 +290,13 @@ declare namespace ReportTable {
|
|
|
352
290
|
const buttonText: PropTypes.Requireable<string>;
|
|
353
291
|
const buttonIconName: PropTypes.Requireable<string>;
|
|
354
292
|
const tableData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
355
|
-
columnsHeadings: PropTypes.Requireable<
|
|
293
|
+
columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
|
|
356
294
|
label: PropTypes.Requireable<string>;
|
|
357
295
|
key: PropTypes.Requireable<string>;
|
|
358
|
-
}>
|
|
359
|
-
rowsValues: PropTypes.Requireable<
|
|
360
|
-
[x: string]: string
|
|
361
|
-
}
|
|
296
|
+
}>[]>;
|
|
297
|
+
rowsValues: PropTypes.Requireable<{
|
|
298
|
+
[x: string]: string;
|
|
299
|
+
}[]>;
|
|
362
300
|
}>>;
|
|
363
301
|
const maxColumnsNumber: PropTypes.Requireable<number>;
|
|
364
302
|
const useColorLinearGradient: PropTypes.Requireable<boolean>;
|
|
@@ -431,10 +369,10 @@ declare namespace ReportTable {
|
|
|
431
369
|
declare function EventList(props: any): react_jsx_runtime.JSX.Element;
|
|
432
370
|
declare namespace EventList {
|
|
433
371
|
namespace propTypes {
|
|
434
|
-
const eventsData: PropTypes.Requireable<
|
|
372
|
+
const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
435
373
|
eventName: PropTypes.Requireable<string>;
|
|
436
374
|
period: PropTypes.Requireable<string>;
|
|
437
|
-
}>
|
|
375
|
+
}>[]>;
|
|
438
376
|
const selectTextColor: PropTypes.Requireable<string>;
|
|
439
377
|
const height: PropTypes.Requireable<string>;
|
|
440
378
|
const width: PropTypes.Requireable<string>;
|
|
@@ -442,7 +380,7 @@ declare namespace EventList {
|
|
|
442
380
|
const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
443
381
|
}
|
|
444
382
|
namespace defaultProps {
|
|
445
|
-
const eventsData_1:
|
|
383
|
+
const eventsData_1: any[];
|
|
446
384
|
export { eventsData_1 as eventsData };
|
|
447
385
|
const selectTextColor_1: string;
|
|
448
386
|
export { selectTextColor_1 as selectTextColor };
|
|
@@ -467,7 +405,7 @@ declare namespace BannerEventBoxList {
|
|
|
467
405
|
const eventName: PropTypes.Requireable<string>;
|
|
468
406
|
const count: PropTypes.Requireable<number>;
|
|
469
407
|
const toggleColor: PropTypes.Requireable<string>;
|
|
470
|
-
const data: PropTypes.Requireable<
|
|
408
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
471
409
|
const retailer: PropTypes.Requireable<string>;
|
|
472
410
|
const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
|
|
473
411
|
const showLoader: PropTypes.Requireable<boolean>;
|
|
@@ -490,7 +428,7 @@ declare namespace BannerEventBoxList {
|
|
|
490
428
|
export { eventType_1 as eventType };
|
|
491
429
|
const eventName_1: string;
|
|
492
430
|
export { eventName_1 as eventName };
|
|
493
|
-
const count_1:
|
|
431
|
+
const count_1: any;
|
|
494
432
|
export { count_1 as count };
|
|
495
433
|
const toggleColor_1: string;
|
|
496
434
|
export { toggleColor_1 as toggleColor };
|
|
@@ -518,7 +456,7 @@ declare namespace BannerEventBoxList {
|
|
|
518
456
|
export { showEventDetails_1 as showEventDetails };
|
|
519
457
|
const disableToggle_1: boolean;
|
|
520
458
|
export { disableToggle_1 as disableToggle };
|
|
521
|
-
const children_1:
|
|
459
|
+
const children_1: any;
|
|
522
460
|
export { children_1 as children };
|
|
523
461
|
const bannerWidth_1: string;
|
|
524
462
|
export { bannerWidth_1 as bannerWidth };
|
|
@@ -538,7 +476,7 @@ declare namespace DialogOverlay {
|
|
|
538
476
|
namespace defaultProps {
|
|
539
477
|
const title_1: string;
|
|
540
478
|
export { title_1 as title };
|
|
541
|
-
const children_1:
|
|
479
|
+
const children_1: any;
|
|
542
480
|
export { children_1 as children };
|
|
543
481
|
export function onDialogClose_1(): void;
|
|
544
482
|
export { onDialogClose_1 as onDialogClose };
|
|
@@ -553,9 +491,9 @@ declare namespace CollapseHeader {
|
|
|
553
491
|
const className: PropTypes.Requireable<string>;
|
|
554
492
|
const showRetailerIcon: PropTypes.Requireable<boolean>;
|
|
555
493
|
const showPeriodIcon: PropTypes.Requireable<boolean>;
|
|
556
|
-
const viewCreativeRetailersData: PropTypes.Requireable<
|
|
494
|
+
const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
557
495
|
label: PropTypes.Requireable<string>;
|
|
558
|
-
}>
|
|
496
|
+
}>[]>;
|
|
559
497
|
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
560
498
|
eventType: PropTypes.Requireable<string>;
|
|
561
499
|
retailer: PropTypes.Requireable<string>;
|
|
@@ -629,26 +567,26 @@ declare namespace CollapseHeader {
|
|
|
629
567
|
}
|
|
630
568
|
|
|
631
569
|
declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
|
|
632
|
-
hoverColor?: string
|
|
633
|
-
multipleSelection?: boolean
|
|
634
|
-
xIconShow?: boolean
|
|
635
|
-
disabled?: boolean
|
|
636
|
-
error?: boolean
|
|
637
|
-
errorMessage?: string
|
|
638
|
-
label?: string
|
|
639
|
-
labelColor?: string
|
|
640
|
-
placeHolder?: string
|
|
641
|
-
width?: string
|
|
642
|
-
checkBoxColor?: string
|
|
643
|
-
onChange?: (
|
|
644
|
-
options?: any[]
|
|
645
|
-
selectedValue?: any[]
|
|
570
|
+
hoverColor?: string;
|
|
571
|
+
multipleSelection?: boolean;
|
|
572
|
+
xIconShow?: boolean;
|
|
573
|
+
disabled?: boolean;
|
|
574
|
+
error?: boolean;
|
|
575
|
+
errorMessage?: string;
|
|
576
|
+
label?: string;
|
|
577
|
+
labelColor?: string;
|
|
578
|
+
placeHolder?: string;
|
|
579
|
+
width?: string;
|
|
580
|
+
checkBoxColor?: string;
|
|
581
|
+
onChange?: (value: any) => void;
|
|
582
|
+
options?: any[];
|
|
583
|
+
selectedValue?: any[];
|
|
646
584
|
}): react_jsx_runtime.JSX.Element;
|
|
647
585
|
|
|
648
586
|
declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
|
|
649
587
|
declare namespace OneColumnContainer {
|
|
650
588
|
namespace propTypes {
|
|
651
|
-
const children: PropTypes.Requireable<
|
|
589
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
652
590
|
const display: PropTypes.Requireable<string>;
|
|
653
591
|
const isLoading: PropTypes.Requireable<boolean>;
|
|
654
592
|
const gridTemplateColumns: PropTypes.Requireable<string>;
|
|
@@ -660,15 +598,21 @@ declare namespace OneColumnContainer {
|
|
|
660
598
|
const width: PropTypes.Requireable<string>;
|
|
661
599
|
const height: PropTypes.Requireable<string>;
|
|
662
600
|
const overflow: PropTypes.Requireable<string>;
|
|
601
|
+
const transparentBackground: PropTypes.Requireable<boolean>;
|
|
663
602
|
const infoTitle: PropTypes.Requireable<string>;
|
|
664
603
|
const infoText: PropTypes.Requireable<string>;
|
|
665
604
|
const disableInfo: PropTypes.Requireable<boolean>;
|
|
666
605
|
const showViewByBannerButton: PropTypes.Requireable<boolean>;
|
|
667
606
|
const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
668
607
|
const columnTitle: PropTypes.Requireable<string>;
|
|
608
|
+
const isPercentOfChange: PropTypes.Requireable<boolean>;
|
|
609
|
+
const PercentOfChangeData: PropTypes.Requireable<number>;
|
|
610
|
+
const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
611
|
+
const showBackgroundImage: PropTypes.Requireable<boolean>;
|
|
612
|
+
const backgroundImageStyle: PropTypes.Requireable<object>;
|
|
669
613
|
}
|
|
670
614
|
namespace defaultProps {
|
|
671
|
-
const children_1:
|
|
615
|
+
const children_1: any;
|
|
672
616
|
export { children_1 as children };
|
|
673
617
|
const display_1: string;
|
|
674
618
|
export { display_1 as display };
|
|
@@ -692,6 +636,8 @@ declare namespace OneColumnContainer {
|
|
|
692
636
|
export { height_1 as height };
|
|
693
637
|
const overflow_1: string;
|
|
694
638
|
export { overflow_1 as overflow };
|
|
639
|
+
const transparentBackground_1: boolean;
|
|
640
|
+
export { transparentBackground_1 as transparentBackground };
|
|
695
641
|
const infoTitle_1: string;
|
|
696
642
|
export { infoTitle_1 as infoTitle };
|
|
697
643
|
const infoText_1: string;
|
|
@@ -704,6 +650,16 @@ declare namespace OneColumnContainer {
|
|
|
704
650
|
export { onBannerClick_1 as onBannerClick };
|
|
705
651
|
const columnTitle_1: string;
|
|
706
652
|
export { columnTitle_1 as columnTitle };
|
|
653
|
+
const isPercentOfChange_1: boolean;
|
|
654
|
+
export { isPercentOfChange_1 as isPercentOfChange };
|
|
655
|
+
const PercentOfChangeData_1: number;
|
|
656
|
+
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
657
|
+
const backgroundImage_1: string;
|
|
658
|
+
export { backgroundImage_1 as backgroundImage };
|
|
659
|
+
const showBackgroundImage_1: boolean;
|
|
660
|
+
export { showBackgroundImage_1 as showBackgroundImage };
|
|
661
|
+
const backgroundImageStyle_1: {};
|
|
662
|
+
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
707
663
|
}
|
|
708
664
|
}
|
|
709
665
|
|
|
@@ -718,10 +674,10 @@ declare namespace BarChartsByWeeks {
|
|
|
718
674
|
const headerValue: PropTypes.Requireable<number>;
|
|
719
675
|
const HeaderValueCurrencyType: PropTypes.Requireable<string>;
|
|
720
676
|
const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
|
|
721
|
-
const barChartData: PropTypes.Requireable<
|
|
677
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
722
678
|
title: PropTypes.Requireable<string>;
|
|
723
679
|
value: PropTypes.Requireable<number>;
|
|
724
|
-
}>
|
|
680
|
+
}>[]>;
|
|
725
681
|
const isTitleOriganal: PropTypes.Requireable<boolean>;
|
|
726
682
|
const width: PropTypes.Requireable<string>;
|
|
727
683
|
const height: PropTypes.Requireable<string>;
|
|
@@ -737,11 +693,11 @@ declare namespace BarChartsByWeeks {
|
|
|
737
693
|
const interval: PropTypes.Requireable<string>;
|
|
738
694
|
const showTitle: PropTypes.Requireable<boolean>;
|
|
739
695
|
const showLegend: PropTypes.Requireable<boolean>;
|
|
740
|
-
const legendData: PropTypes.Requireable<
|
|
696
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
741
697
|
title: PropTypes.Validator<string>;
|
|
742
698
|
iconType: PropTypes.Validator<string>;
|
|
743
699
|
iconColor: PropTypes.Validator<string>;
|
|
744
|
-
}>
|
|
700
|
+
}>[]>;
|
|
745
701
|
const showTwoBars: PropTypes.Requireable<boolean>;
|
|
746
702
|
const setLimitHeight: PropTypes.Requireable<number>;
|
|
747
703
|
const setLimitLow: PropTypes.Requireable<number>;
|
|
@@ -806,9 +762,9 @@ declare namespace BarChartsByWeeks {
|
|
|
806
762
|
export { legendData_1 as legendData };
|
|
807
763
|
const showTwoBars_1: boolean;
|
|
808
764
|
export { showTwoBars_1 as showTwoBars };
|
|
809
|
-
const setLimitHeight_1:
|
|
765
|
+
const setLimitHeight_1: any;
|
|
810
766
|
export { setLimitHeight_1 as setLimitHeight };
|
|
811
|
-
const setLimitLow_1:
|
|
767
|
+
const setLimitLow_1: any;
|
|
812
768
|
export { setLimitLow_1 as setLimitLow };
|
|
813
769
|
}
|
|
814
770
|
}
|
|
@@ -818,17 +774,17 @@ declare namespace PopupCharts {
|
|
|
818
774
|
namespace propTypes {
|
|
819
775
|
const title: PropTypes.Requireable<string>;
|
|
820
776
|
const chartType: PropTypes.Requireable<string>;
|
|
821
|
-
const popupChartsItemsData: PropTypes.Requireable<
|
|
777
|
+
const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
822
778
|
title: PropTypes.Requireable<string>;
|
|
823
779
|
chartType: PropTypes.Requireable<string>;
|
|
824
780
|
value: PropTypes.Requireable<number>;
|
|
825
|
-
legendData: PropTypes.Requireable<
|
|
781
|
+
legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
826
782
|
color: PropTypes.Requireable<string>;
|
|
827
783
|
name: PropTypes.Requireable<string>;
|
|
828
784
|
value: PropTypes.Requireable<number>;
|
|
829
|
-
}>
|
|
785
|
+
}>[]>;
|
|
830
786
|
noDataText: PropTypes.Requireable<string>;
|
|
831
|
-
}>
|
|
787
|
+
}>[]>;
|
|
832
788
|
const isPopupChartsOpen: PropTypes.Requireable<boolean>;
|
|
833
789
|
const width: PropTypes.Requireable<string>;
|
|
834
790
|
const height: PropTypes.Requireable<string>;
|
|
@@ -886,16 +842,19 @@ declare namespace TotalDoughnutChart {
|
|
|
886
842
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
887
843
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
888
844
|
const currencyType: PropTypes.Requireable<string>;
|
|
889
|
-
const legendData: PropTypes.Requireable<
|
|
845
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
846
|
+
color: PropTypes.Requireable<string>;
|
|
847
|
+
value: PropTypes.Requireable<number>;
|
|
890
848
|
name: PropTypes.Requireable<string>;
|
|
891
|
-
|
|
892
|
-
}> | null | undefined)[]>;
|
|
849
|
+
}>[]>;
|
|
893
850
|
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
894
851
|
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
895
852
|
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
896
853
|
const width: PropTypes.Requireable<string>;
|
|
897
854
|
const height: PropTypes.Requireable<string>;
|
|
898
855
|
const textcolor: PropTypes.Requireable<string>;
|
|
856
|
+
const titleFontSize: PropTypes.Requireable<string>;
|
|
857
|
+
const FormattedValueFontSize: PropTypes.Requireable<string>;
|
|
899
858
|
const isPercent: PropTypes.Requireable<boolean>;
|
|
900
859
|
const hideTitleAndValue: PropTypes.Requireable<boolean>;
|
|
901
860
|
const noDataText: PropTypes.Requireable<string>;
|
|
@@ -916,7 +875,7 @@ declare namespace TotalDoughnutChart {
|
|
|
916
875
|
export { currencySign_1 as currencySign };
|
|
917
876
|
const currencyType_1: string;
|
|
918
877
|
export { currencyType_1 as currencyType };
|
|
919
|
-
const legendData_1:
|
|
878
|
+
const legendData_1: any[];
|
|
920
879
|
export { legendData_1 as legendData };
|
|
921
880
|
const itemsPercentagesValueAside_1: boolean;
|
|
922
881
|
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
@@ -930,6 +889,10 @@ declare namespace TotalDoughnutChart {
|
|
|
930
889
|
export { height_1 as height };
|
|
931
890
|
const textcolor_1: string;
|
|
932
891
|
export { textcolor_1 as textcolor };
|
|
892
|
+
const titleFontSize_1: string;
|
|
893
|
+
export { titleFontSize_1 as titleFontSize };
|
|
894
|
+
const FormattedValueFontSize_1: string;
|
|
895
|
+
export { FormattedValueFontSize_1 as FormattedValueFontSize };
|
|
933
896
|
const isPercent_1: boolean;
|
|
934
897
|
export { isPercent_1 as isPercent };
|
|
935
898
|
const hideTitleAndValue_1: boolean;
|
|
@@ -967,11 +930,11 @@ declare namespace TopToggleList {
|
|
|
967
930
|
declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
|
|
968
931
|
declare namespace MarketShareDescription {
|
|
969
932
|
namespace propTypes {
|
|
970
|
-
const marketShareData: PropTypes.Requireable<
|
|
933
|
+
const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
971
934
|
label: PropTypes.Requireable<string>;
|
|
972
935
|
checked: PropTypes.Requireable<boolean>;
|
|
973
936
|
disabled: PropTypes.Requireable<boolean>;
|
|
974
|
-
}>
|
|
937
|
+
}>[]>;
|
|
975
938
|
const height: PropTypes.Requireable<string>;
|
|
976
939
|
const width: PropTypes.Requireable<string>;
|
|
977
940
|
const iconColor: PropTypes.Requireable<string>;
|
|
@@ -979,7 +942,7 @@ declare namespace MarketShareDescription {
|
|
|
979
942
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
980
943
|
}
|
|
981
944
|
namespace defaultProps {
|
|
982
|
-
const marketShareData_1:
|
|
945
|
+
const marketShareData_1: any[];
|
|
983
946
|
export { marketShareData_1 as marketShareData };
|
|
984
947
|
const width_1: string;
|
|
985
948
|
export { width_1 as width };
|
|
@@ -998,11 +961,11 @@ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
|
|
|
998
961
|
declare namespace Heatmap {
|
|
999
962
|
namespace propTypes {
|
|
1000
963
|
const title: PropTypes.Validator<string>;
|
|
1001
|
-
const data: PropTypes.Validator<
|
|
964
|
+
const data: PropTypes.Validator<PropTypes.InferProps<{
|
|
1002
965
|
value: PropTypes.Validator<number>;
|
|
1003
966
|
label: PropTypes.Validator<string>;
|
|
1004
967
|
color: PropTypes.Validator<string>;
|
|
1005
|
-
}>
|
|
968
|
+
}>[]>;
|
|
1006
969
|
const lowLimit: PropTypes.Validator<number>;
|
|
1007
970
|
const barHeight: PropTypes.Validator<string>;
|
|
1008
971
|
}
|
|
@@ -1017,11 +980,11 @@ declare namespace TotalHorizontalCharts {
|
|
|
1017
980
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
1018
981
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
1019
982
|
const currencyType: PropTypes.Requireable<string>;
|
|
1020
|
-
const chartsData: PropTypes.Requireable<
|
|
983
|
+
const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1021
984
|
name: PropTypes.Requireable<string>;
|
|
1022
985
|
value: PropTypes.Requireable<number>;
|
|
1023
986
|
color: PropTypes.Requireable<string>;
|
|
1024
|
-
}>
|
|
987
|
+
}>[]>;
|
|
1025
988
|
const showScrollerBarsCount: PropTypes.Requireable<number>;
|
|
1026
989
|
const showPercentAsideValue: PropTypes.Requireable<boolean>;
|
|
1027
990
|
const labelFontSize: PropTypes.Requireable<number>;
|
|
@@ -1050,7 +1013,7 @@ declare namespace TotalHorizontalCharts {
|
|
|
1050
1013
|
export { currencySign_1 as currencySign };
|
|
1051
1014
|
const currencyType_1: string;
|
|
1052
1015
|
export { currencyType_1 as currencyType };
|
|
1053
|
-
const chartsData_1:
|
|
1016
|
+
const chartsData_1: any[];
|
|
1054
1017
|
export { chartsData_1 as chartsData };
|
|
1055
1018
|
const showScrollerBarsCount_1: number;
|
|
1056
1019
|
export { showScrollerBarsCount_1 as showScrollerBarsCount };
|
|
@@ -1136,11 +1099,11 @@ declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
|
|
|
1136
1099
|
declare namespace BarChart {
|
|
1137
1100
|
namespace propTypes {
|
|
1138
1101
|
const title: PropTypes.Requireable<string>;
|
|
1139
|
-
const barChartData: PropTypes.Requireable<
|
|
1102
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1140
1103
|
title: PropTypes.Requireable<string>;
|
|
1141
1104
|
date: PropTypes.Requireable<string>;
|
|
1142
1105
|
value: PropTypes.Requireable<number>;
|
|
1143
|
-
}>
|
|
1106
|
+
}>[]>;
|
|
1144
1107
|
const width: PropTypes.Requireable<string>;
|
|
1145
1108
|
const height: PropTypes.Requireable<string>;
|
|
1146
1109
|
const barSize: PropTypes.Requireable<number>;
|
|
@@ -1149,11 +1112,11 @@ declare namespace BarChart {
|
|
|
1149
1112
|
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
1150
1113
|
const isDollar: PropTypes.Requireable<boolean>;
|
|
1151
1114
|
const showLegend: PropTypes.Requireable<boolean>;
|
|
1152
|
-
const legendData: PropTypes.Requireable<
|
|
1115
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1153
1116
|
title: PropTypes.Validator<string>;
|
|
1154
1117
|
iconType: PropTypes.Validator<string>;
|
|
1155
1118
|
iconColor: PropTypes.Validator<string>;
|
|
1156
|
-
}>
|
|
1119
|
+
}>[]>;
|
|
1157
1120
|
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
1158
1121
|
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
1159
1122
|
const referenceLineColor: PropTypes.Requireable<string>;
|
|
@@ -1210,4 +1173,25 @@ declare namespace BarChart {
|
|
|
1210
1173
|
}
|
|
1211
1174
|
}
|
|
1212
1175
|
|
|
1213
|
-
|
|
1176
|
+
declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
|
|
1177
|
+
|
|
1178
|
+
declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1179
|
+
|
|
1180
|
+
declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
|
|
1181
|
+
|
|
1182
|
+
declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
|
|
1183
|
+
text?: string;
|
|
1184
|
+
type?: string;
|
|
1185
|
+
size?: string;
|
|
1186
|
+
height?: string;
|
|
1187
|
+
width?: string;
|
|
1188
|
+
disabled?: boolean;
|
|
1189
|
+
textColor?: string;
|
|
1190
|
+
onClick: any;
|
|
1191
|
+
leftIcon?: string;
|
|
1192
|
+
rightIcon?: string;
|
|
1193
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1194
|
+
|
|
1195
|
+
declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1196
|
+
|
|
1197
|
+
export { AreaChart, BannerEventBoxList, BarChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, Button, CollapseHeader, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinkButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
|