sag_components 2.0.0-beta84 → 2.0.0-beta85
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 +10 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +10 -7
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -2
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -79
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -8
- package/dist/types/components/AreaChart/AreaChart.test.d.ts +1 -1
- package/dist/types/components/AttachedFile/AttachedFile.d.ts +24 -24
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -95
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -13
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -5
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -40
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +2 -2
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -28
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -13
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +18 -18
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -19
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
- package/dist/types/components/BarChart/BarChart.d.ts +82 -82
- package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -179
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +2 -2
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -199
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -9
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +2 -2
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -112
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +107 -107
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -207
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -2
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -18
- package/dist/types/components/Benchmark/Benchmark.d.ts +45 -45
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -167
- package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -2
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -73
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -7
- package/dist/types/components/BreakdownPanel/BreakdownPanel.test.d.ts +1 -1
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -8
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -1
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -7
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -6
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -2
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -3
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -6
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -3
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -2
- package/dist/types/components/BrushChart/BrushChart.stories.d.ts +139 -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 +94 -93
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -13
- package/dist/types/components/Button/Button.d.ts +22 -22
- package/dist/types/components/Button/Button.stories.d.ts +185 -185
- package/dist/types/components/Button/Button.style.d.ts +5 -5
- package/dist/types/components/Button/Button.test.d.ts +1 -1
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +33 -33
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -46
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/Card.d.ts +37 -37
- package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -57
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
- package/dist/types/components/CampaignTool/FormInput.d.ts +5 -5
- package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -5
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +15 -15
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -28
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +12 -12
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -17
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
- package/dist/types/components/CampaignTool/Popup.d.ts +27 -27
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -101
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
- package/dist/types/components/CampaignTool/PopupContent.d.ts +28 -28
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
- package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -41
- package/dist/types/components/CampaignTool/Table.d.ts +56 -56
- package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -108
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
- package/dist/types/components/CheckBox/CheckBox.d.ts +2 -2
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -126
- package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -21
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -187
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.d.ts +40 -40
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -59
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +82 -82
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -101
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +24 -24
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -54
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +21 -21
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -31
- package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -2
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +265 -264
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -10
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +2 -2
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -72
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +39 -39
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -99
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +79 -79
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +240 -240
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +81 -81
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +75 -75
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +48 -48
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -122
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
- package/dist/types/components/EventList/EventList.d.ts +30 -30
- package/dist/types/components/EventList/EventList.stories.d.ts +67 -67
- package/dist/types/components/EventList/EventList.style.d.ts +4 -4
- package/dist/types/components/EventListItem/EventListItem.d.ts +27 -27
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -67
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
- package/dist/types/components/FilterContainer/FilterContainer.d.ts +3 -3
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -9
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +89 -89
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +172 -172
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +45 -45
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -131
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
- package/dist/types/components/Heatmap/Heatmap.d.ts +15 -15
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -59
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -15
- package/dist/types/components/IconButton/IconButton.d.ts +48 -48
- package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -89
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
- package/dist/types/components/Input/Input.d.ts +80 -80
- package/dist/types/components/Input/Input.stories.d.ts +278 -278
- package/dist/types/components/Input/Input.style.d.ts +7 -7
- package/dist/types/components/InputOld/InputOld.d.ts +66 -66
- package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -109
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -11
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -47
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -12
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +58 -58
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -174
- package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
- package/dist/types/components/LinkButton/LinkButton.d.ts +13 -13
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -110
- package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
- package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -1
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +2 -2
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -15
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -39
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +14 -14
- package/dist/types/components/ListBox/ListBox.d.ts +15 -15
- package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -134
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +31 -31
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -70
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
- package/dist/types/components/Modal/Modal.d.ts +6 -6
- package/dist/types/components/Modal/Modal.style.d.ts +4 -4
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -8
- package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -7
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +55 -55
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -148
- package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +10 -10
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +2 -2
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -39
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +81 -81
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -396
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -12
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +86 -86
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -175
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -43
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +85 -85
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -153
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +37 -37
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -42
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
- package/dist/types/components/PieChart/PieChart.d.ts +66 -66
- package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -201
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +64 -64
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -89
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +29 -29
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -48
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +24 -24
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -65
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +55 -55
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -148
- package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +10 -10
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -6
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +17 -17
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +249 -249
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +76 -76
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +68 -68
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -9
- package/dist/types/components/RangePicker/RangePicker.d.ts +52 -52
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -148
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
- package/dist/types/components/ReportTable/ReportTable.d.ts +83 -83
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -139
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
- package/dist/types/components/SagButton/SagButton.d.ts +45 -45
- package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -142
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
- package/dist/types/components/SagIconButton/SagIconButton.d.ts +45 -45
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -129
- package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -2
- package/dist/types/components/SagInput/SagInput.d.ts +36 -36
- package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -71
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +50 -50
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -139
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
- package/dist/types/components/SearchInput/SearchInput.d.ts +24 -24
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +39 -39
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +52 -52
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -168
- package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
- package/dist/types/components/Select/Select.d.ts +21 -21
- package/dist/types/components/Select/Select.stories.d.ts +252 -252
- package/dist/types/components/Select/Select.style.d.ts +6 -6
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -28
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -226
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -13
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -1
- package/dist/types/components/TabMenu/TabMenu.d.ts +2 -2
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +171 -171
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +27 -27
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +59 -59
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -90
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
- package/dist/types/components/Tooltip/Tooltip.d.ts +24 -24
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +24 -24
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -25
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +40 -40
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -101
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +86 -86
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -240
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +51 -51
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -145
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +56 -56
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -155
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +82 -82
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -241
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +76 -76
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -214
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +24 -24
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +77 -77
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +164 -164
- package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
- package/dist/types/icons/ArrowDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowSelectIcon.d.ts +6 -6
- package/dist/types/icons/ArrowUpIcon.d.ts +6 -6
- package/dist/types/icons/AttachedIcon.d.ts +6 -6
- package/dist/types/icons/BarcodeIcon.d.ts +6 -6
- package/dist/types/icons/BellIcon.d.ts +6 -6
- package/dist/types/icons/ButtonArrowRight.d.ts +5 -5
- package/dist/types/icons/Calendar.d.ts +2 -2
- package/dist/types/icons/CalendarIcon.d.ts +6 -6
- package/dist/types/icons/CalendarInOpen.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -7
- package/dist/types/icons/ChervronLeftIcon.d.ts +6 -6
- package/dist/types/icons/ChervronRightIcon.d.ts +6 -6
- package/dist/types/icons/ChevronIcon.d.ts +7 -7
- package/dist/types/icons/ChevronLeftIcon.d.ts +4 -4
- package/dist/types/icons/ChevronRightIcon.d.ts +4 -4
- package/dist/types/icons/ClockIcon.d.ts +6 -6
- package/dist/types/icons/CloseIcon.d.ts +6 -6
- package/dist/types/icons/CloseXIcon.d.ts +6 -6
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -7
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -7
- package/dist/types/icons/DocumentIcon.d.ts +6 -6
- package/dist/types/icons/DownArrowIcon.d.ts +5 -5
- package/dist/types/icons/DownloadIcon.d.ts +6 -6
- package/dist/types/icons/Duplicate.d.ts +7 -7
- package/dist/types/icons/ErrorIcon.d.ts +6 -6
- package/dist/types/icons/ExitIcon.d.ts +7 -7
- package/dist/types/icons/ExportIcon.d.ts +6 -6
- package/dist/types/icons/EyeIcon.d.ts +7 -7
- package/dist/types/icons/FileIcon.d.ts +6 -6
- package/dist/types/icons/FilterIcon.d.ts +6 -6
- package/dist/types/icons/FlyIcon.d.ts +6 -6
- package/dist/types/icons/FolderIcon.d.ts +6 -6
- package/dist/types/icons/FoodLionChartIcon.d.ts +2 -2
- package/dist/types/icons/FoodLionIcon.d.ts +6 -6
- package/dist/types/icons/FoodLionNewIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -2
- package/dist/types/icons/GiantFoodIcon.d.ts +7 -7
- package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -7
- package/dist/types/icons/HannafordChartIcon.d.ts +2 -2
- package/dist/types/icons/HannafordIcon.d.ts +6 -6
- package/dist/types/icons/HannafordIcon_new.d.ts +7 -7
- package/dist/types/icons/HannafordNewIcon.d.ts +5 -5
- package/dist/types/icons/InfoIcon.d.ts +7 -7
- package/dist/types/icons/LampIcon.d.ts +6 -6
- package/dist/types/icons/LegendLineIcon.d.ts +6 -6
- package/dist/types/icons/LegendUnionIcon.d.ts +6 -6
- package/dist/types/icons/MaintenanceIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemOpenIcon.d.ts +6 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemUpIcon.d.ts +6 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +12 -12
- package/dist/types/icons/OptionsIcon.d.ts +6 -6
- package/dist/types/icons/PeopleIcon.d.ts +6 -6
- package/dist/types/icons/ReselectIcon.d.ts +6 -6
- package/dist/types/icons/SearchIcon.d.ts +6 -6
- package/dist/types/icons/ShoppingCartIcon.d.ts +6 -6
- package/dist/types/icons/ShoutIcon.d.ts +6 -6
- package/dist/types/icons/Sort.d.ts +1 -1
- package/dist/types/icons/SortIcon.d.ts +7 -7
- package/dist/types/icons/SpotlightProductIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -2
- package/dist/types/icons/StopAndShopIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -6
- package/dist/types/icons/SucceededIcon.d.ts +6 -6
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -2
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -5
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -6
- package/dist/types/icons/UpArrowIcon.d.ts +5 -5
- package/dist/types/index.d.ts +37 -37
- package/dist/types/utils/CommonFunctions.d.ts +7 -7
- package/dist/types/utils/ComponentFactory.d.ts +4 -4
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/dist/types/utils/IconsHandler.style.d.ts +1 -1
- package/dist/types/utils/regex/Email.regex.d.ts +1 -1
- package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -1
- package/dist/types/utils/regex/Phone.regex.d.ts +1 -1
- package/package.json +1 -1
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.d.ts +0 -45
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.stories.d.ts +0 -129
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +0 -2
|
@@ -1,396 +1,396 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export
|
|
3
|
-
export { OneColumnContainer as component };
|
|
4
|
-
export
|
|
5
|
-
export namespace argTypes {
|
|
6
|
-
namespace width {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
namespace height {
|
|
12
|
-
|
|
13
|
-
export { control_1 as control };
|
|
14
|
-
|
|
15
|
-
export { description_1 as description };
|
|
16
|
-
|
|
17
|
-
export { name_1 as name };
|
|
18
|
-
}
|
|
19
|
-
namespace overflow {
|
|
20
|
-
|
|
21
|
-
export { control_2 as control };
|
|
22
|
-
|
|
23
|
-
export { description_2 as description };
|
|
24
|
-
|
|
25
|
-
export { name_2 as name };
|
|
26
|
-
}
|
|
27
|
-
namespace transparentBackground {
|
|
28
|
-
|
|
29
|
-
export { control_3 as control };
|
|
30
|
-
|
|
31
|
-
export { description_3 as description };
|
|
32
|
-
|
|
33
|
-
export { name_3 as name };
|
|
34
|
-
}
|
|
35
|
-
namespace display {
|
|
36
|
-
|
|
37
|
-
export { control_4 as control };
|
|
38
|
-
|
|
39
|
-
export { description_4 as description };
|
|
40
|
-
|
|
41
|
-
export { name_4 as name };
|
|
42
|
-
}
|
|
43
|
-
namespace isLoading {
|
|
44
|
-
|
|
45
|
-
export { control_5 as control };
|
|
46
|
-
|
|
47
|
-
export { description_5 as description };
|
|
48
|
-
|
|
49
|
-
export { name_5 as name };
|
|
50
|
-
}
|
|
51
|
-
namespace children {
|
|
52
|
-
|
|
53
|
-
export { control_6 as control };
|
|
54
|
-
|
|
55
|
-
export { description_6 as description };
|
|
56
|
-
|
|
57
|
-
export { name_6 as name };
|
|
58
|
-
}
|
|
59
|
-
namespace gridTemplateColumns {
|
|
60
|
-
|
|
61
|
-
export { control_7 as control };
|
|
62
|
-
|
|
63
|
-
export { description_7 as description };
|
|
64
|
-
|
|
65
|
-
export { name_7 as name };
|
|
66
|
-
}
|
|
67
|
-
namespace itemClass {
|
|
68
|
-
|
|
69
|
-
export { control_8 as control };
|
|
70
|
-
|
|
71
|
-
export { description_8 as description };
|
|
72
|
-
|
|
73
|
-
export { name_8 as name };
|
|
74
|
-
}
|
|
75
|
-
namespace divStyle {
|
|
76
|
-
|
|
77
|
-
export { control_9 as control };
|
|
78
|
-
|
|
79
|
-
export { description_9 as description };
|
|
80
|
-
|
|
81
|
-
export { name_9 as name };
|
|
82
|
-
}
|
|
83
|
-
namespace overStyle {
|
|
84
|
-
|
|
85
|
-
export { control_10 as control };
|
|
86
|
-
|
|
87
|
-
export { description_10 as description };
|
|
88
|
-
|
|
89
|
-
export { name_10 as name };
|
|
90
|
-
}
|
|
91
|
-
namespace draggingStyle {
|
|
92
|
-
|
|
93
|
-
export { control_11 as control };
|
|
94
|
-
|
|
95
|
-
export { description_11 as description };
|
|
96
|
-
|
|
97
|
-
export { name_11 as name };
|
|
98
|
-
}
|
|
99
|
-
namespace droppedStyle {
|
|
100
|
-
|
|
101
|
-
export { control_12 as control };
|
|
102
|
-
|
|
103
|
-
export { description_12 as description };
|
|
104
|
-
|
|
105
|
-
export { name_12 as name };
|
|
106
|
-
}
|
|
107
|
-
namespace infoTitle {
|
|
108
|
-
|
|
109
|
-
export { control_13 as control };
|
|
110
|
-
|
|
111
|
-
export { description_13 as description };
|
|
112
|
-
|
|
113
|
-
export { name_13 as name };
|
|
114
|
-
}
|
|
115
|
-
namespace infoText {
|
|
116
|
-
|
|
117
|
-
export { control_14 as control };
|
|
118
|
-
|
|
119
|
-
export { description_14 as description };
|
|
120
|
-
|
|
121
|
-
export { name_14 as name };
|
|
122
|
-
}
|
|
123
|
-
namespace disableInfo {
|
|
124
|
-
|
|
125
|
-
export { control_15 as control };
|
|
126
|
-
|
|
127
|
-
export { description_15 as description };
|
|
128
|
-
|
|
129
|
-
export { name_15 as name };
|
|
130
|
-
}
|
|
131
|
-
namespace showViewByBannerButton {
|
|
132
|
-
|
|
133
|
-
export { control_16 as control };
|
|
134
|
-
|
|
135
|
-
export { description_16 as description };
|
|
136
|
-
|
|
137
|
-
export { name_16 as name };
|
|
138
|
-
}
|
|
139
|
-
namespace onBannerClick {
|
|
140
|
-
export
|
|
141
|
-
|
|
142
|
-
export { description_17 as description };
|
|
143
|
-
|
|
144
|
-
export { name_17 as name };
|
|
145
|
-
}
|
|
146
|
-
namespace columnTitle {
|
|
147
|
-
|
|
148
|
-
export { control_17 as control };
|
|
149
|
-
|
|
150
|
-
export { description_18 as description };
|
|
151
|
-
|
|
152
|
-
export { name_18 as name };
|
|
153
|
-
}
|
|
154
|
-
namespace isPercentOfChange {
|
|
155
|
-
|
|
156
|
-
export { control_18 as control };
|
|
157
|
-
|
|
158
|
-
export { description_19 as description };
|
|
159
|
-
|
|
160
|
-
export { name_19 as name };
|
|
161
|
-
}
|
|
162
|
-
namespace PercentOfChangeData {
|
|
163
|
-
|
|
164
|
-
export { control_19 as control };
|
|
165
|
-
|
|
166
|
-
export { description_20 as description };
|
|
167
|
-
|
|
168
|
-
export { name_20 as name };
|
|
169
|
-
}
|
|
170
|
-
namespace backgroundImage {
|
|
171
|
-
|
|
172
|
-
export { control_20 as control };
|
|
173
|
-
|
|
174
|
-
export { description_21 as description };
|
|
175
|
-
|
|
176
|
-
export { name_21 as name };
|
|
177
|
-
}
|
|
178
|
-
namespace showBackgroundImage {
|
|
179
|
-
|
|
180
|
-
export { control_21 as control };
|
|
181
|
-
|
|
182
|
-
export { description_22 as description };
|
|
183
|
-
|
|
184
|
-
export { name_22 as name };
|
|
185
|
-
}
|
|
186
|
-
namespace backgroundImageStyle {
|
|
187
|
-
|
|
188
|
-
export { control_22 as control };
|
|
189
|
-
|
|
190
|
-
export { description_23 as description };
|
|
191
|
-
|
|
192
|
-
export { name_23 as name };
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
export default _default;
|
|
197
|
-
export namespace Skeleton {
|
|
198
|
-
namespace args {
|
|
199
|
-
|
|
200
|
-
export { isLoading_1 as isLoading };
|
|
201
|
-
|
|
202
|
-
export { infoTitle_1 as infoTitle };
|
|
203
|
-
|
|
204
|
-
export { infoText_1 as infoText };
|
|
205
|
-
|
|
206
|
-
export { width_1 as width };
|
|
207
|
-
|
|
208
|
-
export { height_1 as height };
|
|
209
|
-
|
|
210
|
-
export { disableInfo_1 as disableInfo };
|
|
211
|
-
|
|
212
|
-
export { showViewByBannerButton_1 as showViewByBannerButton };
|
|
213
|
-
|
|
214
|
-
export { overflow_1 as overflow };
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
export namespace DisableInfo {
|
|
218
|
-
export namespace args_1 {
|
|
219
|
-
|
|
220
|
-
export { isLoading_2 as isLoading };
|
|
221
|
-
|
|
222
|
-
export { infoTitle_2 as infoTitle };
|
|
223
|
-
|
|
224
|
-
export { infoText_2 as infoText };
|
|
225
|
-
|
|
226
|
-
export { width_2 as width };
|
|
227
|
-
|
|
228
|
-
export { height_2 as height };
|
|
229
|
-
|
|
230
|
-
export { disableInfo_2 as disableInfo };
|
|
231
|
-
|
|
232
|
-
export { showViewByBannerButton_2 as showViewByBannerButton };
|
|
233
|
-
|
|
234
|
-
export { overflow_2 as overflow };
|
|
235
|
-
}
|
|
236
|
-
export { args_1 as args };
|
|
237
|
-
}
|
|
238
|
-
export namespace ShowViewByBanner {
|
|
239
|
-
export namespace args_2 {
|
|
240
|
-
|
|
241
|
-
export { isLoading_3 as isLoading };
|
|
242
|
-
|
|
243
|
-
export { infoTitle_3 as infoTitle };
|
|
244
|
-
|
|
245
|
-
export { infoText_3 as infoText };
|
|
246
|
-
|
|
247
|
-
export { width_3 as width };
|
|
248
|
-
|
|
249
|
-
export { height_3 as height };
|
|
250
|
-
|
|
251
|
-
export { disableInfo_3 as disableInfo };
|
|
252
|
-
|
|
253
|
-
export { showViewByBannerButton_3 as showViewByBannerButton };
|
|
254
|
-
|
|
255
|
-
export { overflow_3 as overflow };
|
|
256
|
-
}
|
|
257
|
-
export { args_2 as args };
|
|
258
|
-
}
|
|
259
|
-
export namespace ShowViewByBannerAndInfo {
|
|
260
|
-
export namespace args_3 {
|
|
261
|
-
|
|
262
|
-
export { isLoading_4 as isLoading };
|
|
263
|
-
|
|
264
|
-
export { infoTitle_4 as infoTitle };
|
|
265
|
-
|
|
266
|
-
export { infoText_4 as infoText };
|
|
267
|
-
|
|
268
|
-
export { width_4 as width };
|
|
269
|
-
|
|
270
|
-
export { height_4 as height };
|
|
271
|
-
|
|
272
|
-
export { disableInfo_4 as disableInfo };
|
|
273
|
-
|
|
274
|
-
export { showViewByBannerButton_4 as showViewByBannerButton };
|
|
275
|
-
|
|
276
|
-
export { overflow_4 as overflow };
|
|
277
|
-
}
|
|
278
|
-
export { args_3 as args };
|
|
279
|
-
}
|
|
280
|
-
export namespace ShowOnlyInfo {
|
|
281
|
-
export namespace args_4 {
|
|
282
|
-
|
|
283
|
-
export { isLoading_5 as isLoading };
|
|
284
|
-
|
|
285
|
-
export { infoTitle_5 as infoTitle };
|
|
286
|
-
|
|
287
|
-
export { infoText_5 as infoText };
|
|
288
|
-
|
|
289
|
-
export { width_5 as width };
|
|
290
|
-
|
|
291
|
-
export { height_5 as height };
|
|
292
|
-
|
|
293
|
-
export { disableInfo_5 as disableInfo };
|
|
294
|
-
|
|
295
|
-
export { showViewByBannerButton_5 as showViewByBannerButton };
|
|
296
|
-
|
|
297
|
-
export { overflow_5 as overflow };
|
|
298
|
-
}
|
|
299
|
-
export { args_4 as args };
|
|
300
|
-
}
|
|
301
|
-
export namespace ShowColumnTitleAndInfo {
|
|
302
|
-
export namespace args_5 {
|
|
303
|
-
|
|
304
|
-
export { isLoading_6 as isLoading };
|
|
305
|
-
|
|
306
|
-
export { infoTitle_6 as infoTitle };
|
|
307
|
-
|
|
308
|
-
export { infoText_6 as infoText };
|
|
309
|
-
|
|
310
|
-
export { width_6 as width };
|
|
311
|
-
|
|
312
|
-
export { height_6 as height };
|
|
313
|
-
|
|
314
|
-
export { disableInfo_6 as disableInfo };
|
|
315
|
-
|
|
316
|
-
export { showViewByBannerButton_6 as showViewByBannerButton };
|
|
317
|
-
|
|
318
|
-
export { overflow_6 as overflow };
|
|
319
|
-
|
|
320
|
-
export { columnTitle_1 as columnTitle };
|
|
321
|
-
}
|
|
322
|
-
export { args_5 as args };
|
|
323
|
-
}
|
|
324
|
-
export namespace WithBarComponent {
|
|
325
|
-
export namespace args_6 {
|
|
326
|
-
|
|
327
|
-
export { isLoading_7 as isLoading };
|
|
328
|
-
|
|
329
|
-
export { infoTitle_7 as infoTitle };
|
|
330
|
-
|
|
331
|
-
export { infoText_7 as infoText };
|
|
332
|
-
|
|
333
|
-
export { width_7 as width };
|
|
334
|
-
|
|
335
|
-
export { height_7 as height };
|
|
336
|
-
|
|
337
|
-
export { disableInfo_7 as disableInfo };
|
|
338
|
-
|
|
339
|
-
export { showViewByBannerButton_7 as showViewByBannerButton };
|
|
340
|
-
export
|
|
341
|
-
|
|
342
|
-
export { overflow_7 as overflow };
|
|
343
|
-
|
|
344
|
-
export { children_1 as children };
|
|
345
|
-
|
|
346
|
-
export { columnTitle_2 as columnTitle };
|
|
347
|
-
}
|
|
348
|
-
export { args_6 as args };
|
|
349
|
-
}
|
|
350
|
-
export namespace ShowColumnWithPercentageAndBackraundImage {
|
|
351
|
-
export namespace args_7 {
|
|
352
|
-
|
|
353
|
-
export { isLoading_8 as isLoading };
|
|
354
|
-
|
|
355
|
-
export { infoTitle_8 as infoTitle };
|
|
356
|
-
|
|
357
|
-
export { infoText_8 as infoText };
|
|
358
|
-
|
|
359
|
-
export { width_8 as width };
|
|
360
|
-
|
|
361
|
-
export { height_8 as height };
|
|
362
|
-
|
|
363
|
-
export { disableInfo_8 as disableInfo };
|
|
364
|
-
|
|
365
|
-
export { showViewByBannerButton_8 as showViewByBannerButton };
|
|
366
|
-
|
|
367
|
-
export { overflow_8 as overflow };
|
|
368
|
-
|
|
369
|
-
export { columnTitle_3 as columnTitle };
|
|
370
|
-
|
|
371
|
-
export { children_2 as children };
|
|
372
|
-
|
|
373
|
-
export { isPercentOfChange_1 as isPercentOfChange };
|
|
374
|
-
|
|
375
|
-
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
376
|
-
|
|
377
|
-
export { backgroundImage_1 as backgroundImage };
|
|
378
|
-
|
|
379
|
-
export { showBackgroundImage_1 as showBackgroundImage };
|
|
380
|
-
export namespace backgroundImageStyle_1 {
|
|
381
|
-
|
|
382
|
-
export { width_9 as width };
|
|
383
|
-
|
|
384
|
-
export { height_9 as height };
|
|
385
|
-
export
|
|
386
|
-
export
|
|
387
|
-
export
|
|
388
|
-
export
|
|
389
|
-
export
|
|
390
|
-
export
|
|
391
|
-
}
|
|
392
|
-
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
393
|
-
}
|
|
394
|
-
export { args_7 as args };
|
|
395
|
-
}
|
|
396
|
-
import { OneColumnContainer } from
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { OneColumnContainer as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
namespace width {
|
|
7
|
+
const control: string;
|
|
8
|
+
const description: string;
|
|
9
|
+
const name: string;
|
|
10
|
+
}
|
|
11
|
+
namespace height {
|
|
12
|
+
const control_1: string;
|
|
13
|
+
export { control_1 as control };
|
|
14
|
+
const description_1: string;
|
|
15
|
+
export { description_1 as description };
|
|
16
|
+
const name_1: string;
|
|
17
|
+
export { name_1 as name };
|
|
18
|
+
}
|
|
19
|
+
namespace overflow {
|
|
20
|
+
const control_2: string;
|
|
21
|
+
export { control_2 as control };
|
|
22
|
+
const description_2: string;
|
|
23
|
+
export { description_2 as description };
|
|
24
|
+
const name_2: string;
|
|
25
|
+
export { name_2 as name };
|
|
26
|
+
}
|
|
27
|
+
namespace transparentBackground {
|
|
28
|
+
const control_3: string;
|
|
29
|
+
export { control_3 as control };
|
|
30
|
+
const description_3: string;
|
|
31
|
+
export { description_3 as description };
|
|
32
|
+
const name_3: string;
|
|
33
|
+
export { name_3 as name };
|
|
34
|
+
}
|
|
35
|
+
namespace display {
|
|
36
|
+
const control_4: string;
|
|
37
|
+
export { control_4 as control };
|
|
38
|
+
const description_4: string;
|
|
39
|
+
export { description_4 as description };
|
|
40
|
+
const name_4: string;
|
|
41
|
+
export { name_4 as name };
|
|
42
|
+
}
|
|
43
|
+
namespace isLoading {
|
|
44
|
+
const control_5: string;
|
|
45
|
+
export { control_5 as control };
|
|
46
|
+
const description_5: string;
|
|
47
|
+
export { description_5 as description };
|
|
48
|
+
const name_5: string;
|
|
49
|
+
export { name_5 as name };
|
|
50
|
+
}
|
|
51
|
+
namespace children {
|
|
52
|
+
const control_6: string;
|
|
53
|
+
export { control_6 as control };
|
|
54
|
+
const description_6: string;
|
|
55
|
+
export { description_6 as description };
|
|
56
|
+
const name_6: string;
|
|
57
|
+
export { name_6 as name };
|
|
58
|
+
}
|
|
59
|
+
namespace gridTemplateColumns {
|
|
60
|
+
const control_7: string;
|
|
61
|
+
export { control_7 as control };
|
|
62
|
+
const description_7: string;
|
|
63
|
+
export { description_7 as description };
|
|
64
|
+
const name_7: string;
|
|
65
|
+
export { name_7 as name };
|
|
66
|
+
}
|
|
67
|
+
namespace itemClass {
|
|
68
|
+
const control_8: string;
|
|
69
|
+
export { control_8 as control };
|
|
70
|
+
const description_8: string;
|
|
71
|
+
export { description_8 as description };
|
|
72
|
+
const name_8: string;
|
|
73
|
+
export { name_8 as name };
|
|
74
|
+
}
|
|
75
|
+
namespace divStyle {
|
|
76
|
+
const control_9: string;
|
|
77
|
+
export { control_9 as control };
|
|
78
|
+
const description_9: string;
|
|
79
|
+
export { description_9 as description };
|
|
80
|
+
const name_9: string;
|
|
81
|
+
export { name_9 as name };
|
|
82
|
+
}
|
|
83
|
+
namespace overStyle {
|
|
84
|
+
const control_10: string;
|
|
85
|
+
export { control_10 as control };
|
|
86
|
+
const description_10: string;
|
|
87
|
+
export { description_10 as description };
|
|
88
|
+
const name_10: string;
|
|
89
|
+
export { name_10 as name };
|
|
90
|
+
}
|
|
91
|
+
namespace draggingStyle {
|
|
92
|
+
const control_11: string;
|
|
93
|
+
export { control_11 as control };
|
|
94
|
+
const description_11: string;
|
|
95
|
+
export { description_11 as description };
|
|
96
|
+
const name_11: string;
|
|
97
|
+
export { name_11 as name };
|
|
98
|
+
}
|
|
99
|
+
namespace droppedStyle {
|
|
100
|
+
const control_12: string;
|
|
101
|
+
export { control_12 as control };
|
|
102
|
+
const description_12: string;
|
|
103
|
+
export { description_12 as description };
|
|
104
|
+
const name_12: string;
|
|
105
|
+
export { name_12 as name };
|
|
106
|
+
}
|
|
107
|
+
namespace infoTitle {
|
|
108
|
+
const control_13: string;
|
|
109
|
+
export { control_13 as control };
|
|
110
|
+
const description_13: string;
|
|
111
|
+
export { description_13 as description };
|
|
112
|
+
const name_13: string;
|
|
113
|
+
export { name_13 as name };
|
|
114
|
+
}
|
|
115
|
+
namespace infoText {
|
|
116
|
+
const control_14: string;
|
|
117
|
+
export { control_14 as control };
|
|
118
|
+
const description_14: string;
|
|
119
|
+
export { description_14 as description };
|
|
120
|
+
const name_14: string;
|
|
121
|
+
export { name_14 as name };
|
|
122
|
+
}
|
|
123
|
+
namespace disableInfo {
|
|
124
|
+
const control_15: string;
|
|
125
|
+
export { control_15 as control };
|
|
126
|
+
const description_15: string;
|
|
127
|
+
export { description_15 as description };
|
|
128
|
+
const name_15: string;
|
|
129
|
+
export { name_15 as name };
|
|
130
|
+
}
|
|
131
|
+
namespace showViewByBannerButton {
|
|
132
|
+
const control_16: string;
|
|
133
|
+
export { control_16 as control };
|
|
134
|
+
const description_16: string;
|
|
135
|
+
export { description_16 as description };
|
|
136
|
+
const name_16: string;
|
|
137
|
+
export { name_16 as name };
|
|
138
|
+
}
|
|
139
|
+
namespace onBannerClick {
|
|
140
|
+
export const action: string;
|
|
141
|
+
const description_17: string;
|
|
142
|
+
export { description_17 as description };
|
|
143
|
+
const name_17: string;
|
|
144
|
+
export { name_17 as name };
|
|
145
|
+
}
|
|
146
|
+
namespace columnTitle {
|
|
147
|
+
const control_17: string;
|
|
148
|
+
export { control_17 as control };
|
|
149
|
+
const description_18: string;
|
|
150
|
+
export { description_18 as description };
|
|
151
|
+
const name_18: string;
|
|
152
|
+
export { name_18 as name };
|
|
153
|
+
}
|
|
154
|
+
namespace isPercentOfChange {
|
|
155
|
+
const control_18: string;
|
|
156
|
+
export { control_18 as control };
|
|
157
|
+
const description_19: string;
|
|
158
|
+
export { description_19 as description };
|
|
159
|
+
const name_19: string;
|
|
160
|
+
export { name_19 as name };
|
|
161
|
+
}
|
|
162
|
+
namespace PercentOfChangeData {
|
|
163
|
+
const control_19: string;
|
|
164
|
+
export { control_19 as control };
|
|
165
|
+
const description_20: string;
|
|
166
|
+
export { description_20 as description };
|
|
167
|
+
const name_20: string;
|
|
168
|
+
export { name_20 as name };
|
|
169
|
+
}
|
|
170
|
+
namespace backgroundImage {
|
|
171
|
+
const control_20: string;
|
|
172
|
+
export { control_20 as control };
|
|
173
|
+
const description_21: string;
|
|
174
|
+
export { description_21 as description };
|
|
175
|
+
const name_21: string;
|
|
176
|
+
export { name_21 as name };
|
|
177
|
+
}
|
|
178
|
+
namespace showBackgroundImage {
|
|
179
|
+
const control_21: string;
|
|
180
|
+
export { control_21 as control };
|
|
181
|
+
const description_22: string;
|
|
182
|
+
export { description_22 as description };
|
|
183
|
+
const name_22: string;
|
|
184
|
+
export { name_22 as name };
|
|
185
|
+
}
|
|
186
|
+
namespace backgroundImageStyle {
|
|
187
|
+
const control_22: string;
|
|
188
|
+
export { control_22 as control };
|
|
189
|
+
const description_23: string;
|
|
190
|
+
export { description_23 as description };
|
|
191
|
+
const name_23: string;
|
|
192
|
+
export { name_23 as name };
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
export default _default;
|
|
197
|
+
export namespace Skeleton {
|
|
198
|
+
namespace args {
|
|
199
|
+
const isLoading_1: boolean;
|
|
200
|
+
export { isLoading_1 as isLoading };
|
|
201
|
+
const infoTitle_1: string;
|
|
202
|
+
export { infoTitle_1 as infoTitle };
|
|
203
|
+
const infoText_1: string;
|
|
204
|
+
export { infoText_1 as infoText };
|
|
205
|
+
const width_1: string;
|
|
206
|
+
export { width_1 as width };
|
|
207
|
+
const height_1: string;
|
|
208
|
+
export { height_1 as height };
|
|
209
|
+
const disableInfo_1: boolean;
|
|
210
|
+
export { disableInfo_1 as disableInfo };
|
|
211
|
+
const showViewByBannerButton_1: boolean;
|
|
212
|
+
export { showViewByBannerButton_1 as showViewByBannerButton };
|
|
213
|
+
const overflow_1: string;
|
|
214
|
+
export { overflow_1 as overflow };
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
export namespace DisableInfo {
|
|
218
|
+
export namespace args_1 {
|
|
219
|
+
const isLoading_2: boolean;
|
|
220
|
+
export { isLoading_2 as isLoading };
|
|
221
|
+
const infoTitle_2: string;
|
|
222
|
+
export { infoTitle_2 as infoTitle };
|
|
223
|
+
const infoText_2: string;
|
|
224
|
+
export { infoText_2 as infoText };
|
|
225
|
+
const width_2: string;
|
|
226
|
+
export { width_2 as width };
|
|
227
|
+
const height_2: string;
|
|
228
|
+
export { height_2 as height };
|
|
229
|
+
const disableInfo_2: boolean;
|
|
230
|
+
export { disableInfo_2 as disableInfo };
|
|
231
|
+
const showViewByBannerButton_2: boolean;
|
|
232
|
+
export { showViewByBannerButton_2 as showViewByBannerButton };
|
|
233
|
+
const overflow_2: string;
|
|
234
|
+
export { overflow_2 as overflow };
|
|
235
|
+
}
|
|
236
|
+
export { args_1 as args };
|
|
237
|
+
}
|
|
238
|
+
export namespace ShowViewByBanner {
|
|
239
|
+
export namespace args_2 {
|
|
240
|
+
const isLoading_3: boolean;
|
|
241
|
+
export { isLoading_3 as isLoading };
|
|
242
|
+
const infoTitle_3: string;
|
|
243
|
+
export { infoTitle_3 as infoTitle };
|
|
244
|
+
const infoText_3: string;
|
|
245
|
+
export { infoText_3 as infoText };
|
|
246
|
+
const width_3: string;
|
|
247
|
+
export { width_3 as width };
|
|
248
|
+
const height_3: string;
|
|
249
|
+
export { height_3 as height };
|
|
250
|
+
const disableInfo_3: boolean;
|
|
251
|
+
export { disableInfo_3 as disableInfo };
|
|
252
|
+
const showViewByBannerButton_3: boolean;
|
|
253
|
+
export { showViewByBannerButton_3 as showViewByBannerButton };
|
|
254
|
+
const overflow_3: string;
|
|
255
|
+
export { overflow_3 as overflow };
|
|
256
|
+
}
|
|
257
|
+
export { args_2 as args };
|
|
258
|
+
}
|
|
259
|
+
export namespace ShowViewByBannerAndInfo {
|
|
260
|
+
export namespace args_3 {
|
|
261
|
+
const isLoading_4: boolean;
|
|
262
|
+
export { isLoading_4 as isLoading };
|
|
263
|
+
const infoTitle_4: string;
|
|
264
|
+
export { infoTitle_4 as infoTitle };
|
|
265
|
+
const infoText_4: string;
|
|
266
|
+
export { infoText_4 as infoText };
|
|
267
|
+
const width_4: string;
|
|
268
|
+
export { width_4 as width };
|
|
269
|
+
const height_4: string;
|
|
270
|
+
export { height_4 as height };
|
|
271
|
+
const disableInfo_4: boolean;
|
|
272
|
+
export { disableInfo_4 as disableInfo };
|
|
273
|
+
const showViewByBannerButton_4: boolean;
|
|
274
|
+
export { showViewByBannerButton_4 as showViewByBannerButton };
|
|
275
|
+
const overflow_4: string;
|
|
276
|
+
export { overflow_4 as overflow };
|
|
277
|
+
}
|
|
278
|
+
export { args_3 as args };
|
|
279
|
+
}
|
|
280
|
+
export namespace ShowOnlyInfo {
|
|
281
|
+
export namespace args_4 {
|
|
282
|
+
const isLoading_5: boolean;
|
|
283
|
+
export { isLoading_5 as isLoading };
|
|
284
|
+
const infoTitle_5: string;
|
|
285
|
+
export { infoTitle_5 as infoTitle };
|
|
286
|
+
const infoText_5: string;
|
|
287
|
+
export { infoText_5 as infoText };
|
|
288
|
+
const width_5: string;
|
|
289
|
+
export { width_5 as width };
|
|
290
|
+
const height_5: string;
|
|
291
|
+
export { height_5 as height };
|
|
292
|
+
const disableInfo_5: boolean;
|
|
293
|
+
export { disableInfo_5 as disableInfo };
|
|
294
|
+
const showViewByBannerButton_5: boolean;
|
|
295
|
+
export { showViewByBannerButton_5 as showViewByBannerButton };
|
|
296
|
+
const overflow_5: string;
|
|
297
|
+
export { overflow_5 as overflow };
|
|
298
|
+
}
|
|
299
|
+
export { args_4 as args };
|
|
300
|
+
}
|
|
301
|
+
export namespace ShowColumnTitleAndInfo {
|
|
302
|
+
export namespace args_5 {
|
|
303
|
+
const isLoading_6: boolean;
|
|
304
|
+
export { isLoading_6 as isLoading };
|
|
305
|
+
const infoTitle_6: string;
|
|
306
|
+
export { infoTitle_6 as infoTitle };
|
|
307
|
+
const infoText_6: string;
|
|
308
|
+
export { infoText_6 as infoText };
|
|
309
|
+
const width_6: string;
|
|
310
|
+
export { width_6 as width };
|
|
311
|
+
const height_6: string;
|
|
312
|
+
export { height_6 as height };
|
|
313
|
+
const disableInfo_6: boolean;
|
|
314
|
+
export { disableInfo_6 as disableInfo };
|
|
315
|
+
const showViewByBannerButton_6: boolean;
|
|
316
|
+
export { showViewByBannerButton_6 as showViewByBannerButton };
|
|
317
|
+
const overflow_6: string;
|
|
318
|
+
export { overflow_6 as overflow };
|
|
319
|
+
const columnTitle_1: string;
|
|
320
|
+
export { columnTitle_1 as columnTitle };
|
|
321
|
+
}
|
|
322
|
+
export { args_5 as args };
|
|
323
|
+
}
|
|
324
|
+
export namespace WithBarComponent {
|
|
325
|
+
export namespace args_6 {
|
|
326
|
+
const isLoading_7: boolean;
|
|
327
|
+
export { isLoading_7 as isLoading };
|
|
328
|
+
const infoTitle_7: string;
|
|
329
|
+
export { infoTitle_7 as infoTitle };
|
|
330
|
+
const infoText_7: string;
|
|
331
|
+
export { infoText_7 as infoText };
|
|
332
|
+
const width_7: string;
|
|
333
|
+
export { width_7 as width };
|
|
334
|
+
const height_7: string;
|
|
335
|
+
export { height_7 as height };
|
|
336
|
+
const disableInfo_7: boolean;
|
|
337
|
+
export { disableInfo_7 as disableInfo };
|
|
338
|
+
const showViewByBannerButton_7: boolean;
|
|
339
|
+
export { showViewByBannerButton_7 as showViewByBannerButton };
|
|
340
|
+
export const transparentBackgound: boolean;
|
|
341
|
+
const overflow_7: string;
|
|
342
|
+
export { overflow_7 as overflow };
|
|
343
|
+
const children_1: import("react/jsx-runtime").JSX.Element;
|
|
344
|
+
export { children_1 as children };
|
|
345
|
+
const columnTitle_2: string;
|
|
346
|
+
export { columnTitle_2 as columnTitle };
|
|
347
|
+
}
|
|
348
|
+
export { args_6 as args };
|
|
349
|
+
}
|
|
350
|
+
export namespace ShowColumnWithPercentageAndBackraundImage {
|
|
351
|
+
export namespace args_7 {
|
|
352
|
+
const isLoading_8: boolean;
|
|
353
|
+
export { isLoading_8 as isLoading };
|
|
354
|
+
const infoTitle_8: string;
|
|
355
|
+
export { infoTitle_8 as infoTitle };
|
|
356
|
+
const infoText_8: string;
|
|
357
|
+
export { infoText_8 as infoText };
|
|
358
|
+
const width_8: string;
|
|
359
|
+
export { width_8 as width };
|
|
360
|
+
const height_8: string;
|
|
361
|
+
export { height_8 as height };
|
|
362
|
+
const disableInfo_8: boolean;
|
|
363
|
+
export { disableInfo_8 as disableInfo };
|
|
364
|
+
const showViewByBannerButton_8: boolean;
|
|
365
|
+
export { showViewByBannerButton_8 as showViewByBannerButton };
|
|
366
|
+
const overflow_8: string;
|
|
367
|
+
export { overflow_8 as overflow };
|
|
368
|
+
const columnTitle_3: string;
|
|
369
|
+
export { columnTitle_3 as columnTitle };
|
|
370
|
+
const children_2: import("react/jsx-runtime").JSX.Element;
|
|
371
|
+
export { children_2 as children };
|
|
372
|
+
const isPercentOfChange_1: boolean;
|
|
373
|
+
export { isPercentOfChange_1 as isPercentOfChange };
|
|
374
|
+
const PercentOfChangeData_1: number;
|
|
375
|
+
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
376
|
+
const backgroundImage_1: import("react/jsx-runtime").JSX.Element;
|
|
377
|
+
export { backgroundImage_1 as backgroundImage };
|
|
378
|
+
const showBackgroundImage_1: boolean;
|
|
379
|
+
export { showBackgroundImage_1 as showBackgroundImage };
|
|
380
|
+
export namespace backgroundImageStyle_1 {
|
|
381
|
+
const width_9: string;
|
|
382
|
+
export { width_9 as width };
|
|
383
|
+
const height_9: string;
|
|
384
|
+
export { height_9 as height };
|
|
385
|
+
export const position: string;
|
|
386
|
+
export const right: string;
|
|
387
|
+
export const top: string;
|
|
388
|
+
export const lineHeight: string;
|
|
389
|
+
export const color: string;
|
|
390
|
+
export const opacity: number;
|
|
391
|
+
}
|
|
392
|
+
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
393
|
+
}
|
|
394
|
+
export { args_7 as args };
|
|
395
|
+
}
|
|
396
|
+
import { OneColumnContainer } from "./OneColumnContainer";
|