sag_components 2.0.0-beta61 → 2.0.0-beta62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1181 -1080
- package/dist/index.esm.js +142 -149
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +142 -149
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -2
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -79
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -8
- package/dist/types/components/AreaChart/AreaChart.test.d.ts +1 -1
- package/dist/types/components/AttachedFile/AttachedFile.d.ts +24 -23
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -95
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -14
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -13
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -5
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +39 -38
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -40
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +71 -70
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -28
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +18 -17
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -19
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
- package/dist/types/components/BarChart/BarChart.d.ts +79 -70
- package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -179
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +82 -73
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -199
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -9
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +66 -56
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -112
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +107 -99
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -207
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -2
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -18
- package/dist/types/components/Benchmark/Benchmark.d.ts +45 -44
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -167
- package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -2
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -73
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -7
- package/dist/types/components/BreakdownPanel/BreakdownPanel.test.d.ts +1 -1
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -8
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -1
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -7
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -6
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -2
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -3
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -6
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -3
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -2
- package/dist/types/components/BrushChart/BrushChart.stories.d.ts +8 -8
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +9 -9
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +4 -4
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +3 -3
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +5 -5
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -15
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +93 -92
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -13
- package/dist/types/components/Button/Button.d.ts +22 -22
- package/dist/types/components/Button/Button.stories.d.ts +185 -185
- package/dist/types/components/Button/Button.style.d.ts +5 -5
- package/dist/types/components/Button/Button.test.d.ts +1 -1
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +33 -26
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -46
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/Card.d.ts +37 -31
- package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -57
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
- package/dist/types/components/CampaignTool/FormInput.d.ts +5 -5
- package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -5
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +15 -14
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -28
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +12 -11
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -17
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
- package/dist/types/components/CampaignTool/Popup.d.ts +27 -26
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -101
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
- package/dist/types/components/CampaignTool/PopupContent.d.ts +28 -23
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
- package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -41
- package/dist/types/components/CampaignTool/Table.d.ts +56 -51
- package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -108
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
- package/dist/types/components/CheckBox/CheckBox.d.ts +2 -2
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -126
- package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -21
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -187
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.d.ts +34 -23
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -59
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +82 -67
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -101
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +24 -23
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -54
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +21 -20
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -31
- package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -2
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +252 -251
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -10
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +2 -2
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -72
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +39 -38
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -99
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +79 -72
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +240 -240
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +81 -74
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +75 -68
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +48 -47
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -122
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
- package/dist/types/components/EventList/EventList.d.ts +30 -26
- package/dist/types/components/EventList/EventList.stories.d.ts +67 -67
- package/dist/types/components/EventList/EventList.style.d.ts +4 -4
- package/dist/types/components/EventListItem/EventListItem.d.ts +27 -26
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -67
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
- package/dist/types/components/FilterContainer/FilterContainer.d.ts +3 -2
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -9
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +89 -62
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +172 -172
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +45 -44
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -131
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
- package/dist/types/components/Heatmap/Heatmap.d.ts +15 -10
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -59
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -13
- package/dist/types/components/IconButton/IconButton.d.ts +48 -47
- package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -89
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
- package/dist/types/components/Input/Input.d.ts +80 -79
- package/dist/types/components/Input/Input.stories.d.ts +278 -278
- package/dist/types/components/Input/Input.style.d.ts +7 -7
- package/dist/types/components/InputOld/InputOld.d.ts +66 -65
- package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -109
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +10 -10
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -47
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -12
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +58 -53
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -174
- package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
- package/dist/types/components/LinkButton/LinkButton.d.ts +13 -13
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -110
- package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
- package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -1
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +2 -2
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -15
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -39
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +14 -12
- package/dist/types/components/ListBox/ListBox.d.ts +15 -15
- package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -134
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +31 -26
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -70
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
- package/dist/types/components/Modal/Modal.d.ts +6 -6
- package/dist/types/components/Modal/Modal.style.d.ts +4 -4
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -8
- package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -7
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +54 -53
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -148
- package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +9 -9
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +2 -2
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -39
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +81 -80
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -396
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -12
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +86 -68
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -175
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -43
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +85 -64
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -153
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +37 -28
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -42
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
- package/dist/types/components/PieChart/PieChart.d.ts +66 -62
- package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -201
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +64 -53
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -89
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +29 -24
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -48
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +24 -23
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -65
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +54 -53
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -148
- package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +9 -9
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +17 -17
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +194 -194
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +76 -69
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +68 -61
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.d.ts +45 -44
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.stories.d.ts +129 -129
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +2 -2
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -9
- package/dist/types/components/RangePicker/RangePicker.d.ts +52 -51
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -148
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
- package/dist/types/components/ReportTable/ReportTable.d.ts +83 -74
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -139
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
- package/dist/types/components/SagButton/SagButton.d.ts +45 -44
- package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -142
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
- package/dist/types/components/SagInput/SagInput.d.ts +36 -35
- package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -71
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +50 -44
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -139
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
- package/dist/types/components/SearchInput/SearchInput.d.ts +24 -23
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +39 -39
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +52 -49
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -168
- package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
- package/dist/types/components/Select/Select.d.ts +21 -21
- package/dist/types/components/Select/Select.stories.d.ts +252 -252
- package/dist/types/components/Select/Select.style.d.ts +6 -6
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -28
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -226
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -13
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -1
- package/dist/types/components/TabMenu/TabMenu.d.ts +58 -54
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +181 -181
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +59 -59
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +59 -56
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -90
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
- package/dist/types/components/Tooltip/Tooltip.d.ts +24 -23
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +24 -23
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -25
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +40 -34
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -101
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +86 -81
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -240
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +51 -47
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -145
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +56 -51
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -155
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +82 -77
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -241
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +76 -71
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -214
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +24 -23
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +74 -65
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +156 -156
- package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
- package/dist/types/icons/ArrowDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowSelectIcon.d.ts +6 -6
- package/dist/types/icons/ArrowUpIcon.d.ts +6 -6
- package/dist/types/icons/AttachedIcon.d.ts +6 -6
- package/dist/types/icons/BellIcon.d.ts +6 -6
- package/dist/types/icons/ButtonArrowRight.d.ts +5 -5
- package/dist/types/icons/Calendar.d.ts +2 -2
- package/dist/types/icons/CalendarIcon.d.ts +6 -6
- package/dist/types/icons/CalendarInOpen.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -7
- package/dist/types/icons/ChervronLeftIcon.d.ts +6 -6
- package/dist/types/icons/ChervronRightIcon.d.ts +6 -6
- package/dist/types/icons/ChevronLeftIcon.d.ts +4 -4
- package/dist/types/icons/ChevronRightIcon.d.ts +4 -4
- package/dist/types/icons/ClockIcon.d.ts +6 -6
- package/dist/types/icons/CloseIcon.d.ts +6 -6
- package/dist/types/icons/CloseXIcon.d.ts +6 -6
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -7
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -7
- package/dist/types/icons/DocumentIcon.d.ts +6 -6
- package/dist/types/icons/DownArrowIcon.d.ts +5 -5
- package/dist/types/icons/DownloadIcon.d.ts +6 -6
- package/dist/types/icons/Duplicate.d.ts +7 -7
- package/dist/types/icons/ErrorIcon.d.ts +6 -6
- package/dist/types/icons/ExitIcon.d.ts +7 -7
- package/dist/types/icons/ExportIcon.d.ts +6 -6
- package/dist/types/icons/EyeIcon.d.ts +7 -7
- package/dist/types/icons/FileIcon.d.ts +6 -6
- package/dist/types/icons/FilterIcon.d.ts +6 -6
- package/dist/types/icons/FlyIcon.d.ts +6 -6
- package/dist/types/icons/FoodLionChartIcon.d.ts +2 -2
- package/dist/types/icons/FoodLionIcon.d.ts +6 -6
- package/dist/types/icons/FoodLionNewIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -2
- package/dist/types/icons/GiantFoodIcon.d.ts +7 -7
- package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -7
- package/dist/types/icons/HannafordChartIcon.d.ts +2 -2
- package/dist/types/icons/HannafordIcon.d.ts +6 -6
- package/dist/types/icons/HannafordIcon_new.d.ts +7 -7
- package/dist/types/icons/HannafordNewIcon.d.ts +5 -5
- package/dist/types/icons/InfoIcon.d.ts +7 -7
- package/dist/types/icons/LampIcon.d.ts +6 -6
- package/dist/types/icons/LegendLineIcon.d.ts +6 -6
- package/dist/types/icons/LegendUnionIcon.d.ts +6 -6
- package/dist/types/icons/MaintenanceIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemOpenIcon.d.ts +6 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemUpIcon.d.ts +6 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +12 -11
- package/dist/types/icons/OptionsIcon.d.ts +6 -6
- package/dist/types/icons/ReselectIcon.d.ts +6 -6
- package/dist/types/icons/SearchIcon.d.ts +6 -6
- package/dist/types/icons/ShoppingCartIcon.d.ts +6 -6
- package/dist/types/icons/ShoutIcon.d.ts +6 -6
- package/dist/types/icons/Sort.d.ts +1 -1
- package/dist/types/icons/SortIcon.d.ts +7 -7
- package/dist/types/icons/SpotlightProductIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -2
- package/dist/types/icons/StopAndShopIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -6
- package/dist/types/icons/SucceededIcon.d.ts +6 -6
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -2
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -5
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -6
- package/dist/types/icons/UpArrowIcon.d.ts +5 -5
- package/dist/types/index.d.ts +32 -32
- package/dist/types/utils/CommonFunctions.d.ts +6 -6
- package/dist/types/utils/ComponentFactory.d.ts +4 -4
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/dist/types/utils/IconsHandler.style.d.ts +1 -1
- package/dist/types/utils/regex/Email.regex.d.ts +1 -1
- package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -1
- package/dist/types/utils/regex/Phone.regex.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,65 +1,74 @@
|
|
|
1
|
-
export function TwoBarCharts(props: any):
|
|
2
|
-
export namespace TwoBarCharts {
|
|
3
|
-
namespace propTypes {
|
|
4
|
-
|
|
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
|
-
export {
|
|
39
|
-
|
|
40
|
-
export {
|
|
41
|
-
|
|
42
|
-
export {
|
|
43
|
-
|
|
44
|
-
export {
|
|
45
|
-
|
|
46
|
-
export {
|
|
47
|
-
|
|
48
|
-
export {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export {
|
|
55
|
-
|
|
56
|
-
export {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export {
|
|
63
|
-
|
|
64
|
-
}
|
|
65
|
-
|
|
1
|
+
export function TwoBarCharts(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export namespace TwoBarCharts {
|
|
3
|
+
namespace propTypes {
|
|
4
|
+
const title: PropTypes.Requireable<string>;
|
|
5
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
6
|
+
title: PropTypes.Requireable<string>;
|
|
7
|
+
date: PropTypes.Requireable<string>;
|
|
8
|
+
value: PropTypes.Requireable<number>;
|
|
9
|
+
}>[]>;
|
|
10
|
+
const width: PropTypes.Requireable<string>;
|
|
11
|
+
const height: PropTypes.Requireable<string>;
|
|
12
|
+
const barSize: PropTypes.Requireable<number>;
|
|
13
|
+
const barFontSizeValue: PropTypes.Requireable<string>;
|
|
14
|
+
const barChartColorFirst: PropTypes.Requireable<string>;
|
|
15
|
+
const barChartColorSecond: PropTypes.Requireable<string>;
|
|
16
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
17
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
18
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
19
|
+
title: PropTypes.Validator<string>;
|
|
20
|
+
iconType: PropTypes.Validator<string>;
|
|
21
|
+
iconColor: PropTypes.Validator<string>;
|
|
22
|
+
}>[]>;
|
|
23
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
24
|
+
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
25
|
+
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
26
|
+
const referenceLineColor: PropTypes.Requireable<string>;
|
|
27
|
+
const referenceLineDashed: PropTypes.Requireable<string>;
|
|
28
|
+
}
|
|
29
|
+
namespace defaultProps {
|
|
30
|
+
const title_1: string;
|
|
31
|
+
export { title_1 as title };
|
|
32
|
+
const barChartData_1: {
|
|
33
|
+
title: string;
|
|
34
|
+
date: string;
|
|
35
|
+
valueOne: number;
|
|
36
|
+
valueTwo: number;
|
|
37
|
+
}[];
|
|
38
|
+
export { barChartData_1 as barChartData };
|
|
39
|
+
const width_1: string;
|
|
40
|
+
export { width_1 as width };
|
|
41
|
+
const height_1: string;
|
|
42
|
+
export { height_1 as height };
|
|
43
|
+
const barSize_1: number;
|
|
44
|
+
export { barSize_1 as barSize };
|
|
45
|
+
const barFontSizeValue_1: string;
|
|
46
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
47
|
+
const barChartColorFirst_1: string;
|
|
48
|
+
export { barChartColorFirst_1 as barChartColorFirst };
|
|
49
|
+
const barChartColorSecond_1: string;
|
|
50
|
+
export { barChartColorSecond_1 as barChartColorSecond };
|
|
51
|
+
const isDollar_1: boolean;
|
|
52
|
+
export { isDollar_1 as isDollar };
|
|
53
|
+
const showDollarSign_1: boolean;
|
|
54
|
+
export { showDollarSign_1 as showDollarSign };
|
|
55
|
+
const showLegend_1: boolean;
|
|
56
|
+
export { showLegend_1 as showLegend };
|
|
57
|
+
const legendData_1: {
|
|
58
|
+
title: string;
|
|
59
|
+
iconType: string;
|
|
60
|
+
iconColor: string;
|
|
61
|
+
}[];
|
|
62
|
+
export { legendData_1 as legendData };
|
|
63
|
+
const showReferenceLine_1: boolean;
|
|
64
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
65
|
+
const referenceLinePoint_1: number;
|
|
66
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
67
|
+
const referenceLineColor_1: string;
|
|
68
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
69
|
+
const referenceLineDashed_1: string;
|
|
70
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
export default TwoBarCharts;
|
|
74
|
+
import PropTypes from "prop-types";
|
|
@@ -1,156 +1,156 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export
|
|
3
|
-
export { TwoBarCharts as component };
|
|
4
|
-
export
|
|
5
|
-
export namespace argTypes {
|
|
6
|
-
export namespace title_1 {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export { title_1 as title };
|
|
11
|
-
export namespace width {
|
|
12
|
-
|
|
13
|
-
export { control_1 as control };
|
|
14
|
-
|
|
15
|
-
export { description_1 as description };
|
|
16
|
-
}
|
|
17
|
-
export namespace height {
|
|
18
|
-
|
|
19
|
-
export { control_2 as control };
|
|
20
|
-
|
|
21
|
-
export { description_2 as description };
|
|
22
|
-
}
|
|
23
|
-
export namespace barSize {
|
|
24
|
-
|
|
25
|
-
export { control_3 as control };
|
|
26
|
-
|
|
27
|
-
export { description_3 as description };
|
|
28
|
-
}
|
|
29
|
-
export namespace barFontSizeValue {
|
|
30
|
-
|
|
31
|
-
export { control_4 as control };
|
|
32
|
-
|
|
33
|
-
export { description_4 as description };
|
|
34
|
-
}
|
|
35
|
-
export namespace barChartColorFirst {
|
|
36
|
-
|
|
37
|
-
export { control_5 as control };
|
|
38
|
-
|
|
39
|
-
export { description_5 as description };
|
|
40
|
-
}
|
|
41
|
-
export namespace barChartColorSecond {
|
|
42
|
-
|
|
43
|
-
export { control_6 as control };
|
|
44
|
-
|
|
45
|
-
export { description_6 as description };
|
|
46
|
-
}
|
|
47
|
-
export namespace barChartData {
|
|
48
|
-
|
|
49
|
-
export { description_7 as description };
|
|
50
|
-
}
|
|
51
|
-
export namespace isDollar {
|
|
52
|
-
|
|
53
|
-
export { control_7 as control };
|
|
54
|
-
|
|
55
|
-
export { description_8 as description };
|
|
56
|
-
}
|
|
57
|
-
export namespace showDollarSign {
|
|
58
|
-
|
|
59
|
-
export { control_8 as control };
|
|
60
|
-
|
|
61
|
-
export { description_9 as description };
|
|
62
|
-
}
|
|
63
|
-
export namespace showLegend {
|
|
64
|
-
|
|
65
|
-
export { control_9 as control };
|
|
66
|
-
|
|
67
|
-
export { description_10 as description };
|
|
68
|
-
}
|
|
69
|
-
export namespace yAxisCounter {
|
|
70
|
-
|
|
71
|
-
export { control_10 as control };
|
|
72
|
-
|
|
73
|
-
export { description_11 as description };
|
|
74
|
-
}
|
|
75
|
-
export namespace isPercentValue {
|
|
76
|
-
|
|
77
|
-
export { control_11 as control };
|
|
78
|
-
|
|
79
|
-
export { description_12 as description };
|
|
80
|
-
}
|
|
81
|
-
export namespace showReferenceLine {
|
|
82
|
-
|
|
83
|
-
export { control_12 as control };
|
|
84
|
-
|
|
85
|
-
export { description_13 as description };
|
|
86
|
-
}
|
|
87
|
-
export namespace referenceLinePoint {
|
|
88
|
-
|
|
89
|
-
export { control_13 as control };
|
|
90
|
-
|
|
91
|
-
export { description_14 as description };
|
|
92
|
-
}
|
|
93
|
-
export namespace referenceLineColor {
|
|
94
|
-
|
|
95
|
-
export { control_14 as control };
|
|
96
|
-
|
|
97
|
-
export { description_15 as description };
|
|
98
|
-
}
|
|
99
|
-
export namespace referenceLineDashed {
|
|
100
|
-
|
|
101
|
-
export { control_15 as control };
|
|
102
|
-
|
|
103
|
-
export { description_16 as description };
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
export default _default;
|
|
108
|
-
export namespace SalesDollars {
|
|
109
|
-
namespace args {
|
|
110
|
-
|
|
111
|
-
export { title_2 as title };
|
|
112
|
-
export { arrData as barChartData };
|
|
113
|
-
export
|
|
114
|
-
title: string;
|
|
115
|
-
iconType: string;
|
|
116
|
-
iconColor: string;
|
|
117
|
-
}[];
|
|
118
|
-
|
|
119
|
-
export { width_1 as width };
|
|
120
|
-
|
|
121
|
-
export { height_1 as height };
|
|
122
|
-
|
|
123
|
-
export { barChartColorFirst_1 as barChartColorFirst };
|
|
124
|
-
|
|
125
|
-
export { barChartColorSecond_1 as barChartColorSecond };
|
|
126
|
-
|
|
127
|
-
export { barSize_1 as barSize };
|
|
128
|
-
|
|
129
|
-
export { barFontSizeValue_1 as barFontSizeValue };
|
|
130
|
-
|
|
131
|
-
export { yAxisCounter_1 as yAxisCounter };
|
|
132
|
-
|
|
133
|
-
export { isPercentValue_1 as isPercentValue };
|
|
134
|
-
|
|
135
|
-
export { showLegend_1 as showLegend };
|
|
136
|
-
|
|
137
|
-
export { isDollar_1 as isDollar };
|
|
138
|
-
|
|
139
|
-
export { showDollarSign_1 as showDollarSign };
|
|
140
|
-
|
|
141
|
-
export { showReferenceLine_1 as showReferenceLine };
|
|
142
|
-
|
|
143
|
-
export { referenceLinePoint_1 as referenceLinePoint };
|
|
144
|
-
|
|
145
|
-
export { referenceLineColor_1 as referenceLineColor };
|
|
146
|
-
|
|
147
|
-
export { referenceLineDashed_1 as referenceLineDashed };
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
import { TwoBarCharts } from
|
|
151
|
-
declare const arrData: {
|
|
152
|
-
title: string;
|
|
153
|
-
date: string;
|
|
154
|
-
valueOne: number;
|
|
155
|
-
valueTwo: number;
|
|
156
|
-
}[];
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { TwoBarCharts as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
export namespace title_1 {
|
|
7
|
+
const control: string;
|
|
8
|
+
const description: string;
|
|
9
|
+
}
|
|
10
|
+
export { title_1 as title };
|
|
11
|
+
export namespace width {
|
|
12
|
+
const control_1: string;
|
|
13
|
+
export { control_1 as control };
|
|
14
|
+
const description_1: string;
|
|
15
|
+
export { description_1 as description };
|
|
16
|
+
}
|
|
17
|
+
export namespace height {
|
|
18
|
+
const control_2: string;
|
|
19
|
+
export { control_2 as control };
|
|
20
|
+
const description_2: string;
|
|
21
|
+
export { description_2 as description };
|
|
22
|
+
}
|
|
23
|
+
export namespace barSize {
|
|
24
|
+
const control_3: string;
|
|
25
|
+
export { control_3 as control };
|
|
26
|
+
const description_3: string;
|
|
27
|
+
export { description_3 as description };
|
|
28
|
+
}
|
|
29
|
+
export namespace barFontSizeValue {
|
|
30
|
+
const control_4: string;
|
|
31
|
+
export { control_4 as control };
|
|
32
|
+
const description_4: string;
|
|
33
|
+
export { description_4 as description };
|
|
34
|
+
}
|
|
35
|
+
export namespace barChartColorFirst {
|
|
36
|
+
const control_5: string;
|
|
37
|
+
export { control_5 as control };
|
|
38
|
+
const description_5: string;
|
|
39
|
+
export { description_5 as description };
|
|
40
|
+
}
|
|
41
|
+
export namespace barChartColorSecond {
|
|
42
|
+
const control_6: string;
|
|
43
|
+
export { control_6 as control };
|
|
44
|
+
const description_6: string;
|
|
45
|
+
export { description_6 as description };
|
|
46
|
+
}
|
|
47
|
+
export namespace barChartData {
|
|
48
|
+
const description_7: string;
|
|
49
|
+
export { description_7 as description };
|
|
50
|
+
}
|
|
51
|
+
export namespace isDollar {
|
|
52
|
+
const control_7: string;
|
|
53
|
+
export { control_7 as control };
|
|
54
|
+
const description_8: string;
|
|
55
|
+
export { description_8 as description };
|
|
56
|
+
}
|
|
57
|
+
export namespace showDollarSign {
|
|
58
|
+
const control_8: string;
|
|
59
|
+
export { control_8 as control };
|
|
60
|
+
const description_9: string;
|
|
61
|
+
export { description_9 as description };
|
|
62
|
+
}
|
|
63
|
+
export namespace showLegend {
|
|
64
|
+
const control_9: string;
|
|
65
|
+
export { control_9 as control };
|
|
66
|
+
const description_10: string;
|
|
67
|
+
export { description_10 as description };
|
|
68
|
+
}
|
|
69
|
+
export namespace yAxisCounter {
|
|
70
|
+
const control_10: string;
|
|
71
|
+
export { control_10 as control };
|
|
72
|
+
const description_11: string;
|
|
73
|
+
export { description_11 as description };
|
|
74
|
+
}
|
|
75
|
+
export namespace isPercentValue {
|
|
76
|
+
const control_11: string;
|
|
77
|
+
export { control_11 as control };
|
|
78
|
+
const description_12: string;
|
|
79
|
+
export { description_12 as description };
|
|
80
|
+
}
|
|
81
|
+
export namespace showReferenceLine {
|
|
82
|
+
const control_12: string;
|
|
83
|
+
export { control_12 as control };
|
|
84
|
+
const description_13: string;
|
|
85
|
+
export { description_13 as description };
|
|
86
|
+
}
|
|
87
|
+
export namespace referenceLinePoint {
|
|
88
|
+
const control_13: string;
|
|
89
|
+
export { control_13 as control };
|
|
90
|
+
const description_14: string;
|
|
91
|
+
export { description_14 as description };
|
|
92
|
+
}
|
|
93
|
+
export namespace referenceLineColor {
|
|
94
|
+
const control_14: string;
|
|
95
|
+
export { control_14 as control };
|
|
96
|
+
const description_15: string;
|
|
97
|
+
export { description_15 as description };
|
|
98
|
+
}
|
|
99
|
+
export namespace referenceLineDashed {
|
|
100
|
+
const control_15: string;
|
|
101
|
+
export { control_15 as control };
|
|
102
|
+
const description_16: string;
|
|
103
|
+
export { description_16 as description };
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
export default _default;
|
|
108
|
+
export namespace SalesDollars {
|
|
109
|
+
namespace args {
|
|
110
|
+
const title_2: string;
|
|
111
|
+
export { title_2 as title };
|
|
112
|
+
export { arrData as barChartData };
|
|
113
|
+
export const legendData: {
|
|
114
|
+
title: string;
|
|
115
|
+
iconType: string;
|
|
116
|
+
iconColor: string;
|
|
117
|
+
}[];
|
|
118
|
+
const width_1: string;
|
|
119
|
+
export { width_1 as width };
|
|
120
|
+
const height_1: string;
|
|
121
|
+
export { height_1 as height };
|
|
122
|
+
const barChartColorFirst_1: string;
|
|
123
|
+
export { barChartColorFirst_1 as barChartColorFirst };
|
|
124
|
+
const barChartColorSecond_1: string;
|
|
125
|
+
export { barChartColorSecond_1 as barChartColorSecond };
|
|
126
|
+
const barSize_1: number;
|
|
127
|
+
export { barSize_1 as barSize };
|
|
128
|
+
const barFontSizeValue_1: string;
|
|
129
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
130
|
+
const yAxisCounter_1: number;
|
|
131
|
+
export { yAxisCounter_1 as yAxisCounter };
|
|
132
|
+
const isPercentValue_1: boolean;
|
|
133
|
+
export { isPercentValue_1 as isPercentValue };
|
|
134
|
+
const showLegend_1: boolean;
|
|
135
|
+
export { showLegend_1 as showLegend };
|
|
136
|
+
const isDollar_1: boolean;
|
|
137
|
+
export { isDollar_1 as isDollar };
|
|
138
|
+
const showDollarSign_1: boolean;
|
|
139
|
+
export { showDollarSign_1 as showDollarSign };
|
|
140
|
+
const showReferenceLine_1: boolean;
|
|
141
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
142
|
+
const referenceLinePoint_1: number;
|
|
143
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
144
|
+
const referenceLineColor_1: string;
|
|
145
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
146
|
+
const referenceLineDashed_1: string;
|
|
147
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
import { TwoBarCharts } from "./TwoBarCharts";
|
|
151
|
+
declare const arrData: {
|
|
152
|
+
title: string;
|
|
153
|
+
date: string;
|
|
154
|
+
valueOne: number;
|
|
155
|
+
valueTwo: number;
|
|
156
|
+
}[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export const ControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
2
|
-
export const Controls: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
3
|
-
export const TooltipDiv: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
4
|
-
export const TooltipLabel: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
5
|
-
export const TooltipTitle: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
6
|
-
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
7
|
-
export const LabelBoldText: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
8
|
-
export const LabelText: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
1
|
+
export const ControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const Controls: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export const TooltipDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const TooltipLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export const TooltipTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
7
|
+
export const LabelBoldText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
8
|
+
export const LabelText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function ArrowDownIcon({ clicked, width, height }: {
|
|
2
|
-
clicked: any;
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
}):
|
|
6
|
-
export default ArrowDownIcon;
|
|
1
|
+
export function ArrowDownIcon({ clicked, width, height }: {
|
|
2
|
+
clicked: any;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default ArrowDownIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function ArrowDropDownIcon({ clicked, width, height }: {
|
|
2
|
-
clicked: any;
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
}):
|
|
6
|
-
export default ArrowDropDownIcon;
|
|
1
|
+
export function ArrowDropDownIcon({ clicked, width, height }: {
|
|
2
|
+
clicked: any;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default ArrowDropDownIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function ArrowSelectIcon({ width, height, color, }: {
|
|
2
|
-
width?: string;
|
|
3
|
-
height?: string;
|
|
4
|
-
color?: string;
|
|
5
|
-
}):
|
|
6
|
-
export default ArrowSelectIcon;
|
|
1
|
+
export function ArrowSelectIcon({ width, height, color, }: {
|
|
2
|
+
width?: string;
|
|
3
|
+
height?: string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default ArrowSelectIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function ArrowUpIcon({ clicked, width, height }: {
|
|
2
|
-
clicked: any;
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
}):
|
|
6
|
-
export default ArrowUpIcon;
|
|
1
|
+
export function ArrowUpIcon({ clicked, width, height }: {
|
|
2
|
+
clicked: any;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default ArrowUpIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function AttachedIcon({ width, height, fill }: {
|
|
2
|
-
width?: string;
|
|
3
|
-
height?: string;
|
|
4
|
-
fill?: string;
|
|
5
|
-
}):
|
|
6
|
-
export default AttachedIcon;
|
|
1
|
+
export function AttachedIcon({ width, height, fill }: {
|
|
2
|
+
width?: string;
|
|
3
|
+
height?: string;
|
|
4
|
+
fill?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default AttachedIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export default BellIcon;
|
|
2
|
-
declare function BellIcon({ width, height, color }: {
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
}):
|
|
1
|
+
export default BellIcon;
|
|
2
|
+
declare function BellIcon({ width, height, color }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export default ButtonArrowRight;
|
|
2
|
-
declare function ButtonArrowRight({ width, height }: {
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
}):
|
|
1
|
+
export default ButtonArrowRight;
|
|
2
|
+
declare function ButtonArrowRight({ width, height }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function Calendar():
|
|
2
|
-
export default Calendar;
|
|
1
|
+
export function Calendar(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default Calendar;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function CalendarIcon({ clicked, width, height }: {
|
|
2
|
-
clicked: any;
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
}):
|
|
6
|
-
export default CalendarIcon;
|
|
1
|
+
export function CalendarIcon({ clicked, width, height }: {
|
|
2
|
+
clicked: any;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default CalendarIcon;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function CalendarInOpen():
|
|
2
|
-
export default CalendarInOpen;
|
|
1
|
+
export function CalendarInOpen(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default CalendarInOpen;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export function CheckBoxButtonCheckedIcon({ clicked, width, height, color, }: {
|
|
2
|
-
clicked: any;
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
}):
|
|
7
|
-
export default CheckBoxButtonCheckedIcon;
|
|
1
|
+
export function CheckBoxButtonCheckedIcon({ clicked, width, height, color, }: {
|
|
2
|
+
clicked: any;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CheckBoxButtonCheckedIcon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export function CheckBoxCheckedIcon({ clicked, width, height, color }: {
|
|
2
|
-
clicked: any;
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
}):
|
|
7
|
-
export default CheckBoxCheckedIcon;
|
|
1
|
+
export function CheckBoxCheckedIcon({ clicked, width, height, color }: {
|
|
2
|
+
clicked: any;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CheckBoxCheckedIcon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export function CheckBoxNotCheckedIcon({ clicked, width, height, color }: {
|
|
2
|
-
clicked: any;
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
}):
|
|
7
|
-
export default CheckBoxNotCheckedIcon;
|
|
1
|
+
export function CheckBoxNotCheckedIcon({ clicked, width, height, color }: {
|
|
2
|
+
clicked: any;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CheckBoxNotCheckedIcon;
|