sag_components 2.0.0-beta7 → 2.0.0-beta71
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 +30561 -79673
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29935 -79055
- 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 +47 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -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 +2 -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
|
@@ -162,99 +162,7 @@ declare namespace _default {
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
export default _default;
|
|
165
|
-
export
|
|
166
|
-
export
|
|
167
|
-
|
|
168
|
-
const name_12: string;
|
|
169
|
-
export { name_12 as name };
|
|
170
|
-
export { arrSegmentedFilters as options };
|
|
171
|
-
const defaultIndex_1: number;
|
|
172
|
-
export { defaultIndex_1 as defaultIndex };
|
|
173
|
-
const width_1: number;
|
|
174
|
-
export { width_1 as width };
|
|
175
|
-
const height_1: number;
|
|
176
|
-
export { height_1 as height };
|
|
177
|
-
const controlRadius_1: number;
|
|
178
|
-
export { controlRadius_1 as controlRadius };
|
|
179
|
-
const segmentRadius_1: number;
|
|
180
|
-
export { segmentRadius_1 as segmentRadius };
|
|
181
|
-
const fontSize_1: number;
|
|
182
|
-
export { fontSize_1 as fontSize };
|
|
183
|
-
const backgroundColor_1: string;
|
|
184
|
-
export { backgroundColor_1 as backgroundColor };
|
|
185
|
-
const selectedSegmentColor_1: string;
|
|
186
|
-
export { selectedSegmentColor_1 as selectedSegmentColor };
|
|
187
|
-
const selectedTextColor_1: string;
|
|
188
|
-
export { selectedTextColor_1 as selectedTextColor };
|
|
189
|
-
const unselectedTextColor_1: string;
|
|
190
|
-
export { unselectedTextColor_1 as unselectedTextColor };
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
export function DollarsOrUnits(args: any): import("react/jsx-runtime").JSX.Element;
|
|
194
|
-
export namespace DollarsOrUnits {
|
|
195
|
-
export namespace args_1 {
|
|
196
|
-
const name_13: string;
|
|
197
|
-
export { name_13 as name };
|
|
198
|
-
export { arrDollarsOrUnits as options };
|
|
199
|
-
const defaultIndex_2: number;
|
|
200
|
-
export { defaultIndex_2 as defaultIndex };
|
|
201
|
-
const width_2: number;
|
|
202
|
-
export { width_2 as width };
|
|
203
|
-
const height_2: number;
|
|
204
|
-
export { height_2 as height };
|
|
205
|
-
const controlRadius_2: number;
|
|
206
|
-
export { controlRadius_2 as controlRadius };
|
|
207
|
-
const segmentRadius_2: number;
|
|
208
|
-
export { segmentRadius_2 as segmentRadius };
|
|
209
|
-
const fontSize_2: number;
|
|
210
|
-
export { fontSize_2 as fontSize };
|
|
211
|
-
const backgroundColor_2: string;
|
|
212
|
-
export { backgroundColor_2 as backgroundColor };
|
|
213
|
-
const selectedSegmentColor_2: string;
|
|
214
|
-
export { selectedSegmentColor_2 as selectedSegmentColor };
|
|
215
|
-
const selectedTextColor_2: string;
|
|
216
|
-
export { selectedTextColor_2 as selectedTextColor };
|
|
217
|
-
const unselectedTextColor_2: string;
|
|
218
|
-
export { unselectedTextColor_2 as unselectedTextColor };
|
|
219
|
-
}
|
|
220
|
-
export { args_1 as args };
|
|
221
|
-
}
|
|
222
|
-
export function Period(args: any): import("react/jsx-runtime").JSX.Element;
|
|
223
|
-
export namespace Period {
|
|
224
|
-
export namespace args_2 {
|
|
225
|
-
const name_14: string;
|
|
226
|
-
export { name_14 as name };
|
|
227
|
-
export { arrPeriod as options };
|
|
228
|
-
const defaultIndex_3: number;
|
|
229
|
-
export { defaultIndex_3 as defaultIndex };
|
|
230
|
-
const width_3: number;
|
|
231
|
-
export { width_3 as width };
|
|
232
|
-
const height_3: number;
|
|
233
|
-
export { height_3 as height };
|
|
234
|
-
const controlRadius_3: number;
|
|
235
|
-
export { controlRadius_3 as controlRadius };
|
|
236
|
-
const segmentRadius_3: number;
|
|
237
|
-
export { segmentRadius_3 as segmentRadius };
|
|
238
|
-
const fontSize_3: number;
|
|
239
|
-
export { fontSize_3 as fontSize };
|
|
240
|
-
const backgroundColor_3: string;
|
|
241
|
-
export { backgroundColor_3 as backgroundColor };
|
|
242
|
-
const selectedSegmentColor_3: string;
|
|
243
|
-
export { selectedSegmentColor_3 as selectedSegmentColor };
|
|
244
|
-
const selectedTextColor_3: string;
|
|
245
|
-
export { selectedTextColor_3 as selectedTextColor };
|
|
246
|
-
const unselectedTextColor_3: string;
|
|
247
|
-
export { unselectedTextColor_3 as unselectedTextColor };
|
|
248
|
-
}
|
|
249
|
-
export { args_2 as args };
|
|
250
|
-
}
|
|
165
|
+
export const SegmentedFilter: any;
|
|
166
|
+
export const DollarsOrUnits: any;
|
|
167
|
+
export const Period: any;
|
|
251
168
|
import { SegmentedButton } from "./SegmentedButton";
|
|
252
|
-
declare const arrSegmentedFilters: {
|
|
253
|
-
value: string;
|
|
254
|
-
}[];
|
|
255
|
-
declare const arrDollarsOrUnits: {
|
|
256
|
-
value: string;
|
|
257
|
-
}[];
|
|
258
|
-
declare const arrPeriod: {
|
|
259
|
-
value: string;
|
|
260
|
-
}[];
|
|
@@ -55,7 +55,7 @@ declare namespace _default {
|
|
|
55
55
|
}
|
|
56
56
|
export { defaultValue_2 as defaultValue };
|
|
57
57
|
export namespace control_2 {
|
|
58
|
-
const type_5:
|
|
58
|
+
const type_5: any;
|
|
59
59
|
export { type_5 as type };
|
|
60
60
|
}
|
|
61
61
|
export { control_2 as control };
|
|
@@ -248,38 +248,5 @@ declare namespace _default {
|
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
export default _default;
|
|
251
|
-
export
|
|
252
|
-
export namespace Default {
|
|
253
|
-
namespace args {
|
|
254
|
-
export const isMulti: boolean;
|
|
255
|
-
const label_1: string;
|
|
256
|
-
export { label_1 as label };
|
|
257
|
-
const labelFontColor_1: string;
|
|
258
|
-
export { labelFontColor_1 as labelFontColor };
|
|
259
|
-
const required_1: boolean;
|
|
260
|
-
export { required_1 as required };
|
|
261
|
-
export { options };
|
|
262
|
-
const width_1: string;
|
|
263
|
-
export { width_1 as width };
|
|
264
|
-
export const radius: string;
|
|
265
|
-
const borderColor_1: string;
|
|
266
|
-
export { borderColor_1 as borderColor };
|
|
267
|
-
const borderColorFoucs_1: string;
|
|
268
|
-
export { borderColorFoucs_1 as borderColorFoucs };
|
|
269
|
-
const height_1: string;
|
|
270
|
-
export { height_1 as height };
|
|
271
|
-
const disabled_1: boolean;
|
|
272
|
-
export { disabled_1 as disabled };
|
|
273
|
-
const fontSize_1: string;
|
|
274
|
-
export { fontSize_1 as fontSize };
|
|
275
|
-
const error_1: boolean;
|
|
276
|
-
export { error_1 as error };
|
|
277
|
-
const errorMessage_1: string;
|
|
278
|
-
export { errorMessage_1 as errorMessage };
|
|
279
|
-
}
|
|
280
|
-
}
|
|
251
|
+
export const Default: any;
|
|
281
252
|
import Select from "./Select";
|
|
282
|
-
declare const options: {
|
|
283
|
-
value: string;
|
|
284
|
-
label: string;
|
|
285
|
-
}[];
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
export function SingleBarLineCharts({ className, width, height, title, data, totalsData, showLegend, legendData, maxBarRange, showLineChart, lineRange, lineFontSizeValue, barFontSizeValue, barSize, barChartHeight, lineChartHeight, isLineChartCurrency, isLineChartBolded, setLineChartTooltip, isTopBarPercent, showSecondBar, showPeriod, currencySign, currencySignLine, noDataText, }: {
|
|
2
|
-
className?: string
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
5
|
-
title?: string
|
|
6
|
-
data?: any[]
|
|
7
|
-
totalsData?: any[]
|
|
8
|
-
showLegend?: boolean
|
|
9
|
-
legendData?: any[]
|
|
10
|
-
maxBarRange?: number
|
|
11
|
-
showLineChart?: boolean
|
|
12
|
-
lineRange?: number
|
|
13
|
-
lineFontSizeValue?: string
|
|
14
|
-
barFontSizeValue?: string
|
|
15
|
-
barSize?: number
|
|
16
|
-
barChartHeight?: number
|
|
17
|
-
lineChartHeight?: number
|
|
18
|
-
isLineChartCurrency?: boolean
|
|
19
|
-
isLineChartBolded?: boolean
|
|
20
|
-
setLineChartTooltip?: boolean
|
|
21
|
-
isTopBarPercent?: boolean
|
|
22
|
-
showSecondBar?: boolean
|
|
23
|
-
showPeriod?: boolean
|
|
24
|
-
currencySign?: string
|
|
25
|
-
currencySignLine?: string
|
|
26
|
-
noDataText?: string
|
|
2
|
+
className?: string;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
data?: any[];
|
|
7
|
+
totalsData?: any[];
|
|
8
|
+
showLegend?: boolean;
|
|
9
|
+
legendData?: any[];
|
|
10
|
+
maxBarRange?: number;
|
|
11
|
+
showLineChart?: boolean;
|
|
12
|
+
lineRange?: number;
|
|
13
|
+
lineFontSizeValue?: string;
|
|
14
|
+
barFontSizeValue?: string;
|
|
15
|
+
barSize?: number;
|
|
16
|
+
barChartHeight?: number;
|
|
17
|
+
lineChartHeight?: number;
|
|
18
|
+
isLineChartCurrency?: boolean;
|
|
19
|
+
isLineChartBolded?: boolean;
|
|
20
|
+
setLineChartTooltip?: boolean;
|
|
21
|
+
isTopBarPercent?: boolean;
|
|
22
|
+
showSecondBar?: boolean;
|
|
23
|
+
showPeriod?: boolean;
|
|
24
|
+
currencySign?: string;
|
|
25
|
+
currencySignLine?: string;
|
|
26
|
+
noDataText?: string;
|
|
27
27
|
}): import("react/jsx-runtime").JSX.Element;
|
|
28
28
|
export default SingleBarLineCharts;
|
|
@@ -220,179 +220,7 @@ declare namespace _default {
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
export default _default;
|
|
223
|
-
export
|
|
224
|
-
export
|
|
225
|
-
|
|
226
|
-
const width_1: string;
|
|
227
|
-
export { width_1 as width };
|
|
228
|
-
const height_1: string;
|
|
229
|
-
export { height_1 as height };
|
|
230
|
-
const title_2: string;
|
|
231
|
-
export { title_2 as title };
|
|
232
|
-
export { data1 as data };
|
|
233
|
-
export { totalsData1 as totalsData };
|
|
234
|
-
export { legendData1 as legendData };
|
|
235
|
-
const maxBarRange_1: number;
|
|
236
|
-
export { maxBarRange_1 as maxBarRange };
|
|
237
|
-
const lineRange_1: number;
|
|
238
|
-
export { lineRange_1 as lineRange };
|
|
239
|
-
const barSize_1: number;
|
|
240
|
-
export { barSize_1 as barSize };
|
|
241
|
-
const barChartHeight_1: number;
|
|
242
|
-
export { barChartHeight_1 as barChartHeight };
|
|
243
|
-
const lineChartHeight_1: number;
|
|
244
|
-
export { lineChartHeight_1 as lineChartHeight };
|
|
245
|
-
const isLineChartCurrency_1: boolean;
|
|
246
|
-
export { isLineChartCurrency_1 as isLineChartCurrency };
|
|
247
|
-
const isLineChartBolded_1: boolean;
|
|
248
|
-
export { isLineChartBolded_1 as isLineChartBolded };
|
|
249
|
-
const setLineChartTooltip_1: boolean;
|
|
250
|
-
export { setLineChartTooltip_1 as setLineChartTooltip };
|
|
251
|
-
const isTopBarPercent_1: boolean;
|
|
252
|
-
export { isTopBarPercent_1 as isTopBarPercent };
|
|
253
|
-
const showSecondBar_1: boolean;
|
|
254
|
-
export { showSecondBar_1 as showSecondBar };
|
|
255
|
-
const showPeriod_1: boolean;
|
|
256
|
-
export { showPeriod_1 as showPeriod };
|
|
257
|
-
const currencySignLine_1: string;
|
|
258
|
-
export { currencySignLine_1 as currencySignLine };
|
|
259
|
-
const currencySign_1: string;
|
|
260
|
-
export { currencySign_1 as currencySign };
|
|
261
|
-
const noDataText_1: string;
|
|
262
|
-
export { noDataText_1 as noDataText };
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
export function WithoutTotals(args: any): import("react/jsx-runtime").JSX.Element;
|
|
266
|
-
export namespace WithoutTotals {
|
|
267
|
-
export namespace args_1 {
|
|
268
|
-
const width_2: string;
|
|
269
|
-
export { width_2 as width };
|
|
270
|
-
const height_2: string;
|
|
271
|
-
export { height_2 as height };
|
|
272
|
-
const title_3: string;
|
|
273
|
-
export { title_3 as title };
|
|
274
|
-
const data_1: {
|
|
275
|
-
retailer: string;
|
|
276
|
-
period: string;
|
|
277
|
-
lineValue: number;
|
|
278
|
-
barValue: number;
|
|
279
|
-
}[];
|
|
280
|
-
export { data_1 as data };
|
|
281
|
-
export { totalsData1 as totalsData };
|
|
282
|
-
export { legendData1 as legendData };
|
|
283
|
-
const maxBarRange_2: number;
|
|
284
|
-
export { maxBarRange_2 as maxBarRange };
|
|
285
|
-
const lineRange_2: number;
|
|
286
|
-
export { lineRange_2 as lineRange };
|
|
287
|
-
const barSize_2: number;
|
|
288
|
-
export { barSize_2 as barSize };
|
|
289
|
-
const barChartHeight_2: number;
|
|
290
|
-
export { barChartHeight_2 as barChartHeight };
|
|
291
|
-
const lineChartHeight_2: number;
|
|
292
|
-
export { lineChartHeight_2 as lineChartHeight };
|
|
293
|
-
const isLineChartCurrency_2: boolean;
|
|
294
|
-
export { isLineChartCurrency_2 as isLineChartCurrency };
|
|
295
|
-
const isLineChartBolded_2: boolean;
|
|
296
|
-
export { isLineChartBolded_2 as isLineChartBolded };
|
|
297
|
-
const setLineChartTooltip_2: boolean;
|
|
298
|
-
export { setLineChartTooltip_2 as setLineChartTooltip };
|
|
299
|
-
const isTopBarPercent_2: boolean;
|
|
300
|
-
export { isTopBarPercent_2 as isTopBarPercent };
|
|
301
|
-
const showSecondBar_2: boolean;
|
|
302
|
-
export { showSecondBar_2 as showSecondBar };
|
|
303
|
-
const showLineChart_1: boolean;
|
|
304
|
-
export { showLineChart_1 as showLineChart };
|
|
305
|
-
const showPeriod_2: boolean;
|
|
306
|
-
export { showPeriod_2 as showPeriod };
|
|
307
|
-
const currencySignLine_2: string;
|
|
308
|
-
export { currencySignLine_2 as currencySignLine };
|
|
309
|
-
const currencySign_2: string;
|
|
310
|
-
export { currencySign_2 as currencySign };
|
|
311
|
-
const noDataText_2: string;
|
|
312
|
-
export { noDataText_2 as noDataText };
|
|
313
|
-
}
|
|
314
|
-
export { args_1 as args };
|
|
315
|
-
}
|
|
316
|
-
export function NullValues(args: any): import("react/jsx-runtime").JSX.Element;
|
|
317
|
-
export namespace NullValues {
|
|
318
|
-
export namespace args_2 {
|
|
319
|
-
const width_3: string;
|
|
320
|
-
export { width_3 as width };
|
|
321
|
-
const height_3: string;
|
|
322
|
-
export { height_3 as height };
|
|
323
|
-
const title_4: string;
|
|
324
|
-
export { title_4 as title };
|
|
325
|
-
const data_2: {
|
|
326
|
-
retailer: string;
|
|
327
|
-
period: string;
|
|
328
|
-
lineValue: number;
|
|
329
|
-
barValue: null;
|
|
330
|
-
secondBarValue: null;
|
|
331
|
-
}[];
|
|
332
|
-
export { data_2 as data };
|
|
333
|
-
export { totalsData1 as totalsData };
|
|
334
|
-
export { legendData1 as legendData };
|
|
335
|
-
const maxBarRange_3: number;
|
|
336
|
-
export { maxBarRange_3 as maxBarRange };
|
|
337
|
-
const lineRange_3: number;
|
|
338
|
-
export { lineRange_3 as lineRange };
|
|
339
|
-
const barSize_3: number;
|
|
340
|
-
export { barSize_3 as barSize };
|
|
341
|
-
const barChartHeight_3: number;
|
|
342
|
-
export { barChartHeight_3 as barChartHeight };
|
|
343
|
-
const lineChartHeight_3: number;
|
|
344
|
-
export { lineChartHeight_3 as lineChartHeight };
|
|
345
|
-
const isLineChartCurrency_3: boolean;
|
|
346
|
-
export { isLineChartCurrency_3 as isLineChartCurrency };
|
|
347
|
-
const isLineChartBolded_3: boolean;
|
|
348
|
-
export { isLineChartBolded_3 as isLineChartBolded };
|
|
349
|
-
const setLineChartTooltip_3: boolean;
|
|
350
|
-
export { setLineChartTooltip_3 as setLineChartTooltip };
|
|
351
|
-
const isTopBarPercent_3: boolean;
|
|
352
|
-
export { isTopBarPercent_3 as isTopBarPercent };
|
|
353
|
-
const showSecondBar_3: boolean;
|
|
354
|
-
export { showSecondBar_3 as showSecondBar };
|
|
355
|
-
const showPeriod_3: boolean;
|
|
356
|
-
export { showPeriod_3 as showPeriod };
|
|
357
|
-
const currencySignLine_3: string;
|
|
358
|
-
export { currencySignLine_3 as currencySignLine };
|
|
359
|
-
const currencySign_3: string;
|
|
360
|
-
export { currencySign_3 as currencySign };
|
|
361
|
-
const noDataText_3: string;
|
|
362
|
-
export { noDataText_3 as noDataText };
|
|
363
|
-
}
|
|
364
|
-
export { args_2 as args };
|
|
365
|
-
}
|
|
223
|
+
export const TotalCostSales: any;
|
|
224
|
+
export const WithoutTotals: any;
|
|
225
|
+
export const NullValues: any;
|
|
366
226
|
import { SingleBarLineCharts } from "./SingleBarLineCharts";
|
|
367
|
-
declare const data1: ({
|
|
368
|
-
retailer: string;
|
|
369
|
-
period: string;
|
|
370
|
-
lineValue: number;
|
|
371
|
-
barValue: number;
|
|
372
|
-
secondBarValue: number;
|
|
373
|
-
offerType?: undefined;
|
|
374
|
-
} | {
|
|
375
|
-
retailer: string;
|
|
376
|
-
period: string;
|
|
377
|
-
lineValue: string;
|
|
378
|
-
barValue: number;
|
|
379
|
-
secondBarValue: number;
|
|
380
|
-
offerType?: undefined;
|
|
381
|
-
} | {
|
|
382
|
-
retailer: string;
|
|
383
|
-
offerType: string;
|
|
384
|
-
period: string;
|
|
385
|
-
lineValue: number;
|
|
386
|
-
barValue: number;
|
|
387
|
-
secondBarValue?: undefined;
|
|
388
|
-
})[];
|
|
389
|
-
declare const totalsData1: {
|
|
390
|
-
value: number;
|
|
391
|
-
sign: string;
|
|
392
|
-
extraInfo: never[];
|
|
393
|
-
}[];
|
|
394
|
-
declare const legendData1: {
|
|
395
|
-
iconColor: string;
|
|
396
|
-
iconType: string;
|
|
397
|
-
title: string;
|
|
398
|
-
}[];
|
|
@@ -2,33 +2,7 @@ export const ControlsContainer: import("styled-components/dist/types").IStyledCo
|
|
|
2
2
|
export const Controls: 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 Title: 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 BarsGapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
-
export const LinnerDataBoxWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
6
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
propTypes: {
|
|
8
|
-
className: import("prop-types").Requireable<string>;
|
|
9
|
-
width: import("prop-types").Requireable<string>;
|
|
10
|
-
height: import("prop-types").Requireable<string>;
|
|
11
|
-
data: import("prop-types").Requireable<(import("prop-types").InferProps<{
|
|
12
|
-
title: import("prop-types").Requireable<string>;
|
|
13
|
-
value: import("prop-types").Requireable<number>;
|
|
14
|
-
sign: import("prop-types").Requireable<string>;
|
|
15
|
-
extraInfo: import("prop-types").Requireable<(import("prop-types").InferProps<{
|
|
16
|
-
title: import("prop-types").Requireable<string>;
|
|
17
|
-
value: import("prop-types").Requireable<number>;
|
|
18
|
-
}> | null | undefined)[]>;
|
|
19
|
-
}> | null | undefined)[]>;
|
|
20
|
-
backgroundColor: import("prop-types").Requireable<string>;
|
|
21
|
-
customDataFormat: import("prop-types").Requireable<boolean>;
|
|
22
|
-
};
|
|
23
|
-
defaultProps: {
|
|
24
|
-
className: string;
|
|
25
|
-
width: string;
|
|
26
|
-
height: string;
|
|
27
|
-
data: never[];
|
|
28
|
-
backgroundColor: string;
|
|
29
|
-
customDataFormat: boolean;
|
|
30
|
-
};
|
|
31
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export const LinnerDataBoxWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<(props: any) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
32
6
|
export const SegmentedButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
33
7
|
export const LabelBoldText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
34
8
|
export const LabelText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
@@ -36,26 +10,4 @@ export const CustomTooltip: import("styled-components/dist/types").IStyledCompon
|
|
|
36
10
|
export const TooltipDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
37
11
|
export const TooltipLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
38
12
|
export const TooltipTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
39
|
-
export const LegendContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
40
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
41
|
-
propTypes: {
|
|
42
|
-
className: import("prop-types").Requireable<string>;
|
|
43
|
-
width: import("prop-types").Requireable<string>;
|
|
44
|
-
height: import("prop-types").Requireable<string>;
|
|
45
|
-
legendData: import("prop-types").Requireable<(import("prop-types").InferProps<{
|
|
46
|
-
title: import("prop-types").Validator<string>;
|
|
47
|
-
iconType: import("prop-types").Validator<string>;
|
|
48
|
-
iconColor: import("prop-types").Validator<string>;
|
|
49
|
-
}> | null | undefined)[]>;
|
|
50
|
-
};
|
|
51
|
-
defaultProps: {
|
|
52
|
-
className: string;
|
|
53
|
-
width: string;
|
|
54
|
-
height: string;
|
|
55
|
-
legendData: {
|
|
56
|
-
title: string;
|
|
57
|
-
iconType: string;
|
|
58
|
-
iconColor: string;
|
|
59
|
-
}[];
|
|
60
|
-
};
|
|
61
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
13
|
+
export const LegendContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<(props: any) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,8 +1,32 @@
|
|
|
1
1
|
export default TabMenu;
|
|
2
|
-
declare function TabMenu(
|
|
2
|
+
declare function TabMenu({ color, currentTab, headlineInsteadTabs, headlineText, headlineContent, className, children, tabs, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, onTopButtonClick, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, }: {
|
|
3
|
+
color?: string;
|
|
4
|
+
currentTab?: number;
|
|
5
|
+
headlineInsteadTabs?: boolean;
|
|
6
|
+
headlineText?: string;
|
|
7
|
+
headlineContent?: import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
className?: string;
|
|
9
|
+
children?: any;
|
|
10
|
+
tabs?: any[];
|
|
11
|
+
inputWidth?: string;
|
|
12
|
+
onFilterButtonClick?: () => void;
|
|
13
|
+
onSearchFieldTyping?: () => void;
|
|
14
|
+
onTabChange?: () => void;
|
|
15
|
+
onTopButtonClick?: () => void;
|
|
16
|
+
panelIsOpen?: boolean;
|
|
17
|
+
setBackground?: boolean;
|
|
18
|
+
showActions?: boolean;
|
|
19
|
+
showFilterButton?: boolean;
|
|
20
|
+
showLabel?: boolean;
|
|
21
|
+
showSearchInput?: boolean;
|
|
22
|
+
showViewOptionsButton?: boolean;
|
|
23
|
+
disabledButton?: boolean;
|
|
24
|
+
setTopRightButton?: boolean;
|
|
25
|
+
rightButtonText?: string;
|
|
26
|
+
rightButtonIcon?: string;
|
|
27
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
3
28
|
declare namespace TabMenu {
|
|
4
29
|
namespace propTypes {
|
|
5
|
-
const activeColor: PropTypes.Requireable<string>;
|
|
6
30
|
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
7
31
|
const className: PropTypes.Requireable<string>;
|
|
8
32
|
const color: PropTypes.Requireable<string>;
|
|
@@ -25,66 +49,10 @@ declare namespace TabMenu {
|
|
|
25
49
|
const rightButtonText: PropTypes.Requireable<string>;
|
|
26
50
|
const rightButtonIcon: PropTypes.Requireable<string>;
|
|
27
51
|
const onTopButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
28
|
-
const tabs: PropTypes.Requireable<
|
|
52
|
+
const tabs: PropTypes.Requireable<PropTypes.InferProps<{
|
|
29
53
|
title: PropTypes.Requireable<string>;
|
|
30
54
|
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
31
|
-
}>
|
|
32
|
-
}
|
|
33
|
-
namespace defaultProps {
|
|
34
|
-
const activeColor_1: string;
|
|
35
|
-
export { activeColor_1 as activeColor };
|
|
36
|
-
const children_1: null;
|
|
37
|
-
export { children_1 as children };
|
|
38
|
-
const className_1: string;
|
|
39
|
-
export { className_1 as className };
|
|
40
|
-
const color_1: string;
|
|
41
|
-
export { color_1 as color };
|
|
42
|
-
const currentTab_1: number;
|
|
43
|
-
export { currentTab_1 as currentTab };
|
|
44
|
-
const headlineInsteadTabs_1: boolean;
|
|
45
|
-
export { headlineInsteadTabs_1 as headlineInsteadTabs };
|
|
46
|
-
const headlineText_1: string;
|
|
47
|
-
export { headlineText_1 as headlineText };
|
|
48
|
-
const inputWidth_1: string;
|
|
49
|
-
export { inputWidth_1 as inputWidth };
|
|
50
|
-
export function onFilterButtonClick_1(): void;
|
|
51
|
-
export { onFilterButtonClick_1 as onFilterButtonClick };
|
|
52
|
-
export function onSearchFieldTyping_1(): void;
|
|
53
|
-
export { onSearchFieldTyping_1 as onSearchFieldTyping };
|
|
54
|
-
export function onTabChange_1(): void;
|
|
55
|
-
export { onTabChange_1 as onTabChange };
|
|
56
|
-
const panelIsOpen_1: boolean;
|
|
57
|
-
export { panelIsOpen_1 as panelIsOpen };
|
|
58
|
-
const setBackground_1: boolean;
|
|
59
|
-
export { setBackground_1 as setBackground };
|
|
60
|
-
const showActions_1: boolean;
|
|
61
|
-
export { showActions_1 as showActions };
|
|
62
|
-
const showFilterButton_1: boolean;
|
|
63
|
-
export { showFilterButton_1 as showFilterButton };
|
|
64
|
-
const showLabel_1: boolean;
|
|
65
|
-
export { showLabel_1 as showLabel };
|
|
66
|
-
const showSearchInput_1: boolean;
|
|
67
|
-
export { showSearchInput_1 as showSearchInput };
|
|
68
|
-
const showViewOptionsButton_1: boolean;
|
|
69
|
-
export { showViewOptionsButton_1 as showViewOptionsButton };
|
|
70
|
-
const disabledButton_1: boolean;
|
|
71
|
-
export { disabledButton_1 as disabledButton };
|
|
72
|
-
const setTopRightButton_1: boolean;
|
|
73
|
-
export { setTopRightButton_1 as setTopRightButton };
|
|
74
|
-
const rightButtonText_1: string;
|
|
75
|
-
export { rightButtonText_1 as rightButtonText };
|
|
76
|
-
const rightButtonIcon_1: string;
|
|
77
|
-
export { rightButtonIcon_1 as rightButtonIcon };
|
|
78
|
-
export function onTopButtonClick_1(): void;
|
|
79
|
-
export { onTopButtonClick_1 as onTopButtonClick };
|
|
80
|
-
const tabs_1: ({
|
|
81
|
-
title: string;
|
|
82
|
-
content: import("react/jsx-runtime").JSX.Element;
|
|
83
|
-
} | {
|
|
84
|
-
title: string;
|
|
85
|
-
content: string;
|
|
86
|
-
})[];
|
|
87
|
-
export { tabs_1 as tabs };
|
|
55
|
+
}>[]>;
|
|
88
56
|
}
|
|
89
57
|
}
|
|
90
58
|
import PropTypes from "prop-types";
|