sag_components 2.0.0-beta1 → 2.0.0-beta100
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 +1430 -20
- package/dist/index.esm.js +35607 -3099
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +35637 -3078
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +0 -37
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -72
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BarChart/BarChart.d.ts +7 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +0 -64
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Table.stories.d.ts → BrushChart/BrushChart.stories.d.ts} +84 -54
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +1 -21
- package/dist/types/components/Button/Button.stories.d.ts +105 -255
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CollapseData/CollapseData.d.ts +11 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Card.stories.d.ts → ContainerTable/ContainerTable.stories.d.ts} +37 -33
- package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
- package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
- package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
- package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
- package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
- package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
- package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
- package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +29 -7
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +11 -662
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/Input/Input.stories.d.ts +98 -500
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +24 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +18 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +13 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
- package/dist/types/components/ListBox/ListBox.d.ts +9 -9
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
- package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +52 -0
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +112 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +2 -1
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +24 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +11 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +9 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +21 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +3 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +2 -1
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +161 -305
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/SagIconButton/SagIconButton.d.ts +3 -3
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +51 -7
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +77 -80
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
- package/dist/types/components/Table/NoEvents.d.ts +5 -0
- package/dist/types/components/Table/Table.d.ts +2 -0
- package/dist/types/components/Table/Table.stories.d.ts +138 -0
- package/dist/types/components/Table/Table.style.d.ts +14 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +21 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +7 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +34 -100
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +28 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +27 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +9 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowLeftIcon.d.ts +7 -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/BarcodeIcon.d.ts +6 -0
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronIcon.d.ts +7 -0
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +2 -2
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FolderIcon.d.ts +6 -0
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/PeopleIcon.d.ts +6 -0
- package/dist/types/icons/Plus.d.ts +6 -0
- package/dist/types/icons/PlusIcon.d.ts +6 -0
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/icons/index.d.ts +15 -0
- package/dist/types/index.d.ts +49 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -1
- package/package.json +40 -41
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +0 -19
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +0 -64
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +0 -31
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +0 -23
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +0 -166
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
- package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
- package/dist/types/components/TextField/TextField.d.ts +0 -6
- package/dist/types/components/TextField/TextField.style.d.ts +0 -1
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts
CHANGED
|
@@ -37,62 +37,7 @@ declare namespace _default {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
export default _default;
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
|
|
43
|
-
export { legendDataIndividualPerformance as legendData };
|
|
44
|
-
}
|
|
45
|
-
export namespace parameters_1 {
|
|
46
|
-
export namespace design_1 {
|
|
47
|
-
const url: string;
|
|
48
|
-
}
|
|
49
|
-
export { design_1 as design };
|
|
50
|
-
}
|
|
51
|
-
export { parameters_1 as parameters };
|
|
52
|
-
}
|
|
53
|
-
export function PercentIncrementalGrowth(args: any): import("react/jsx-runtime").JSX.Element;
|
|
54
|
-
export namespace PercentIncrementalGrowth {
|
|
55
|
-
export namespace args_1 {
|
|
56
|
-
export { legendDataPercentIncrementalGrowth as legendData };
|
|
57
|
-
}
|
|
58
|
-
export { args_1 as args };
|
|
59
|
-
export namespace parameters_2 {
|
|
60
|
-
export namespace design_2 {
|
|
61
|
-
const url_1: string;
|
|
62
|
-
export { url_1 as url };
|
|
63
|
-
}
|
|
64
|
-
export { design_2 as design };
|
|
65
|
-
}
|
|
66
|
-
export { parameters_2 as parameters };
|
|
67
|
-
}
|
|
68
|
-
export function PercentContributionOfTotal(args: any): import("react/jsx-runtime").JSX.Element;
|
|
69
|
-
export namespace PercentContributionOfTotal {
|
|
70
|
-
export namespace args_2 {
|
|
71
|
-
export { legendDataPercentContributionOfTotal as legendData };
|
|
72
|
-
}
|
|
73
|
-
export { args_2 as args };
|
|
74
|
-
export namespace parameters_3 {
|
|
75
|
-
export namespace design_3 {
|
|
76
|
-
const url_2: string;
|
|
77
|
-
export { url_2 as url };
|
|
78
|
-
}
|
|
79
|
-
export { design_3 as design };
|
|
80
|
-
}
|
|
81
|
-
export { parameters_3 as parameters };
|
|
82
|
-
}
|
|
40
|
+
export const IndividualPerformance: any;
|
|
41
|
+
export const PercentIncrementalGrowth: any;
|
|
42
|
+
export const PercentContributionOfTotal: any;
|
|
83
43
|
import { PerformanceAnalyticsLegend } from "./PerformanceAnalyticsLegend";
|
|
84
|
-
declare const legendDataIndividualPerformance: {
|
|
85
|
-
title: string;
|
|
86
|
-
iconType: string;
|
|
87
|
-
iconColor: string;
|
|
88
|
-
}[];
|
|
89
|
-
declare const legendDataPercentIncrementalGrowth: {
|
|
90
|
-
title: string;
|
|
91
|
-
iconType: string;
|
|
92
|
-
iconColor: string;
|
|
93
|
-
}[];
|
|
94
|
-
declare const legendDataPercentContributionOfTotal: {
|
|
95
|
-
title: string;
|
|
96
|
-
iconType: string;
|
|
97
|
-
iconColor: string;
|
|
98
|
-
}[];
|
package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export function PerformanceAnalyticsOneColumn(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
export namespace PerformanceAnalyticsOneColumn {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
const totalsData: PropTypes.Requireable<
|
|
4
|
+
const totalsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
5
5
|
title: PropTypes.Requireable<string>;
|
|
6
6
|
value: PropTypes.Requireable<number>;
|
|
7
7
|
dotCut: PropTypes.Requireable<boolean>;
|
|
@@ -9,8 +9,8 @@ export namespace PerformanceAnalyticsOneColumn {
|
|
|
9
9
|
currencyType: PropTypes.Requireable<string>;
|
|
10
10
|
growthPercent: PropTypes.Requireable<number>;
|
|
11
11
|
showGrowthPercentSign: PropTypes.Requireable<boolean>;
|
|
12
|
-
}>
|
|
13
|
-
const data: PropTypes.Requireable<
|
|
12
|
+
}>[]>;
|
|
13
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
14
14
|
retailer: PropTypes.Requireable<string>;
|
|
15
15
|
offerType: PropTypes.Requireable<string>;
|
|
16
16
|
period: PropTypes.Requireable<string>;
|
|
@@ -18,12 +18,12 @@ export namespace PerformanceAnalyticsOneColumn {
|
|
|
18
18
|
newShoppersPercentValue: PropTypes.Requireable<number>;
|
|
19
19
|
existingShoppersValue: PropTypes.Requireable<number>;
|
|
20
20
|
existingShoppersPercentValue: PropTypes.Requireable<number>;
|
|
21
|
-
}>
|
|
22
|
-
const legendData: PropTypes.Requireable<
|
|
21
|
+
}>[]>;
|
|
22
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
23
23
|
iconColor: PropTypes.Requireable<string>;
|
|
24
24
|
iconType: PropTypes.Requireable<string>;
|
|
25
25
|
title: PropTypes.Requireable<string>;
|
|
26
|
-
}>
|
|
26
|
+
}>[]>;
|
|
27
27
|
const colorBarchart1: PropTypes.Requireable<string>;
|
|
28
28
|
const colorBarchart2: PropTypes.Requireable<string>;
|
|
29
29
|
const lineChartHeight: PropTypes.Requireable<number>;
|
|
@@ -70,9 +70,9 @@ export namespace PerformanceAnalyticsOneColumn {
|
|
|
70
70
|
}[];
|
|
71
71
|
export { data_1 as data };
|
|
72
72
|
const legendData_1: {
|
|
73
|
-
iconColor:
|
|
74
|
-
iconType:
|
|
75
|
-
title:
|
|
73
|
+
iconColor: any;
|
|
74
|
+
iconType: any;
|
|
75
|
+
title: any;
|
|
76
76
|
}[];
|
|
77
77
|
export { legendData_1 as legendData };
|
|
78
78
|
const tooltipBarchartLabel1_1: string;
|
|
@@ -149,88 +149,5 @@ declare namespace _default {
|
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
export default _default;
|
|
152
|
-
export
|
|
153
|
-
export namespace TotalCostSales {
|
|
154
|
-
export namespace args {
|
|
155
|
-
export { totalsData1 as totalsData };
|
|
156
|
-
export { data1 as data };
|
|
157
|
-
export { legendData1 as legendData };
|
|
158
|
-
const width_1: string;
|
|
159
|
-
export { width_1 as width };
|
|
160
|
-
const height_1: string;
|
|
161
|
-
export { height_1 as height };
|
|
162
|
-
const lineChartHeight_1: number;
|
|
163
|
-
export { lineChartHeight_1 as lineChartHeight };
|
|
164
|
-
const lineChartValueType_1: boolean;
|
|
165
|
-
export { lineChartValueType_1 as lineChartValueType };
|
|
166
|
-
const lineChartValueBold_1: boolean;
|
|
167
|
-
export { lineChartValueBold_1 as lineChartValueBold };
|
|
168
|
-
export const colorBarchart1: string;
|
|
169
|
-
export const colorBarchart2: string;
|
|
170
|
-
const topBarPercentSigning_1: boolean;
|
|
171
|
-
export { topBarPercentSigning_1 as topBarPercentSigning };
|
|
172
|
-
const topBarSigning_1: string;
|
|
173
|
-
export { topBarSigning_1 as topBarSigning };
|
|
174
|
-
const currencyType_1: string;
|
|
175
|
-
export { currencyType_1 as currencyType };
|
|
176
|
-
const noDataText_1: string;
|
|
177
|
-
export { noDataText_1 as noDataText };
|
|
178
|
-
const tooltipBarchartLabel1_1: string;
|
|
179
|
-
export { tooltipBarchartLabel1_1 as tooltipBarchartLabel1 };
|
|
180
|
-
const tooltipBarchartLabel2_1: string;
|
|
181
|
-
export { tooltipBarchartLabel2_1 as tooltipBarchartLabel2 };
|
|
182
|
-
}
|
|
183
|
-
export namespace parameters_1 {
|
|
184
|
-
export namespace design_1 {
|
|
185
|
-
const url: string;
|
|
186
|
-
}
|
|
187
|
-
export { design_1 as design };
|
|
188
|
-
}
|
|
189
|
-
export { parameters_1 as parameters };
|
|
190
|
-
}
|
|
152
|
+
export const TotalCostSales: any;
|
|
191
153
|
import { PerformanceAnalyticsOneColumn } from "./PerformanceAnalyticsOneColumn";
|
|
192
|
-
declare const totalsData1: ({
|
|
193
|
-
title: string;
|
|
194
|
-
value: number;
|
|
195
|
-
dotCut: boolean;
|
|
196
|
-
currency: boolean;
|
|
197
|
-
currencyType: string;
|
|
198
|
-
growthPercent: number;
|
|
199
|
-
showGrowthPercentSign: boolean;
|
|
200
|
-
} | {
|
|
201
|
-
title: string;
|
|
202
|
-
value: number;
|
|
203
|
-
dotCut: boolean;
|
|
204
|
-
currency: boolean;
|
|
205
|
-
currencyType: null;
|
|
206
|
-
growthPercent: null;
|
|
207
|
-
showGrowthPercentSign: boolean;
|
|
208
|
-
})[];
|
|
209
|
-
declare const data1: ({
|
|
210
|
-
retailer: string;
|
|
211
|
-
offerType: string;
|
|
212
|
-
period: string;
|
|
213
|
-
roiValue: number;
|
|
214
|
-
newShoppersValue: number;
|
|
215
|
-
newShoppersPercentValue: number;
|
|
216
|
-
existingShoppersValue: number;
|
|
217
|
-
existingShoppersPercentValue: number;
|
|
218
|
-
totalShoppers: number;
|
|
219
|
-
contributionIncrementalSalesValue?: undefined;
|
|
220
|
-
} | {
|
|
221
|
-
retailer: string;
|
|
222
|
-
offerType: string;
|
|
223
|
-
period: string;
|
|
224
|
-
roiValue: number;
|
|
225
|
-
newShoppersValue: number;
|
|
226
|
-
newShoppersPercentValue: number;
|
|
227
|
-
existingShoppersValue: number;
|
|
228
|
-
existingShoppersPercentValue: number;
|
|
229
|
-
contributionIncrementalSalesValue: number;
|
|
230
|
-
totalShoppers: number;
|
|
231
|
-
})[];
|
|
232
|
-
declare const legendData1: {
|
|
233
|
-
iconColor: string;
|
|
234
|
-
iconType: string;
|
|
235
|
-
title: string;
|
|
236
|
-
}[];
|
|
@@ -4,7 +4,7 @@ export namespace PerformanceAnalyticsTotals {
|
|
|
4
4
|
const width: PropTypes.Requireable<string>;
|
|
5
5
|
const height: PropTypes.Requireable<string>;
|
|
6
6
|
const textcolor: PropTypes.Requireable<string>;
|
|
7
|
-
const totalsData: PropTypes.Requireable<
|
|
7
|
+
const totalsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
title: PropTypes.Requireable<string>;
|
|
9
9
|
value: PropTypes.Requireable<number>;
|
|
10
10
|
dotCut: PropTypes.Requireable<boolean>;
|
|
@@ -12,7 +12,7 @@ export namespace PerformanceAnalyticsTotals {
|
|
|
12
12
|
currencyType: PropTypes.Requireable<string>;
|
|
13
13
|
growthPercent: PropTypes.Requireable<number>;
|
|
14
14
|
showGrowthPercentSign: PropTypes.Requireable<boolean>;
|
|
15
|
-
}>
|
|
15
|
+
}>[]>;
|
|
16
16
|
}
|
|
17
17
|
namespace defaultProps {
|
|
18
18
|
const textcolor_1: string;
|
package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts
CHANGED
|
@@ -37,66 +37,6 @@ declare namespace _default {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
export default _default;
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export namespace args {
|
|
43
|
-
export { totalsDataCostSales as totalsData };
|
|
44
|
-
}
|
|
45
|
-
export namespace parameters_1 {
|
|
46
|
-
export namespace design_1 {
|
|
47
|
-
const url: string;
|
|
48
|
-
}
|
|
49
|
-
export { design_1 as design };
|
|
50
|
-
}
|
|
51
|
-
export { parameters_1 as parameters };
|
|
52
|
-
}
|
|
53
|
-
export function NewExistingShoppers(args: any): import("react/jsx-runtime").JSX.Element;
|
|
54
|
-
export namespace NewExistingShoppers {
|
|
55
|
-
export namespace args_1 {
|
|
56
|
-
export { totalsDataShoppers as totalsData };
|
|
57
|
-
}
|
|
58
|
-
export { args_1 as args };
|
|
59
|
-
export namespace parameters_2 {
|
|
60
|
-
export namespace design_2 {
|
|
61
|
-
const url_1: string;
|
|
62
|
-
export { url_1 as url };
|
|
63
|
-
}
|
|
64
|
-
export { design_2 as design };
|
|
65
|
-
}
|
|
66
|
-
export { parameters_2 as parameters };
|
|
67
|
-
}
|
|
40
|
+
export const TotalCostSales: any;
|
|
41
|
+
export const NewExistingShoppers: any;
|
|
68
42
|
import { PerformanceAnalyticsTotals } from "./PerformanceAnalyticsTotals";
|
|
69
|
-
declare const totalsDataCostSales: ({
|
|
70
|
-
title: string;
|
|
71
|
-
value: number;
|
|
72
|
-
dotCut: boolean;
|
|
73
|
-
currency: boolean;
|
|
74
|
-
currencyType: string;
|
|
75
|
-
growthPercent: number;
|
|
76
|
-
showGrowthPercentSign: boolean;
|
|
77
|
-
} | {
|
|
78
|
-
title: string;
|
|
79
|
-
value: number;
|
|
80
|
-
dotCut: boolean;
|
|
81
|
-
currency: boolean;
|
|
82
|
-
currencyType: null;
|
|
83
|
-
growthPercent: null;
|
|
84
|
-
showGrowthPercentSign: boolean;
|
|
85
|
-
})[];
|
|
86
|
-
declare const totalsDataShoppers: ({
|
|
87
|
-
title: string;
|
|
88
|
-
value: number;
|
|
89
|
-
dotCut: boolean;
|
|
90
|
-
currency: boolean;
|
|
91
|
-
currencyType: null;
|
|
92
|
-
growthPercent: null;
|
|
93
|
-
showGrowthPercentSign: boolean;
|
|
94
|
-
} | {
|
|
95
|
-
title: string;
|
|
96
|
-
value: number;
|
|
97
|
-
dotCut: boolean;
|
|
98
|
-
currency: boolean;
|
|
99
|
-
currencyType: null;
|
|
100
|
-
growthPercent: number;
|
|
101
|
-
showGrowthPercentSign: boolean;
|
|
102
|
-
})[];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
1
|
+
export default PieChart;
|
|
2
|
+
declare function PieChart(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare namespace PieChart {
|
|
3
4
|
namespace propTypes {
|
|
4
5
|
const className: PropTypes.Requireable<string>;
|
|
5
6
|
const width: PropTypes.Requireable<string>;
|
|
@@ -11,10 +12,10 @@ export namespace PieChart {
|
|
|
11
12
|
const currencyType: PropTypes.Requireable<string>;
|
|
12
13
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
13
14
|
const isPercent: PropTypes.Requireable<boolean>;
|
|
14
|
-
const legendData: PropTypes.Requireable<
|
|
15
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
15
16
|
name: PropTypes.Requireable<string>;
|
|
16
17
|
description: PropTypes.Requireable<string>;
|
|
17
|
-
}>
|
|
18
|
+
}>[]>;
|
|
18
19
|
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
19
20
|
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
20
21
|
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
@@ -44,7 +45,7 @@ export namespace PieChart {
|
|
|
44
45
|
export { dotCut_1 as dotCut };
|
|
45
46
|
const isPercent_1: boolean;
|
|
46
47
|
export { isPercent_1 as isPercent };
|
|
47
|
-
const legendData_1:
|
|
48
|
+
const legendData_1: any[];
|
|
48
49
|
export { legendData_1 as legendData };
|
|
49
50
|
const itemsBoldedValues_1: boolean;
|
|
50
51
|
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
@@ -62,5 +63,4 @@ export namespace PieChart {
|
|
|
62
63
|
export { noDataText_1 as noDataText };
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
|
-
export default PieChart;
|
|
66
66
|
import PropTypes from "prop-types";
|
|
@@ -197,99 +197,5 @@ declare namespace _default {
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
export default _default;
|
|
200
|
-
export
|
|
201
|
-
export
|
|
202
|
-
namespace args {
|
|
203
|
-
const width_1: string;
|
|
204
|
-
export { width_1 as width };
|
|
205
|
-
const height_1: string;
|
|
206
|
-
export { height_1 as height };
|
|
207
|
-
const textcolor_1: string;
|
|
208
|
-
export { textcolor_1 as textcolor };
|
|
209
|
-
const title_2: string;
|
|
210
|
-
export { title_2 as title };
|
|
211
|
-
const value_1: number;
|
|
212
|
-
export { value_1 as value };
|
|
213
|
-
const currencySign_1: boolean;
|
|
214
|
-
export { currencySign_1 as currencySign };
|
|
215
|
-
const currencyType_1: string;
|
|
216
|
-
export { currencyType_1 as currencyType };
|
|
217
|
-
const dotCut_1: boolean;
|
|
218
|
-
export { dotCut_1 as dotCut };
|
|
219
|
-
const isPercent_1: boolean;
|
|
220
|
-
export { isPercent_1 as isPercent };
|
|
221
|
-
export { arrLegendDat3rows as legendData };
|
|
222
|
-
const itemsBoldedValues_1: boolean;
|
|
223
|
-
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
224
|
-
const itemsPercentagesValueAside_1: boolean;
|
|
225
|
-
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
226
|
-
const itemsValuesSeparateLine_1: boolean;
|
|
227
|
-
export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
|
|
228
|
-
const hideTitleAndValue_1: boolean;
|
|
229
|
-
export { hideTitleAndValue_1 as hideTitleAndValue };
|
|
230
|
-
const addingBenchmark_1: boolean;
|
|
231
|
-
export { addingBenchmark_1 as addingBenchmark };
|
|
232
|
-
const textAfterValue_1: string;
|
|
233
|
-
export { textAfterValue_1 as textAfterValue };
|
|
234
|
-
const noDataText_1: string;
|
|
235
|
-
export { noDataText_1 as noDataText };
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
export function TotalCost5rows(args: any): import("react/jsx-runtime").JSX.Element;
|
|
239
|
-
export namespace TotalCost5rows {
|
|
240
|
-
export namespace args_1 {
|
|
241
|
-
const width_2: string;
|
|
242
|
-
export { width_2 as width };
|
|
243
|
-
const height_2: string;
|
|
244
|
-
export { height_2 as height };
|
|
245
|
-
const textcolor_2: string;
|
|
246
|
-
export { textcolor_2 as textcolor };
|
|
247
|
-
const title_3: string;
|
|
248
|
-
export { title_3 as title };
|
|
249
|
-
const value_2: number;
|
|
250
|
-
export { value_2 as value };
|
|
251
|
-
const currencySign_2: boolean;
|
|
252
|
-
export { currencySign_2 as currencySign };
|
|
253
|
-
const currencyType_2: string;
|
|
254
|
-
export { currencyType_2 as currencyType };
|
|
255
|
-
const dotCut_2: boolean;
|
|
256
|
-
export { dotCut_2 as dotCut };
|
|
257
|
-
const isPercent_2: boolean;
|
|
258
|
-
export { isPercent_2 as isPercent };
|
|
259
|
-
export { arrLegendDat5rows as legendData };
|
|
260
|
-
const itemsBoldedValues_2: boolean;
|
|
261
|
-
export { itemsBoldedValues_2 as itemsBoldedValues };
|
|
262
|
-
const itemsPercentagesValueAside_2: boolean;
|
|
263
|
-
export { itemsPercentagesValueAside_2 as itemsPercentagesValueAside };
|
|
264
|
-
const itemsValuesSeparateLine_2: boolean;
|
|
265
|
-
export { itemsValuesSeparateLine_2 as itemsValuesSeparateLine };
|
|
266
|
-
const hideTitleAndValue_2: boolean;
|
|
267
|
-
export { hideTitleAndValue_2 as hideTitleAndValue };
|
|
268
|
-
const addingBenchmark_2: boolean;
|
|
269
|
-
export { addingBenchmark_2 as addingBenchmark };
|
|
270
|
-
const textAfterValue_2: string;
|
|
271
|
-
export { textAfterValue_2 as textAfterValue };
|
|
272
|
-
const noDataText_2: string;
|
|
273
|
-
export { noDataText_2 as noDataText };
|
|
274
|
-
}
|
|
275
|
-
export { args_1 as args };
|
|
276
|
-
}
|
|
277
|
-
import { PieChart } from "./PieChart";
|
|
278
|
-
declare const arrLegendDat3rows: {
|
|
279
|
-
name: string;
|
|
280
|
-
value: number;
|
|
281
|
-
color: string;
|
|
282
|
-
}[];
|
|
283
|
-
declare const arrLegendDat5rows: ({
|
|
284
|
-
name: string;
|
|
285
|
-
value: null;
|
|
286
|
-
color: string;
|
|
287
|
-
} | {
|
|
288
|
-
name: string;
|
|
289
|
-
value: undefined;
|
|
290
|
-
color: string;
|
|
291
|
-
} | {
|
|
292
|
-
name: string;
|
|
293
|
-
value: number;
|
|
294
|
-
color: string;
|
|
295
|
-
})[];
|
|
200
|
+
export const TotalCost3rows: any;
|
|
201
|
+
export const TotalCost5rows: any;
|
|
@@ -4,17 +4,17 @@ declare namespace PopupCharts {
|
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const title: PropTypes.Requireable<string>;
|
|
6
6
|
const chartType: PropTypes.Requireable<string>;
|
|
7
|
-
const popupChartsItemsData: PropTypes.Requireable<
|
|
7
|
+
const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
title: PropTypes.Requireable<string>;
|
|
9
9
|
chartType: PropTypes.Requireable<string>;
|
|
10
10
|
value: PropTypes.Requireable<number>;
|
|
11
|
-
legendData: PropTypes.Requireable<
|
|
11
|
+
legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
12
12
|
color: PropTypes.Requireable<string>;
|
|
13
13
|
name: PropTypes.Requireable<string>;
|
|
14
14
|
value: PropTypes.Requireable<number>;
|
|
15
|
-
}>
|
|
15
|
+
}>[]>;
|
|
16
16
|
noDataText: PropTypes.Requireable<string>;
|
|
17
|
-
}>
|
|
17
|
+
}>[]>;
|
|
18
18
|
const isPopupChartsOpen: PropTypes.Requireable<boolean>;
|
|
19
19
|
const width: PropTypes.Requireable<string>;
|
|
20
20
|
const height: PropTypes.Requireable<string>;
|
|
@@ -80,201 +80,10 @@ declare namespace _default {
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
export default _default;
|
|
83
|
-
export
|
|
84
|
-
export
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export { chartType_1 as chartType };
|
|
90
|
-
const isPopupChartsOpen_1: boolean;
|
|
91
|
-
export { isPopupChartsOpen_1 as isPopupChartsOpen };
|
|
92
|
-
export { popupChartsItemsData1 as popupChartsItemsData };
|
|
93
|
-
const width_1: string;
|
|
94
|
-
export { width_1 as width };
|
|
95
|
-
const height_1: string;
|
|
96
|
-
export { height_1 as height };
|
|
97
|
-
const subtitleTextColor_1: string;
|
|
98
|
-
export { subtitleTextColor_1 as subtitleTextColor };
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
export function BarChartsByWeeks(args: any): import("react/jsx-runtime").JSX.Element;
|
|
102
|
-
export namespace BarChartsByWeeks {
|
|
103
|
-
export namespace args_1 {
|
|
104
|
-
const title_3: string;
|
|
105
|
-
export { title_3 as title };
|
|
106
|
-
const chartType_2: string;
|
|
107
|
-
export { chartType_2 as chartType };
|
|
108
|
-
const isPopupChartsOpen_2: boolean;
|
|
109
|
-
export { isPopupChartsOpen_2 as isPopupChartsOpen };
|
|
110
|
-
export { popupChartsItemsData1 as popupChartsItemsData };
|
|
111
|
-
const width_2: string;
|
|
112
|
-
export { width_2 as width };
|
|
113
|
-
const height_2: string;
|
|
114
|
-
export { height_2 as height };
|
|
115
|
-
const subtitleTextColor_2: string;
|
|
116
|
-
export { subtitleTextColor_2 as subtitleTextColor };
|
|
117
|
-
}
|
|
118
|
-
export { args_1 as args };
|
|
119
|
-
}
|
|
120
|
-
export function BarChartsByWeeksTwoBars(args: any): import("react/jsx-runtime").JSX.Element;
|
|
121
|
-
export namespace BarChartsByWeeksTwoBars {
|
|
122
|
-
export namespace args_2 {
|
|
123
|
-
const title_4: string;
|
|
124
|
-
export { title_4 as title };
|
|
125
|
-
const chartType_3: string;
|
|
126
|
-
export { chartType_3 as chartType };
|
|
127
|
-
const isPopupChartsOpen_3: boolean;
|
|
128
|
-
export { isPopupChartsOpen_3 as isPopupChartsOpen };
|
|
129
|
-
export { popupChartsItemsData1 as popupChartsItemsData };
|
|
130
|
-
const width_3: string;
|
|
131
|
-
export { width_3 as width };
|
|
132
|
-
const height_3: string;
|
|
133
|
-
export { height_3 as height };
|
|
134
|
-
const subtitleTextColor_3: string;
|
|
135
|
-
export { subtitleTextColor_3 as subtitleTextColor };
|
|
136
|
-
}
|
|
137
|
-
export { args_2 as args };
|
|
138
|
-
}
|
|
139
|
-
export function TotalHorizontalCharts(args: any): import("react/jsx-runtime").JSX.Element;
|
|
140
|
-
export namespace TotalHorizontalCharts {
|
|
141
|
-
export namespace args_3 {
|
|
142
|
-
const title_5: string;
|
|
143
|
-
export { title_5 as title };
|
|
144
|
-
const chartType_4: string;
|
|
145
|
-
export { chartType_4 as chartType };
|
|
146
|
-
const isPopupChartsOpen_4: boolean;
|
|
147
|
-
export { isPopupChartsOpen_4 as isPopupChartsOpen };
|
|
148
|
-
export { popupChartsItemsData1 as popupChartsItemsData };
|
|
149
|
-
const width_4: string;
|
|
150
|
-
export { width_4 as width };
|
|
151
|
-
const height_4: string;
|
|
152
|
-
export { height_4 as height };
|
|
153
|
-
const subtitleTextColor_4: string;
|
|
154
|
-
export { subtitleTextColor_4 as subtitleTextColor };
|
|
155
|
-
}
|
|
156
|
-
export { args_3 as args };
|
|
157
|
-
}
|
|
158
|
-
export function MarketShareWeeklyTriers(args: any): import("react/jsx-runtime").JSX.Element;
|
|
159
|
-
export namespace MarketShareWeeklyTriers {
|
|
160
|
-
export namespace args_4 {
|
|
161
|
-
const title_6: string;
|
|
162
|
-
export { title_6 as title };
|
|
163
|
-
const chartType_5: string;
|
|
164
|
-
export { chartType_5 as chartType };
|
|
165
|
-
const isPopupChartsOpen_5: boolean;
|
|
166
|
-
export { isPopupChartsOpen_5 as isPopupChartsOpen };
|
|
167
|
-
export { popupChartsItemsData1 as popupChartsItemsData };
|
|
168
|
-
const width_5: string;
|
|
169
|
-
export { width_5 as width };
|
|
170
|
-
const height_5: string;
|
|
171
|
-
export { height_5 as height };
|
|
172
|
-
const subtitleTextColor_5: string;
|
|
173
|
-
export { subtitleTextColor_5 as subtitleTextColor };
|
|
174
|
-
}
|
|
175
|
-
export { args_4 as args };
|
|
176
|
-
}
|
|
177
|
-
export function SalesAndROI(args: any): import("react/jsx-runtime").JSX.Element;
|
|
178
|
-
export namespace SalesAndROI {
|
|
179
|
-
export namespace args_5 {
|
|
180
|
-
const title_7: string;
|
|
181
|
-
export { title_7 as title };
|
|
182
|
-
const chartType_6: string;
|
|
183
|
-
export { chartType_6 as chartType };
|
|
184
|
-
const isPopupChartsOpen_6: boolean;
|
|
185
|
-
export { isPopupChartsOpen_6 as isPopupChartsOpen };
|
|
186
|
-
export { popupChartsItemsData1 as popupChartsItemsData };
|
|
187
|
-
const width_6: string;
|
|
188
|
-
export { width_6 as width };
|
|
189
|
-
const height_6: string;
|
|
190
|
-
export { height_6 as height };
|
|
191
|
-
const subtitleTextColor_6: string;
|
|
192
|
-
export { subtitleTextColor_6 as subtitleTextColor };
|
|
193
|
-
}
|
|
194
|
-
export { args_5 as args };
|
|
195
|
-
}
|
|
83
|
+
export const TotalDoughnutChart: any;
|
|
84
|
+
export const BarChartsByWeeks: any;
|
|
85
|
+
export const BarChartsByWeeksTwoBars: any;
|
|
86
|
+
export const TotalHorizontalCharts: any;
|
|
87
|
+
export const MarketShareWeeklyTriers: any;
|
|
88
|
+
export const SalesAndROI: any;
|
|
196
89
|
import PopupCharts from "./PopupCharts";
|
|
197
|
-
declare const popupChartsItemsData1: {
|
|
198
|
-
title: string;
|
|
199
|
-
rowsData: {
|
|
200
|
-
TotalDoughnutChartDetails: {
|
|
201
|
-
title: string;
|
|
202
|
-
value: number;
|
|
203
|
-
legendData: {
|
|
204
|
-
color: string;
|
|
205
|
-
name: string;
|
|
206
|
-
value: number;
|
|
207
|
-
}[];
|
|
208
|
-
noDataText: string;
|
|
209
|
-
};
|
|
210
|
-
BarChartsByWeeksDetails: {
|
|
211
|
-
title: string;
|
|
212
|
-
headerValueTopTitle: string;
|
|
213
|
-
headerValue: number;
|
|
214
|
-
headerValueBottomTitle: string;
|
|
215
|
-
barChartData: {
|
|
216
|
-
title: string;
|
|
217
|
-
value: number;
|
|
218
|
-
secondValue: number;
|
|
219
|
-
}[];
|
|
220
|
-
barChartColor: string;
|
|
221
|
-
barChartSecondColor: string;
|
|
222
|
-
startWeekRange: string;
|
|
223
|
-
endWeekRange: string;
|
|
224
|
-
tooltipTitle: string;
|
|
225
|
-
tooltipSecondTitle: string;
|
|
226
|
-
xselectedColor: string;
|
|
227
|
-
isPercentValue: boolean;
|
|
228
|
-
showLegend: boolean;
|
|
229
|
-
legendData: {
|
|
230
|
-
title: string;
|
|
231
|
-
iconType: string;
|
|
232
|
-
iconColor: string;
|
|
233
|
-
}[];
|
|
234
|
-
};
|
|
235
|
-
TotalHorizontalChartsDetails: {
|
|
236
|
-
title: string;
|
|
237
|
-
value: number;
|
|
238
|
-
chartsData: {
|
|
239
|
-
color: string;
|
|
240
|
-
name: string;
|
|
241
|
-
value: number;
|
|
242
|
-
}[];
|
|
243
|
-
noDataText: string;
|
|
244
|
-
currencySign: boolean;
|
|
245
|
-
dotCut: boolean;
|
|
246
|
-
};
|
|
247
|
-
MarketShareDescriptionDetails: {
|
|
248
|
-
dotCut: boolean;
|
|
249
|
-
marketShareData: {
|
|
250
|
-
fieldsArray: {
|
|
251
|
-
label: string;
|
|
252
|
-
textAfter: string;
|
|
253
|
-
textBefore: string;
|
|
254
|
-
value: number;
|
|
255
|
-
}[];
|
|
256
|
-
name: string;
|
|
257
|
-
rowFooter: string;
|
|
258
|
-
rowTitle: string;
|
|
259
|
-
showBanner: boolean;
|
|
260
|
-
}[];
|
|
261
|
-
height: string;
|
|
262
|
-
width: string;
|
|
263
|
-
};
|
|
264
|
-
SalesAndROIDetails: {
|
|
265
|
-
title: string;
|
|
266
|
-
currencySign: boolean;
|
|
267
|
-
dotCut: boolean;
|
|
268
|
-
noDataText: string;
|
|
269
|
-
salesData: {
|
|
270
|
-
name: string;
|
|
271
|
-
textAfter: string;
|
|
272
|
-
textBefore: string;
|
|
273
|
-
value: number;
|
|
274
|
-
}[];
|
|
275
|
-
showBanner: boolean;
|
|
276
|
-
height: string;
|
|
277
|
-
width: string;
|
|
278
|
-
};
|
|
279
|
-
};
|
|
280
|
-
}[];
|
|
@@ -3,11 +3,11 @@ declare function ProductsVariety(props: any): import("react/jsx-runtime").JSX.El
|
|
|
3
3
|
declare namespace ProductsVariety {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const title: PropTypes.Requireable<string>;
|
|
6
|
-
const productsData: PropTypes.Requireable<
|
|
6
|
+
const productsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
7
7
|
value: PropTypes.Requireable<string>;
|
|
8
8
|
label: PropTypes.Requireable<string>;
|
|
9
9
|
ShowSpotlightProductButton: PropTypes.Requireable<boolean>;
|
|
10
|
-
}>
|
|
10
|
+
}>[]>;
|
|
11
11
|
const showBannersDropdown: PropTypes.Requireable<boolean>;
|
|
12
12
|
const subTitle: PropTypes.Requireable<string>;
|
|
13
13
|
const onClickBannersDropdown: PropTypes.Requireable<(...args: any[]) => any>;
|