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
|
@@ -139,99 +139,7 @@ declare namespace _default {
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
export default _default;
|
|
142
|
-
export
|
|
143
|
-
export
|
|
144
|
-
|
|
145
|
-
const title_2: string;
|
|
146
|
-
export { title_2 as title };
|
|
147
|
-
const value_1: number;
|
|
148
|
-
export { value_1 as value };
|
|
149
|
-
const benchmarkTotalValue_1: number;
|
|
150
|
-
export { benchmarkTotalValue_1 as benchmarkTotalValue };
|
|
151
|
-
const benchmarkValue_1: number;
|
|
152
|
-
export { benchmarkValue_1 as benchmarkValue };
|
|
153
|
-
const detailsTitle_1: string;
|
|
154
|
-
export { detailsTitle_1 as detailsTitle };
|
|
155
|
-
export { arrDetailsData as detailsData };
|
|
156
|
-
const dotCut_1: boolean;
|
|
157
|
-
export { dotCut_1 as dotCut };
|
|
158
|
-
const width_1: string;
|
|
159
|
-
export { width_1 as width };
|
|
160
|
-
const height_1: string;
|
|
161
|
-
export { height_1 as height };
|
|
162
|
-
const textcolor_1: string;
|
|
163
|
-
export { textcolor_1 as textcolor };
|
|
164
|
-
const noDataText_1: string;
|
|
165
|
-
export { noDataText_1 as noDataText };
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
export function GreaterAvarage(args: any): import("react/jsx-runtime").JSX.Element;
|
|
169
|
-
export namespace GreaterAvarage {
|
|
170
|
-
export namespace args_1 {
|
|
171
|
-
const title_3: string;
|
|
172
|
-
export { title_3 as title };
|
|
173
|
-
const value_2: number;
|
|
174
|
-
export { value_2 as value };
|
|
175
|
-
const benchmarkTotalValue_2: number;
|
|
176
|
-
export { benchmarkTotalValue_2 as benchmarkTotalValue };
|
|
177
|
-
const benchmarkValue_2: number;
|
|
178
|
-
export { benchmarkValue_2 as benchmarkValue };
|
|
179
|
-
const detailsTitle_2: string;
|
|
180
|
-
export { detailsTitle_2 as detailsTitle };
|
|
181
|
-
export { arrDetailsDataUp as detailsData };
|
|
182
|
-
const dotCut_2: boolean;
|
|
183
|
-
export { dotCut_2 as dotCut };
|
|
184
|
-
const width_2: string;
|
|
185
|
-
export { width_2 as width };
|
|
186
|
-
const height_2: string;
|
|
187
|
-
export { height_2 as height };
|
|
188
|
-
const textcolor_2: string;
|
|
189
|
-
export { textcolor_2 as textcolor };
|
|
190
|
-
const noDataText_2: string;
|
|
191
|
-
export { noDataText_2 as noDataText };
|
|
192
|
-
}
|
|
193
|
-
export { args_1 as args };
|
|
194
|
-
}
|
|
195
|
-
export function DataWithNulls(args: any): import("react/jsx-runtime").JSX.Element;
|
|
196
|
-
export namespace DataWithNulls {
|
|
197
|
-
export namespace args_2 {
|
|
198
|
-
const title_4: string;
|
|
199
|
-
export { title_4 as title };
|
|
200
|
-
const value_3: number;
|
|
201
|
-
export { value_3 as value };
|
|
202
|
-
const benchmarkTotalValue_3: number;
|
|
203
|
-
export { benchmarkTotalValue_3 as benchmarkTotalValue };
|
|
204
|
-
const benchmarkValue_3: number;
|
|
205
|
-
export { benchmarkValue_3 as benchmarkValue };
|
|
206
|
-
const detailsTitle_3: string;
|
|
207
|
-
export { detailsTitle_3 as detailsTitle };
|
|
208
|
-
export { arrDetailsDataWithNulls as detailsData };
|
|
209
|
-
const dotCut_3: boolean;
|
|
210
|
-
export { dotCut_3 as dotCut };
|
|
211
|
-
const width_3: string;
|
|
212
|
-
export { width_3 as width };
|
|
213
|
-
const height_3: string;
|
|
214
|
-
export { height_3 as height };
|
|
215
|
-
const textcolor_3: string;
|
|
216
|
-
export { textcolor_3 as textcolor };
|
|
217
|
-
const noDataText_3: string;
|
|
218
|
-
export { noDataText_3 as noDataText };
|
|
219
|
-
}
|
|
220
|
-
export { args_2 as args };
|
|
221
|
-
}
|
|
142
|
+
export const LessAvarage: any;
|
|
143
|
+
export const GreaterAvarage: any;
|
|
144
|
+
export const DataWithNulls: any;
|
|
222
145
|
import { TotalBenchmarkArrows } from "./TotalBenchmarkArrows";
|
|
223
|
-
declare const arrDetailsData: {
|
|
224
|
-
title: string;
|
|
225
|
-
value: number;
|
|
226
|
-
}[];
|
|
227
|
-
declare const arrDetailsDataUp: {
|
|
228
|
-
title: string;
|
|
229
|
-
value: number;
|
|
230
|
-
}[];
|
|
231
|
-
declare const arrDetailsDataWithNulls: ({
|
|
232
|
-
title: string;
|
|
233
|
-
value: null;
|
|
234
|
-
} | {
|
|
235
|
-
title: string;
|
|
236
|
-
value: number;
|
|
237
|
-
})[];
|
|
@@ -8,11 +8,11 @@ export namespace TotalBenchmarkBarchart {
|
|
|
8
8
|
const benchmarkValue: PropTypes.Requireable<number>;
|
|
9
9
|
const currency: PropTypes.Requireable<boolean>;
|
|
10
10
|
const currencyType: PropTypes.Requireable<string>;
|
|
11
|
-
const barChartData: PropTypes.Requireable<
|
|
11
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
12
12
|
title: PropTypes.Requireable<string>;
|
|
13
13
|
value: PropTypes.Requireable<number>;
|
|
14
14
|
color: PropTypes.Requireable<string>;
|
|
15
|
-
}>
|
|
15
|
+
}>[]>;
|
|
16
16
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
17
17
|
const width: PropTypes.Requireable<string>;
|
|
18
18
|
const height: PropTypes.Requireable<string>;
|
|
@@ -149,109 +149,7 @@ declare namespace _default {
|
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
export default _default;
|
|
152
|
-
export
|
|
153
|
-
export
|
|
154
|
-
|
|
155
|
-
const title_2: string;
|
|
156
|
-
export { title_2 as title };
|
|
157
|
-
const value_1: number;
|
|
158
|
-
export { value_1 as value };
|
|
159
|
-
const benchmarkTotalValue_1: number;
|
|
160
|
-
export { benchmarkTotalValue_1 as benchmarkTotalValue };
|
|
161
|
-
const benchmarkValue_1: number;
|
|
162
|
-
export { benchmarkValue_1 as benchmarkValue };
|
|
163
|
-
export { arrData as barChartData };
|
|
164
|
-
const currency_1: boolean;
|
|
165
|
-
export { currency_1 as currency };
|
|
166
|
-
const currencyType_1: string;
|
|
167
|
-
export { currencyType_1 as currencyType };
|
|
168
|
-
const dotCut_1: boolean;
|
|
169
|
-
export { dotCut_1 as dotCut };
|
|
170
|
-
const width_1: string;
|
|
171
|
-
export { width_1 as width };
|
|
172
|
-
const height_1: string;
|
|
173
|
-
export { height_1 as height };
|
|
174
|
-
const textcolor_1: string;
|
|
175
|
-
export { textcolor_1 as textcolor };
|
|
176
|
-
const noDataText_1: string;
|
|
177
|
-
export { noDataText_1 as noDataText };
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
export function Redeemers(args: any): import("react/jsx-runtime").JSX.Element;
|
|
181
|
-
export namespace Redeemers {
|
|
182
|
-
export namespace args_1 {
|
|
183
|
-
const title_3: string;
|
|
184
|
-
export { title_3 as title };
|
|
185
|
-
const value_2: number;
|
|
186
|
-
export { value_2 as value };
|
|
187
|
-
const benchmarkTotalValue_2: number;
|
|
188
|
-
export { benchmarkTotalValue_2 as benchmarkTotalValue };
|
|
189
|
-
const benchmarkValue_2: number;
|
|
190
|
-
export { benchmarkValue_2 as benchmarkValue };
|
|
191
|
-
export { arrDataRedeemers as barChartData };
|
|
192
|
-
const currency_2: boolean;
|
|
193
|
-
export { currency_2 as currency };
|
|
194
|
-
const currencyType_2: string;
|
|
195
|
-
export { currencyType_2 as currencyType };
|
|
196
|
-
const dotCut_2: boolean;
|
|
197
|
-
export { dotCut_2 as dotCut };
|
|
198
|
-
const width_2: string;
|
|
199
|
-
export { width_2 as width };
|
|
200
|
-
const height_2: string;
|
|
201
|
-
export { height_2 as height };
|
|
202
|
-
const textcolor_2: string;
|
|
203
|
-
export { textcolor_2 as textcolor };
|
|
204
|
-
const noDataText_2: string;
|
|
205
|
-
export { noDataText_2 as noDataText };
|
|
206
|
-
}
|
|
207
|
-
export { args_1 as args };
|
|
208
|
-
}
|
|
209
|
-
export function DataWithNulls(args: any): import("react/jsx-runtime").JSX.Element;
|
|
210
|
-
export namespace DataWithNulls {
|
|
211
|
-
export namespace args_2 {
|
|
212
|
-
const title_4: string;
|
|
213
|
-
export { title_4 as title };
|
|
214
|
-
const value_3: null;
|
|
215
|
-
export { value_3 as value };
|
|
216
|
-
const benchmarkTotalValue_3: number;
|
|
217
|
-
export { benchmarkTotalValue_3 as benchmarkTotalValue };
|
|
218
|
-
const benchmarkValue_3: number;
|
|
219
|
-
export { benchmarkValue_3 as benchmarkValue };
|
|
220
|
-
export { arrDataWithnulls as barChartData };
|
|
221
|
-
const currency_3: boolean;
|
|
222
|
-
export { currency_3 as currency };
|
|
223
|
-
const currencyType_3: string;
|
|
224
|
-
export { currencyType_3 as currencyType };
|
|
225
|
-
const dotCut_3: boolean;
|
|
226
|
-
export { dotCut_3 as dotCut };
|
|
227
|
-
const width_3: string;
|
|
228
|
-
export { width_3 as width };
|
|
229
|
-
const height_3: string;
|
|
230
|
-
export { height_3 as height };
|
|
231
|
-
const textcolor_3: string;
|
|
232
|
-
export { textcolor_3 as textcolor };
|
|
233
|
-
const noDataText_3: string;
|
|
234
|
-
export { noDataText_3 as noDataText };
|
|
235
|
-
}
|
|
236
|
-
export { args_2 as args };
|
|
237
|
-
}
|
|
152
|
+
export const IncrementalSales: any;
|
|
153
|
+
export const Redeemers: any;
|
|
154
|
+
export const DataWithNulls: any;
|
|
238
155
|
import { TotalBenchmarkBarchart } from "./TotalBenchmarkBarchart";
|
|
239
|
-
declare const arrData: {
|
|
240
|
-
title: string;
|
|
241
|
-
value: number;
|
|
242
|
-
color: string;
|
|
243
|
-
}[];
|
|
244
|
-
declare const arrDataRedeemers: {
|
|
245
|
-
title: string;
|
|
246
|
-
value: number;
|
|
247
|
-
color: string;
|
|
248
|
-
}[];
|
|
249
|
-
declare const arrDataWithnulls: ({
|
|
250
|
-
title: string;
|
|
251
|
-
value: null;
|
|
252
|
-
color: string;
|
|
253
|
-
} | {
|
|
254
|
-
title: string;
|
|
255
|
-
value: number;
|
|
256
|
-
color: string;
|
|
257
|
-
})[];
|
|
@@ -4,20 +4,26 @@ export namespace TotalDoughnutChart {
|
|
|
4
4
|
const className: PropTypes.Requireable<string>;
|
|
5
5
|
const title: PropTypes.Requireable<string>;
|
|
6
6
|
const value: PropTypes.Requireable<number>;
|
|
7
|
+
const rootFont: PropTypes.Requireable<string>;
|
|
8
|
+
const containerPadding: PropTypes.Requireable<string>;
|
|
7
9
|
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
8
10
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
9
11
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
10
12
|
const currencyType: PropTypes.Requireable<string>;
|
|
11
|
-
const legendData: PropTypes.Requireable<
|
|
13
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
14
|
+
color: PropTypes.Requireable<string>;
|
|
15
|
+
value: PropTypes.Requireable<number>;
|
|
12
16
|
name: PropTypes.Requireable<string>;
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
}>[]>;
|
|
18
|
+
const legendBelow: PropTypes.Requireable<boolean>;
|
|
15
19
|
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
16
20
|
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
17
21
|
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
18
22
|
const width: PropTypes.Requireable<string>;
|
|
19
23
|
const height: PropTypes.Requireable<string>;
|
|
20
24
|
const textcolor: PropTypes.Requireable<string>;
|
|
25
|
+
const titleFontSize: PropTypes.Requireable<string>;
|
|
26
|
+
const FormattedValueFontSize: PropTypes.Requireable<string>;
|
|
21
27
|
const isPercent: PropTypes.Requireable<boolean>;
|
|
22
28
|
const hideTitleAndValue: PropTypes.Requireable<boolean>;
|
|
23
29
|
const noDataText: PropTypes.Requireable<string>;
|
|
@@ -30,6 +36,10 @@ export namespace TotalDoughnutChart {
|
|
|
30
36
|
export { title_1 as title };
|
|
31
37
|
const value_1: number;
|
|
32
38
|
export { value_1 as value };
|
|
39
|
+
const rootFont_1: string;
|
|
40
|
+
export { rootFont_1 as rootFont };
|
|
41
|
+
const containerPadding_1: string;
|
|
42
|
+
export { containerPadding_1 as containerPadding };
|
|
33
43
|
const addingBenchmark_1: boolean;
|
|
34
44
|
export { addingBenchmark_1 as addingBenchmark };
|
|
35
45
|
const dotCut_1: boolean;
|
|
@@ -38,8 +48,10 @@ export namespace TotalDoughnutChart {
|
|
|
38
48
|
export { currencySign_1 as currencySign };
|
|
39
49
|
const currencyType_1: string;
|
|
40
50
|
export { currencyType_1 as currencyType };
|
|
41
|
-
const legendData_1:
|
|
51
|
+
const legendData_1: any[];
|
|
42
52
|
export { legendData_1 as legendData };
|
|
53
|
+
const legendBelow_1: boolean;
|
|
54
|
+
export { legendBelow_1 as legendBelow };
|
|
43
55
|
const itemsPercentagesValueAside_1: boolean;
|
|
44
56
|
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
45
57
|
const itemsBoldedValues_1: boolean;
|
|
@@ -52,6 +64,10 @@ export namespace TotalDoughnutChart {
|
|
|
52
64
|
export { height_1 as height };
|
|
53
65
|
const textcolor_1: string;
|
|
54
66
|
export { textcolor_1 as textcolor };
|
|
67
|
+
const titleFontSize_1: string;
|
|
68
|
+
export { titleFontSize_1 as titleFontSize };
|
|
69
|
+
const FormattedValueFontSize_1: string;
|
|
70
|
+
export { FormattedValueFontSize_1 as FormattedValueFontSize };
|
|
55
71
|
const isPercent_1: boolean;
|
|
56
72
|
export { isPercent_1 as isPercent };
|
|
57
73
|
const hideTitleAndValue_1: boolean;
|