sag_components 2.0.0-beta85 → 2.0.0-beta87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1183 -1183
- package/dist/index.esm.js +31 -15
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +31 -15
- 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 +24 -24
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -95
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -13
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -5
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -40
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +2 -2
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -28
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -13
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +18 -18
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -19
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
- package/dist/types/components/BarChart/BarChart.d.ts +82 -82
- package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -179
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +2 -2
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -199
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -9
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +2 -2
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -112
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +107 -107
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -207
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -2
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -18
- package/dist/types/components/Benchmark/Benchmark.d.ts +45 -45
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -167
- package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -2
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +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 +150 -139
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -47
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -2
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -2
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -2
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -15
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +93 -94
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -13
- package/dist/types/components/Button/Button.d.ts +22 -22
- package/dist/types/components/Button/Button.stories.d.ts +185 -185
- package/dist/types/components/Button/Button.style.d.ts +5 -5
- package/dist/types/components/Button/Button.test.d.ts +1 -1
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +33 -33
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -46
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/Card.d.ts +37 -37
- package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -57
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
- package/dist/types/components/CampaignTool/FormInput.d.ts +5 -5
- package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -5
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +15 -15
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -28
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +12 -12
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -17
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
- package/dist/types/components/CampaignTool/Popup.d.ts +27 -27
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -101
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
- package/dist/types/components/CampaignTool/PopupContent.d.ts +28 -28
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
- package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -41
- package/dist/types/components/CampaignTool/Table.d.ts +56 -56
- package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -108
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
- package/dist/types/components/CheckBox/CheckBox.d.ts +2 -2
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -126
- package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -21
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -187
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.d.ts +40 -40
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -59
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +82 -82
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -101
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +24 -24
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -54
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +21 -21
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -31
- package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -2
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +264 -265
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -10
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +2 -2
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -72
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +39 -39
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -99
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +79 -79
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +240 -240
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +81 -81
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +75 -75
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +48 -48
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -122
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
- package/dist/types/components/EventList/EventList.d.ts +30 -30
- package/dist/types/components/EventList/EventList.stories.d.ts +67 -67
- package/dist/types/components/EventList/EventList.style.d.ts +4 -4
- package/dist/types/components/EventListItem/EventListItem.d.ts +27 -27
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -67
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
- package/dist/types/components/FilterContainer/FilterContainer.d.ts +3 -3
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -9
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +89 -89
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +172 -172
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +45 -45
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -131
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
- package/dist/types/components/Heatmap/Heatmap.d.ts +15 -15
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -59
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -15
- package/dist/types/components/IconButton/IconButton.d.ts +48 -48
- package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -89
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
- package/dist/types/components/Input/Input.d.ts +80 -80
- package/dist/types/components/Input/Input.stories.d.ts +278 -278
- package/dist/types/components/Input/Input.style.d.ts +7 -7
- package/dist/types/components/InputOld/InputOld.d.ts +66 -66
- package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -109
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -11
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +47 -48
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -12
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +58 -58
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -174
- package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
- package/dist/types/components/LinkButton/LinkButton.d.ts +13 -13
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -110
- package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
- package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -1
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +2 -2
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -15
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -39
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +14 -14
- package/dist/types/components/ListBox/ListBox.d.ts +15 -15
- package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -134
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +31 -31
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -70
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
- package/dist/types/components/Modal/Modal.d.ts +6 -6
- package/dist/types/components/Modal/Modal.style.d.ts +4 -4
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -8
- package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -7
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +55 -55
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -148
- package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +10 -10
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +2 -2
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -39
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +81 -81
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -396
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -12
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +86 -86
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -175
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -43
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +85 -85
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -153
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +37 -37
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -42
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
- package/dist/types/components/PieChart/PieChart.d.ts +66 -66
- package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -201
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +64 -64
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -89
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +29 -29
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -48
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +24 -24
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -65
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +55 -55
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -148
- package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +10 -10
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -6
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +17 -17
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +249 -249
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +76 -76
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +68 -68
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -9
- package/dist/types/components/RangePicker/RangePicker.d.ts +52 -52
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -148
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
- package/dist/types/components/ReportTable/ReportTable.d.ts +83 -83
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -139
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
- package/dist/types/components/SagButton/SagButton.d.ts +45 -45
- package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -142
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
- package/dist/types/components/SagIconButton/SagIconButton.d.ts +45 -45
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -129
- package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -2
- package/dist/types/components/SagInput/SagInput.d.ts +36 -36
- package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -71
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +50 -50
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -139
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
- package/dist/types/components/SearchInput/SearchInput.d.ts +24 -24
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +39 -39
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +52 -52
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -168
- package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
- package/dist/types/components/Select/Select.d.ts +21 -21
- package/dist/types/components/Select/Select.stories.d.ts +252 -252
- package/dist/types/components/Select/Select.style.d.ts +6 -6
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -28
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -226
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -13
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -1
- package/dist/types/components/TabMenu/TabMenu.d.ts +2 -2
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +171 -171
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +27 -27
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +59 -59
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -90
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
- package/dist/types/components/Tooltip/Tooltip.d.ts +24 -24
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +24 -24
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -25
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +40 -40
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -101
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +86 -86
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -240
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +51 -51
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -145
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +56 -56
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -155
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +82 -82
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -241
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +76 -76
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -214
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +24 -24
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +77 -77
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +164 -164
- package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
- package/dist/types/icons/ArrowDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowSelectIcon.d.ts +6 -6
- package/dist/types/icons/ArrowUpIcon.d.ts +6 -6
- package/dist/types/icons/AttachedIcon.d.ts +6 -6
- package/dist/types/icons/BarcodeIcon.d.ts +6 -6
- package/dist/types/icons/BellIcon.d.ts +6 -6
- package/dist/types/icons/ButtonArrowRight.d.ts +5 -5
- package/dist/types/icons/Calendar.d.ts +2 -2
- package/dist/types/icons/CalendarIcon.d.ts +6 -6
- package/dist/types/icons/CalendarInOpen.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -7
- package/dist/types/icons/ChervronLeftIcon.d.ts +6 -6
- package/dist/types/icons/ChervronRightIcon.d.ts +6 -6
- package/dist/types/icons/ChevronIcon.d.ts +7 -7
- package/dist/types/icons/ChevronLeftIcon.d.ts +4 -4
- package/dist/types/icons/ChevronRightIcon.d.ts +4 -4
- package/dist/types/icons/ClockIcon.d.ts +6 -6
- package/dist/types/icons/CloseIcon.d.ts +6 -6
- package/dist/types/icons/CloseXIcon.d.ts +6 -6
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -7
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -7
- package/dist/types/icons/DocumentIcon.d.ts +6 -6
- package/dist/types/icons/DownArrowIcon.d.ts +5 -5
- package/dist/types/icons/DownloadIcon.d.ts +6 -6
- package/dist/types/icons/Duplicate.d.ts +7 -7
- package/dist/types/icons/ErrorIcon.d.ts +6 -6
- package/dist/types/icons/ExitIcon.d.ts +7 -7
- package/dist/types/icons/ExportIcon.d.ts +6 -6
- package/dist/types/icons/EyeIcon.d.ts +7 -7
- package/dist/types/icons/FileIcon.d.ts +6 -6
- package/dist/types/icons/FilterIcon.d.ts +6 -6
- package/dist/types/icons/FlyIcon.d.ts +6 -6
- package/dist/types/icons/FolderIcon.d.ts +6 -6
- package/dist/types/icons/FoodLionChartIcon.d.ts +2 -2
- package/dist/types/icons/FoodLionIcon.d.ts +6 -6
- package/dist/types/icons/FoodLionNewIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -2
- package/dist/types/icons/GiantFoodIcon.d.ts +7 -7
- package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -7
- package/dist/types/icons/HannafordChartIcon.d.ts +2 -2
- package/dist/types/icons/HannafordIcon.d.ts +6 -6
- package/dist/types/icons/HannafordIcon_new.d.ts +7 -7
- package/dist/types/icons/HannafordNewIcon.d.ts +5 -5
- package/dist/types/icons/InfoIcon.d.ts +7 -7
- package/dist/types/icons/LampIcon.d.ts +6 -6
- package/dist/types/icons/LegendLineIcon.d.ts +6 -6
- package/dist/types/icons/LegendUnionIcon.d.ts +6 -6
- package/dist/types/icons/MaintenanceIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemOpenIcon.d.ts +6 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemUpIcon.d.ts +6 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +12 -12
- package/dist/types/icons/OptionsIcon.d.ts +6 -6
- package/dist/types/icons/PeopleIcon.d.ts +6 -6
- package/dist/types/icons/ReselectIcon.d.ts +6 -6
- package/dist/types/icons/SearchIcon.d.ts +6 -6
- package/dist/types/icons/ShoppingCartIcon.d.ts +6 -6
- package/dist/types/icons/ShoutIcon.d.ts +6 -6
- package/dist/types/icons/Sort.d.ts +1 -1
- package/dist/types/icons/SortIcon.d.ts +7 -7
- package/dist/types/icons/SpotlightProductIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -2
- package/dist/types/icons/StopAndShopIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -6
- package/dist/types/icons/SucceededIcon.d.ts +6 -6
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -2
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -5
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -6
- package/dist/types/icons/UpArrowIcon.d.ts +5 -5
- package/dist/types/index.d.ts +37 -37
- package/dist/types/utils/CommonFunctions.d.ts +7 -7
- package/dist/types/utils/ComponentFactory.d.ts +4 -4
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/dist/types/utils/IconsHandler.style.d.ts +1 -1
- package/dist/types/utils/regex/Email.regex.d.ts +1 -1
- package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -1
- package/dist/types/utils/regex/Phone.regex.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,252 +1,252 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export
|
|
3
|
-
export { Select as component };
|
|
4
|
-
export
|
|
5
|
-
export namespace argTypes {
|
|
6
|
-
namespace label {
|
|
7
|
-
|
|
8
|
-
namespace type {
|
|
9
|
-
|
|
10
|
-
export { name_1 as name };
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
namespace defaultValue {
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
namespace control {
|
|
17
|
-
|
|
18
|
-
export { type_1 as type };
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
namespace value {
|
|
22
|
-
|
|
23
|
-
export { name_2 as name };
|
|
24
|
-
export namespace type_2 {
|
|
25
|
-
|
|
26
|
-
export { name_3 as name };
|
|
27
|
-
}
|
|
28
|
-
export { type_2 as type };
|
|
29
|
-
|
|
30
|
-
export { description_1 as description };
|
|
31
|
-
export namespace defaultValue_1 {
|
|
32
|
-
|
|
33
|
-
export { summary_1 as summary };
|
|
34
|
-
}
|
|
35
|
-
export { defaultValue_1 as defaultValue };
|
|
36
|
-
export namespace control_1 {
|
|
37
|
-
|
|
38
|
-
export { type_3 as type };
|
|
39
|
-
}
|
|
40
|
-
export { control_1 as control };
|
|
41
|
-
}
|
|
42
|
-
namespace onChange {
|
|
43
|
-
|
|
44
|
-
export { name_4 as name };
|
|
45
|
-
export namespace type_4 {
|
|
46
|
-
|
|
47
|
-
export { name_5 as name };
|
|
48
|
-
}
|
|
49
|
-
export { type_4 as type };
|
|
50
|
-
|
|
51
|
-
export { description_2 as description };
|
|
52
|
-
export namespace defaultValue_2 {
|
|
53
|
-
|
|
54
|
-
export { summary_2 as summary };
|
|
55
|
-
}
|
|
56
|
-
export { defaultValue_2 as defaultValue };
|
|
57
|
-
export namespace control_2 {
|
|
58
|
-
|
|
59
|
-
export { type_5 as type };
|
|
60
|
-
}
|
|
61
|
-
export { control_2 as control };
|
|
62
|
-
}
|
|
63
|
-
namespace required {
|
|
64
|
-
|
|
65
|
-
export { name_6 as name };
|
|
66
|
-
export namespace type_6 {
|
|
67
|
-
|
|
68
|
-
export { name_7 as name };
|
|
69
|
-
}
|
|
70
|
-
export { type_6 as type };
|
|
71
|
-
|
|
72
|
-
export { description_3 as description };
|
|
73
|
-
export namespace defaultValue_3 {
|
|
74
|
-
|
|
75
|
-
export { summary_3 as summary };
|
|
76
|
-
}
|
|
77
|
-
export { defaultValue_3 as defaultValue };
|
|
78
|
-
export namespace control_3 {
|
|
79
|
-
|
|
80
|
-
export { type_7 as type };
|
|
81
|
-
}
|
|
82
|
-
export { control_3 as control };
|
|
83
|
-
}
|
|
84
|
-
namespace borderColor {
|
|
85
|
-
|
|
86
|
-
export { name_8 as name };
|
|
87
|
-
|
|
88
|
-
export { description_4 as description };
|
|
89
|
-
export namespace control_4 {
|
|
90
|
-
|
|
91
|
-
export { type_8 as type };
|
|
92
|
-
export
|
|
93
|
-
}
|
|
94
|
-
export { control_4 as control };
|
|
95
|
-
}
|
|
96
|
-
namespace labelFontColor {
|
|
97
|
-
|
|
98
|
-
export { name_9 as name };
|
|
99
|
-
|
|
100
|
-
export { description_5 as description };
|
|
101
|
-
export namespace control_5 {
|
|
102
|
-
|
|
103
|
-
export { type_9 as type };
|
|
104
|
-
|
|
105
|
-
export { presetColors_1 as presetColors };
|
|
106
|
-
}
|
|
107
|
-
export { control_5 as control };
|
|
108
|
-
}
|
|
109
|
-
namespace borderColorFoucs {
|
|
110
|
-
|
|
111
|
-
export { name_10 as name };
|
|
112
|
-
|
|
113
|
-
export { description_6 as description };
|
|
114
|
-
export namespace control_6 {
|
|
115
|
-
|
|
116
|
-
export { type_10 as type };
|
|
117
|
-
|
|
118
|
-
export { presetColors_2 as presetColors };
|
|
119
|
-
}
|
|
120
|
-
export { control_6 as control };
|
|
121
|
-
}
|
|
122
|
-
namespace disabled {
|
|
123
|
-
|
|
124
|
-
export { name_11 as name };
|
|
125
|
-
export namespace type_11 {
|
|
126
|
-
|
|
127
|
-
export { name_12 as name };
|
|
128
|
-
}
|
|
129
|
-
export { type_11 as type };
|
|
130
|
-
|
|
131
|
-
export { description_7 as description };
|
|
132
|
-
export namespace defaultValue_4 {
|
|
133
|
-
|
|
134
|
-
export { summary_4 as summary };
|
|
135
|
-
}
|
|
136
|
-
export { defaultValue_4 as defaultValue };
|
|
137
|
-
export namespace control_7 {
|
|
138
|
-
|
|
139
|
-
export { type_12 as type };
|
|
140
|
-
}
|
|
141
|
-
export { control_7 as control };
|
|
142
|
-
}
|
|
143
|
-
namespace fontSize {
|
|
144
|
-
|
|
145
|
-
export { name_13 as name };
|
|
146
|
-
export namespace type_13 {
|
|
147
|
-
|
|
148
|
-
export { name_14 as name };
|
|
149
|
-
}
|
|
150
|
-
export { type_13 as type };
|
|
151
|
-
|
|
152
|
-
export { description_8 as description };
|
|
153
|
-
export namespace defaultValue_5 {
|
|
154
|
-
|
|
155
|
-
export { summary_5 as summary };
|
|
156
|
-
}
|
|
157
|
-
export { defaultValue_5 as defaultValue };
|
|
158
|
-
export namespace control_8 {
|
|
159
|
-
|
|
160
|
-
export { type_14 as type };
|
|
161
|
-
}
|
|
162
|
-
export { control_8 as control };
|
|
163
|
-
}
|
|
164
|
-
namespace width {
|
|
165
|
-
|
|
166
|
-
export { name_15 as name };
|
|
167
|
-
export namespace type_15 {
|
|
168
|
-
|
|
169
|
-
export { name_16 as name };
|
|
170
|
-
}
|
|
171
|
-
export { type_15 as type };
|
|
172
|
-
|
|
173
|
-
export { description_9 as description };
|
|
174
|
-
export namespace defaultValue_6 {
|
|
175
|
-
|
|
176
|
-
export { summary_6 as summary };
|
|
177
|
-
}
|
|
178
|
-
export { defaultValue_6 as defaultValue };
|
|
179
|
-
export namespace control_9 {
|
|
180
|
-
|
|
181
|
-
export { type_16 as type };
|
|
182
|
-
}
|
|
183
|
-
export { control_9 as control };
|
|
184
|
-
}
|
|
185
|
-
namespace height {
|
|
186
|
-
|
|
187
|
-
export { name_17 as name };
|
|
188
|
-
export namespace type_17 {
|
|
189
|
-
|
|
190
|
-
export { name_18 as name };
|
|
191
|
-
}
|
|
192
|
-
export { type_17 as type };
|
|
193
|
-
|
|
194
|
-
export { description_10 as description };
|
|
195
|
-
export namespace defaultValue_7 {
|
|
196
|
-
|
|
197
|
-
export { summary_7 as summary };
|
|
198
|
-
}
|
|
199
|
-
export { defaultValue_7 as defaultValue };
|
|
200
|
-
export namespace control_10 {
|
|
201
|
-
|
|
202
|
-
export { type_18 as type };
|
|
203
|
-
}
|
|
204
|
-
export { control_10 as control };
|
|
205
|
-
}
|
|
206
|
-
namespace error {
|
|
207
|
-
|
|
208
|
-
export { name_19 as name };
|
|
209
|
-
export namespace type_19 {
|
|
210
|
-
|
|
211
|
-
export { name_20 as name };
|
|
212
|
-
}
|
|
213
|
-
export { type_19 as type };
|
|
214
|
-
|
|
215
|
-
export { description_11 as description };
|
|
216
|
-
export namespace defaultValue_8 {
|
|
217
|
-
|
|
218
|
-
export { summary_8 as summary };
|
|
219
|
-
}
|
|
220
|
-
export { defaultValue_8 as defaultValue };
|
|
221
|
-
export namespace control_11 {
|
|
222
|
-
|
|
223
|
-
export { type_20 as type };
|
|
224
|
-
}
|
|
225
|
-
export { control_11 as control };
|
|
226
|
-
}
|
|
227
|
-
namespace errorMessage {
|
|
228
|
-
|
|
229
|
-
export { name_21 as name };
|
|
230
|
-
export namespace type_21 {
|
|
231
|
-
|
|
232
|
-
export { name_22 as name };
|
|
233
|
-
}
|
|
234
|
-
export { type_21 as type };
|
|
235
|
-
|
|
236
|
-
export { description_12 as description };
|
|
237
|
-
export namespace defaultValue_9 {
|
|
238
|
-
|
|
239
|
-
export { summary_9 as summary };
|
|
240
|
-
}
|
|
241
|
-
export { defaultValue_9 as defaultValue };
|
|
242
|
-
export namespace control_12 {
|
|
243
|
-
|
|
244
|
-
export { type_22 as type };
|
|
245
|
-
}
|
|
246
|
-
export { control_12 as control };
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
export default _default;
|
|
251
|
-
export const Default: any;
|
|
252
|
-
import Select from
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { Select as component };
|
|
4
|
+
export let tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
namespace label {
|
|
7
|
+
let name: string;
|
|
8
|
+
namespace type {
|
|
9
|
+
let name_1: string;
|
|
10
|
+
export { name_1 as name };
|
|
11
|
+
}
|
|
12
|
+
let description: string;
|
|
13
|
+
namespace defaultValue {
|
|
14
|
+
let summary: string;
|
|
15
|
+
}
|
|
16
|
+
namespace control {
|
|
17
|
+
let type_1: string;
|
|
18
|
+
export { type_1 as type };
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
namespace value {
|
|
22
|
+
let name_2: string;
|
|
23
|
+
export { name_2 as name };
|
|
24
|
+
export namespace type_2 {
|
|
25
|
+
let name_3: string;
|
|
26
|
+
export { name_3 as name };
|
|
27
|
+
}
|
|
28
|
+
export { type_2 as type };
|
|
29
|
+
let description_1: string;
|
|
30
|
+
export { description_1 as description };
|
|
31
|
+
export namespace defaultValue_1 {
|
|
32
|
+
let summary_1: string;
|
|
33
|
+
export { summary_1 as summary };
|
|
34
|
+
}
|
|
35
|
+
export { defaultValue_1 as defaultValue };
|
|
36
|
+
export namespace control_1 {
|
|
37
|
+
let type_3: string;
|
|
38
|
+
export { type_3 as type };
|
|
39
|
+
}
|
|
40
|
+
export { control_1 as control };
|
|
41
|
+
}
|
|
42
|
+
namespace onChange {
|
|
43
|
+
let name_4: string;
|
|
44
|
+
export { name_4 as name };
|
|
45
|
+
export namespace type_4 {
|
|
46
|
+
let name_5: string;
|
|
47
|
+
export { name_5 as name };
|
|
48
|
+
}
|
|
49
|
+
export { type_4 as type };
|
|
50
|
+
let description_2: string;
|
|
51
|
+
export { description_2 as description };
|
|
52
|
+
export namespace defaultValue_2 {
|
|
53
|
+
let summary_2: string;
|
|
54
|
+
export { summary_2 as summary };
|
|
55
|
+
}
|
|
56
|
+
export { defaultValue_2 as defaultValue };
|
|
57
|
+
export namespace control_2 {
|
|
58
|
+
let type_5: any;
|
|
59
|
+
export { type_5 as type };
|
|
60
|
+
}
|
|
61
|
+
export { control_2 as control };
|
|
62
|
+
}
|
|
63
|
+
namespace required {
|
|
64
|
+
let name_6: string;
|
|
65
|
+
export { name_6 as name };
|
|
66
|
+
export namespace type_6 {
|
|
67
|
+
let name_7: string;
|
|
68
|
+
export { name_7 as name };
|
|
69
|
+
}
|
|
70
|
+
export { type_6 as type };
|
|
71
|
+
let description_3: string;
|
|
72
|
+
export { description_3 as description };
|
|
73
|
+
export namespace defaultValue_3 {
|
|
74
|
+
let summary_3: boolean;
|
|
75
|
+
export { summary_3 as summary };
|
|
76
|
+
}
|
|
77
|
+
export { defaultValue_3 as defaultValue };
|
|
78
|
+
export namespace control_3 {
|
|
79
|
+
let type_7: string;
|
|
80
|
+
export { type_7 as type };
|
|
81
|
+
}
|
|
82
|
+
export { control_3 as control };
|
|
83
|
+
}
|
|
84
|
+
namespace borderColor {
|
|
85
|
+
let name_8: string;
|
|
86
|
+
export { name_8 as name };
|
|
87
|
+
let description_4: string;
|
|
88
|
+
export { description_4 as description };
|
|
89
|
+
export namespace control_4 {
|
|
90
|
+
let type_8: string;
|
|
91
|
+
export { type_8 as type };
|
|
92
|
+
export let presetColors: string[];
|
|
93
|
+
}
|
|
94
|
+
export { control_4 as control };
|
|
95
|
+
}
|
|
96
|
+
namespace labelFontColor {
|
|
97
|
+
let name_9: string;
|
|
98
|
+
export { name_9 as name };
|
|
99
|
+
let description_5: string;
|
|
100
|
+
export { description_5 as description };
|
|
101
|
+
export namespace control_5 {
|
|
102
|
+
let type_9: string;
|
|
103
|
+
export { type_9 as type };
|
|
104
|
+
let presetColors_1: string[];
|
|
105
|
+
export { presetColors_1 as presetColors };
|
|
106
|
+
}
|
|
107
|
+
export { control_5 as control };
|
|
108
|
+
}
|
|
109
|
+
namespace borderColorFoucs {
|
|
110
|
+
let name_10: string;
|
|
111
|
+
export { name_10 as name };
|
|
112
|
+
let description_6: string;
|
|
113
|
+
export { description_6 as description };
|
|
114
|
+
export namespace control_6 {
|
|
115
|
+
let type_10: string;
|
|
116
|
+
export { type_10 as type };
|
|
117
|
+
let presetColors_2: string[];
|
|
118
|
+
export { presetColors_2 as presetColors };
|
|
119
|
+
}
|
|
120
|
+
export { control_6 as control };
|
|
121
|
+
}
|
|
122
|
+
namespace disabled {
|
|
123
|
+
let name_11: string;
|
|
124
|
+
export { name_11 as name };
|
|
125
|
+
export namespace type_11 {
|
|
126
|
+
let name_12: string;
|
|
127
|
+
export { name_12 as name };
|
|
128
|
+
}
|
|
129
|
+
export { type_11 as type };
|
|
130
|
+
let description_7: string;
|
|
131
|
+
export { description_7 as description };
|
|
132
|
+
export namespace defaultValue_4 {
|
|
133
|
+
let summary_4: boolean;
|
|
134
|
+
export { summary_4 as summary };
|
|
135
|
+
}
|
|
136
|
+
export { defaultValue_4 as defaultValue };
|
|
137
|
+
export namespace control_7 {
|
|
138
|
+
let type_12: string;
|
|
139
|
+
export { type_12 as type };
|
|
140
|
+
}
|
|
141
|
+
export { control_7 as control };
|
|
142
|
+
}
|
|
143
|
+
namespace fontSize {
|
|
144
|
+
let name_13: string;
|
|
145
|
+
export { name_13 as name };
|
|
146
|
+
export namespace type_13 {
|
|
147
|
+
let name_14: string;
|
|
148
|
+
export { name_14 as name };
|
|
149
|
+
}
|
|
150
|
+
export { type_13 as type };
|
|
151
|
+
let description_8: string;
|
|
152
|
+
export { description_8 as description };
|
|
153
|
+
export namespace defaultValue_5 {
|
|
154
|
+
let summary_5: string;
|
|
155
|
+
export { summary_5 as summary };
|
|
156
|
+
}
|
|
157
|
+
export { defaultValue_5 as defaultValue };
|
|
158
|
+
export namespace control_8 {
|
|
159
|
+
let type_14: string;
|
|
160
|
+
export { type_14 as type };
|
|
161
|
+
}
|
|
162
|
+
export { control_8 as control };
|
|
163
|
+
}
|
|
164
|
+
namespace width {
|
|
165
|
+
let name_15: string;
|
|
166
|
+
export { name_15 as name };
|
|
167
|
+
export namespace type_15 {
|
|
168
|
+
let name_16: string;
|
|
169
|
+
export { name_16 as name };
|
|
170
|
+
}
|
|
171
|
+
export { type_15 as type };
|
|
172
|
+
let description_9: string;
|
|
173
|
+
export { description_9 as description };
|
|
174
|
+
export namespace defaultValue_6 {
|
|
175
|
+
let summary_6: string;
|
|
176
|
+
export { summary_6 as summary };
|
|
177
|
+
}
|
|
178
|
+
export { defaultValue_6 as defaultValue };
|
|
179
|
+
export namespace control_9 {
|
|
180
|
+
let type_16: string;
|
|
181
|
+
export { type_16 as type };
|
|
182
|
+
}
|
|
183
|
+
export { control_9 as control };
|
|
184
|
+
}
|
|
185
|
+
namespace height {
|
|
186
|
+
let name_17: string;
|
|
187
|
+
export { name_17 as name };
|
|
188
|
+
export namespace type_17 {
|
|
189
|
+
let name_18: string;
|
|
190
|
+
export { name_18 as name };
|
|
191
|
+
}
|
|
192
|
+
export { type_17 as type };
|
|
193
|
+
let description_10: string;
|
|
194
|
+
export { description_10 as description };
|
|
195
|
+
export namespace defaultValue_7 {
|
|
196
|
+
let summary_7: string;
|
|
197
|
+
export { summary_7 as summary };
|
|
198
|
+
}
|
|
199
|
+
export { defaultValue_7 as defaultValue };
|
|
200
|
+
export namespace control_10 {
|
|
201
|
+
let type_18: string;
|
|
202
|
+
export { type_18 as type };
|
|
203
|
+
}
|
|
204
|
+
export { control_10 as control };
|
|
205
|
+
}
|
|
206
|
+
namespace error {
|
|
207
|
+
let name_19: string;
|
|
208
|
+
export { name_19 as name };
|
|
209
|
+
export namespace type_19 {
|
|
210
|
+
let name_20: string;
|
|
211
|
+
export { name_20 as name };
|
|
212
|
+
}
|
|
213
|
+
export { type_19 as type };
|
|
214
|
+
let description_11: string;
|
|
215
|
+
export { description_11 as description };
|
|
216
|
+
export namespace defaultValue_8 {
|
|
217
|
+
let summary_8: boolean;
|
|
218
|
+
export { summary_8 as summary };
|
|
219
|
+
}
|
|
220
|
+
export { defaultValue_8 as defaultValue };
|
|
221
|
+
export namespace control_11 {
|
|
222
|
+
let type_20: string;
|
|
223
|
+
export { type_20 as type };
|
|
224
|
+
}
|
|
225
|
+
export { control_11 as control };
|
|
226
|
+
}
|
|
227
|
+
namespace errorMessage {
|
|
228
|
+
let name_21: string;
|
|
229
|
+
export { name_21 as name };
|
|
230
|
+
export namespace type_21 {
|
|
231
|
+
let name_22: string;
|
|
232
|
+
export { name_22 as name };
|
|
233
|
+
}
|
|
234
|
+
export { type_21 as type };
|
|
235
|
+
let description_12: string;
|
|
236
|
+
export { description_12 as description };
|
|
237
|
+
export namespace defaultValue_9 {
|
|
238
|
+
let summary_9: string;
|
|
239
|
+
export { summary_9 as summary };
|
|
240
|
+
}
|
|
241
|
+
export { defaultValue_9 as defaultValue };
|
|
242
|
+
export namespace control_12 {
|
|
243
|
+
let type_22: string;
|
|
244
|
+
export { type_22 as type };
|
|
245
|
+
}
|
|
246
|
+
export { control_12 as control };
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
export default _default;
|
|
251
|
+
export const Default: any;
|
|
252
|
+
import Select from './Select';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export const SelectWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
-
export const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
3
|
-
export const StyledInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
4
|
-
export const OptionsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>> & string;
|
|
5
|
-
export const OptionItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
|
|
6
|
-
export const ErrorMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
1
|
+
export const SelectWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
3
|
+
export const StyledInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
4
|
+
export const OptionsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>> & string;
|
|
5
|
+
export const OptionItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
|
|
6
|
+
export const ErrorMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
export function SingleBarLineCharts({ className, width, height, title, data, totalsData, showLegend, legendData, maxBarRange, showLineChart, lineRange, lineFontSizeValue, barFontSizeValue, barSize, barChartHeight, lineChartHeight, isLineChartCurrency, isLineChartBolded, setLineChartTooltip, isTopBarPercent, showSecondBar, showPeriod, currencySign, currencySignLine, noDataText, }: {
|
|
2
|
-
className?: string;
|
|
3
|
-
width?: string;
|
|
4
|
-
height?: string;
|
|
5
|
-
title?: string;
|
|
6
|
-
data?: any[];
|
|
7
|
-
totalsData?: any[];
|
|
8
|
-
showLegend?: boolean;
|
|
9
|
-
legendData?: any[];
|
|
10
|
-
maxBarRange?: number;
|
|
11
|
-
showLineChart?: boolean;
|
|
12
|
-
lineRange?: number;
|
|
13
|
-
lineFontSizeValue?: string;
|
|
14
|
-
barFontSizeValue?: string;
|
|
15
|
-
barSize?: number;
|
|
16
|
-
barChartHeight?: number;
|
|
17
|
-
lineChartHeight?: number;
|
|
18
|
-
isLineChartCurrency?: boolean;
|
|
19
|
-
isLineChartBolded?: boolean;
|
|
20
|
-
setLineChartTooltip?: boolean;
|
|
21
|
-
isTopBarPercent?: boolean;
|
|
22
|
-
showSecondBar?: boolean;
|
|
23
|
-
showPeriod?: boolean;
|
|
24
|
-
currencySign?: string;
|
|
25
|
-
currencySignLine?: string;
|
|
26
|
-
noDataText?: string;
|
|
27
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
28
|
-
export default SingleBarLineCharts;
|
|
1
|
+
export function SingleBarLineCharts({ className, width, height, title, data, totalsData, showLegend, legendData, maxBarRange, showLineChart, lineRange, lineFontSizeValue, barFontSizeValue, barSize, barChartHeight, lineChartHeight, isLineChartCurrency, isLineChartBolded, setLineChartTooltip, isTopBarPercent, showSecondBar, showPeriod, currencySign, currencySignLine, noDataText, }: {
|
|
2
|
+
className?: string;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
data?: any[];
|
|
7
|
+
totalsData?: any[];
|
|
8
|
+
showLegend?: boolean;
|
|
9
|
+
legendData?: any[];
|
|
10
|
+
maxBarRange?: number;
|
|
11
|
+
showLineChart?: boolean;
|
|
12
|
+
lineRange?: number;
|
|
13
|
+
lineFontSizeValue?: string;
|
|
14
|
+
barFontSizeValue?: string;
|
|
15
|
+
barSize?: number;
|
|
16
|
+
barChartHeight?: number;
|
|
17
|
+
lineChartHeight?: number;
|
|
18
|
+
isLineChartCurrency?: boolean;
|
|
19
|
+
isLineChartBolded?: boolean;
|
|
20
|
+
setLineChartTooltip?: boolean;
|
|
21
|
+
isTopBarPercent?: boolean;
|
|
22
|
+
showSecondBar?: boolean;
|
|
23
|
+
showPeriod?: boolean;
|
|
24
|
+
currencySign?: string;
|
|
25
|
+
currencySignLine?: string;
|
|
26
|
+
noDataText?: string;
|
|
27
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export default SingleBarLineCharts;
|