sag_components 2.0.0-beta7 → 2.0.0-beta70
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 +226 -277
- package/dist/index.esm.js +30530 -79699
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29948 -79125
- 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 +80 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +1 -1
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +1 -7
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +3 -6
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BarChart/BarChart.d.ts +4 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +4 -4
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +4 -4
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- 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.stories.d.ts +2 -59
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- 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 +93 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +21 -21
- package/dist/types/components/Button/Button.stories.d.ts +12 -220
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +1 -19
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/Card.stories.d.ts +1 -1
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +1 -4
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +1 -7
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +1 -66
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CampaignTool/Table.stories.d.ts +1 -13
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CollapseData/CollapseData.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +7 -7
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +16 -15
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +10 -662
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/Input/Input.stories.d.ts +14 -424
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
- package/dist/types/components/ListBox/ListBox.d.ts +9 -9
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +1 -1
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +8 -207
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +1 -11
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +28 -60
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +88 -81
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +18 -100
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
- package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
- package/dist/types/icons/AttachedIcon.d.ts +3 -3
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +2 -2
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/index.d.ts +9 -0
- package/dist/types/utils/CommonFunctions.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/TextField/TextField.d.ts +0 -6
- 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
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
- /package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.style.d.ts +0 -0
|
@@ -2,12 +2,9 @@ declare namespace _default {
|
|
|
2
2
|
export const title: string;
|
|
3
3
|
export { TabMenu as component };
|
|
4
4
|
export namespace argTypes {
|
|
5
|
-
namespace
|
|
5
|
+
namespace tabs {
|
|
6
6
|
const name: string;
|
|
7
|
-
|
|
8
|
-
const type: string;
|
|
9
|
-
const separator: string;
|
|
10
|
-
}
|
|
7
|
+
const control: string;
|
|
11
8
|
const description: string;
|
|
12
9
|
const defaultValue: {
|
|
13
10
|
title: string;
|
|
@@ -17,10 +14,7 @@ declare namespace _default {
|
|
|
17
14
|
namespace color {
|
|
18
15
|
const name_1: string;
|
|
19
16
|
export { name_1 as name };
|
|
20
|
-
|
|
21
|
-
const type_1: string;
|
|
22
|
-
export { type_1 as type };
|
|
23
|
-
}
|
|
17
|
+
const control_1: string;
|
|
24
18
|
export { control_1 as control };
|
|
25
19
|
const description_1: string;
|
|
26
20
|
export { description_1 as description };
|
|
@@ -30,145 +24,158 @@ declare namespace _default {
|
|
|
30
24
|
namespace headlineInsteadTabs {
|
|
31
25
|
const name_2: string;
|
|
32
26
|
export { name_2 as name };
|
|
33
|
-
|
|
34
|
-
const type_2: string;
|
|
35
|
-
export { type_2 as type };
|
|
36
|
-
}
|
|
27
|
+
const control_2: string;
|
|
37
28
|
export { control_2 as control };
|
|
38
29
|
const description_2: string;
|
|
39
30
|
export { description_2 as description };
|
|
40
31
|
const defaultValue_2: boolean;
|
|
41
32
|
export { defaultValue_2 as defaultValue };
|
|
42
33
|
}
|
|
43
|
-
namespace
|
|
34
|
+
namespace headlineText {
|
|
44
35
|
const name_3: string;
|
|
45
36
|
export { name_3 as name };
|
|
46
|
-
|
|
47
|
-
const type_3: string;
|
|
48
|
-
export { type_3 as type };
|
|
49
|
-
}
|
|
37
|
+
const control_3: string;
|
|
50
38
|
export { control_3 as control };
|
|
51
39
|
const description_3: string;
|
|
52
40
|
export { description_3 as description };
|
|
53
|
-
const defaultValue_3:
|
|
41
|
+
const defaultValue_3: string;
|
|
54
42
|
export { defaultValue_3 as defaultValue };
|
|
55
43
|
}
|
|
56
|
-
namespace
|
|
44
|
+
namespace showActions {
|
|
57
45
|
const name_4: string;
|
|
58
46
|
export { name_4 as name };
|
|
59
|
-
|
|
60
|
-
const type_4: string;
|
|
61
|
-
export { type_4 as type };
|
|
62
|
-
}
|
|
47
|
+
const control_4: string;
|
|
63
48
|
export { control_4 as control };
|
|
64
49
|
const description_4: string;
|
|
65
50
|
export { description_4 as description };
|
|
66
51
|
const defaultValue_4: boolean;
|
|
67
52
|
export { defaultValue_4 as defaultValue };
|
|
68
53
|
}
|
|
69
|
-
namespace
|
|
54
|
+
namespace showFilterButton {
|
|
70
55
|
const name_5: string;
|
|
71
56
|
export { name_5 as name };
|
|
72
|
-
|
|
73
|
-
const type_5: string;
|
|
74
|
-
export { type_5 as type };
|
|
75
|
-
}
|
|
57
|
+
const control_5: string;
|
|
76
58
|
export { control_5 as control };
|
|
77
59
|
const description_5: string;
|
|
78
60
|
export { description_5 as description };
|
|
79
61
|
const defaultValue_5: boolean;
|
|
80
62
|
export { defaultValue_5 as defaultValue };
|
|
81
63
|
}
|
|
82
|
-
namespace
|
|
64
|
+
namespace showViewOptionsButton {
|
|
83
65
|
const name_6: string;
|
|
84
66
|
export { name_6 as name };
|
|
85
|
-
|
|
86
|
-
const type_6: string;
|
|
87
|
-
export { type_6 as type };
|
|
88
|
-
}
|
|
67
|
+
const control_6: string;
|
|
89
68
|
export { control_6 as control };
|
|
90
69
|
const description_6: string;
|
|
91
70
|
export { description_6 as description };
|
|
92
71
|
const defaultValue_6: boolean;
|
|
93
72
|
export { defaultValue_6 as defaultValue };
|
|
94
73
|
}
|
|
95
|
-
namespace
|
|
74
|
+
namespace showSearchInput {
|
|
96
75
|
const name_7: string;
|
|
97
76
|
export { name_7 as name };
|
|
98
|
-
|
|
99
|
-
const type_7: string;
|
|
100
|
-
export { type_7 as type };
|
|
101
|
-
}
|
|
77
|
+
const control_7: string;
|
|
102
78
|
export { control_7 as control };
|
|
103
79
|
const description_7: string;
|
|
104
80
|
export { description_7 as description };
|
|
105
81
|
const defaultValue_7: boolean;
|
|
106
82
|
export { defaultValue_7 as defaultValue };
|
|
107
83
|
}
|
|
108
|
-
namespace
|
|
84
|
+
namespace showLabel {
|
|
109
85
|
const name_8: string;
|
|
110
86
|
export { name_8 as name };
|
|
111
|
-
|
|
112
|
-
const type_8: string;
|
|
113
|
-
export { type_8 as type };
|
|
114
|
-
}
|
|
87
|
+
const control_8: string;
|
|
115
88
|
export { control_8 as control };
|
|
116
89
|
const description_8: string;
|
|
117
90
|
export { description_8 as description };
|
|
118
91
|
const defaultValue_8: boolean;
|
|
119
92
|
export { defaultValue_8 as defaultValue };
|
|
120
93
|
}
|
|
121
|
-
namespace
|
|
94
|
+
namespace inputWidth {
|
|
122
95
|
const name_9: string;
|
|
123
96
|
export { name_9 as name };
|
|
124
|
-
|
|
125
|
-
const type_9: string;
|
|
126
|
-
export { type_9 as type };
|
|
127
|
-
}
|
|
97
|
+
const control_9: string;
|
|
128
98
|
export { control_9 as control };
|
|
129
99
|
const description_9: string;
|
|
130
100
|
export { description_9 as description };
|
|
131
101
|
const defaultValue_9: string;
|
|
132
102
|
export { defaultValue_9 as defaultValue };
|
|
133
103
|
}
|
|
134
|
-
namespace
|
|
104
|
+
namespace disabledButton {
|
|
135
105
|
const name_10: string;
|
|
136
106
|
export { name_10 as name };
|
|
137
|
-
|
|
107
|
+
const control_10: string;
|
|
108
|
+
export { control_10 as control };
|
|
138
109
|
const description_10: string;
|
|
139
110
|
export { description_10 as description };
|
|
111
|
+
const defaultValue_10: boolean;
|
|
112
|
+
export { defaultValue_10 as defaultValue };
|
|
113
|
+
}
|
|
114
|
+
namespace setTopRightButton {
|
|
115
|
+
const name_11: string;
|
|
116
|
+
export { name_11 as name };
|
|
117
|
+
const control_11: string;
|
|
118
|
+
export { control_11 as control };
|
|
119
|
+
const description_11: string;
|
|
120
|
+
export { description_11 as description };
|
|
121
|
+
const defaultValue_11: boolean;
|
|
122
|
+
export { defaultValue_11 as defaultValue };
|
|
123
|
+
}
|
|
124
|
+
namespace rightButtonText {
|
|
125
|
+
const name_12: string;
|
|
126
|
+
export { name_12 as name };
|
|
127
|
+
const control_12: string;
|
|
128
|
+
export { control_12 as control };
|
|
129
|
+
const description_12: string;
|
|
130
|
+
export { description_12 as description };
|
|
131
|
+
const defaultValue_12: string;
|
|
132
|
+
export { defaultValue_12 as defaultValue };
|
|
133
|
+
}
|
|
134
|
+
namespace rightButtonIcon {
|
|
135
|
+
const name_13: string;
|
|
136
|
+
export { name_13 as name };
|
|
137
|
+
const control_13: string;
|
|
138
|
+
export { control_13 as control };
|
|
139
|
+
const description_13: string;
|
|
140
|
+
export { description_13 as description };
|
|
141
|
+
const defaultValue_13: string;
|
|
142
|
+
export { defaultValue_13 as defaultValue };
|
|
143
|
+
}
|
|
144
|
+
namespace onTopButtonClick {
|
|
145
|
+
const name_14: string;
|
|
146
|
+
export { name_14 as name };
|
|
147
|
+
export const action: string;
|
|
148
|
+
const description_14: string;
|
|
149
|
+
export { description_14 as description };
|
|
150
|
+
}
|
|
151
|
+
namespace onTabChange {
|
|
152
|
+
const name_15: string;
|
|
153
|
+
export { name_15 as name };
|
|
154
|
+
const action_1: string;
|
|
155
|
+
export { action_1 as action };
|
|
156
|
+
const description_15: string;
|
|
157
|
+
export { description_15 as description };
|
|
158
|
+
}
|
|
159
|
+
namespace onFilterButtonClick {
|
|
160
|
+
const name_16: string;
|
|
161
|
+
export { name_16 as name };
|
|
162
|
+
const action_2: string;
|
|
163
|
+
export { action_2 as action };
|
|
164
|
+
const description_16: string;
|
|
165
|
+
export { description_16 as description };
|
|
166
|
+
}
|
|
167
|
+
namespace onSearchFieldTyping {
|
|
168
|
+
const name_17: string;
|
|
169
|
+
export { name_17 as name };
|
|
170
|
+
const action_3: string;
|
|
171
|
+
export { action_3 as action };
|
|
172
|
+
const description_17: string;
|
|
173
|
+
export { description_17 as description };
|
|
140
174
|
}
|
|
141
175
|
}
|
|
142
176
|
}
|
|
143
177
|
export default _default;
|
|
144
|
-
export
|
|
145
|
-
export
|
|
146
|
-
|
|
147
|
-
const tabItems_1: {
|
|
148
|
-
title: string;
|
|
149
|
-
content: string;
|
|
150
|
-
}[];
|
|
151
|
-
export { tabItems_1 as tabItems };
|
|
152
|
-
const color_1: string;
|
|
153
|
-
export { color_1 as color };
|
|
154
|
-
const headlineInsteadTabs_1: boolean;
|
|
155
|
-
export { headlineInsteadTabs_1 as headlineInsteadTabs };
|
|
156
|
-
const showActions_1: boolean;
|
|
157
|
-
export { showActions_1 as showActions };
|
|
158
|
-
const showFilterButton_1: boolean;
|
|
159
|
-
export { showFilterButton_1 as showFilterButton };
|
|
160
|
-
const showViewOptionsButton_1: boolean;
|
|
161
|
-
export { showViewOptionsButton_1 as showViewOptionsButton };
|
|
162
|
-
const showSearchInput_1: boolean;
|
|
163
|
-
export { showSearchInput_1 as showSearchInput };
|
|
164
|
-
const disabledButton_1: boolean;
|
|
165
|
-
export { disabledButton_1 as disabledButton };
|
|
166
|
-
const setTopRightButton_1: boolean;
|
|
167
|
-
export { setTopRightButton_1 as setTopRightButton };
|
|
168
|
-
const rightButtonText_1: string;
|
|
169
|
-
export { rightButtonText_1 as rightButtonText };
|
|
170
|
-
export function onTopButtonClick_1(): void;
|
|
171
|
-
export { onTopButtonClick_1 as onTopButtonClick };
|
|
172
|
-
}
|
|
173
|
-
}
|
|
178
|
+
export const Basic: any;
|
|
179
|
+
export const WithHeadline: any;
|
|
180
|
+
export const WithoutActions: any;
|
|
174
181
|
import TabMenu from "./TabMenu";
|
|
@@ -2,6 +2,7 @@ export const TabMenuContainer: import("styled-components/dist/types").IStyledCom
|
|
|
2
2
|
export const TopRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export const Headline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
4
4
|
export const Nav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
5
|
+
export const TabActionLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
6
|
export const Tabs: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
7
|
export const Tab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
8
|
export const PresentationSlider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -4,9 +4,9 @@ export namespace TitleDescription {
|
|
|
4
4
|
const className: PropTypes.Requireable<string>;
|
|
5
5
|
const showRetailerIcon: PropTypes.Requireable<boolean>;
|
|
6
6
|
const showPeriodIcon: PropTypes.Requireable<boolean>;
|
|
7
|
-
const viewCreativeRetailersData: PropTypes.Requireable<
|
|
7
|
+
const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
label: PropTypes.Requireable<string>;
|
|
9
|
-
}>
|
|
9
|
+
}>[]>;
|
|
10
10
|
const data: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
11
11
|
const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
12
12
|
const width: PropTypes.Requireable<string>;
|
|
@@ -85,53 +85,6 @@ declare namespace _default {
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
export default _default;
|
|
88
|
-
export
|
|
89
|
-
export
|
|
90
|
-
namespace args {
|
|
91
|
-
const showRetailerIcon_1: boolean;
|
|
92
|
-
export { showRetailerIcon_1 as showRetailerIcon };
|
|
93
|
-
export const showPeriodIcon: boolean;
|
|
94
|
-
export const viewCreativeRetailersData: null;
|
|
95
|
-
export { data };
|
|
96
|
-
const width_1: string;
|
|
97
|
-
export { width_1 as width };
|
|
98
|
-
const height_1: string;
|
|
99
|
-
export { height_1 as height };
|
|
100
|
-
const showDraft_1: boolean;
|
|
101
|
-
export { showDraft_1 as showDraft };
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
export function CrossRetailersEvent(args: any): import("react/jsx-runtime").JSX.Element;
|
|
105
|
-
export namespace CrossRetailersEvent {
|
|
106
|
-
export namespace args_1 {
|
|
107
|
-
const showRetailerIcon_2: boolean;
|
|
108
|
-
export { showRetailerIcon_2 as showRetailerIcon };
|
|
109
|
-
const showPeriodIcon_1: boolean;
|
|
110
|
-
export { showPeriodIcon_1 as showPeriodIcon };
|
|
111
|
-
export { viewCreativeRetailersData1 as viewCreativeRetailersData };
|
|
112
|
-
export { data };
|
|
113
|
-
const width_2: string;
|
|
114
|
-
export { width_2 as width };
|
|
115
|
-
const height_2: string;
|
|
116
|
-
export { height_2 as height };
|
|
117
|
-
}
|
|
118
|
-
export { args_1 as args };
|
|
119
|
-
}
|
|
88
|
+
export const LargeSellingEvent: any;
|
|
89
|
+
export const CrossRetailersEvent: any;
|
|
120
90
|
import { TitleDescription } from "./TitleDescription";
|
|
121
|
-
declare namespace data_1 {
|
|
122
|
-
const eventName: string;
|
|
123
|
-
const eventType: string;
|
|
124
|
-
const retailer: string;
|
|
125
|
-
const eventDescription: string;
|
|
126
|
-
const objectivesDescription: string;
|
|
127
|
-
const eventDatesValue: string;
|
|
128
|
-
const externalEventDescription: string;
|
|
129
|
-
const externalEventID: string;
|
|
130
|
-
const storeType: string;
|
|
131
|
-
const category: string;
|
|
132
|
-
const supplier: string;
|
|
133
|
-
const brand: string;
|
|
134
|
-
}
|
|
135
|
-
declare const viewCreativeRetailersData1: {
|
|
136
|
-
label: string;
|
|
137
|
-
}[];
|
|
@@ -3,13 +3,13 @@ declare function Tooltip(props: any): import("react/jsx-runtime").JSX.Element;
|
|
|
3
3
|
declare namespace Tooltip {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
6
|
-
const content: PropTypes.Requireable<
|
|
6
|
+
const content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
7
7
|
const direction: PropTypes.Requireable<string>;
|
|
8
8
|
const delay: PropTypes.Requireable<string>;
|
|
9
9
|
const topFactor: PropTypes.Requireable<number>;
|
|
10
10
|
}
|
|
11
11
|
namespace defaultProps {
|
|
12
|
-
const children_1:
|
|
12
|
+
const children_1: any;
|
|
13
13
|
export { children_1 as children };
|
|
14
14
|
const content_1: string;
|
|
15
15
|
export { content_1 as content };
|
|
@@ -21,16 +21,5 @@ declare namespace _default {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
export default _default;
|
|
24
|
-
export
|
|
25
|
-
export namespace Example {
|
|
26
|
-
namespace args {
|
|
27
|
-
const title_2: string;
|
|
28
|
-
export { title_2 as title };
|
|
29
|
-
const list_1: {
|
|
30
|
-
value: string;
|
|
31
|
-
label: string;
|
|
32
|
-
}[];
|
|
33
|
-
export { list_1 as list };
|
|
34
|
-
}
|
|
35
|
-
}
|
|
24
|
+
export const Example: any;
|
|
36
25
|
import TopToggleList from "./TopToggleList";
|
|
@@ -95,82 +95,7 @@ declare namespace _default {
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
export default _default;
|
|
98
|
-
export
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
export { arrDataOneBenchmark as data };
|
|
102
|
-
const dotCut_1: boolean;
|
|
103
|
-
export { dotCut_1 as dotCut };
|
|
104
|
-
const width_1: string;
|
|
105
|
-
export { width_1 as width };
|
|
106
|
-
const height_1: string;
|
|
107
|
-
export { height_1 as height };
|
|
108
|
-
const textColor_1: string;
|
|
109
|
-
export { textColor_1 as textColor };
|
|
110
|
-
const noDataText_1: string;
|
|
111
|
-
export { noDataText_1 as noDataText };
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
export function TwoBenchmarks(args: any): import("react/jsx-runtime").JSX.Element;
|
|
115
|
-
export namespace TwoBenchmarks {
|
|
116
|
-
export namespace args_1 {
|
|
117
|
-
export { arrDataTwoBenchmarks as data };
|
|
118
|
-
const dotCut_2: boolean;
|
|
119
|
-
export { dotCut_2 as dotCut };
|
|
120
|
-
const width_2: string;
|
|
121
|
-
export { width_2 as width };
|
|
122
|
-
const height_2: string;
|
|
123
|
-
export { height_2 as height };
|
|
124
|
-
const textColor_2: string;
|
|
125
|
-
export { textColor_2 as textColor };
|
|
126
|
-
const noDataText_2: string;
|
|
127
|
-
export { noDataText_2 as noDataText };
|
|
128
|
-
}
|
|
129
|
-
export { args_1 as args };
|
|
130
|
-
}
|
|
131
|
-
export function DataWithNulls(args: any): import("react/jsx-runtime").JSX.Element;
|
|
132
|
-
export namespace DataWithNulls {
|
|
133
|
-
export namespace args_2 {
|
|
134
|
-
export { arrDataWithNulls as data };
|
|
135
|
-
const dotCut_3: boolean;
|
|
136
|
-
export { dotCut_3 as dotCut };
|
|
137
|
-
const width_3: string;
|
|
138
|
-
export { width_3 as width };
|
|
139
|
-
const height_3: string;
|
|
140
|
-
export { height_3 as height };
|
|
141
|
-
const textColor_3: string;
|
|
142
|
-
export { textColor_3 as textColor };
|
|
143
|
-
const noDataText_3: string;
|
|
144
|
-
export { noDataText_3 as noDataText };
|
|
145
|
-
}
|
|
146
|
-
export { args_2 as args };
|
|
147
|
-
}
|
|
98
|
+
export const OneBenchmark: any;
|
|
99
|
+
export const TwoBenchmarks: any;
|
|
100
|
+
export const DataWithNulls: any;
|
|
148
101
|
import { TotalBenchmark } from "./TotalBenchmark";
|
|
149
|
-
declare const arrDataOneBenchmark: ({
|
|
150
|
-
title: string;
|
|
151
|
-
value: number;
|
|
152
|
-
totalValue: number;
|
|
153
|
-
benchmarkValue: number;
|
|
154
|
-
} | {
|
|
155
|
-
title: string;
|
|
156
|
-
value: number;
|
|
157
|
-
totalValue?: undefined;
|
|
158
|
-
benchmarkValue?: undefined;
|
|
159
|
-
})[];
|
|
160
|
-
declare const arrDataTwoBenchmarks: {
|
|
161
|
-
title: string;
|
|
162
|
-
value: number;
|
|
163
|
-
totalValue: number;
|
|
164
|
-
benchmarkValue: number;
|
|
165
|
-
}[];
|
|
166
|
-
declare const arrDataWithNulls: ({
|
|
167
|
-
title: string;
|
|
168
|
-
value: null;
|
|
169
|
-
totalValue: number;
|
|
170
|
-
benchmarkValue: number;
|
|
171
|
-
} | {
|
|
172
|
-
title: string;
|
|
173
|
-
value: number;
|
|
174
|
-
totalValue: number;
|
|
175
|
-
benchmarkValue: number;
|
|
176
|
-
})[];
|
|
@@ -7,11 +7,11 @@ export namespace TotalBenchmarkAreachart {
|
|
|
7
7
|
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
8
8
|
const benchmarkTotalValue: PropTypes.Requireable<number>;
|
|
9
9
|
const benchmarkValue: PropTypes.Requireable<number>;
|
|
10
|
-
const areaChartData: PropTypes.Requireable<
|
|
10
|
+
const areaChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
11
11
|
title: PropTypes.Requireable<string>;
|
|
12
12
|
value1: PropTypes.Requireable<number>;
|
|
13
13
|
value2: PropTypes.Requireable<number>;
|
|
14
|
-
}>
|
|
14
|
+
}>[]>;
|
|
15
15
|
const width: PropTypes.Requireable<string>;
|
|
16
16
|
const height: PropTypes.Requireable<string>;
|
|
17
17
|
const textcolor: PropTypes.Requireable<string>;
|
|
@@ -40,7 +40,7 @@ export namespace TotalBenchmarkAreachart {
|
|
|
40
40
|
export { addingBenchmark_1 as addingBenchmark };
|
|
41
41
|
const benchmarkTotalValue_1: string;
|
|
42
42
|
export { benchmarkTotalValue_1 as benchmarkTotalValue };
|
|
43
|
-
const benchmarkValue_1:
|
|
43
|
+
const benchmarkValue_1: any;
|
|
44
44
|
export { benchmarkValue_1 as benchmarkValue };
|
|
45
45
|
const areaChartData_1: {
|
|
46
46
|
title: string;
|
|
@@ -234,146 +234,7 @@ declare namespace _default {
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
export default _default;
|
|
237
|
-
export
|
|
238
|
-
export
|
|
239
|
-
|
|
240
|
-
const title_2: string;
|
|
241
|
-
export { title_2 as title };
|
|
242
|
-
const value_1: number;
|
|
243
|
-
export { value_1 as value };
|
|
244
|
-
const arrowSign_1: string;
|
|
245
|
-
export { arrowSign_1 as arrowSign };
|
|
246
|
-
const benchmarkTotalValue_1: number;
|
|
247
|
-
export { benchmarkTotalValue_1 as benchmarkTotalValue };
|
|
248
|
-
const benchmarkValue_1: number;
|
|
249
|
-
export { benchmarkValue_1 as benchmarkValue };
|
|
250
|
-
export { arrData as areaChartData };
|
|
251
|
-
const width_1: string;
|
|
252
|
-
export { width_1 as width };
|
|
253
|
-
const height_1: string;
|
|
254
|
-
export { height_1 as height };
|
|
255
|
-
const textcolor_1: string;
|
|
256
|
-
export { textcolor_1 as textcolor };
|
|
257
|
-
const areaChart1Color_1: string;
|
|
258
|
-
export { areaChart1Color_1 as areaChart1Color };
|
|
259
|
-
const areaChart2Color_1: string;
|
|
260
|
-
export { areaChart2Color_1 as areaChart2Color };
|
|
261
|
-
const startOffset_1: string;
|
|
262
|
-
export { startOffset_1 as startOffset };
|
|
263
|
-
const endOffset_1: string;
|
|
264
|
-
export { endOffset_1 as endOffset };
|
|
265
|
-
const opacity_1: string;
|
|
266
|
-
export { opacity_1 as opacity };
|
|
267
|
-
const noDataText_1: string;
|
|
268
|
-
export { noDataText_1 as noDataText };
|
|
269
|
-
const xselectedColor_1: string;
|
|
270
|
-
export { xselectedColor_1 as xselectedColor };
|
|
271
|
-
export const fillChart1Color: string;
|
|
272
|
-
export const fillChart2Color: string;
|
|
273
|
-
const startWeekRange_1: string;
|
|
274
|
-
export { startWeekRange_1 as startWeekRange };
|
|
275
|
-
const endWeekRange_1: string;
|
|
276
|
-
export { endWeekRange_1 as endWeekRange };
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
export function SalesGrowthNegative(args: any): import("react/jsx-runtime").JSX.Element;
|
|
280
|
-
export namespace SalesGrowthNegative {
|
|
281
|
-
export namespace args_1 {
|
|
282
|
-
const title_3: string;
|
|
283
|
-
export { title_3 as title };
|
|
284
|
-
const value_2: number;
|
|
285
|
-
export { value_2 as value };
|
|
286
|
-
const arrowSign_2: string;
|
|
287
|
-
export { arrowSign_2 as arrowSign };
|
|
288
|
-
const benchmarkTotalValue_2: number;
|
|
289
|
-
export { benchmarkTotalValue_2 as benchmarkTotalValue };
|
|
290
|
-
const benchmarkValue_2: number;
|
|
291
|
-
export { benchmarkValue_2 as benchmarkValue };
|
|
292
|
-
export { arrData as areaChartData };
|
|
293
|
-
const width_2: string;
|
|
294
|
-
export { width_2 as width };
|
|
295
|
-
const height_2: string;
|
|
296
|
-
export { height_2 as height };
|
|
297
|
-
const textcolor_2: string;
|
|
298
|
-
export { textcolor_2 as textcolor };
|
|
299
|
-
const areaChart1Color_2: string;
|
|
300
|
-
export { areaChart1Color_2 as areaChart1Color };
|
|
301
|
-
const areaChart2Color_2: string;
|
|
302
|
-
export { areaChart2Color_2 as areaChart2Color };
|
|
303
|
-
const startOffset_2: string;
|
|
304
|
-
export { startOffset_2 as startOffset };
|
|
305
|
-
const opacity_2: string;
|
|
306
|
-
export { opacity_2 as opacity };
|
|
307
|
-
const endOffset_2: string;
|
|
308
|
-
export { endOffset_2 as endOffset };
|
|
309
|
-
const noDataText_2: string;
|
|
310
|
-
export { noDataText_2 as noDataText };
|
|
311
|
-
const xselectedColor_2: string;
|
|
312
|
-
export { xselectedColor_2 as xselectedColor };
|
|
313
|
-
const fillChart1Color_1: string;
|
|
314
|
-
export { fillChart1Color_1 as fillChart1Color };
|
|
315
|
-
const fillChart2Color_1: string;
|
|
316
|
-
export { fillChart2Color_1 as fillChart2Color };
|
|
317
|
-
const startWeekRange_2: string;
|
|
318
|
-
export { startWeekRange_2 as startWeekRange };
|
|
319
|
-
const endWeekRange_2: string;
|
|
320
|
-
export { endWeekRange_2 as endWeekRange };
|
|
321
|
-
}
|
|
322
|
-
export { args_1 as args };
|
|
323
|
-
}
|
|
324
|
-
export function BetweenTwoYears(args: any): import("react/jsx-runtime").JSX.Element;
|
|
325
|
-
export namespace BetweenTwoYears {
|
|
326
|
-
export namespace args_2 {
|
|
327
|
-
const title_4: string;
|
|
328
|
-
export { title_4 as title };
|
|
329
|
-
const value_3: number;
|
|
330
|
-
export { value_3 as value };
|
|
331
|
-
const arrowSign_3: string;
|
|
332
|
-
export { arrowSign_3 as arrowSign };
|
|
333
|
-
const benchmarkTotalValue_3: number;
|
|
334
|
-
export { benchmarkTotalValue_3 as benchmarkTotalValue };
|
|
335
|
-
const benchmarkValue_3: number;
|
|
336
|
-
export { benchmarkValue_3 as benchmarkValue };
|
|
337
|
-
export { arrDataBetweenTwoYears as areaChartData };
|
|
338
|
-
const width_3: string;
|
|
339
|
-
export { width_3 as width };
|
|
340
|
-
const height_3: string;
|
|
341
|
-
export { height_3 as height };
|
|
342
|
-
const textcolor_3: string;
|
|
343
|
-
export { textcolor_3 as textcolor };
|
|
344
|
-
const areaChart1Color_3: string;
|
|
345
|
-
export { areaChart1Color_3 as areaChart1Color };
|
|
346
|
-
const areaChart2Color_3: string;
|
|
347
|
-
export { areaChart2Color_3 as areaChart2Color };
|
|
348
|
-
const startOffset_3: string;
|
|
349
|
-
export { startOffset_3 as startOffset };
|
|
350
|
-
const opacity_3: string;
|
|
351
|
-
export { opacity_3 as opacity };
|
|
352
|
-
const endOffset_3: string;
|
|
353
|
-
export { endOffset_3 as endOffset };
|
|
354
|
-
const noDataText_3: string;
|
|
355
|
-
export { noDataText_3 as noDataText };
|
|
356
|
-
const xselectedColor_3: string;
|
|
357
|
-
export { xselectedColor_3 as xselectedColor };
|
|
358
|
-
const fillChart1Color_2: string;
|
|
359
|
-
export { fillChart1Color_2 as fillChart1Color };
|
|
360
|
-
const fillChart2Color_2: string;
|
|
361
|
-
export { fillChart2Color_2 as fillChart2Color };
|
|
362
|
-
const startWeekRange_3: string;
|
|
363
|
-
export { startWeekRange_3 as startWeekRange };
|
|
364
|
-
const endWeekRange_3: string;
|
|
365
|
-
export { endWeekRange_3 as endWeekRange };
|
|
366
|
-
}
|
|
367
|
-
export { args_2 as args };
|
|
368
|
-
}
|
|
237
|
+
export const SalesGrowth: any;
|
|
238
|
+
export const SalesGrowthNegative: any;
|
|
239
|
+
export const BetweenTwoYears: any;
|
|
369
240
|
import { TotalBenchmarkAreachart } from "./TotalBenchmarkAreachart";
|
|
370
|
-
declare const arrData: {
|
|
371
|
-
title: string;
|
|
372
|
-
value1: number;
|
|
373
|
-
value2: number;
|
|
374
|
-
}[];
|
|
375
|
-
declare const arrDataBetweenTwoYears: {
|
|
376
|
-
title: string;
|
|
377
|
-
value1: number;
|
|
378
|
-
value2: number;
|
|
379
|
-
}[];
|
|
@@ -7,10 +7,10 @@ export namespace TotalBenchmarkArrows {
|
|
|
7
7
|
const benchmarkTotalValue: PropTypes.Requireable<number>;
|
|
8
8
|
const benchmarkValue: PropTypes.Requireable<number>;
|
|
9
9
|
const detailsTitle: PropTypes.Requireable<string>;
|
|
10
|
-
const detailsData: PropTypes.Requireable<
|
|
10
|
+
const detailsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
11
11
|
title: PropTypes.Requireable<string>;
|
|
12
12
|
value: PropTypes.Requireable<number>;
|
|
13
|
-
}>
|
|
13
|
+
}>[]>;
|
|
14
14
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
15
15
|
const width: PropTypes.Requireable<string>;
|
|
16
16
|
const height: PropTypes.Requireable<string>;
|
|
@@ -30,13 +30,10 @@ export namespace TotalBenchmarkArrows {
|
|
|
30
30
|
export { benchmarkValue_1 as benchmarkValue };
|
|
31
31
|
const detailsTitle_1: string;
|
|
32
32
|
export { detailsTitle_1 as detailsTitle };
|
|
33
|
-
const detailsData_1:
|
|
34
|
-
title: string;
|
|
35
|
-
value: null;
|
|
36
|
-
} | {
|
|
33
|
+
const detailsData_1: {
|
|
37
34
|
title: string;
|
|
38
35
|
value: number;
|
|
39
|
-
}
|
|
36
|
+
}[];
|
|
40
37
|
export { detailsData_1 as detailsData };
|
|
41
38
|
const dotCut_1: boolean;
|
|
42
39
|
export { dotCut_1 as dotCut };
|