sag_components 2.0.0-beta6 → 2.0.0-beta61
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 +1090 -1237
- package/dist/index.esm.js +30478 -79686
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29895 -79111
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +79 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +1 -1
- package/dist/types/components/AttachedFile/AttachedFile.d.ts +23 -24
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -35
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +14 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -19
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -5
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +38 -39
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -61
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +70 -74
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -40
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +17 -18
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -38
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
- package/dist/types/components/BarChart/BarChart.d.ts +70 -79
- package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -320
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +73 -82
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -300
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -31
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +56 -66
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -147
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +99 -107
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -465
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.d.ts +44 -45
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -224
- package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +73 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +1 -1
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/BrushChart/BrushChart.stories.d.ts +8 -0
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +9 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +4 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +3 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +5 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +92 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +22 -22
- package/dist/types/components/Button/Button.stories.d.ts +185 -393
- package/dist/types/components/Button/Button.style.d.ts +5 -5
- package/dist/types/components/Button/Button.test.d.ts +1 -1
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +26 -33
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -64
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/Card.d.ts +31 -37
- package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -57
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
- package/dist/types/components/CampaignTool/FormInput.d.ts +5 -5
- package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -5
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +14 -15
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -31
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +11 -12
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -23
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
- package/dist/types/components/CampaignTool/Popup.d.ts +26 -27
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -166
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
- package/dist/types/components/CampaignTool/PopupContent.d.ts +23 -28
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
- package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -41
- package/dist/types/components/CampaignTool/Table.d.ts +51 -56
- package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -120
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
- package/dist/types/components/CheckBox/CheckBox.d.ts +2 -15
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -150
- 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 -221
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.d.ts +23 -34
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -86
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +67 -70
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -151
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +23 -24
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -79
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +20 -21
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -41
- package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +251 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +2 -34
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -103
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +38 -39
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -159
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +72 -79
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +240 -574
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +74 -81
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +68 -75
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +47 -48
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -151
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
- package/dist/types/components/EventList/EventList.d.ts +26 -30
- package/dist/types/components/EventList/EventList.stories.d.ts +67 -84
- package/dist/types/components/EventList/EventList.style.d.ts +4 -4
- package/dist/types/components/EventListItem/EventListItem.d.ts +26 -27
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -81
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
- package/dist/types/components/FilterContainer/FilterContainer.d.ts +2 -3
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -15
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +62 -82
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +172 -824
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +44 -45
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -297
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
- package/dist/types/components/Heatmap/Heatmap.d.ts +10 -15
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -87
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +13 -15
- package/dist/types/components/IconButton/IconButton.d.ts +47 -48
- package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -166
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
- package/dist/types/components/Input/Input.d.ts +79 -80
- package/dist/types/components/Input/Input.stories.d.ts +278 -688
- package/dist/types/components/Input/Input.style.d.ts +7 -7
- package/dist/types/components/InputOld/InputOld.d.ts +65 -66
- package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -130
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +10 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +47 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +53 -58
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -300
- 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 -279
- 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 -35
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -72
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +12 -12
- package/dist/types/components/ListBox/ListBox.d.ts +15 -15
- package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -162
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +26 -31
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -135
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
- package/dist/types/components/Modal/Modal.d.ts +6 -6
- package/dist/types/components/Modal/Modal.style.d.ts +4 -4
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -8
- package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -7
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +53 -54
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -197
- 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 -12
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -45
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +80 -63
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -149
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -10
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +68 -86
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -263
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +2 -29
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -98
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +64 -85
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -236
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +28 -37
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -102
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
- package/dist/types/components/PieChart/PieChart.d.ts +62 -66
- package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -295
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +53 -64
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -280
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +24 -29
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -77
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +23 -24
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -94
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +53 -54
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -197
- 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 -69
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +194 -393
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +69 -76
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +61 -68
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.d.ts +44 -0
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.stories.d.ts +129 -0
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +2 -0
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -9
- package/dist/types/components/RangePicker/RangePicker.d.ts +51 -52
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -194
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
- package/dist/types/components/ReportTable/ReportTable.d.ts +74 -83
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -322
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
- package/dist/types/components/SagButton/SagButton.d.ts +44 -45
- package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -168
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
- package/dist/types/components/SagInput/SagInput.d.ts +35 -36
- package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -88
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +44 -50
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -222
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
- package/dist/types/components/SearchInput/SearchInput.d.ts +23 -24
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +39 -49
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +49 -49
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -260
- 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 -285
- 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 -398
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -61
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +54 -90
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +181 -174
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +59 -58
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +56 -59
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -137
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
- package/dist/types/components/Tooltip/Tooltip.d.ts +23 -24
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +23 -24
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -36
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +34 -40
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -176
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +81 -86
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -379
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +47 -54
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -237
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +51 -56
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -257
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +77 -66
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -416
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +71 -76
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -331
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +23 -24
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +65 -74
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +156 -238
- 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 -2
- package/dist/types/icons/ChervronRightIcon.d.ts +6 -2
- 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 -0
- 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 -7
- 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 -7
- 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 -6
- 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 -7
- package/dist/types/icons/MenuItemRightIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemUpIcon.d.ts +6 -7
- package/dist/types/icons/NoDataFoundIcon.d.ts +11 -12
- package/dist/types/icons/OptionsIcon.d.ts +6 -6
- package/dist/types/icons/ReselectIcon.d.ts +6 -6
- package/dist/types/icons/SearchIcon.d.ts +6 -6
- package/dist/types/icons/ShoppingCartIcon.d.ts +6 -6
- package/dist/types/icons/ShoutIcon.d.ts +6 -6
- package/dist/types/icons/Sort.d.ts +1 -1
- package/dist/types/icons/SortIcon.d.ts +7 -7
- package/dist/types/icons/SpotlightProductIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -2
- package/dist/types/icons/StopAndShopIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -6
- package/dist/types/icons/SucceededIcon.d.ts +6 -6
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -2
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -5
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -6
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/index.d.ts +32 -23
- 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 +40 -41
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
- package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
- package/dist/types/components/SagIconButton/SagIconButton.d.ts +0 -45
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +0 -178
- package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +0 -2
- package/dist/types/components/TextField/TextField.d.ts +0 -6
- package/dist/types/components/TextField/TextField.stories.d.ts +0 -243
- package/dist/types/components/TextField/TextField.style.d.ts +0 -1
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export const ControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
2
|
-
export const ButtonsContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
3
|
-
export const AllFieldsContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
4
|
-
export const FieldsContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
5
|
-
export const FieldContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
6
|
-
export const DatePickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
7
|
-
export const PeriodPickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
8
|
-
export const PeriodPickerEmptyContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
9
|
-
export const PeriodPickerEmptyText: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
10
|
-
export const TooltipTextContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
11
|
-
export const TooltipText: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
1
|
+
export const ControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export const ButtonsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
3
|
+
export const AllFieldsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
4
|
+
export const FieldsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
5
|
+
export const FieldContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
6
|
+
export const DatePickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
7
|
+
export const PeriodPickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
8
|
+
export const PeriodPickerEmptyContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
9
|
+
export const PeriodPickerEmptyText: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
10
|
+
export const TooltipTextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
11
|
+
export const TooltipText: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
@@ -1,45 +1,44 @@
|
|
|
1
|
-
export function FormattedValue(props: any):
|
|
2
|
-
export namespace FormattedValue {
|
|
3
|
-
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
namespace defaultProps {
|
|
18
|
-
|
|
19
|
-
export { className_1 as className };
|
|
20
|
-
|
|
21
|
-
export { title_1 as title };
|
|
22
|
-
|
|
23
|
-
export { subtitle_1 as subtitle };
|
|
24
|
-
|
|
25
|
-
export { showTopValue_1 as showTopValue };
|
|
26
|
-
|
|
27
|
-
export { value_1 as value };
|
|
28
|
-
|
|
29
|
-
export { dotCut_1 as dotCut };
|
|
30
|
-
|
|
31
|
-
export { currencySign_1 as currencySign };
|
|
32
|
-
|
|
33
|
-
export { currencyType_1 as currencyType };
|
|
34
|
-
|
|
35
|
-
export { width_1 as width };
|
|
36
|
-
|
|
37
|
-
export { height_1 as height };
|
|
38
|
-
|
|
39
|
-
export { textcolor_1 as textcolor };
|
|
40
|
-
|
|
41
|
-
export { isPercent_1 as isPercent };
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export default FormattedValue;
|
|
45
|
-
import PropTypes from "prop-types";
|
|
1
|
+
export function FormattedValue(props: any): any;
|
|
2
|
+
export namespace FormattedValue {
|
|
3
|
+
namespace propTypes {
|
|
4
|
+
let className: any;
|
|
5
|
+
let title: any;
|
|
6
|
+
let subtitle: any;
|
|
7
|
+
let showTopValue: any;
|
|
8
|
+
let value: any;
|
|
9
|
+
let dotCut: any;
|
|
10
|
+
let currencySign: any;
|
|
11
|
+
let currencyType: any;
|
|
12
|
+
let width: any;
|
|
13
|
+
let height: any;
|
|
14
|
+
let textcolor: any;
|
|
15
|
+
let isPercent: any;
|
|
16
|
+
}
|
|
17
|
+
namespace defaultProps {
|
|
18
|
+
let className_1: string;
|
|
19
|
+
export { className_1 as className };
|
|
20
|
+
let title_1: string;
|
|
21
|
+
export { title_1 as title };
|
|
22
|
+
let subtitle_1: string;
|
|
23
|
+
export { subtitle_1 as subtitle };
|
|
24
|
+
let showTopValue_1: boolean;
|
|
25
|
+
export { showTopValue_1 as showTopValue };
|
|
26
|
+
let value_1: number;
|
|
27
|
+
export { value_1 as value };
|
|
28
|
+
let dotCut_1: boolean;
|
|
29
|
+
export { dotCut_1 as dotCut };
|
|
30
|
+
let currencySign_1: boolean;
|
|
31
|
+
export { currencySign_1 as currencySign };
|
|
32
|
+
let currencyType_1: string;
|
|
33
|
+
export { currencyType_1 as currencyType };
|
|
34
|
+
let width_1: string;
|
|
35
|
+
export { width_1 as width };
|
|
36
|
+
let height_1: string;
|
|
37
|
+
export { height_1 as height };
|
|
38
|
+
let textcolor_1: string;
|
|
39
|
+
export { textcolor_1 as textcolor };
|
|
40
|
+
let isPercent_1: boolean;
|
|
41
|
+
export { isPercent_1 as isPercent };
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export default FormattedValue;
|
|
@@ -1,297 +1,131 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export
|
|
3
|
-
export { FormattedValue as component };
|
|
4
|
-
export
|
|
5
|
-
export namespace parameters {
|
|
6
|
-
namespace design {
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
export namespace argTypes {
|
|
11
|
-
export namespace title_1 {
|
|
12
|
-
|
|
13
|
-
namespace control {
|
|
14
|
-
|
|
15
|
-
export { type_1 as type };
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
export { title_1 as title };
|
|
20
|
-
export namespace subtitle {
|
|
21
|
-
|
|
22
|
-
export { name_1 as name };
|
|
23
|
-
export namespace control_1 {
|
|
24
|
-
|
|
25
|
-
export { type_2 as type };
|
|
26
|
-
}
|
|
27
|
-
export { control_1 as control };
|
|
28
|
-
|
|
29
|
-
export { description_1 as description };
|
|
30
|
-
}
|
|
31
|
-
export namespace value {
|
|
32
|
-
|
|
33
|
-
export { name_2 as name };
|
|
34
|
-
export namespace control_2 {
|
|
35
|
-
|
|
36
|
-
export { type_3 as type };
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
}
|
|
40
|
-
export { control_2 as control };
|
|
41
|
-
|
|
42
|
-
export { description_2 as description };
|
|
43
|
-
}
|
|
44
|
-
export namespace dotCut {
|
|
45
|
-
|
|
46
|
-
export { name_3 as name };
|
|
47
|
-
export namespace control_3 {
|
|
48
|
-
|
|
49
|
-
export { type_4 as type };
|
|
50
|
-
}
|
|
51
|
-
export { control_3 as control };
|
|
52
|
-
|
|
53
|
-
export { description_3 as description };
|
|
54
|
-
}
|
|
55
|
-
export namespace currencySign {
|
|
56
|
-
|
|
57
|
-
export { name_4 as name };
|
|
58
|
-
export namespace control_4 {
|
|
59
|
-
|
|
60
|
-
export { type_5 as type };
|
|
61
|
-
}
|
|
62
|
-
export { control_4 as control };
|
|
63
|
-
|
|
64
|
-
export { description_4 as description };
|
|
65
|
-
}
|
|
66
|
-
export namespace currencyType {
|
|
67
|
-
|
|
68
|
-
export { name_5 as name };
|
|
69
|
-
export
|
|
70
|
-
export namespace control_5 {
|
|
71
|
-
|
|
72
|
-
export { type_6 as type };
|
|
73
|
-
}
|
|
74
|
-
export { control_5 as control };
|
|
75
|
-
}
|
|
76
|
-
export namespace width {
|
|
77
|
-
|
|
78
|
-
export { name_6 as name };
|
|
79
|
-
export namespace control_6 {
|
|
80
|
-
|
|
81
|
-
export { type_7 as type };
|
|
82
|
-
}
|
|
83
|
-
export { control_6 as control };
|
|
84
|
-
|
|
85
|
-
export { description_5 as description };
|
|
86
|
-
}
|
|
87
|
-
export namespace height {
|
|
88
|
-
|
|
89
|
-
export { name_7 as name };
|
|
90
|
-
export namespace control_7 {
|
|
91
|
-
|
|
92
|
-
export { type_8 as type };
|
|
93
|
-
}
|
|
94
|
-
export { control_7 as control };
|
|
95
|
-
|
|
96
|
-
export { description_6 as description };
|
|
97
|
-
}
|
|
98
|
-
export namespace textcolor {
|
|
99
|
-
|
|
100
|
-
export { name_8 as name };
|
|
101
|
-
|
|
102
|
-
export { description_7 as description };
|
|
103
|
-
export namespace control_8 {
|
|
104
|
-
|
|
105
|
-
export { type_9 as type };
|
|
106
|
-
export
|
|
107
|
-
}
|
|
108
|
-
export { control_8 as control };
|
|
109
|
-
}
|
|
110
|
-
export namespace isPercent {
|
|
111
|
-
|
|
112
|
-
export { name_9 as name };
|
|
113
|
-
export namespace control_9 {
|
|
114
|
-
|
|
115
|
-
export { type_10 as type };
|
|
116
|
-
}
|
|
117
|
-
export { control_9 as control };
|
|
118
|
-
|
|
119
|
-
export { description_8 as description };
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
export default _default;
|
|
124
|
-
export
|
|
125
|
-
export
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
export { dotCut_1 as dotCut };
|
|
133
|
-
const currencySign_1: boolean;
|
|
134
|
-
export { currencySign_1 as currencySign };
|
|
135
|
-
const currencyType_1: string;
|
|
136
|
-
export { currencyType_1 as currencyType };
|
|
137
|
-
const textcolor_1: string;
|
|
138
|
-
export { textcolor_1 as textcolor };
|
|
139
|
-
const height_1: string;
|
|
140
|
-
export { height_1 as height };
|
|
141
|
-
const width_1: string;
|
|
142
|
-
export { width_1 as width };
|
|
143
|
-
const isPercent_1: boolean;
|
|
144
|
-
export { isPercent_1 as isPercent };
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
export function NoDotCut(args: any): import("react/jsx-runtime").JSX.Element;
|
|
148
|
-
export namespace NoDotCut {
|
|
149
|
-
export namespace args_1 {
|
|
150
|
-
const title_3: string;
|
|
151
|
-
export { title_3 as title };
|
|
152
|
-
const value_2: number;
|
|
153
|
-
export { value_2 as value };
|
|
154
|
-
const dotCut_2: boolean;
|
|
155
|
-
export { dotCut_2 as dotCut };
|
|
156
|
-
const currencySign_2: boolean;
|
|
157
|
-
export { currencySign_2 as currencySign };
|
|
158
|
-
const currencyType_2: string;
|
|
159
|
-
export { currencyType_2 as currencyType };
|
|
160
|
-
const textcolor_2: string;
|
|
161
|
-
export { textcolor_2 as textcolor };
|
|
162
|
-
const height_2: string;
|
|
163
|
-
export { height_2 as height };
|
|
164
|
-
const width_2: string;
|
|
165
|
-
export { width_2 as width };
|
|
166
|
-
const isPercent_2: boolean;
|
|
167
|
-
export { isPercent_2 as isPercent };
|
|
168
|
-
}
|
|
169
|
-
export { args_1 as args };
|
|
170
|
-
}
|
|
171
|
-
export function Units(args: any): import("react/jsx-runtime").JSX.Element;
|
|
172
|
-
export namespace Units {
|
|
173
|
-
export namespace args_2 {
|
|
174
|
-
const title_4: string;
|
|
175
|
-
export { title_4 as title };
|
|
176
|
-
const value_3: number;
|
|
177
|
-
export { value_3 as value };
|
|
178
|
-
const dotCut_3: boolean;
|
|
179
|
-
export { dotCut_3 as dotCut };
|
|
180
|
-
const currencySign_3: boolean;
|
|
181
|
-
export { currencySign_3 as currencySign };
|
|
182
|
-
const currencyType_3: string;
|
|
183
|
-
export { currencyType_3 as currencyType };
|
|
184
|
-
const textcolor_3: string;
|
|
185
|
-
export { textcolor_3 as textcolor };
|
|
186
|
-
const height_3: string;
|
|
187
|
-
export { height_3 as height };
|
|
188
|
-
const width_3: string;
|
|
189
|
-
export { width_3 as width };
|
|
190
|
-
const isPercent_3: boolean;
|
|
191
|
-
export { isPercent_3 as isPercent };
|
|
192
|
-
}
|
|
193
|
-
export { args_2 as args };
|
|
194
|
-
}
|
|
195
|
-
export function Percent(args: any): import("react/jsx-runtime").JSX.Element;
|
|
196
|
-
export namespace Percent {
|
|
197
|
-
export namespace args_3 {
|
|
198
|
-
const title_5: string;
|
|
199
|
-
export { title_5 as title };
|
|
200
|
-
const value_4: number;
|
|
201
|
-
export { value_4 as value };
|
|
202
|
-
const dotCut_4: boolean;
|
|
203
|
-
export { dotCut_4 as dotCut };
|
|
204
|
-
const currencySign_4: boolean;
|
|
205
|
-
export { currencySign_4 as currencySign };
|
|
206
|
-
const currencyType_4: string;
|
|
207
|
-
export { currencyType_4 as currencyType };
|
|
208
|
-
const textcolor_4: string;
|
|
209
|
-
export { textcolor_4 as textcolor };
|
|
210
|
-
const height_4: string;
|
|
211
|
-
export { height_4 as height };
|
|
212
|
-
const width_4: string;
|
|
213
|
-
export { width_4 as width };
|
|
214
|
-
const isPercent_4: boolean;
|
|
215
|
-
export { isPercent_4 as isPercent };
|
|
216
|
-
}
|
|
217
|
-
export { args_3 as args };
|
|
218
|
-
}
|
|
219
|
-
export function TwoTitles(args: any): import("react/jsx-runtime").JSX.Element;
|
|
220
|
-
export namespace TwoTitles {
|
|
221
|
-
export namespace args_4 {
|
|
222
|
-
const title_6: string;
|
|
223
|
-
export { title_6 as title };
|
|
224
|
-
const subtitle_1: string;
|
|
225
|
-
export { subtitle_1 as subtitle };
|
|
226
|
-
const value_5: number;
|
|
227
|
-
export { value_5 as value };
|
|
228
|
-
const dotCut_5: boolean;
|
|
229
|
-
export { dotCut_5 as dotCut };
|
|
230
|
-
const currencySign_5: boolean;
|
|
231
|
-
export { currencySign_5 as currencySign };
|
|
232
|
-
const currencyType_5: string;
|
|
233
|
-
export { currencyType_5 as currencyType };
|
|
234
|
-
const textcolor_5: string;
|
|
235
|
-
export { textcolor_5 as textcolor };
|
|
236
|
-
const height_5: string;
|
|
237
|
-
export { height_5 as height };
|
|
238
|
-
const width_5: string;
|
|
239
|
-
export { width_5 as width };
|
|
240
|
-
const isPercent_5: boolean;
|
|
241
|
-
export { isPercent_5 as isPercent };
|
|
242
|
-
}
|
|
243
|
-
export { args_4 as args };
|
|
244
|
-
}
|
|
245
|
-
export function OnlyBottomTitle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
246
|
-
export namespace OnlyBottomTitle {
|
|
247
|
-
export namespace args_5 {
|
|
248
|
-
const title_7: string;
|
|
249
|
-
export { title_7 as title };
|
|
250
|
-
const subtitle_2: string;
|
|
251
|
-
export { subtitle_2 as subtitle };
|
|
252
|
-
const value_6: number;
|
|
253
|
-
export { value_6 as value };
|
|
254
|
-
const dotCut_6: boolean;
|
|
255
|
-
export { dotCut_6 as dotCut };
|
|
256
|
-
const currencySign_6: boolean;
|
|
257
|
-
export { currencySign_6 as currencySign };
|
|
258
|
-
const currencyType_6: string;
|
|
259
|
-
export { currencyType_6 as currencyType };
|
|
260
|
-
const textcolor_6: string;
|
|
261
|
-
export { textcolor_6 as textcolor };
|
|
262
|
-
const height_6: string;
|
|
263
|
-
export { height_6 as height };
|
|
264
|
-
const width_6: string;
|
|
265
|
-
export { width_6 as width };
|
|
266
|
-
const isPercent_6: boolean;
|
|
267
|
-
export { isPercent_6 as isPercent };
|
|
268
|
-
}
|
|
269
|
-
export { args_5 as args };
|
|
270
|
-
}
|
|
271
|
-
export function NoTitle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
272
|
-
export namespace NoTitle {
|
|
273
|
-
export namespace args_6 {
|
|
274
|
-
const title_8: string;
|
|
275
|
-
export { title_8 as title };
|
|
276
|
-
const subtitle_3: string;
|
|
277
|
-
export { subtitle_3 as subtitle };
|
|
278
|
-
const value_7: number;
|
|
279
|
-
export { value_7 as value };
|
|
280
|
-
const dotCut_7: boolean;
|
|
281
|
-
export { dotCut_7 as dotCut };
|
|
282
|
-
const currencySign_7: boolean;
|
|
283
|
-
export { currencySign_7 as currencySign };
|
|
284
|
-
const currencyType_7: string;
|
|
285
|
-
export { currencyType_7 as currencyType };
|
|
286
|
-
const textcolor_7: string;
|
|
287
|
-
export { textcolor_7 as textcolor };
|
|
288
|
-
const height_7: string;
|
|
289
|
-
export { height_7 as height };
|
|
290
|
-
const width_7: string;
|
|
291
|
-
export { width_7 as width };
|
|
292
|
-
const isPercent_7: boolean;
|
|
293
|
-
export { isPercent_7 as isPercent };
|
|
294
|
-
}
|
|
295
|
-
export { args_6 as args };
|
|
296
|
-
}
|
|
297
|
-
import { FormattedValue } from "./FormattedValue";
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { FormattedValue as component };
|
|
4
|
+
export let tags: string[];
|
|
5
|
+
export namespace parameters {
|
|
6
|
+
namespace design {
|
|
7
|
+
let type: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export namespace argTypes {
|
|
11
|
+
export namespace title_1 {
|
|
12
|
+
let name: string;
|
|
13
|
+
namespace control {
|
|
14
|
+
let type_1: string;
|
|
15
|
+
export { type_1 as type };
|
|
16
|
+
}
|
|
17
|
+
let description: string;
|
|
18
|
+
}
|
|
19
|
+
export { title_1 as title };
|
|
20
|
+
export namespace subtitle {
|
|
21
|
+
let name_1: string;
|
|
22
|
+
export { name_1 as name };
|
|
23
|
+
export namespace control_1 {
|
|
24
|
+
let type_2: string;
|
|
25
|
+
export { type_2 as type };
|
|
26
|
+
}
|
|
27
|
+
export { control_1 as control };
|
|
28
|
+
let description_1: string;
|
|
29
|
+
export { description_1 as description };
|
|
30
|
+
}
|
|
31
|
+
export namespace value {
|
|
32
|
+
let name_2: string;
|
|
33
|
+
export { name_2 as name };
|
|
34
|
+
export namespace control_2 {
|
|
35
|
+
let type_3: string;
|
|
36
|
+
export { type_3 as type };
|
|
37
|
+
export let min: number;
|
|
38
|
+
export let max: number;
|
|
39
|
+
}
|
|
40
|
+
export { control_2 as control };
|
|
41
|
+
let description_2: string;
|
|
42
|
+
export { description_2 as description };
|
|
43
|
+
}
|
|
44
|
+
export namespace dotCut {
|
|
45
|
+
let name_3: string;
|
|
46
|
+
export { name_3 as name };
|
|
47
|
+
export namespace control_3 {
|
|
48
|
+
let type_4: string;
|
|
49
|
+
export { type_4 as type };
|
|
50
|
+
}
|
|
51
|
+
export { control_3 as control };
|
|
52
|
+
let description_3: string;
|
|
53
|
+
export { description_3 as description };
|
|
54
|
+
}
|
|
55
|
+
export namespace currencySign {
|
|
56
|
+
let name_4: string;
|
|
57
|
+
export { name_4 as name };
|
|
58
|
+
export namespace control_4 {
|
|
59
|
+
let type_5: string;
|
|
60
|
+
export { type_5 as type };
|
|
61
|
+
}
|
|
62
|
+
export { control_4 as control };
|
|
63
|
+
let description_4: string;
|
|
64
|
+
export { description_4 as description };
|
|
65
|
+
}
|
|
66
|
+
export namespace currencyType {
|
|
67
|
+
let name_5: string;
|
|
68
|
+
export { name_5 as name };
|
|
69
|
+
export let options: string[];
|
|
70
|
+
export namespace control_5 {
|
|
71
|
+
let type_6: string;
|
|
72
|
+
export { type_6 as type };
|
|
73
|
+
}
|
|
74
|
+
export { control_5 as control };
|
|
75
|
+
}
|
|
76
|
+
export namespace width {
|
|
77
|
+
let name_6: string;
|
|
78
|
+
export { name_6 as name };
|
|
79
|
+
export namespace control_6 {
|
|
80
|
+
let type_7: string;
|
|
81
|
+
export { type_7 as type };
|
|
82
|
+
}
|
|
83
|
+
export { control_6 as control };
|
|
84
|
+
let description_5: string;
|
|
85
|
+
export { description_5 as description };
|
|
86
|
+
}
|
|
87
|
+
export namespace height {
|
|
88
|
+
let name_7: string;
|
|
89
|
+
export { name_7 as name };
|
|
90
|
+
export namespace control_7 {
|
|
91
|
+
let type_8: string;
|
|
92
|
+
export { type_8 as type };
|
|
93
|
+
}
|
|
94
|
+
export { control_7 as control };
|
|
95
|
+
let description_6: string;
|
|
96
|
+
export { description_6 as description };
|
|
97
|
+
}
|
|
98
|
+
export namespace textcolor {
|
|
99
|
+
let name_8: string;
|
|
100
|
+
export { name_8 as name };
|
|
101
|
+
let description_7: string;
|
|
102
|
+
export { description_7 as description };
|
|
103
|
+
export namespace control_8 {
|
|
104
|
+
let type_9: string;
|
|
105
|
+
export { type_9 as type };
|
|
106
|
+
export let presetColors: string[];
|
|
107
|
+
}
|
|
108
|
+
export { control_8 as control };
|
|
109
|
+
}
|
|
110
|
+
export namespace isPercent {
|
|
111
|
+
let name_9: string;
|
|
112
|
+
export { name_9 as name };
|
|
113
|
+
export namespace control_9 {
|
|
114
|
+
let type_10: string;
|
|
115
|
+
export { type_10 as type };
|
|
116
|
+
}
|
|
117
|
+
export { control_9 as control };
|
|
118
|
+
let description_8: string;
|
|
119
|
+
export { description_8 as description };
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
export default _default;
|
|
124
|
+
export const TotalCost: any;
|
|
125
|
+
export const NoDotCut: any;
|
|
126
|
+
export const Units: any;
|
|
127
|
+
export const Percent: any;
|
|
128
|
+
export const TwoTitles: any;
|
|
129
|
+
export const OnlyBottomTitle: any;
|
|
130
|
+
export const NoTitle: any;
|
|
131
|
+
import { FormattedValue } from './FormattedValue';
|
|
@@ -1,7 +1,7 @@
|
|
|
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 TitleAndValueContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
4
|
-
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
5
|
-
export const CurrencySignAndFormattedValueContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
6
|
-
export const CurrencySignOrPercent: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
7
|
-
export const FormattedValueText: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
1
|
+
export const ControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export const Controls: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
3
|
+
export const TitleAndValueContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
4
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
5
|
+
export const CurrencySignAndFormattedValueContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
6
|
+
export const CurrencySignOrPercent: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
7
|
+
export const FormattedValueText: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
export default Heatmap;
|
|
2
|
-
declare function Heatmap(props: any):
|
|
3
|
-
declare namespace Heatmap {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
const lowLimit: PropTypes.Validator<number>;
|
|
12
|
-
const barHeight: PropTypes.Validator<string>;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
import PropTypes from "prop-types";
|
|
1
|
+
export default Heatmap;
|
|
2
|
+
declare function Heatmap(props: any): any;
|
|
3
|
+
declare namespace Heatmap {
|
|
4
|
+
namespace propTypes {
|
|
5
|
+
let title: any;
|
|
6
|
+
let data: any;
|
|
7
|
+
let lowLimit: any;
|
|
8
|
+
let barHeight: any;
|
|
9
|
+
}
|
|
10
|
+
}
|