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