sag_components 2.0.0-beta61 → 2.0.0-beta62
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 +1181 -1080
- package/dist/index.esm.js +142 -149
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +142 -149
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -2
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -79
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -8
- package/dist/types/components/AreaChart/AreaChart.test.d.ts +1 -1
- package/dist/types/components/AttachedFile/AttachedFile.d.ts +24 -23
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -95
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -14
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -13
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -5
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +39 -38
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -40
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +71 -70
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -28
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +18 -17
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -19
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
- package/dist/types/components/BarChart/BarChart.d.ts +79 -70
- package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -179
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +82 -73
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -199
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -9
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +66 -56
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -112
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +107 -99
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -207
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -2
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -18
- package/dist/types/components/Benchmark/Benchmark.d.ts +45 -44
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -167
- package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -2
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -73
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -7
- package/dist/types/components/BreakdownPanel/BreakdownPanel.test.d.ts +1 -1
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -8
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -1
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -7
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -6
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -2
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -3
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -6
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -3
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -2
- package/dist/types/components/BrushChart/BrushChart.stories.d.ts +8 -8
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +9 -9
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +4 -4
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +3 -3
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +5 -5
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -15
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +93 -92
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -13
- package/dist/types/components/Button/Button.d.ts +22 -22
- package/dist/types/components/Button/Button.stories.d.ts +185 -185
- package/dist/types/components/Button/Button.style.d.ts +5 -5
- package/dist/types/components/Button/Button.test.d.ts +1 -1
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +33 -26
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -46
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/Card.d.ts +37 -31
- package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -57
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
- package/dist/types/components/CampaignTool/FormInput.d.ts +5 -5
- package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -5
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +15 -14
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -28
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +12 -11
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -17
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
- package/dist/types/components/CampaignTool/Popup.d.ts +27 -26
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -101
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
- package/dist/types/components/CampaignTool/PopupContent.d.ts +28 -23
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
- package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -41
- package/dist/types/components/CampaignTool/Table.d.ts +56 -51
- package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -108
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
- package/dist/types/components/CheckBox/CheckBox.d.ts +2 -2
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -126
- package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -21
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -187
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.d.ts +34 -23
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -59
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +82 -67
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -101
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +24 -23
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -54
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +21 -20
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -31
- package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -2
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +252 -251
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -10
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +2 -2
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -72
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +39 -38
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -99
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +79 -72
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +240 -240
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +81 -74
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +75 -68
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +48 -47
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -122
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
- package/dist/types/components/EventList/EventList.d.ts +30 -26
- package/dist/types/components/EventList/EventList.stories.d.ts +67 -67
- package/dist/types/components/EventList/EventList.style.d.ts +4 -4
- package/dist/types/components/EventListItem/EventListItem.d.ts +27 -26
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -67
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
- package/dist/types/components/FilterContainer/FilterContainer.d.ts +3 -2
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -9
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +89 -62
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +172 -172
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +45 -44
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -131
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
- package/dist/types/components/Heatmap/Heatmap.d.ts +15 -10
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -59
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -13
- package/dist/types/components/IconButton/IconButton.d.ts +48 -47
- package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -89
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
- package/dist/types/components/Input/Input.d.ts +80 -79
- package/dist/types/components/Input/Input.stories.d.ts +278 -278
- package/dist/types/components/Input/Input.style.d.ts +7 -7
- package/dist/types/components/InputOld/InputOld.d.ts +66 -65
- package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -109
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +10 -10
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -47
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -12
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +58 -53
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -174
- package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
- package/dist/types/components/LinkButton/LinkButton.d.ts +13 -13
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -110
- package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
- package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -1
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +2 -2
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -15
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -39
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +14 -12
- package/dist/types/components/ListBox/ListBox.d.ts +15 -15
- package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -134
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +31 -26
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -70
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
- package/dist/types/components/Modal/Modal.d.ts +6 -6
- package/dist/types/components/Modal/Modal.style.d.ts +4 -4
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -8
- package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -7
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +54 -53
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -148
- package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +9 -9
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +2 -2
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -39
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +81 -80
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -396
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -12
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +86 -68
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -175
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -43
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +85 -64
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -153
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +37 -28
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -42
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
- package/dist/types/components/PieChart/PieChart.d.ts +66 -62
- package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -201
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +64 -53
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -89
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +29 -24
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -48
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +24 -23
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -65
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +54 -53
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -148
- package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +9 -9
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +17 -17
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +194 -194
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +76 -69
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +68 -61
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.d.ts +45 -44
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.stories.d.ts +129 -129
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +2 -2
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -9
- package/dist/types/components/RangePicker/RangePicker.d.ts +52 -51
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -148
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
- package/dist/types/components/ReportTable/ReportTable.d.ts +83 -74
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -139
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
- package/dist/types/components/SagButton/SagButton.d.ts +45 -44
- package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -142
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
- package/dist/types/components/SagInput/SagInput.d.ts +36 -35
- package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -71
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +50 -44
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -139
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
- package/dist/types/components/SearchInput/SearchInput.d.ts +24 -23
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +39 -39
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +52 -49
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -168
- package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
- package/dist/types/components/Select/Select.d.ts +21 -21
- package/dist/types/components/Select/Select.stories.d.ts +252 -252
- package/dist/types/components/Select/Select.style.d.ts +6 -6
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -28
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -226
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -13
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -1
- package/dist/types/components/TabMenu/TabMenu.d.ts +58 -54
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +181 -181
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +59 -59
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +59 -56
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -90
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
- package/dist/types/components/Tooltip/Tooltip.d.ts +24 -23
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +24 -23
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -25
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +40 -34
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -101
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +86 -81
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -240
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +51 -47
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -145
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +56 -51
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -155
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +82 -77
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -241
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +76 -71
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -214
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +24 -23
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +74 -65
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +156 -156
- package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
- package/dist/types/icons/ArrowDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowSelectIcon.d.ts +6 -6
- package/dist/types/icons/ArrowUpIcon.d.ts +6 -6
- package/dist/types/icons/AttachedIcon.d.ts +6 -6
- package/dist/types/icons/BellIcon.d.ts +6 -6
- package/dist/types/icons/ButtonArrowRight.d.ts +5 -5
- package/dist/types/icons/Calendar.d.ts +2 -2
- package/dist/types/icons/CalendarIcon.d.ts +6 -6
- package/dist/types/icons/CalendarInOpen.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -7
- package/dist/types/icons/ChervronLeftIcon.d.ts +6 -6
- package/dist/types/icons/ChervronRightIcon.d.ts +6 -6
- package/dist/types/icons/ChevronLeftIcon.d.ts +4 -4
- package/dist/types/icons/ChevronRightIcon.d.ts +4 -4
- package/dist/types/icons/ClockIcon.d.ts +6 -6
- package/dist/types/icons/CloseIcon.d.ts +6 -6
- package/dist/types/icons/CloseXIcon.d.ts +6 -6
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -7
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -7
- package/dist/types/icons/DocumentIcon.d.ts +6 -6
- package/dist/types/icons/DownArrowIcon.d.ts +5 -5
- package/dist/types/icons/DownloadIcon.d.ts +6 -6
- package/dist/types/icons/Duplicate.d.ts +7 -7
- package/dist/types/icons/ErrorIcon.d.ts +6 -6
- package/dist/types/icons/ExitIcon.d.ts +7 -7
- package/dist/types/icons/ExportIcon.d.ts +6 -6
- package/dist/types/icons/EyeIcon.d.ts +7 -7
- package/dist/types/icons/FileIcon.d.ts +6 -6
- package/dist/types/icons/FilterIcon.d.ts +6 -6
- package/dist/types/icons/FlyIcon.d.ts +6 -6
- package/dist/types/icons/FoodLionChartIcon.d.ts +2 -2
- package/dist/types/icons/FoodLionIcon.d.ts +6 -6
- package/dist/types/icons/FoodLionNewIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -2
- package/dist/types/icons/GiantFoodIcon.d.ts +7 -7
- package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -7
- package/dist/types/icons/HannafordChartIcon.d.ts +2 -2
- package/dist/types/icons/HannafordIcon.d.ts +6 -6
- package/dist/types/icons/HannafordIcon_new.d.ts +7 -7
- package/dist/types/icons/HannafordNewIcon.d.ts +5 -5
- package/dist/types/icons/InfoIcon.d.ts +7 -7
- package/dist/types/icons/LampIcon.d.ts +6 -6
- package/dist/types/icons/LegendLineIcon.d.ts +6 -6
- package/dist/types/icons/LegendUnionIcon.d.ts +6 -6
- package/dist/types/icons/MaintenanceIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemOpenIcon.d.ts +6 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemUpIcon.d.ts +6 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +12 -11
- package/dist/types/icons/OptionsIcon.d.ts +6 -6
- package/dist/types/icons/ReselectIcon.d.ts +6 -6
- package/dist/types/icons/SearchIcon.d.ts +6 -6
- package/dist/types/icons/ShoppingCartIcon.d.ts +6 -6
- package/dist/types/icons/ShoutIcon.d.ts +6 -6
- package/dist/types/icons/Sort.d.ts +1 -1
- package/dist/types/icons/SortIcon.d.ts +7 -7
- package/dist/types/icons/SpotlightProductIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -2
- package/dist/types/icons/StopAndShopIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -6
- package/dist/types/icons/SucceededIcon.d.ts +6 -6
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -2
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -5
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -6
- package/dist/types/icons/UpArrowIcon.d.ts +5 -5
- package/dist/types/index.d.ts +32 -32
- package/dist/types/utils/CommonFunctions.d.ts +6 -6
- package/dist/types/utils/ComponentFactory.d.ts +4 -4
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/dist/types/utils/IconsHandler.style.d.ts +1 -1
- package/dist/types/utils/regex/Email.regex.d.ts +1 -1
- package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -1
- package/dist/types/utils/regex/Phone.regex.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,1132 +1,1233 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
type?: string;
|
|
4
|
-
size?: string;
|
|
5
|
-
height?: string;
|
|
6
|
-
width?: string;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
textColor?: string;
|
|
9
|
-
backgroundColor?: string;
|
|
10
|
-
borderColor?: string;
|
|
11
|
-
hoverTextColor?: string;
|
|
12
|
-
hoverBackgroundColor?: string;
|
|
13
|
-
hoverBorderColor?: string;
|
|
14
|
-
disabledTextColor?: string;
|
|
15
|
-
disabledBackgroundColor?: string;
|
|
16
|
-
disabledBorderColor?: string;
|
|
17
|
-
onClick?: () => void;
|
|
18
|
-
leftIcon?: string;
|
|
19
|
-
rightIcon?: string;
|
|
20
|
-
isSubmitButton?: boolean;
|
|
21
|
-
}): any;
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
22
3
|
|
|
23
|
-
declare function
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
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?: () => void;
|
|
21
|
+
leftIcon?: string;
|
|
22
|
+
rightIcon?: string;
|
|
23
|
+
isSubmitButton?: boolean;
|
|
24
|
+
}): react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare function PieChart(props: any): react_jsx_runtime.JSX.Element;
|
|
27
|
+
declare namespace PieChart {
|
|
28
|
+
namespace propTypes {
|
|
29
|
+
const className: PropTypes.Requireable<string>;
|
|
30
|
+
const width: PropTypes.Requireable<string>;
|
|
31
|
+
const height: PropTypes.Requireable<string>;
|
|
32
|
+
const textcolor: PropTypes.Requireable<string>;
|
|
33
|
+
const title: PropTypes.Requireable<string>;
|
|
34
|
+
const value: PropTypes.Requireable<number>;
|
|
35
|
+
const currencySign: PropTypes.Requireable<boolean>;
|
|
36
|
+
const currencyType: PropTypes.Requireable<string>;
|
|
37
|
+
const dotCut: PropTypes.Requireable<boolean>;
|
|
38
|
+
const isPercent: PropTypes.Requireable<boolean>;
|
|
39
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
40
|
+
name: PropTypes.Requireable<string>;
|
|
41
|
+
description: PropTypes.Requireable<string>;
|
|
42
|
+
}>[]>;
|
|
43
|
+
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
44
|
+
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
45
|
+
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
46
|
+
const hideTitleAndValue: PropTypes.Requireable<boolean>;
|
|
47
|
+
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
48
|
+
const textAfterValue: PropTypes.Requireable<string>;
|
|
49
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
50
|
+
}
|
|
51
|
+
namespace defaultProps {
|
|
52
|
+
const className_1: string;
|
|
53
|
+
export { className_1 as className };
|
|
54
|
+
const width_1: string;
|
|
55
|
+
export { width_1 as width };
|
|
56
|
+
const height_1: string;
|
|
57
|
+
export { height_1 as height };
|
|
58
|
+
const textcolor_1: string;
|
|
59
|
+
export { textcolor_1 as textcolor };
|
|
60
|
+
const title_1: string;
|
|
61
|
+
export { title_1 as title };
|
|
62
|
+
const value_1: number;
|
|
63
|
+
export { value_1 as value };
|
|
64
|
+
const currencySign_1: boolean;
|
|
65
|
+
export { currencySign_1 as currencySign };
|
|
66
|
+
const currencyType_1: string;
|
|
67
|
+
export { currencyType_1 as currencyType };
|
|
68
|
+
const dotCut_1: boolean;
|
|
69
|
+
export { dotCut_1 as dotCut };
|
|
70
|
+
const isPercent_1: boolean;
|
|
71
|
+
export { isPercent_1 as isPercent };
|
|
72
|
+
const legendData_1: any[];
|
|
73
|
+
export { legendData_1 as legendData };
|
|
74
|
+
const itemsBoldedValues_1: boolean;
|
|
75
|
+
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
76
|
+
const itemsPercentagesValueAside_1: boolean;
|
|
77
|
+
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
78
|
+
const itemsValuesSeparateLine_1: boolean;
|
|
79
|
+
export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
|
|
80
|
+
const hideTitleAndValue_1: boolean;
|
|
81
|
+
export { hideTitleAndValue_1 as hideTitleAndValue };
|
|
82
|
+
const addingBenchmark_1: boolean;
|
|
83
|
+
export { addingBenchmark_1 as addingBenchmark };
|
|
84
|
+
const textAfterValue_1: string;
|
|
85
|
+
export { textAfterValue_1 as textAfterValue };
|
|
86
|
+
const noDataText_1: string;
|
|
87
|
+
export { noDataText_1 as noDataText };
|
|
88
|
+
}
|
|
83
89
|
}
|
|
84
90
|
|
|
85
|
-
declare function EventDetailsCard(props: any):
|
|
86
|
-
declare namespace EventDetailsCard {
|
|
87
|
-
namespace propTypes {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
namespace defaultProps {
|
|
102
|
-
|
|
103
|
-
export { title_1 as title };
|
|
104
|
-
|
|
105
|
-
export { width_1 as width };
|
|
106
|
-
|
|
107
|
-
export { height_1 as height };
|
|
108
|
-
|
|
109
|
-
export { className_1 as className };
|
|
110
|
-
|
|
111
|
-
export { displayBannersDropdown_1 as displayBannersDropdown };
|
|
112
|
-
|
|
113
|
-
export { banners_1 as banners };
|
|
114
|
-
|
|
115
|
-
label: string;
|
|
116
|
-
value: string;
|
|
117
|
-
}[];
|
|
118
|
-
export { data_1 as data };
|
|
119
|
-
|
|
120
|
-
export { count_1 as count };
|
|
121
|
-
|
|
122
|
-
export { buttonText_1 as buttonText };
|
|
123
|
-
export function onViewButtonClick_1(): void;
|
|
124
|
-
export { onViewButtonClick_1 as onViewButtonClick };
|
|
125
|
-
export function onBannersDropdownClick_1(): void;
|
|
126
|
-
export { onBannersDropdownClick_1 as onBannersDropdownClick };
|
|
127
|
-
|
|
128
|
-
export { disableViewDetailsButton_1 as disableViewDetailsButton };
|
|
129
|
-
}
|
|
91
|
+
declare function EventDetailsCard(props: any): react_jsx_runtime.JSX.Element;
|
|
92
|
+
declare namespace EventDetailsCard {
|
|
93
|
+
namespace propTypes {
|
|
94
|
+
const title: PropTypes.Requireable<string>;
|
|
95
|
+
const width: PropTypes.Requireable<string>;
|
|
96
|
+
const height: PropTypes.Requireable<string>;
|
|
97
|
+
const className: PropTypes.Requireable<string>;
|
|
98
|
+
const displayBannersDropdown: PropTypes.Requireable<boolean>;
|
|
99
|
+
const banners: PropTypes.Requireable<string[]>;
|
|
100
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
101
|
+
const count: PropTypes.Requireable<number>;
|
|
102
|
+
const buttonText: PropTypes.Requireable<string>;
|
|
103
|
+
const onViewButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
104
|
+
const onBannersDropdownClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
105
|
+
const disableViewDetailsButton: PropTypes.Requireable<boolean>;
|
|
106
|
+
}
|
|
107
|
+
namespace defaultProps {
|
|
108
|
+
const title_1: string;
|
|
109
|
+
export { title_1 as title };
|
|
110
|
+
const width_1: string;
|
|
111
|
+
export { width_1 as width };
|
|
112
|
+
const height_1: string;
|
|
113
|
+
export { height_1 as height };
|
|
114
|
+
const className_1: string;
|
|
115
|
+
export { className_1 as className };
|
|
116
|
+
const displayBannersDropdown_1: boolean;
|
|
117
|
+
export { displayBannersDropdown_1 as displayBannersDropdown };
|
|
118
|
+
const banners_1: string[];
|
|
119
|
+
export { banners_1 as banners };
|
|
120
|
+
const data_1: {
|
|
121
|
+
label: string;
|
|
122
|
+
value: string;
|
|
123
|
+
}[];
|
|
124
|
+
export { data_1 as data };
|
|
125
|
+
const count_1: number;
|
|
126
|
+
export { count_1 as count };
|
|
127
|
+
const buttonText_1: string;
|
|
128
|
+
export { buttonText_1 as buttonText };
|
|
129
|
+
export function onViewButtonClick_1(): void;
|
|
130
|
+
export { onViewButtonClick_1 as onViewButtonClick };
|
|
131
|
+
export function onBannersDropdownClick_1(): void;
|
|
132
|
+
export { onBannersDropdownClick_1 as onBannersDropdownClick };
|
|
133
|
+
const disableViewDetailsButton_1: boolean;
|
|
134
|
+
export { disableViewDetailsButton_1 as disableViewDetailsButton };
|
|
135
|
+
}
|
|
130
136
|
}
|
|
131
137
|
|
|
132
|
-
declare function LinnerDataBox(props: any):
|
|
138
|
+
declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
|
|
133
139
|
|
|
134
|
-
declare function TabMenu({ color, currentTab, headlineInsteadTabs, headlineText, headlineContent, className, children, tabs, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, onTopButtonClick, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, }: {
|
|
135
|
-
color?: string;
|
|
136
|
-
currentTab?: number;
|
|
137
|
-
headlineInsteadTabs?: boolean;
|
|
138
|
-
headlineText?: string;
|
|
139
|
-
headlineContent?:
|
|
140
|
-
className?: string;
|
|
141
|
-
children?: any;
|
|
142
|
-
tabs?: any[];
|
|
143
|
-
inputWidth?: string;
|
|
144
|
-
onFilterButtonClick?: () => void;
|
|
145
|
-
onSearchFieldTyping?: () => void;
|
|
146
|
-
onTabChange?: () => void;
|
|
147
|
-
onTopButtonClick?: () => void;
|
|
148
|
-
panelIsOpen?: boolean;
|
|
149
|
-
setBackground?: boolean;
|
|
150
|
-
showActions?: boolean;
|
|
151
|
-
showFilterButton?: boolean;
|
|
152
|
-
showLabel?: boolean;
|
|
153
|
-
showSearchInput?: boolean;
|
|
154
|
-
showViewOptionsButton?: boolean;
|
|
155
|
-
disabledButton?: boolean;
|
|
156
|
-
setTopRightButton?: boolean;
|
|
157
|
-
rightButtonText?: string;
|
|
158
|
-
rightButtonIcon?: string;
|
|
159
|
-
}):
|
|
160
|
-
declare namespace TabMenu {
|
|
161
|
-
namespace propTypes {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
140
|
+
declare function TabMenu({ color, currentTab, headlineInsteadTabs, headlineText, headlineContent, className, children, tabs, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, onTopButtonClick, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, }: {
|
|
141
|
+
color?: string;
|
|
142
|
+
currentTab?: number;
|
|
143
|
+
headlineInsteadTabs?: boolean;
|
|
144
|
+
headlineText?: string;
|
|
145
|
+
headlineContent?: react_jsx_runtime.JSX.Element;
|
|
146
|
+
className?: string;
|
|
147
|
+
children?: any;
|
|
148
|
+
tabs?: any[];
|
|
149
|
+
inputWidth?: string;
|
|
150
|
+
onFilterButtonClick?: () => void;
|
|
151
|
+
onSearchFieldTyping?: () => void;
|
|
152
|
+
onTabChange?: () => void;
|
|
153
|
+
onTopButtonClick?: () => void;
|
|
154
|
+
panelIsOpen?: boolean;
|
|
155
|
+
setBackground?: boolean;
|
|
156
|
+
showActions?: boolean;
|
|
157
|
+
showFilterButton?: boolean;
|
|
158
|
+
showLabel?: boolean;
|
|
159
|
+
showSearchInput?: boolean;
|
|
160
|
+
showViewOptionsButton?: boolean;
|
|
161
|
+
disabledButton?: boolean;
|
|
162
|
+
setTopRightButton?: boolean;
|
|
163
|
+
rightButtonText?: string;
|
|
164
|
+
rightButtonIcon?: string;
|
|
165
|
+
}): react_jsx_runtime.JSX.Element;
|
|
166
|
+
declare namespace TabMenu {
|
|
167
|
+
namespace propTypes {
|
|
168
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
169
|
+
const className: PropTypes.Requireable<string>;
|
|
170
|
+
const color: PropTypes.Requireable<string>;
|
|
171
|
+
const currentTab: PropTypes.Requireable<number>;
|
|
172
|
+
const headlineInsteadTabs: PropTypes.Requireable<boolean>;
|
|
173
|
+
const headlineText: PropTypes.Requireable<string>;
|
|
174
|
+
const inputWidth: PropTypes.Requireable<string>;
|
|
175
|
+
const onFilterButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
176
|
+
const onSearchFieldTyping: PropTypes.Requireable<(...args: any[]) => any>;
|
|
177
|
+
const onTabChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
178
|
+
const panelIsOpen: PropTypes.Requireable<boolean>;
|
|
179
|
+
const setBackground: PropTypes.Requireable<boolean>;
|
|
180
|
+
const showActions: PropTypes.Requireable<boolean>;
|
|
181
|
+
const showFilterButton: PropTypes.Requireable<boolean>;
|
|
182
|
+
const showLabel: PropTypes.Requireable<boolean>;
|
|
183
|
+
const showSearchInput: PropTypes.Requireable<boolean>;
|
|
184
|
+
const showViewOptionsButton: PropTypes.Requireable<boolean>;
|
|
185
|
+
const disabledButton: PropTypes.Requireable<boolean>;
|
|
186
|
+
const setTopRightButton: PropTypes.Requireable<boolean>;
|
|
187
|
+
const rightButtonText: PropTypes.Requireable<string>;
|
|
188
|
+
const rightButtonIcon: PropTypes.Requireable<string>;
|
|
189
|
+
const onTopButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
190
|
+
const tabs: PropTypes.Requireable<PropTypes.InferProps<{
|
|
191
|
+
title: PropTypes.Requireable<string>;
|
|
192
|
+
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
193
|
+
}>[]>;
|
|
194
|
+
}
|
|
186
195
|
}
|
|
187
196
|
|
|
188
|
-
declare function FilterPanel(props: any):
|
|
189
|
-
declare namespace FilterPanel {
|
|
190
|
-
namespace propTypes {
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
export {
|
|
239
|
-
|
|
240
|
-
export {
|
|
241
|
-
|
|
242
|
-
export {
|
|
243
|
-
|
|
244
|
-
export {
|
|
245
|
-
|
|
246
|
-
export {
|
|
247
|
-
|
|
197
|
+
declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
|
|
198
|
+
declare namespace FilterPanel {
|
|
199
|
+
namespace propTypes {
|
|
200
|
+
const availableQuarters: PropTypes.Requireable<string[]>;
|
|
201
|
+
const availableMonths: PropTypes.Requireable<string[]>;
|
|
202
|
+
const availableYears: PropTypes.Requireable<string[]>;
|
|
203
|
+
const fieldsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
204
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
205
|
+
required: PropTypes.Requireable<boolean>;
|
|
206
|
+
inputType: PropTypes.Requireable<string>;
|
|
207
|
+
placeHolder: PropTypes.Requireable<string>;
|
|
208
|
+
xIconShow: PropTypes.Requireable<boolean>;
|
|
209
|
+
label: PropTypes.Requireable<string>;
|
|
210
|
+
labelEmptyValue: PropTypes.Requireable<string>;
|
|
211
|
+
name: PropTypes.Requireable<string>;
|
|
212
|
+
periodPickerSelectedValue: PropTypes.Requireable<string>;
|
|
213
|
+
selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
|
|
214
|
+
value: PropTypes.Requireable<string>;
|
|
215
|
+
label: PropTypes.Requireable<string>;
|
|
216
|
+
}>[]>;
|
|
217
|
+
orderBy: PropTypes.Requireable<string>;
|
|
218
|
+
elementType: PropTypes.Requireable<string>;
|
|
219
|
+
value: PropTypes.Requireable<number>;
|
|
220
|
+
color: PropTypes.Requireable<string>;
|
|
221
|
+
defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
|
|
222
|
+
value: PropTypes.Requireable<string>;
|
|
223
|
+
label: PropTypes.Requireable<string>;
|
|
224
|
+
}>>;
|
|
225
|
+
dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
|
|
226
|
+
value: PropTypes.Requireable<string>;
|
|
227
|
+
label: PropTypes.Requireable<string>;
|
|
228
|
+
}>[]>;
|
|
229
|
+
}>[]>;
|
|
230
|
+
const width: PropTypes.Requireable<string>;
|
|
231
|
+
const height: PropTypes.Requireable<string>;
|
|
232
|
+
const okButtonBackgroundColor: PropTypes.Requireable<string>;
|
|
233
|
+
const okButtonHoverColor: PropTypes.Requireable<string>;
|
|
234
|
+
const resetButtonHoverColor: PropTypes.Requireable<string>;
|
|
235
|
+
const borderColor: PropTypes.Requireable<string>;
|
|
236
|
+
const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
237
|
+
const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
238
|
+
const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
|
|
239
|
+
const disableOKButton: PropTypes.Requireable<boolean>;
|
|
240
|
+
const className: PropTypes.Requireable<string>;
|
|
241
|
+
const useExternalFilterState: PropTypes.Requireable<boolean>;
|
|
242
|
+
const showShadow: PropTypes.Requireable<boolean>;
|
|
243
|
+
const tooltipTextGoButton: PropTypes.Requireable<string>;
|
|
244
|
+
}
|
|
245
|
+
namespace defaultProps {
|
|
246
|
+
const availableQuarters_1: string[];
|
|
247
|
+
export { availableQuarters_1 as availableQuarters };
|
|
248
|
+
const availableMonths_1: string[];
|
|
249
|
+
export { availableMonths_1 as availableMonths };
|
|
250
|
+
const availableYears_1: string[];
|
|
251
|
+
export { availableYears_1 as availableYears };
|
|
252
|
+
const fieldsData_1: any[];
|
|
253
|
+
export { fieldsData_1 as fieldsData };
|
|
254
|
+
const width_1: string;
|
|
255
|
+
export { width_1 as width };
|
|
256
|
+
const height_1: string;
|
|
257
|
+
export { height_1 as height };
|
|
258
|
+
const okButtonBackgroundColor_1: string;
|
|
259
|
+
export { okButtonBackgroundColor_1 as okButtonBackgroundColor };
|
|
260
|
+
const okButtonHoverColor_1: string;
|
|
261
|
+
export { okButtonHoverColor_1 as okButtonHoverColor };
|
|
262
|
+
const resetButtonHoverColor_1: string;
|
|
263
|
+
export { resetButtonHoverColor_1 as resetButtonHoverColor };
|
|
264
|
+
const borderColor_1: string;
|
|
265
|
+
export { borderColor_1 as borderColor };
|
|
266
|
+
export function onOkClick_1(): void;
|
|
267
|
+
export { onOkClick_1 as onOkClick };
|
|
268
|
+
export function onResetClick_1(): void;
|
|
269
|
+
export { onResetClick_1 as onResetClick };
|
|
270
|
+
export function onItemValueChanged_1(): void;
|
|
271
|
+
export { onItemValueChanged_1 as onItemValueChanged };
|
|
272
|
+
const disableOKButton_1: boolean;
|
|
273
|
+
export { disableOKButton_1 as disableOKButton };
|
|
274
|
+
const className_1: string;
|
|
275
|
+
export { className_1 as className };
|
|
276
|
+
const useExternalFilterState_1: boolean;
|
|
277
|
+
export { useExternalFilterState_1 as useExternalFilterState };
|
|
278
|
+
const showShadow_1: boolean;
|
|
279
|
+
export { showShadow_1 as showShadow };
|
|
280
|
+
const tooltipTextGoButton_1: string;
|
|
281
|
+
export { tooltipTextGoButton_1 as tooltipTextGoButton };
|
|
282
|
+
}
|
|
248
283
|
}
|
|
249
284
|
|
|
250
|
-
declare function ReportTable(props: any):
|
|
251
|
-
declare namespace ReportTable {
|
|
252
|
-
namespace propTypes {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
export {
|
|
296
|
-
|
|
297
|
-
export {
|
|
298
|
-
|
|
299
|
-
export {
|
|
300
|
-
|
|
301
|
-
export {
|
|
302
|
-
|
|
303
|
-
export {
|
|
304
|
-
|
|
305
|
-
export {
|
|
306
|
-
|
|
307
|
-
export {
|
|
308
|
-
|
|
309
|
-
export {
|
|
310
|
-
|
|
311
|
-
export {
|
|
312
|
-
|
|
313
|
-
export {
|
|
314
|
-
export
|
|
315
|
-
export
|
|
316
|
-
export
|
|
317
|
-
export
|
|
318
|
-
export
|
|
319
|
-
export
|
|
320
|
-
|
|
321
|
-
|
|
285
|
+
declare function ReportTable(props: any): react_jsx_runtime.JSX.Element;
|
|
286
|
+
declare namespace ReportTable {
|
|
287
|
+
namespace propTypes {
|
|
288
|
+
const buttonText: PropTypes.Requireable<string>;
|
|
289
|
+
const buttonIconName: PropTypes.Requireable<string>;
|
|
290
|
+
const tableData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
291
|
+
columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
|
|
292
|
+
label: PropTypes.Requireable<string>;
|
|
293
|
+
key: PropTypes.Requireable<string>;
|
|
294
|
+
}>[]>;
|
|
295
|
+
rowsValues: PropTypes.Requireable<{
|
|
296
|
+
[x: string]: string;
|
|
297
|
+
}[]>;
|
|
298
|
+
}>>;
|
|
299
|
+
const maxColumnsNumber: PropTypes.Requireable<number>;
|
|
300
|
+
const useColorLinearGradient: PropTypes.Requireable<boolean>;
|
|
301
|
+
const useSelectButtons: PropTypes.Requireable<boolean>;
|
|
302
|
+
const disableSelectButtons: PropTypes.Requireable<boolean>;
|
|
303
|
+
const disableInfo: PropTypes.Requireable<boolean>;
|
|
304
|
+
const selectTextColor: PropTypes.Requireable<string>;
|
|
305
|
+
const onSelectRowClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
306
|
+
const onCheckRowClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
307
|
+
const onAllRowsCheckBoxClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
308
|
+
const useCheckBoxes: PropTypes.Requireable<boolean>;
|
|
309
|
+
const selectHoverColor: PropTypes.Requireable<string>;
|
|
310
|
+
const enableHover: PropTypes.Requireable<boolean>;
|
|
311
|
+
const enablePagination: PropTypes.Requireable<boolean>;
|
|
312
|
+
}
|
|
313
|
+
namespace defaultProps {
|
|
314
|
+
const buttonText_1: string;
|
|
315
|
+
export { buttonText_1 as buttonText };
|
|
316
|
+
const buttonIconName_1: string;
|
|
317
|
+
export { buttonIconName_1 as buttonIconName };
|
|
318
|
+
export namespace tableData_1 {
|
|
319
|
+
const columnsHeadings: {
|
|
320
|
+
label: string;
|
|
321
|
+
key: string;
|
|
322
|
+
}[];
|
|
323
|
+
const rowsValues: {
|
|
324
|
+
retailer: string;
|
|
325
|
+
eventDescription: string;
|
|
326
|
+
totalCost: string;
|
|
327
|
+
incBaselineSales: string;
|
|
328
|
+
}[];
|
|
329
|
+
}
|
|
330
|
+
export { tableData_1 as tableData };
|
|
331
|
+
const maxColumnsNumber_1: number;
|
|
332
|
+
export { maxColumnsNumber_1 as maxColumnsNumber };
|
|
333
|
+
const useColorLinearGradient_1: boolean;
|
|
334
|
+
export { useColorLinearGradient_1 as useColorLinearGradient };
|
|
335
|
+
const enableHover_1: boolean;
|
|
336
|
+
export { enableHover_1 as enableHover };
|
|
337
|
+
const enablePagination_1: boolean;
|
|
338
|
+
export { enablePagination_1 as enablePagination };
|
|
339
|
+
const selectHoverColor_1: string;
|
|
340
|
+
export { selectHoverColor_1 as selectHoverColor };
|
|
341
|
+
const useSelectButtons_1: boolean;
|
|
342
|
+
export { useSelectButtons_1 as useSelectButtons };
|
|
343
|
+
const disableSelectButtons_1: boolean;
|
|
344
|
+
export { disableSelectButtons_1 as disableSelectButtons };
|
|
345
|
+
const disableInfo_1: boolean;
|
|
346
|
+
export { disableInfo_1 as disableInfo };
|
|
347
|
+
const selectTextColor_1: string;
|
|
348
|
+
export { selectTextColor_1 as selectTextColor };
|
|
349
|
+
export function onSelectRowClick_1(): void;
|
|
350
|
+
export { onSelectRowClick_1 as onSelectRowClick };
|
|
351
|
+
export function onCheckRowClick_1(): void;
|
|
352
|
+
export { onCheckRowClick_1 as onCheckRowClick };
|
|
353
|
+
export function onAllRowsCheckBoxClick_1(): void;
|
|
354
|
+
export { onAllRowsCheckBoxClick_1 as onAllRowsCheckBoxClick };
|
|
355
|
+
const useCheckBoxes_1: boolean;
|
|
356
|
+
export { useCheckBoxes_1 as useCheckBoxes };
|
|
357
|
+
export const limit: number;
|
|
358
|
+
export const currentPage: number;
|
|
359
|
+
export const totalPages: number;
|
|
360
|
+
export const totalTableResults: number;
|
|
361
|
+
export const isLoading: boolean;
|
|
362
|
+
export function onSortChangeCallback(): void;
|
|
363
|
+
export function onSortReset(): void;
|
|
364
|
+
}
|
|
322
365
|
}
|
|
323
366
|
|
|
324
|
-
declare function EventList(props: any):
|
|
325
|
-
declare namespace EventList {
|
|
326
|
-
namespace propTypes {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
export
|
|
346
|
-
|
|
347
|
-
|
|
367
|
+
declare function EventList(props: any): react_jsx_runtime.JSX.Element;
|
|
368
|
+
declare namespace EventList {
|
|
369
|
+
namespace propTypes {
|
|
370
|
+
const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
371
|
+
eventName: PropTypes.Requireable<string>;
|
|
372
|
+
period: PropTypes.Requireable<string>;
|
|
373
|
+
}>[]>;
|
|
374
|
+
const selectTextColor: PropTypes.Requireable<string>;
|
|
375
|
+
const height: PropTypes.Requireable<string>;
|
|
376
|
+
const width: PropTypes.Requireable<string>;
|
|
377
|
+
const itemHeight: PropTypes.Requireable<string>;
|
|
378
|
+
const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
379
|
+
}
|
|
380
|
+
namespace defaultProps {
|
|
381
|
+
const eventsData_1: any[];
|
|
382
|
+
export { eventsData_1 as eventsData };
|
|
383
|
+
const selectTextColor_1: string;
|
|
384
|
+
export { selectTextColor_1 as selectTextColor };
|
|
385
|
+
const width_1: string;
|
|
386
|
+
export { width_1 as width };
|
|
387
|
+
const height_1: string;
|
|
388
|
+
export { height_1 as height };
|
|
389
|
+
const itemHeight_1: string;
|
|
390
|
+
export { itemHeight_1 as itemHeight };
|
|
391
|
+
export function onSelectClick_1(): void;
|
|
392
|
+
export { onSelectClick_1 as onSelectClick };
|
|
393
|
+
}
|
|
348
394
|
}
|
|
349
395
|
|
|
350
|
-
declare function BannerEventBoxList(props: any):
|
|
351
|
-
declare namespace BannerEventBoxList {
|
|
352
|
-
namespace propTypes {
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
}
|
|
372
|
-
namespace defaultProps {
|
|
373
|
-
|
|
374
|
-
export { className_1 as className };
|
|
375
|
-
|
|
376
|
-
export { width_1 as width };
|
|
377
|
-
|
|
378
|
-
export { height_1 as height };
|
|
379
|
-
|
|
380
|
-
export { eventType_1 as eventType };
|
|
381
|
-
|
|
382
|
-
export { eventName_1 as eventName };
|
|
383
|
-
|
|
384
|
-
export { count_1 as count };
|
|
385
|
-
|
|
386
|
-
export { toggleColor_1 as toggleColor };
|
|
387
|
-
|
|
388
|
-
banner: string;
|
|
389
|
-
description: string;
|
|
390
|
-
dates: string[];
|
|
391
|
-
data: {
|
|
392
|
-
name: string;
|
|
393
|
-
items: string[];
|
|
394
|
-
}[];
|
|
395
|
-
}[];
|
|
396
|
-
export { data_1 as data };
|
|
397
|
-
|
|
398
|
-
export { retailer_1 as retailer };
|
|
399
|
-
export function retailerFile_1(): void;
|
|
400
|
-
export { retailerFile_1 as retailerFile };
|
|
401
|
-
|
|
402
|
-
export { cardsContent_1 as cardsContent };
|
|
403
|
-
|
|
404
|
-
export { linkText_1 as linkText };
|
|
405
|
-
|
|
406
|
-
export { showLoader_1 as showLoader };
|
|
407
|
-
|
|
408
|
-
export { showEventDetails_1 as showEventDetails };
|
|
409
|
-
|
|
410
|
-
export { disableToggle_1 as disableToggle };
|
|
411
|
-
|
|
412
|
-
export { children_1 as children };
|
|
413
|
-
|
|
414
|
-
export { bannerWidth_1 as bannerWidth };
|
|
415
|
-
|
|
416
|
-
export { showDraft_1 as showDraft };
|
|
417
|
-
}
|
|
396
|
+
declare function BannerEventBoxList(props: any): react_jsx_runtime.JSX.Element;
|
|
397
|
+
declare namespace BannerEventBoxList {
|
|
398
|
+
namespace propTypes {
|
|
399
|
+
const className: PropTypes.Requireable<string>;
|
|
400
|
+
const width: PropTypes.Requireable<string>;
|
|
401
|
+
const height: PropTypes.Requireable<string>;
|
|
402
|
+
const eventType: PropTypes.Requireable<string>;
|
|
403
|
+
const eventName: PropTypes.Requireable<string>;
|
|
404
|
+
const count: PropTypes.Requireable<number>;
|
|
405
|
+
const toggleColor: PropTypes.Requireable<string>;
|
|
406
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
407
|
+
const retailer: PropTypes.Requireable<string>;
|
|
408
|
+
const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
|
|
409
|
+
const showLoader: PropTypes.Requireable<boolean>;
|
|
410
|
+
const showEventDetails: PropTypes.Requireable<boolean>;
|
|
411
|
+
const cardsContent: PropTypes.Requireable<boolean>;
|
|
412
|
+
const linkText: PropTypes.Requireable<string>;
|
|
413
|
+
const disableToggle: PropTypes.Requireable<boolean>;
|
|
414
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
415
|
+
const bannerWidth: PropTypes.Requireable<string>;
|
|
416
|
+
const showDraft: PropTypes.Requireable<boolean>;
|
|
417
|
+
}
|
|
418
|
+
namespace defaultProps {
|
|
419
|
+
const className_1: string;
|
|
420
|
+
export { className_1 as className };
|
|
421
|
+
const width_1: string;
|
|
422
|
+
export { width_1 as width };
|
|
423
|
+
const height_1: string;
|
|
424
|
+
export { height_1 as height };
|
|
425
|
+
const eventType_1: string;
|
|
426
|
+
export { eventType_1 as eventType };
|
|
427
|
+
const eventName_1: string;
|
|
428
|
+
export { eventName_1 as eventName };
|
|
429
|
+
const count_1: any;
|
|
430
|
+
export { count_1 as count };
|
|
431
|
+
const toggleColor_1: string;
|
|
432
|
+
export { toggleColor_1 as toggleColor };
|
|
433
|
+
const data_1: {
|
|
434
|
+
banner: string;
|
|
435
|
+
description: string;
|
|
436
|
+
dates: string[];
|
|
437
|
+
data: {
|
|
438
|
+
name: string;
|
|
439
|
+
items: string[];
|
|
440
|
+
}[];
|
|
441
|
+
}[];
|
|
442
|
+
export { data_1 as data };
|
|
443
|
+
const retailer_1: string;
|
|
444
|
+
export { retailer_1 as retailer };
|
|
445
|
+
export function retailerFile_1(): void;
|
|
446
|
+
export { retailerFile_1 as retailerFile };
|
|
447
|
+
const cardsContent_1: boolean;
|
|
448
|
+
export { cardsContent_1 as cardsContent };
|
|
449
|
+
const linkText_1: string;
|
|
450
|
+
export { linkText_1 as linkText };
|
|
451
|
+
const showLoader_1: boolean;
|
|
452
|
+
export { showLoader_1 as showLoader };
|
|
453
|
+
const showEventDetails_1: boolean;
|
|
454
|
+
export { showEventDetails_1 as showEventDetails };
|
|
455
|
+
const disableToggle_1: boolean;
|
|
456
|
+
export { disableToggle_1 as disableToggle };
|
|
457
|
+
const children_1: any;
|
|
458
|
+
export { children_1 as children };
|
|
459
|
+
const bannerWidth_1: string;
|
|
460
|
+
export { bannerWidth_1 as bannerWidth };
|
|
461
|
+
const showDraft_1: boolean;
|
|
462
|
+
export { showDraft_1 as showDraft };
|
|
463
|
+
}
|
|
418
464
|
}
|
|
419
465
|
|
|
420
|
-
declare function DialogOverlay(props: any):
|
|
421
|
-
declare namespace DialogOverlay {
|
|
422
|
-
namespace propTypes {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
}
|
|
428
|
-
namespace defaultProps {
|
|
429
|
-
|
|
430
|
-
export { title_1 as title };
|
|
431
|
-
|
|
432
|
-
export { children_1 as children };
|
|
433
|
-
export function onDialogClose_1(): void;
|
|
434
|
-
export { onDialogClose_1 as onDialogClose };
|
|
435
|
-
|
|
436
|
-
export { className_1 as className };
|
|
437
|
-
}
|
|
466
|
+
declare function DialogOverlay(props: any): react_jsx_runtime.JSX.Element;
|
|
467
|
+
declare namespace DialogOverlay {
|
|
468
|
+
namespace propTypes {
|
|
469
|
+
const title: PropTypes.Requireable<string>;
|
|
470
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
471
|
+
const onDialogClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
472
|
+
const className: PropTypes.Requireable<string>;
|
|
473
|
+
}
|
|
474
|
+
namespace defaultProps {
|
|
475
|
+
const title_1: string;
|
|
476
|
+
export { title_1 as title };
|
|
477
|
+
const children_1: any;
|
|
478
|
+
export { children_1 as children };
|
|
479
|
+
export function onDialogClose_1(): void;
|
|
480
|
+
export { onDialogClose_1 as onDialogClose };
|
|
481
|
+
const className_1: string;
|
|
482
|
+
export { className_1 as className };
|
|
483
|
+
}
|
|
438
484
|
}
|
|
439
485
|
|
|
440
|
-
declare function CollapseHeader(props: any):
|
|
441
|
-
declare namespace CollapseHeader {
|
|
442
|
-
namespace propTypes {
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
}
|
|
483
|
-
export {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
export {
|
|
498
|
-
|
|
499
|
-
export {
|
|
500
|
-
|
|
501
|
-
export {
|
|
502
|
-
|
|
503
|
-
export {
|
|
504
|
-
|
|
486
|
+
declare function CollapseHeader(props: any): react_jsx_runtime.JSX.Element;
|
|
487
|
+
declare namespace CollapseHeader {
|
|
488
|
+
namespace propTypes {
|
|
489
|
+
const className: PropTypes.Requireable<string>;
|
|
490
|
+
const showRetailerIcon: PropTypes.Requireable<boolean>;
|
|
491
|
+
const showPeriodIcon: PropTypes.Requireable<boolean>;
|
|
492
|
+
const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
493
|
+
label: PropTypes.Requireable<string>;
|
|
494
|
+
}>[]>;
|
|
495
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
496
|
+
eventType: PropTypes.Requireable<string>;
|
|
497
|
+
retailer: PropTypes.Requireable<string>;
|
|
498
|
+
eventDescription: PropTypes.Requireable<string>;
|
|
499
|
+
objectivesDescription: PropTypes.Requireable<string>;
|
|
500
|
+
eventDatesValue: PropTypes.Requireable<string>;
|
|
501
|
+
externalEventDescription: PropTypes.Requireable<string>;
|
|
502
|
+
externalEventID: PropTypes.Requireable<string>;
|
|
503
|
+
storeType: PropTypes.Requireable<string>;
|
|
504
|
+
category: PropTypes.Requireable<string>;
|
|
505
|
+
supplier: PropTypes.Requireable<string>;
|
|
506
|
+
brand: PropTypes.Requireable<string>;
|
|
507
|
+
}>>;
|
|
508
|
+
const showViewCreativeButton: PropTypes.Requireable<boolean>;
|
|
509
|
+
const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
510
|
+
const descriptionTitle: PropTypes.Requireable<string>;
|
|
511
|
+
const datesTitle: PropTypes.Requireable<string>;
|
|
512
|
+
const width: PropTypes.Requireable<string>;
|
|
513
|
+
const height: PropTypes.Requireable<string>;
|
|
514
|
+
const textcolor: PropTypes.Requireable<string>;
|
|
515
|
+
const showDraft: PropTypes.Requireable<boolean>;
|
|
516
|
+
const buttonText: PropTypes.Requireable<string>;
|
|
517
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
518
|
+
}
|
|
519
|
+
namespace defaultProps {
|
|
520
|
+
const className_1: string;
|
|
521
|
+
export { className_1 as className };
|
|
522
|
+
const showRetailerIcon_1: boolean;
|
|
523
|
+
export { showRetailerIcon_1 as showRetailerIcon };
|
|
524
|
+
const showPeriodIcon_1: boolean;
|
|
525
|
+
export { showPeriodIcon_1 as showPeriodIcon };
|
|
526
|
+
const viewCreativeRetailersData_1: {
|
|
527
|
+
label: string;
|
|
528
|
+
}[];
|
|
529
|
+
export { viewCreativeRetailersData_1 as viewCreativeRetailersData };
|
|
530
|
+
export namespace data_1 {
|
|
531
|
+
const eventType: string;
|
|
532
|
+
const retailer: string;
|
|
533
|
+
const eventDescription: string;
|
|
534
|
+
const objectivesDescription: string;
|
|
535
|
+
const eventDatesValue: string;
|
|
536
|
+
const externalEventDescription: string;
|
|
537
|
+
const externalEventID: string;
|
|
538
|
+
const storeType: string;
|
|
539
|
+
const category: string;
|
|
540
|
+
const supplier: string;
|
|
541
|
+
const brand: string;
|
|
542
|
+
}
|
|
543
|
+
export { data_1 as data };
|
|
544
|
+
const showViewCreativeButton_1: boolean;
|
|
545
|
+
export { showViewCreativeButton_1 as showViewCreativeButton };
|
|
546
|
+
export function viewCreativeOnClick_1(): void;
|
|
547
|
+
export { viewCreativeOnClick_1 as viewCreativeOnClick };
|
|
548
|
+
const width_1: string;
|
|
549
|
+
export { width_1 as width };
|
|
550
|
+
const height_1: string;
|
|
551
|
+
export { height_1 as height };
|
|
552
|
+
const textcolor_1: string;
|
|
553
|
+
export { textcolor_1 as textcolor };
|
|
554
|
+
const showDraft_1: boolean;
|
|
555
|
+
export { showDraft_1 as showDraft };
|
|
556
|
+
const disabled_1: boolean;
|
|
557
|
+
export { disabled_1 as disabled };
|
|
558
|
+
const buttonText_1: string;
|
|
559
|
+
export { buttonText_1 as buttonText };
|
|
560
|
+
const descriptionTitle_1: string;
|
|
561
|
+
export { descriptionTitle_1 as descriptionTitle };
|
|
562
|
+
const datesTitle_1: string;
|
|
563
|
+
export { datesTitle_1 as datesTitle };
|
|
564
|
+
}
|
|
505
565
|
}
|
|
506
566
|
|
|
507
|
-
declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
|
|
508
|
-
hoverColor?: string;
|
|
509
|
-
multipleSelection?: boolean;
|
|
510
|
-
xIconShow?: boolean;
|
|
511
|
-
disabled?: boolean;
|
|
512
|
-
error?: boolean;
|
|
513
|
-
errorMessage?: string;
|
|
514
|
-
label?: string;
|
|
515
|
-
labelColor?: string;
|
|
516
|
-
placeHolder?: string;
|
|
517
|
-
width?: string;
|
|
518
|
-
checkBoxColor?: string;
|
|
519
|
-
onChange?: (value: any) => void;
|
|
520
|
-
options?: any[];
|
|
521
|
-
selectedValue?: any[];
|
|
522
|
-
}):
|
|
567
|
+
declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
|
|
568
|
+
hoverColor?: string;
|
|
569
|
+
multipleSelection?: boolean;
|
|
570
|
+
xIconShow?: boolean;
|
|
571
|
+
disabled?: boolean;
|
|
572
|
+
error?: boolean;
|
|
573
|
+
errorMessage?: string;
|
|
574
|
+
label?: string;
|
|
575
|
+
labelColor?: string;
|
|
576
|
+
placeHolder?: string;
|
|
577
|
+
width?: string;
|
|
578
|
+
checkBoxColor?: string;
|
|
579
|
+
onChange?: (value: any) => void;
|
|
580
|
+
options?: any[];
|
|
581
|
+
selectedValue?: any[];
|
|
582
|
+
}): react_jsx_runtime.JSX.Element;
|
|
523
583
|
|
|
524
|
-
declare function OneColumnContainer(props: any):
|
|
525
|
-
declare namespace OneColumnContainer {
|
|
526
|
-
namespace propTypes {
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
}
|
|
552
|
-
namespace defaultProps {
|
|
553
|
-
|
|
554
|
-
export { children_1 as children };
|
|
555
|
-
|
|
556
|
-
export { display_1 as display };
|
|
557
|
-
|
|
558
|
-
export { isLoading_1 as isLoading };
|
|
559
|
-
|
|
560
|
-
export { gridTemplateColumns_1 as gridTemplateColumns };
|
|
561
|
-
|
|
562
|
-
export { itemClass_1 as itemClass };
|
|
563
|
-
|
|
564
|
-
export { divStyle_1 as divStyle };
|
|
565
|
-
|
|
566
|
-
export { overStyle_1 as overStyle };
|
|
567
|
-
|
|
568
|
-
export { draggingStyle_1 as draggingStyle };
|
|
569
|
-
|
|
570
|
-
export { droppedStyle_1 as droppedStyle };
|
|
571
|
-
|
|
572
|
-
export { width_1 as width };
|
|
573
|
-
|
|
574
|
-
export { height_1 as height };
|
|
575
|
-
|
|
576
|
-
export { overflow_1 as overflow };
|
|
577
|
-
|
|
578
|
-
export { transparentBackground_1 as transparentBackground };
|
|
579
|
-
|
|
580
|
-
export { infoTitle_1 as infoTitle };
|
|
581
|
-
|
|
582
|
-
export { infoText_1 as infoText };
|
|
583
|
-
|
|
584
|
-
export { disableInfo_1 as disableInfo };
|
|
585
|
-
|
|
586
|
-
export { showViewByBannerButton_1 as showViewByBannerButton };
|
|
587
|
-
export function onBannerClick_1(): void;
|
|
588
|
-
export { onBannerClick_1 as onBannerClick };
|
|
589
|
-
|
|
590
|
-
export { columnTitle_1 as columnTitle };
|
|
591
|
-
|
|
592
|
-
export { isPercentOfChange_1 as isPercentOfChange };
|
|
593
|
-
|
|
594
|
-
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
595
|
-
|
|
596
|
-
export { backgroundImage_1 as backgroundImage };
|
|
597
|
-
|
|
598
|
-
export { showBackgroundImage_1 as showBackgroundImage };
|
|
599
|
-
|
|
600
|
-
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
601
|
-
}
|
|
584
|
+
declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
|
|
585
|
+
declare namespace OneColumnContainer {
|
|
586
|
+
namespace propTypes {
|
|
587
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
588
|
+
const display: PropTypes.Requireable<string>;
|
|
589
|
+
const isLoading: PropTypes.Requireable<boolean>;
|
|
590
|
+
const gridTemplateColumns: PropTypes.Requireable<string>;
|
|
591
|
+
const itemClass: PropTypes.Requireable<string>;
|
|
592
|
+
const divStyle: PropTypes.Requireable<string>;
|
|
593
|
+
const overStyle: PropTypes.Requireable<string>;
|
|
594
|
+
const draggingStyle: PropTypes.Requireable<string>;
|
|
595
|
+
const droppedStyle: PropTypes.Requireable<string>;
|
|
596
|
+
const width: PropTypes.Requireable<string>;
|
|
597
|
+
const height: PropTypes.Requireable<string>;
|
|
598
|
+
const overflow: PropTypes.Requireable<string>;
|
|
599
|
+
const transparentBackground: PropTypes.Requireable<boolean>;
|
|
600
|
+
const infoTitle: PropTypes.Requireable<string>;
|
|
601
|
+
const infoText: PropTypes.Requireable<string>;
|
|
602
|
+
const disableInfo: PropTypes.Requireable<boolean>;
|
|
603
|
+
const showViewByBannerButton: PropTypes.Requireable<boolean>;
|
|
604
|
+
const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
605
|
+
const columnTitle: PropTypes.Requireable<string>;
|
|
606
|
+
const isPercentOfChange: PropTypes.Requireable<boolean>;
|
|
607
|
+
const PercentOfChangeData: PropTypes.Requireable<number>;
|
|
608
|
+
const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
609
|
+
const showBackgroundImage: PropTypes.Requireable<boolean>;
|
|
610
|
+
const backgroundImageStyle: PropTypes.Requireable<object>;
|
|
611
|
+
}
|
|
612
|
+
namespace defaultProps {
|
|
613
|
+
const children_1: any;
|
|
614
|
+
export { children_1 as children };
|
|
615
|
+
const display_1: string;
|
|
616
|
+
export { display_1 as display };
|
|
617
|
+
const isLoading_1: string;
|
|
618
|
+
export { isLoading_1 as isLoading };
|
|
619
|
+
const gridTemplateColumns_1: string;
|
|
620
|
+
export { gridTemplateColumns_1 as gridTemplateColumns };
|
|
621
|
+
const itemClass_1: string;
|
|
622
|
+
export { itemClass_1 as itemClass };
|
|
623
|
+
const divStyle_1: string;
|
|
624
|
+
export { divStyle_1 as divStyle };
|
|
625
|
+
const overStyle_1: string;
|
|
626
|
+
export { overStyle_1 as overStyle };
|
|
627
|
+
const draggingStyle_1: string;
|
|
628
|
+
export { draggingStyle_1 as draggingStyle };
|
|
629
|
+
const droppedStyle_1: string;
|
|
630
|
+
export { droppedStyle_1 as droppedStyle };
|
|
631
|
+
const width_1: string;
|
|
632
|
+
export { width_1 as width };
|
|
633
|
+
const height_1: string;
|
|
634
|
+
export { height_1 as height };
|
|
635
|
+
const overflow_1: string;
|
|
636
|
+
export { overflow_1 as overflow };
|
|
637
|
+
const transparentBackground_1: boolean;
|
|
638
|
+
export { transparentBackground_1 as transparentBackground };
|
|
639
|
+
const infoTitle_1: string;
|
|
640
|
+
export { infoTitle_1 as infoTitle };
|
|
641
|
+
const infoText_1: string;
|
|
642
|
+
export { infoText_1 as infoText };
|
|
643
|
+
const disableInfo_1: boolean;
|
|
644
|
+
export { disableInfo_1 as disableInfo };
|
|
645
|
+
const showViewByBannerButton_1: boolean;
|
|
646
|
+
export { showViewByBannerButton_1 as showViewByBannerButton };
|
|
647
|
+
export function onBannerClick_1(): void;
|
|
648
|
+
export { onBannerClick_1 as onBannerClick };
|
|
649
|
+
const columnTitle_1: string;
|
|
650
|
+
export { columnTitle_1 as columnTitle };
|
|
651
|
+
const isPercentOfChange_1: boolean;
|
|
652
|
+
export { isPercentOfChange_1 as isPercentOfChange };
|
|
653
|
+
const PercentOfChangeData_1: number;
|
|
654
|
+
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
655
|
+
const backgroundImage_1: string;
|
|
656
|
+
export { backgroundImage_1 as backgroundImage };
|
|
657
|
+
const showBackgroundImage_1: boolean;
|
|
658
|
+
export { showBackgroundImage_1 as showBackgroundImage };
|
|
659
|
+
const backgroundImageStyle_1: {};
|
|
660
|
+
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
661
|
+
}
|
|
602
662
|
}
|
|
603
663
|
|
|
604
|
-
declare function BarChartsByWeeks(props: any):
|
|
605
|
-
declare namespace BarChartsByWeeks {
|
|
606
|
-
namespace propTypes {
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
export {
|
|
658
|
-
|
|
659
|
-
export {
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
664
|
+
declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
|
|
665
|
+
declare namespace BarChartsByWeeks {
|
|
666
|
+
namespace propTypes {
|
|
667
|
+
const className: PropTypes.Requireable<string>;
|
|
668
|
+
const title: PropTypes.Requireable<string>;
|
|
669
|
+
const showHeaderTopValue: PropTypes.Requireable<boolean>;
|
|
670
|
+
const headerValueTopTitle: PropTypes.Requireable<string>;
|
|
671
|
+
const headerValueBottomTitle: PropTypes.Requireable<string>;
|
|
672
|
+
const headerValue: PropTypes.Requireable<number>;
|
|
673
|
+
const HeaderValueCurrencyType: PropTypes.Requireable<string>;
|
|
674
|
+
const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
|
|
675
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
676
|
+
title: PropTypes.Requireable<string>;
|
|
677
|
+
value: PropTypes.Requireable<number>;
|
|
678
|
+
}>[]>;
|
|
679
|
+
const isTitleOriganal: PropTypes.Requireable<boolean>;
|
|
680
|
+
const width: PropTypes.Requireable<string>;
|
|
681
|
+
const height: PropTypes.Requireable<string>;
|
|
682
|
+
const barChartColor: PropTypes.Requireable<string>;
|
|
683
|
+
const barChartSecondColor: PropTypes.Requireable<string>;
|
|
684
|
+
const xselectedColor: PropTypes.Requireable<string>;
|
|
685
|
+
const startWeekRange: PropTypes.Requireable<string>;
|
|
686
|
+
const endWeekRange: PropTypes.Requireable<string>;
|
|
687
|
+
const tooltipTitle: PropTypes.Requireable<string>;
|
|
688
|
+
const tooltipSecondTitle: PropTypes.Requireable<string>;
|
|
689
|
+
const yAxisCounter: PropTypes.Requireable<number>;
|
|
690
|
+
const isPercentValue: PropTypes.Requireable<boolean>;
|
|
691
|
+
const interval: PropTypes.Requireable<string>;
|
|
692
|
+
const showTitle: PropTypes.Requireable<boolean>;
|
|
693
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
694
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
695
|
+
title: PropTypes.Validator<string>;
|
|
696
|
+
iconType: PropTypes.Validator<string>;
|
|
697
|
+
iconColor: PropTypes.Validator<string>;
|
|
698
|
+
}>[]>;
|
|
699
|
+
const showTwoBars: PropTypes.Requireable<boolean>;
|
|
700
|
+
const setLimitHeight: PropTypes.Requireable<number>;
|
|
701
|
+
const setLimitLow: PropTypes.Requireable<number>;
|
|
702
|
+
}
|
|
703
|
+
namespace defaultProps {
|
|
704
|
+
const className_1: string;
|
|
705
|
+
export { className_1 as className };
|
|
706
|
+
const title_1: string;
|
|
707
|
+
export { title_1 as title };
|
|
708
|
+
const showHeaderTopValue_1: boolean;
|
|
709
|
+
export { showHeaderTopValue_1 as showHeaderTopValue };
|
|
710
|
+
const headerValueTopTitle_1: string;
|
|
711
|
+
export { headerValueTopTitle_1 as headerValueTopTitle };
|
|
712
|
+
const headerValueBottomTitle_1: string;
|
|
713
|
+
export { headerValueBottomTitle_1 as headerValueBottomTitle };
|
|
714
|
+
const headerValue_1: number;
|
|
715
|
+
export { headerValue_1 as headerValue };
|
|
716
|
+
const HeaderValueCurrencyType_1: string;
|
|
717
|
+
export { HeaderValueCurrencyType_1 as HeaderValueCurrencyType };
|
|
718
|
+
const HeaderValueIsPercent_1: boolean;
|
|
719
|
+
export { HeaderValueIsPercent_1 as HeaderValueIsPercent };
|
|
720
|
+
const barChartData_1: {
|
|
721
|
+
title: string;
|
|
722
|
+
value: number;
|
|
723
|
+
}[];
|
|
724
|
+
export { barChartData_1 as barChartData };
|
|
725
|
+
const width_1: string;
|
|
726
|
+
export { width_1 as width };
|
|
727
|
+
const height_1: string;
|
|
728
|
+
export { height_1 as height };
|
|
729
|
+
const barChartColor_1: string;
|
|
730
|
+
export { barChartColor_1 as barChartColor };
|
|
731
|
+
const barChartSecondColor_1: string;
|
|
732
|
+
export { barChartSecondColor_1 as barChartSecondColor };
|
|
733
|
+
const xselectedColor_1: string;
|
|
734
|
+
export { xselectedColor_1 as xselectedColor };
|
|
735
|
+
const tooltipTitle_1: string;
|
|
736
|
+
export { tooltipTitle_1 as tooltipTitle };
|
|
737
|
+
const tooltipSecondTitle_1: string;
|
|
738
|
+
export { tooltipSecondTitle_1 as tooltipSecondTitle };
|
|
739
|
+
const startWeekRange_1: number;
|
|
740
|
+
export { startWeekRange_1 as startWeekRange };
|
|
741
|
+
const endWeekRange_1: number;
|
|
742
|
+
export { endWeekRange_1 as endWeekRange };
|
|
743
|
+
const yAxisCounter_1: number;
|
|
744
|
+
export { yAxisCounter_1 as yAxisCounter };
|
|
745
|
+
const isPercentValue_1: boolean;
|
|
746
|
+
export { isPercentValue_1 as isPercentValue };
|
|
747
|
+
const interval_1: string;
|
|
748
|
+
export { interval_1 as interval };
|
|
749
|
+
const showTitle_1: boolean;
|
|
750
|
+
export { showTitle_1 as showTitle };
|
|
751
|
+
const showLegend_1: boolean;
|
|
752
|
+
export { showLegend_1 as showLegend };
|
|
753
|
+
const isTitleOriganal_1: boolean;
|
|
754
|
+
export { isTitleOriganal_1 as isTitleOriganal };
|
|
755
|
+
const legendData_1: {
|
|
756
|
+
title: string;
|
|
757
|
+
iconType: string;
|
|
758
|
+
iconColor: string;
|
|
759
|
+
}[];
|
|
760
|
+
export { legendData_1 as legendData };
|
|
761
|
+
const showTwoBars_1: boolean;
|
|
762
|
+
export { showTwoBars_1 as showTwoBars };
|
|
763
|
+
const setLimitHeight_1: any;
|
|
764
|
+
export { setLimitHeight_1 as setLimitHeight };
|
|
765
|
+
const setLimitLow_1: any;
|
|
766
|
+
export { setLimitLow_1 as setLimitLow };
|
|
767
|
+
}
|
|
701
768
|
}
|
|
702
769
|
|
|
703
|
-
declare function PopupCharts(props: any):
|
|
704
|
-
declare namespace PopupCharts {
|
|
705
|
-
namespace propTypes {
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
value: number;
|
|
740
|
-
}[];
|
|
741
|
-
noDataText: string;
|
|
742
|
-
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
770
|
+
declare function PopupCharts(props: any): react_jsx_runtime.JSX.Element;
|
|
771
|
+
declare namespace PopupCharts {
|
|
772
|
+
namespace propTypes {
|
|
773
|
+
const title: PropTypes.Requireable<string>;
|
|
774
|
+
const chartType: PropTypes.Requireable<string>;
|
|
775
|
+
const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
776
|
+
title: PropTypes.Requireable<string>;
|
|
777
|
+
chartType: PropTypes.Requireable<string>;
|
|
778
|
+
value: PropTypes.Requireable<number>;
|
|
779
|
+
legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
780
|
+
color: PropTypes.Requireable<string>;
|
|
781
|
+
name: PropTypes.Requireable<string>;
|
|
782
|
+
value: PropTypes.Requireable<number>;
|
|
783
|
+
}>[]>;
|
|
784
|
+
noDataText: PropTypes.Requireable<string>;
|
|
785
|
+
}>[]>;
|
|
786
|
+
const isPopupChartsOpen: PropTypes.Requireable<boolean>;
|
|
787
|
+
const width: PropTypes.Requireable<string>;
|
|
788
|
+
const height: PropTypes.Requireable<string>;
|
|
789
|
+
const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
790
|
+
const subtitleTextColor: PropTypes.Requireable<string>;
|
|
791
|
+
}
|
|
792
|
+
namespace defaultProps {
|
|
793
|
+
const title_1: string;
|
|
794
|
+
export { title_1 as title };
|
|
795
|
+
const chartType_1: string;
|
|
796
|
+
export { chartType_1 as chartType };
|
|
797
|
+
const isPopupChartsOpen_1: boolean;
|
|
798
|
+
export { isPopupChartsOpen_1 as isPopupChartsOpen };
|
|
799
|
+
const popupChartsItemsData_1: ({
|
|
800
|
+
title: string;
|
|
801
|
+
chartType: string;
|
|
802
|
+
value: number;
|
|
803
|
+
legendData: {
|
|
804
|
+
color: string;
|
|
805
|
+
name: string;
|
|
806
|
+
value: number;
|
|
807
|
+
}[];
|
|
808
|
+
noDataText: string;
|
|
809
|
+
chartsData?: undefined;
|
|
810
|
+
} | {
|
|
811
|
+
title: string;
|
|
812
|
+
chartType: string;
|
|
813
|
+
value: number;
|
|
814
|
+
chartsData: {
|
|
815
|
+
label: string;
|
|
816
|
+
value: number;
|
|
817
|
+
}[];
|
|
818
|
+
noDataText: string;
|
|
819
|
+
legendData?: undefined;
|
|
820
|
+
})[];
|
|
821
|
+
export { popupChartsItemsData_1 as popupChartsItemsData };
|
|
822
|
+
const width_1: string;
|
|
823
|
+
export { width_1 as width };
|
|
824
|
+
const height_1: string;
|
|
825
|
+
export { height_1 as height };
|
|
826
|
+
export function onCloseClick_1(): void;
|
|
827
|
+
export { onCloseClick_1 as onCloseClick };
|
|
828
|
+
const subtitleTextColor_1: string;
|
|
829
|
+
export { subtitleTextColor_1 as subtitleTextColor };
|
|
830
|
+
}
|
|
754
831
|
}
|
|
755
832
|
|
|
756
|
-
declare function TotalDoughnutChart(props: any):
|
|
757
|
-
declare namespace TotalDoughnutChart {
|
|
758
|
-
namespace propTypes {
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
export {
|
|
790
|
-
|
|
791
|
-
export {
|
|
792
|
-
|
|
793
|
-
export {
|
|
794
|
-
|
|
795
|
-
export {
|
|
796
|
-
|
|
797
|
-
export {
|
|
798
|
-
|
|
799
|
-
export {
|
|
800
|
-
|
|
801
|
-
export {
|
|
802
|
-
|
|
803
|
-
export {
|
|
804
|
-
|
|
805
|
-
export {
|
|
806
|
-
|
|
807
|
-
export {
|
|
808
|
-
|
|
809
|
-
export {
|
|
810
|
-
|
|
811
|
-
export {
|
|
812
|
-
|
|
813
|
-
export {
|
|
814
|
-
|
|
815
|
-
export {
|
|
816
|
-
|
|
817
|
-
export {
|
|
818
|
-
|
|
819
|
-
export {
|
|
820
|
-
|
|
821
|
-
export {
|
|
822
|
-
|
|
823
|
-
export {
|
|
824
|
-
|
|
825
|
-
export {
|
|
826
|
-
|
|
827
|
-
export {
|
|
828
|
-
|
|
829
|
-
export {
|
|
830
|
-
|
|
833
|
+
declare function TotalDoughnutChart(props: any): react_jsx_runtime.JSX.Element;
|
|
834
|
+
declare namespace TotalDoughnutChart {
|
|
835
|
+
namespace propTypes {
|
|
836
|
+
const className: PropTypes.Requireable<string>;
|
|
837
|
+
const title: PropTypes.Requireable<string>;
|
|
838
|
+
const value: PropTypes.Requireable<number>;
|
|
839
|
+
const rootFont: PropTypes.Requireable<string>;
|
|
840
|
+
const containerPadding: PropTypes.Requireable<string>;
|
|
841
|
+
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
842
|
+
const dotCut: PropTypes.Requireable<boolean>;
|
|
843
|
+
const currencySign: PropTypes.Requireable<boolean>;
|
|
844
|
+
const currencyType: PropTypes.Requireable<string>;
|
|
845
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
846
|
+
color: PropTypes.Requireable<string>;
|
|
847
|
+
value: PropTypes.Requireable<number>;
|
|
848
|
+
name: PropTypes.Requireable<string>;
|
|
849
|
+
}>[]>;
|
|
850
|
+
const legendBelow: PropTypes.Requireable<boolean>;
|
|
851
|
+
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
852
|
+
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
853
|
+
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
854
|
+
const width: PropTypes.Requireable<string>;
|
|
855
|
+
const height: PropTypes.Requireable<string>;
|
|
856
|
+
const textcolor: PropTypes.Requireable<string>;
|
|
857
|
+
const titleFontSize: PropTypes.Requireable<string>;
|
|
858
|
+
const FormattedValueFontSize: PropTypes.Requireable<string>;
|
|
859
|
+
const isPercent: PropTypes.Requireable<boolean>;
|
|
860
|
+
const hideTitleAndValue: PropTypes.Requireable<boolean>;
|
|
861
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
862
|
+
const textAfterValue: PropTypes.Requireable<string>;
|
|
863
|
+
}
|
|
864
|
+
namespace defaultProps {
|
|
865
|
+
const className_1: string;
|
|
866
|
+
export { className_1 as className };
|
|
867
|
+
const title_1: string;
|
|
868
|
+
export { title_1 as title };
|
|
869
|
+
const value_1: number;
|
|
870
|
+
export { value_1 as value };
|
|
871
|
+
const rootFont_1: string;
|
|
872
|
+
export { rootFont_1 as rootFont };
|
|
873
|
+
const containerPadding_1: string;
|
|
874
|
+
export { containerPadding_1 as containerPadding };
|
|
875
|
+
const addingBenchmark_1: boolean;
|
|
876
|
+
export { addingBenchmark_1 as addingBenchmark };
|
|
877
|
+
const dotCut_1: boolean;
|
|
878
|
+
export { dotCut_1 as dotCut };
|
|
879
|
+
const currencySign_1: boolean;
|
|
880
|
+
export { currencySign_1 as currencySign };
|
|
881
|
+
const currencyType_1: string;
|
|
882
|
+
export { currencyType_1 as currencyType };
|
|
883
|
+
const legendData_1: any[];
|
|
884
|
+
export { legendData_1 as legendData };
|
|
885
|
+
const legendBelow_1: boolean;
|
|
886
|
+
export { legendBelow_1 as legendBelow };
|
|
887
|
+
const itemsPercentagesValueAside_1: boolean;
|
|
888
|
+
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
889
|
+
const itemsBoldedValues_1: boolean;
|
|
890
|
+
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
891
|
+
const itemsValuesSeparateLine_1: boolean;
|
|
892
|
+
export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
|
|
893
|
+
const width_1: string;
|
|
894
|
+
export { width_1 as width };
|
|
895
|
+
const height_1: string;
|
|
896
|
+
export { height_1 as height };
|
|
897
|
+
const textcolor_1: string;
|
|
898
|
+
export { textcolor_1 as textcolor };
|
|
899
|
+
const titleFontSize_1: string;
|
|
900
|
+
export { titleFontSize_1 as titleFontSize };
|
|
901
|
+
const FormattedValueFontSize_1: string;
|
|
902
|
+
export { FormattedValueFontSize_1 as FormattedValueFontSize };
|
|
903
|
+
const isPercent_1: boolean;
|
|
904
|
+
export { isPercent_1 as isPercent };
|
|
905
|
+
const hideTitleAndValue_1: boolean;
|
|
906
|
+
export { hideTitleAndValue_1 as hideTitleAndValue };
|
|
907
|
+
const noDataText_1: string;
|
|
908
|
+
export { noDataText_1 as noDataText };
|
|
909
|
+
const textAfterValue_1: string;
|
|
910
|
+
export { textAfterValue_1 as textAfterValue };
|
|
911
|
+
}
|
|
831
912
|
}
|
|
832
913
|
|
|
833
|
-
declare function TopToggleList(props: any):
|
|
834
|
-
declare namespace TopToggleList {
|
|
835
|
-
namespace propTypes {
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
}
|
|
841
|
-
namespace defaultProps {
|
|
842
|
-
|
|
843
|
-
export { width_1 as width };
|
|
844
|
-
|
|
845
|
-
export { height_1 as height };
|
|
846
|
-
|
|
847
|
-
export { title_1 as title };
|
|
848
|
-
|
|
849
|
-
value: string;
|
|
850
|
-
label: string;
|
|
851
|
-
}[];
|
|
852
|
-
export { list_1 as list };
|
|
853
|
-
}
|
|
914
|
+
declare function TopToggleList(props: any): react_jsx_runtime.JSX.Element;
|
|
915
|
+
declare namespace TopToggleList {
|
|
916
|
+
namespace propTypes {
|
|
917
|
+
const width: PropTypes.Requireable<string>;
|
|
918
|
+
const height: PropTypes.Requireable<string>;
|
|
919
|
+
const title: PropTypes.Requireable<string>;
|
|
920
|
+
const list: PropTypes.Requireable<any[]>;
|
|
921
|
+
}
|
|
922
|
+
namespace defaultProps {
|
|
923
|
+
const width_1: string;
|
|
924
|
+
export { width_1 as width };
|
|
925
|
+
const height_1: string;
|
|
926
|
+
export { height_1 as height };
|
|
927
|
+
const title_1: string;
|
|
928
|
+
export { title_1 as title };
|
|
929
|
+
const list_1: {
|
|
930
|
+
value: string;
|
|
931
|
+
label: string;
|
|
932
|
+
}[];
|
|
933
|
+
export { list_1 as list };
|
|
934
|
+
}
|
|
854
935
|
}
|
|
855
936
|
|
|
856
|
-
declare function MarketShareDescription(props: any):
|
|
857
|
-
declare namespace MarketShareDescription {
|
|
858
|
-
namespace propTypes {
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
export {
|
|
873
|
-
|
|
874
|
-
export {
|
|
875
|
-
|
|
876
|
-
export {
|
|
877
|
-
|
|
878
|
-
export {
|
|
879
|
-
|
|
937
|
+
declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
|
|
938
|
+
declare namespace MarketShareDescription {
|
|
939
|
+
namespace propTypes {
|
|
940
|
+
const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
941
|
+
label: PropTypes.Requireable<string>;
|
|
942
|
+
checked: PropTypes.Requireable<boolean>;
|
|
943
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
944
|
+
}>[]>;
|
|
945
|
+
const height: PropTypes.Requireable<string>;
|
|
946
|
+
const width: PropTypes.Requireable<string>;
|
|
947
|
+
const iconColor: PropTypes.Requireable<string>;
|
|
948
|
+
const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
949
|
+
const dotCut: PropTypes.Requireable<boolean>;
|
|
950
|
+
}
|
|
951
|
+
namespace defaultProps {
|
|
952
|
+
const marketShareData_1: any[];
|
|
953
|
+
export { marketShareData_1 as marketShareData };
|
|
954
|
+
const width_1: string;
|
|
955
|
+
export { width_1 as width };
|
|
956
|
+
const height_1: string;
|
|
957
|
+
export { height_1 as height };
|
|
958
|
+
const iconColor_1: string;
|
|
959
|
+
export { iconColor_1 as iconColor };
|
|
960
|
+
export function onBannerClick_1(): void;
|
|
961
|
+
export { onBannerClick_1 as onBannerClick };
|
|
962
|
+
const dotCut_1: boolean;
|
|
963
|
+
export { dotCut_1 as dotCut };
|
|
964
|
+
}
|
|
880
965
|
}
|
|
881
966
|
|
|
882
|
-
declare function Heatmap(props: any):
|
|
883
|
-
declare namespace Heatmap {
|
|
884
|
-
namespace propTypes {
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
967
|
+
declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
|
|
968
|
+
declare namespace Heatmap {
|
|
969
|
+
namespace propTypes {
|
|
970
|
+
const title: PropTypes.Validator<string>;
|
|
971
|
+
const data: PropTypes.Validator<PropTypes.InferProps<{
|
|
972
|
+
value: PropTypes.Validator<number>;
|
|
973
|
+
label: PropTypes.Validator<string>;
|
|
974
|
+
color: PropTypes.Validator<string>;
|
|
975
|
+
}>[]>;
|
|
976
|
+
const lowLimit: PropTypes.Validator<number>;
|
|
977
|
+
const barHeight: PropTypes.Validator<string>;
|
|
978
|
+
}
|
|
890
979
|
}
|
|
891
980
|
|
|
892
|
-
declare function TotalHorizontalCharts(props: any):
|
|
893
|
-
declare namespace TotalHorizontalCharts {
|
|
894
|
-
namespace propTypes {
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
export {
|
|
924
|
-
|
|
925
|
-
export {
|
|
926
|
-
|
|
927
|
-
export {
|
|
928
|
-
|
|
929
|
-
export {
|
|
930
|
-
|
|
931
|
-
export {
|
|
932
|
-
|
|
933
|
-
export {
|
|
934
|
-
|
|
935
|
-
export {
|
|
936
|
-
|
|
937
|
-
export {
|
|
938
|
-
|
|
939
|
-
export {
|
|
940
|
-
|
|
941
|
-
export {
|
|
942
|
-
|
|
943
|
-
export {
|
|
944
|
-
|
|
945
|
-
export {
|
|
946
|
-
|
|
947
|
-
export {
|
|
948
|
-
|
|
949
|
-
export {
|
|
950
|
-
|
|
951
|
-
export {
|
|
952
|
-
|
|
953
|
-
export {
|
|
954
|
-
|
|
955
|
-
export {
|
|
956
|
-
|
|
957
|
-
export {
|
|
958
|
-
|
|
959
|
-
export {
|
|
960
|
-
|
|
981
|
+
declare function TotalHorizontalCharts(props: any): react_jsx_runtime.JSX.Element;
|
|
982
|
+
declare namespace TotalHorizontalCharts {
|
|
983
|
+
namespace propTypes {
|
|
984
|
+
const className: PropTypes.Requireable<string>;
|
|
985
|
+
const title: PropTypes.Requireable<string>;
|
|
986
|
+
const value: PropTypes.Requireable<number>;
|
|
987
|
+
const dotCut: PropTypes.Requireable<boolean>;
|
|
988
|
+
const currencySign: PropTypes.Requireable<boolean>;
|
|
989
|
+
const currencyType: PropTypes.Requireable<string>;
|
|
990
|
+
const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
991
|
+
name: PropTypes.Requireable<string>;
|
|
992
|
+
value: PropTypes.Requireable<number>;
|
|
993
|
+
color: PropTypes.Requireable<string>;
|
|
994
|
+
}>[]>;
|
|
995
|
+
const showScrollerBarsCount: PropTypes.Requireable<number>;
|
|
996
|
+
const showPercentAsideValue: PropTypes.Requireable<boolean>;
|
|
997
|
+
const labelFontSize: PropTypes.Requireable<number>;
|
|
998
|
+
const labelLimitedLetters: PropTypes.Requireable<number>;
|
|
999
|
+
const width: PropTypes.Requireable<string>;
|
|
1000
|
+
const height: PropTypes.Requireable<string>;
|
|
1001
|
+
const rightGap: PropTypes.Requireable<number>;
|
|
1002
|
+
const textColor: PropTypes.Requireable<string>;
|
|
1003
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
1004
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
1005
|
+
const isPercentage: PropTypes.Requireable<boolean>;
|
|
1006
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
1007
|
+
const hideTotalValue: PropTypes.Requireable<boolean>;
|
|
1008
|
+
const hideTitle: PropTypes.Requireable<boolean>;
|
|
1009
|
+
}
|
|
1010
|
+
namespace defaultProps {
|
|
1011
|
+
const className_1: string;
|
|
1012
|
+
export { className_1 as className };
|
|
1013
|
+
const title_1: string;
|
|
1014
|
+
export { title_1 as title };
|
|
1015
|
+
const value_1: number;
|
|
1016
|
+
export { value_1 as value };
|
|
1017
|
+
const dotCut_1: boolean;
|
|
1018
|
+
export { dotCut_1 as dotCut };
|
|
1019
|
+
const currencySign_1: boolean;
|
|
1020
|
+
export { currencySign_1 as currencySign };
|
|
1021
|
+
const currencyType_1: string;
|
|
1022
|
+
export { currencyType_1 as currencyType };
|
|
1023
|
+
const chartsData_1: any[];
|
|
1024
|
+
export { chartsData_1 as chartsData };
|
|
1025
|
+
const showScrollerBarsCount_1: number;
|
|
1026
|
+
export { showScrollerBarsCount_1 as showScrollerBarsCount };
|
|
1027
|
+
const showPercentAsideValue_1: boolean;
|
|
1028
|
+
export { showPercentAsideValue_1 as showPercentAsideValue };
|
|
1029
|
+
const labelFontSize_1: number;
|
|
1030
|
+
export { labelFontSize_1 as labelFontSize };
|
|
1031
|
+
const labelLimitedLetters_1: number;
|
|
1032
|
+
export { labelLimitedLetters_1 as labelLimitedLetters };
|
|
1033
|
+
const width_1: string;
|
|
1034
|
+
export { width_1 as width };
|
|
1035
|
+
const height_1: string;
|
|
1036
|
+
export { height_1 as height };
|
|
1037
|
+
const rightGap_1: number;
|
|
1038
|
+
export { rightGap_1 as rightGap };
|
|
1039
|
+
const textColor_1: string;
|
|
1040
|
+
export { textColor_1 as textColor };
|
|
1041
|
+
const noDataText_1: string;
|
|
1042
|
+
export { noDataText_1 as noDataText };
|
|
1043
|
+
const isDollar_1: boolean;
|
|
1044
|
+
export { isDollar_1 as isDollar };
|
|
1045
|
+
const isPercentage_1: boolean;
|
|
1046
|
+
export { isPercentage_1 as isPercentage };
|
|
1047
|
+
const showDollarSign_1: boolean;
|
|
1048
|
+
export { showDollarSign_1 as showDollarSign };
|
|
1049
|
+
const hideTotalValue_1: boolean;
|
|
1050
|
+
export { hideTotalValue_1 as hideTotalValue };
|
|
1051
|
+
const hideTitle_1: boolean;
|
|
1052
|
+
export { hideTitle_1 as hideTitle };
|
|
1053
|
+
}
|
|
961
1054
|
}
|
|
962
1055
|
|
|
963
|
-
declare function IconButton(props: any):
|
|
964
|
-
declare namespace IconButton {
|
|
965
|
-
namespace propTypes {
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
}
|
|
980
|
-
namespace defaultProps {
|
|
981
|
-
|
|
982
|
-
export { fileLink_1 as fileLink };
|
|
983
|
-
|
|
984
|
-
export { showProcess_1 as showProcess };
|
|
985
|
-
|
|
986
|
-
export { buttonText_1 as buttonText };
|
|
987
|
-
|
|
988
|
-
export { iconName_1 as iconName };
|
|
989
|
-
|
|
990
|
-
export { contentColor_1 as contentColor };
|
|
991
|
-
|
|
992
|
-
export { backgroundColor_1 as backgroundColor };
|
|
993
|
-
|
|
994
|
-
export { borderColor_1 as borderColor };
|
|
995
|
-
|
|
996
|
-
export { borderRadius_1 as borderRadius };
|
|
997
|
-
|
|
998
|
-
export { iconHeight_1 as iconHeight };
|
|
999
|
-
|
|
1000
|
-
export { iconWidth_1 as iconWidth };
|
|
1001
|
-
|
|
1002
|
-
export { disabled_1 as disabled };
|
|
1003
|
-
export function onClick_1(): void;
|
|
1004
|
-
export { onClick_1 as onClick };
|
|
1005
|
-
export function onCancelClick_1(): void;
|
|
1006
|
-
export { onCancelClick_1 as onCancelClick };
|
|
1007
|
-
}
|
|
1056
|
+
declare function IconButton(props: any): react_jsx_runtime.JSX.Element;
|
|
1057
|
+
declare namespace IconButton {
|
|
1058
|
+
namespace propTypes {
|
|
1059
|
+
const fileLink: PropTypes.Requireable<string>;
|
|
1060
|
+
const showProcess: PropTypes.Requireable<boolean>;
|
|
1061
|
+
const buttonText: PropTypes.Requireable<string>;
|
|
1062
|
+
const iconName: PropTypes.Requireable<string>;
|
|
1063
|
+
const contentColor: PropTypes.Requireable<string>;
|
|
1064
|
+
const backgroundColor: PropTypes.Requireable<string>;
|
|
1065
|
+
const borderColor: PropTypes.Requireable<string>;
|
|
1066
|
+
const borderRadius: PropTypes.Requireable<string>;
|
|
1067
|
+
const iconHeight: PropTypes.Requireable<number>;
|
|
1068
|
+
const iconWidth: PropTypes.Requireable<number>;
|
|
1069
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
1070
|
+
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1071
|
+
const onCancelClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1072
|
+
}
|
|
1073
|
+
namespace defaultProps {
|
|
1074
|
+
const fileLink_1: string;
|
|
1075
|
+
export { fileLink_1 as fileLink };
|
|
1076
|
+
const showProcess_1: boolean;
|
|
1077
|
+
export { showProcess_1 as showProcess };
|
|
1078
|
+
const buttonText_1: string;
|
|
1079
|
+
export { buttonText_1 as buttonText };
|
|
1080
|
+
const iconName_1: string;
|
|
1081
|
+
export { iconName_1 as iconName };
|
|
1082
|
+
const contentColor_1: string;
|
|
1083
|
+
export { contentColor_1 as contentColor };
|
|
1084
|
+
const backgroundColor_1: string;
|
|
1085
|
+
export { backgroundColor_1 as backgroundColor };
|
|
1086
|
+
const borderColor_1: string;
|
|
1087
|
+
export { borderColor_1 as borderColor };
|
|
1088
|
+
const borderRadius_1: string;
|
|
1089
|
+
export { borderRadius_1 as borderRadius };
|
|
1090
|
+
const iconHeight_1: number;
|
|
1091
|
+
export { iconHeight_1 as iconHeight };
|
|
1092
|
+
const iconWidth_1: number;
|
|
1093
|
+
export { iconWidth_1 as iconWidth };
|
|
1094
|
+
const disabled_1: boolean;
|
|
1095
|
+
export { disabled_1 as disabled };
|
|
1096
|
+
export function onClick_1(): void;
|
|
1097
|
+
export { onClick_1 as onClick };
|
|
1098
|
+
export function onCancelClick_1(): void;
|
|
1099
|
+
export { onCancelClick_1 as onCancelClick };
|
|
1100
|
+
}
|
|
1008
1101
|
}
|
|
1009
1102
|
|
|
1010
|
-
declare function DoublePanelDataRow(props: any):
|
|
1103
|
+
declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
|
|
1011
1104
|
|
|
1012
|
-
declare function BarChart(props: any):
|
|
1013
|
-
declare namespace BarChart {
|
|
1014
|
-
namespace propTypes {
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
export {
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
export {
|
|
1051
|
-
|
|
1052
|
-
export {
|
|
1053
|
-
|
|
1054
|
-
export {
|
|
1055
|
-
|
|
1056
|
-
export {
|
|
1057
|
-
|
|
1058
|
-
export {
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
export {
|
|
1065
|
-
|
|
1066
|
-
export {
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
export {
|
|
1073
|
-
|
|
1074
|
-
export {
|
|
1075
|
-
|
|
1076
|
-
export {
|
|
1077
|
-
|
|
1078
|
-
export {
|
|
1079
|
-
|
|
1105
|
+
declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1106
|
+
declare namespace BarChart {
|
|
1107
|
+
namespace propTypes {
|
|
1108
|
+
const title: PropTypes.Requireable<string>;
|
|
1109
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1110
|
+
title: PropTypes.Requireable<string>;
|
|
1111
|
+
date: PropTypes.Requireable<string>;
|
|
1112
|
+
value: PropTypes.Requireable<number>;
|
|
1113
|
+
}>[]>;
|
|
1114
|
+
const width: PropTypes.Requireable<string>;
|
|
1115
|
+
const height: PropTypes.Requireable<string>;
|
|
1116
|
+
const barSize: PropTypes.Requireable<number>;
|
|
1117
|
+
const barFontSizeValue: PropTypes.Requireable<string>;
|
|
1118
|
+
const barChartColor: PropTypes.Requireable<string>;
|
|
1119
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
1120
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
1121
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
1122
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1123
|
+
title: PropTypes.Validator<string>;
|
|
1124
|
+
iconType: PropTypes.Validator<string>;
|
|
1125
|
+
iconColor: PropTypes.Validator<string>;
|
|
1126
|
+
}>[]>;
|
|
1127
|
+
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
1128
|
+
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
1129
|
+
const referenceLineColor: PropTypes.Requireable<string>;
|
|
1130
|
+
const referenceLineDashed: PropTypes.Requireable<string>;
|
|
1131
|
+
const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
|
|
1132
|
+
const currentBarColor: PropTypes.Requireable<string>;
|
|
1133
|
+
const isPercent: PropTypes.Requireable<boolean>;
|
|
1134
|
+
}
|
|
1135
|
+
namespace defaultProps {
|
|
1136
|
+
const title_1: string;
|
|
1137
|
+
export { title_1 as title };
|
|
1138
|
+
const barChartData_1: {
|
|
1139
|
+
title: string;
|
|
1140
|
+
date: string;
|
|
1141
|
+
value: number;
|
|
1142
|
+
}[];
|
|
1143
|
+
export { barChartData_1 as barChartData };
|
|
1144
|
+
const width_1: string;
|
|
1145
|
+
export { width_1 as width };
|
|
1146
|
+
const height_1: string;
|
|
1147
|
+
export { height_1 as height };
|
|
1148
|
+
const barSize_1: number;
|
|
1149
|
+
export { barSize_1 as barSize };
|
|
1150
|
+
const barFontSizeValue_1: string;
|
|
1151
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
1152
|
+
const barChartColor_1: string;
|
|
1153
|
+
export { barChartColor_1 as barChartColor };
|
|
1154
|
+
const showDollarSign_1: boolean;
|
|
1155
|
+
export { showDollarSign_1 as showDollarSign };
|
|
1156
|
+
const isDollar_1: boolean;
|
|
1157
|
+
export { isDollar_1 as isDollar };
|
|
1158
|
+
const showLegend_1: boolean;
|
|
1159
|
+
export { showLegend_1 as showLegend };
|
|
1160
|
+
const legendData_1: {
|
|
1161
|
+
title: string;
|
|
1162
|
+
iconType: string;
|
|
1163
|
+
iconColor: string;
|
|
1164
|
+
}[];
|
|
1165
|
+
export { legendData_1 as legendData };
|
|
1166
|
+
const showReferenceLine_1: boolean;
|
|
1167
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
1168
|
+
const referenceLinePoint_1: number;
|
|
1169
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
1170
|
+
const referenceLineColor_1: string;
|
|
1171
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
1172
|
+
const referenceLineDashed_1: string;
|
|
1173
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
1174
|
+
const showCurrentCampaignStyle_1: boolean;
|
|
1175
|
+
export { showCurrentCampaignStyle_1 as showCurrentCampaignStyle };
|
|
1176
|
+
const currentBarColor_1: string;
|
|
1177
|
+
export { currentBarColor_1 as currentBarColor };
|
|
1178
|
+
const isPercent_1: boolean;
|
|
1179
|
+
export { isPercent_1 as isPercent };
|
|
1180
|
+
}
|
|
1080
1181
|
}
|
|
1081
1182
|
|
|
1082
|
-
declare function DoubleBarSingleLine(props: any):
|
|
1183
|
+
declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
|
|
1083
1184
|
|
|
1084
|
-
declare function AreaChart(props: any):
|
|
1185
|
+
declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1085
1186
|
|
|
1086
|
-
declare function BreakdownPanel(props: any):
|
|
1187
|
+
declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
|
|
1087
1188
|
|
|
1088
|
-
declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
|
|
1089
|
-
text?: string;
|
|
1090
|
-
type?: string;
|
|
1091
|
-
size?: string;
|
|
1092
|
-
height?: string;
|
|
1093
|
-
width?: string;
|
|
1094
|
-
disabled?: boolean;
|
|
1095
|
-
textColor?: string;
|
|
1096
|
-
onClick: any;
|
|
1097
|
-
leftIcon?: string;
|
|
1098
|
-
rightIcon?: string;
|
|
1099
|
-
}):
|
|
1189
|
+
declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
|
|
1190
|
+
text?: string;
|
|
1191
|
+
type?: string;
|
|
1192
|
+
size?: string;
|
|
1193
|
+
height?: string;
|
|
1194
|
+
width?: string;
|
|
1195
|
+
disabled?: boolean;
|
|
1196
|
+
textColor?: string;
|
|
1197
|
+
onClick: any;
|
|
1198
|
+
leftIcon?: string;
|
|
1199
|
+
rightIcon?: string;
|
|
1200
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1100
1201
|
|
|
1101
|
-
declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, }: {
|
|
1102
|
-
data?: any[];
|
|
1103
|
-
title?: string;
|
|
1104
|
-
subtitle?: string;
|
|
1105
|
-
leftHeader?: string;
|
|
1106
|
-
rightHeader?: string;
|
|
1107
|
-
topHeader?: string;
|
|
1108
|
-
bottomHeader?: string;
|
|
1109
|
-
colorPalette?: string[];
|
|
1110
|
-
height?: string;
|
|
1111
|
-
width?: string;
|
|
1112
|
-
backgroundColor?: string;
|
|
1113
|
-
showAxis?: boolean;
|
|
1114
|
-
}):
|
|
1202
|
+
declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, }: {
|
|
1203
|
+
data?: any[];
|
|
1204
|
+
title?: string;
|
|
1205
|
+
subtitle?: string;
|
|
1206
|
+
leftHeader?: string;
|
|
1207
|
+
rightHeader?: string;
|
|
1208
|
+
topHeader?: string;
|
|
1209
|
+
bottomHeader?: string;
|
|
1210
|
+
colorPalette?: string[];
|
|
1211
|
+
height?: string;
|
|
1212
|
+
width?: string;
|
|
1213
|
+
backgroundColor?: string;
|
|
1214
|
+
showAxis?: boolean;
|
|
1215
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1115
1216
|
|
|
1116
|
-
declare function BatteryChart(props: any):
|
|
1217
|
+
declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1117
1218
|
|
|
1118
|
-
declare function PerformanceAnalyticsLegend(props: any):
|
|
1219
|
+
declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
|
|
1119
1220
|
|
|
1120
|
-
declare function BrushChart(props: any):
|
|
1221
|
+
declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1121
1222
|
|
|
1122
|
-
declare function InsightsCarousel({ children, onClose, title, icon, titleColor, iconColor, navColor, }: {
|
|
1123
|
-
children: any;
|
|
1124
|
-
onClose: any;
|
|
1125
|
-
title?: string;
|
|
1126
|
-
icon?:
|
|
1127
|
-
titleColor?: string;
|
|
1128
|
-
iconColor?: string;
|
|
1129
|
-
navColor?: string;
|
|
1130
|
-
}):
|
|
1223
|
+
declare function InsightsCarousel({ children, onClose, title, icon, titleColor, iconColor, navColor, }: {
|
|
1224
|
+
children: any;
|
|
1225
|
+
onClose: any;
|
|
1226
|
+
title?: string;
|
|
1227
|
+
icon?: react_jsx_runtime.JSX.Element;
|
|
1228
|
+
titleColor?: string;
|
|
1229
|
+
iconColor?: string;
|
|
1230
|
+
navColor?: string;
|
|
1231
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1131
1232
|
|
|
1132
1233
|
export { AreaChart, BannerEventBoxList, BarChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Button, CollapseHeader, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, InsightsCarousel, LinkButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PerformanceAnalyticsLegend, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
|