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