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
|
@@ -27,14 +27,14 @@ export namespace QuickFilterDropdownMultiSelection {
|
|
|
27
27
|
const disabled: PropTypes.Requireable<boolean>;
|
|
28
28
|
const error: PropTypes.Requireable<boolean>;
|
|
29
29
|
const errorMessage: string;
|
|
30
|
-
const options: PropTypes.Requireable<
|
|
30
|
+
const options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
31
31
|
value: PropTypes.Requireable<string>;
|
|
32
32
|
label: PropTypes.Requireable<string>;
|
|
33
|
-
}>
|
|
34
|
-
const selectedValue: PropTypes.Requireable<
|
|
33
|
+
}>[]>;
|
|
34
|
+
const selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
|
|
35
35
|
value: PropTypes.Requireable<string>;
|
|
36
36
|
label: PropTypes.Requireable<string>;
|
|
37
|
-
}>
|
|
37
|
+
}>[]>;
|
|
38
38
|
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
39
39
|
const xIconShow: PropTypes.Requireable<boolean>;
|
|
40
40
|
const showLabelOnTop: PropTypes.Requireable<boolean>;
|
|
@@ -60,9 +60,9 @@ export namespace QuickFilterDropdownMultiSelection {
|
|
|
60
60
|
export { error_1 as error };
|
|
61
61
|
const errorMessage_1: string;
|
|
62
62
|
export { errorMessage_1 as errorMessage };
|
|
63
|
-
const options_1:
|
|
63
|
+
const options_1: any[];
|
|
64
64
|
export { options_1 as options };
|
|
65
|
-
const selectedValue_1:
|
|
65
|
+
const selectedValue_1: any[];
|
|
66
66
|
export { selectedValue_1 as selectedValue };
|
|
67
67
|
const xIconShow_1: boolean;
|
|
68
68
|
export { xIconShow_1 as xIconShow };
|
|
@@ -23,14 +23,14 @@ export namespace QuickFilterDropdownSingle {
|
|
|
23
23
|
const disabled: PropTypes.Requireable<boolean>;
|
|
24
24
|
const error: PropTypes.Requireable<boolean>;
|
|
25
25
|
const errorMessage: string;
|
|
26
|
-
const options: PropTypes.Requireable<
|
|
26
|
+
const options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
27
27
|
value: PropTypes.Requireable<string>;
|
|
28
28
|
label: PropTypes.Requireable<string>;
|
|
29
|
-
}>
|
|
30
|
-
const selectedValue: PropTypes.Requireable<
|
|
29
|
+
}>[]>;
|
|
30
|
+
const selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
|
|
31
31
|
value: PropTypes.Requireable<string>;
|
|
32
32
|
label: PropTypes.Requireable<string>;
|
|
33
|
-
}>
|
|
33
|
+
}>[]>;
|
|
34
34
|
const xIconShow: PropTypes.Requireable<boolean>;
|
|
35
35
|
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
36
36
|
const showLabelOnTop: PropTypes.Requireable<boolean>;
|
|
@@ -52,9 +52,9 @@ export namespace QuickFilterDropdownSingle {
|
|
|
52
52
|
export { error_1 as error };
|
|
53
53
|
const errorMessage_1: string;
|
|
54
54
|
export { errorMessage_1 as errorMessage };
|
|
55
|
-
const options_1:
|
|
55
|
+
const options_1: any[];
|
|
56
56
|
export { options_1 as options };
|
|
57
|
-
const selectedValue_1:
|
|
57
|
+
const selectedValue_1: any[];
|
|
58
58
|
export { selectedValue_1 as selectedValue };
|
|
59
59
|
const xIconShow_1: boolean;
|
|
60
60
|
export { xIconShow_1 as xIconShow };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
1
|
+
export default SagIconButton;
|
|
2
|
+
declare function SagIconButton(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare namespace SagIconButton {
|
|
3
4
|
namespace propTypes {
|
|
4
5
|
const className: PropTypes.Requireable<string>;
|
|
5
6
|
const iconName: PropTypes.Requireable<string>;
|
|
@@ -41,5 +42,4 @@ export namespace SagIconButton {
|
|
|
41
42
|
export { onButtonClick_1 as onButtonClick };
|
|
42
43
|
}
|
|
43
44
|
}
|
|
44
|
-
export default SagIconButton;
|
|
45
45
|
import PropTypes from "prop-types";
|
|
@@ -124,55 +124,6 @@ declare namespace _default {
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
export default _default;
|
|
127
|
-
export
|
|
128
|
-
export
|
|
129
|
-
|
|
130
|
-
const iconName_1: string;
|
|
131
|
-
export { iconName_1 as iconName };
|
|
132
|
-
const buttonText_1: string;
|
|
133
|
-
export { buttonText_1 as buttonText };
|
|
134
|
-
const color_1: string;
|
|
135
|
-
export { color_1 as color };
|
|
136
|
-
const activeColor_1: string;
|
|
137
|
-
export { activeColor_1 as activeColor };
|
|
138
|
-
const backgroundColor_1: string;
|
|
139
|
-
export { backgroundColor_1 as backgroundColor };
|
|
140
|
-
const height_1: string;
|
|
141
|
-
export { height_1 as height };
|
|
142
|
-
const iconWidth_1: number;
|
|
143
|
-
export { iconWidth_1 as iconWidth };
|
|
144
|
-
const iconHeight_1: number;
|
|
145
|
-
export { iconHeight_1 as iconHeight };
|
|
146
|
-
const openState_1: boolean;
|
|
147
|
-
export { openState_1 as openState };
|
|
148
|
-
const disabled_1: boolean;
|
|
149
|
-
export { disabled_1 as disabled };
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
export function Options(args: any): import("react/jsx-runtime").JSX.Element;
|
|
153
|
-
export namespace Options {
|
|
154
|
-
export namespace args_1 {
|
|
155
|
-
const iconName_2: string;
|
|
156
|
-
export { iconName_2 as iconName };
|
|
157
|
-
const buttonText_2: string;
|
|
158
|
-
export { buttonText_2 as buttonText };
|
|
159
|
-
const color_2: string;
|
|
160
|
-
export { color_2 as color };
|
|
161
|
-
const activeColor_2: string;
|
|
162
|
-
export { activeColor_2 as activeColor };
|
|
163
|
-
const backgroundColor_2: string;
|
|
164
|
-
export { backgroundColor_2 as backgroundColor };
|
|
165
|
-
const height_2: string;
|
|
166
|
-
export { height_2 as height };
|
|
167
|
-
const iconWidth_2: number;
|
|
168
|
-
export { iconWidth_2 as iconWidth };
|
|
169
|
-
const iconHeight_2: number;
|
|
170
|
-
export { iconHeight_2 as iconHeight };
|
|
171
|
-
const openState_2: boolean;
|
|
172
|
-
export { openState_2 as openState };
|
|
173
|
-
const disabled_2: boolean;
|
|
174
|
-
export { disabled_2 as disabled };
|
|
175
|
-
}
|
|
176
|
-
export { args_1 as args };
|
|
177
|
-
}
|
|
178
|
-
import { SagIconButton } from "./SagIconButton";
|
|
127
|
+
export const Filter: any;
|
|
128
|
+
export const Options: any;
|
|
129
|
+
import SagIconButton from "./SagIconButton";
|
|
@@ -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 };
|
|
@@ -143,52 +143,6 @@ declare namespace _default {
|
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
export default _default;
|
|
146
|
-
export
|
|
147
|
-
export
|
|
148
|
-
namespace args {
|
|
149
|
-
const label_1: string;
|
|
150
|
-
export { label_1 as label };
|
|
151
|
-
const borderRadius_1: string;
|
|
152
|
-
export { borderRadius_1 as borderRadius };
|
|
153
|
-
const required_1: boolean;
|
|
154
|
-
export { required_1 as required };
|
|
155
|
-
export const width: string;
|
|
156
|
-
export const height: string;
|
|
157
|
-
export const placeholder: string;
|
|
158
|
-
export const disabled: boolean;
|
|
159
|
-
const borderColor_1: string;
|
|
160
|
-
export { borderColor_1 as borderColor };
|
|
161
|
-
const borderColorFocus_1: string;
|
|
162
|
-
export { borderColorFocus_1 as borderColorFocus };
|
|
163
|
-
const textColor_1: string;
|
|
164
|
-
export { textColor_1 as textColor };
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
export function InitialValue(args: any): import("react/jsx-runtime").JSX.Element;
|
|
168
|
-
export namespace InitialValue {
|
|
169
|
-
export namespace args_1 {
|
|
170
|
-
const label_2: string;
|
|
171
|
-
export { label_2 as label };
|
|
172
|
-
const borderRadius_2: string;
|
|
173
|
-
export { borderRadius_2 as borderRadius };
|
|
174
|
-
const required_2: boolean;
|
|
175
|
-
export { required_2 as required };
|
|
176
|
-
const width_1: string;
|
|
177
|
-
export { width_1 as width };
|
|
178
|
-
const height_1: string;
|
|
179
|
-
export { height_1 as height };
|
|
180
|
-
const placeholder_1: string;
|
|
181
|
-
export { placeholder_1 as placeholder };
|
|
182
|
-
const disabled_1: boolean;
|
|
183
|
-
export { disabled_1 as disabled };
|
|
184
|
-
const borderColor_2: string;
|
|
185
|
-
export { borderColor_2 as borderColor };
|
|
186
|
-
const borderColorFocus_2: string;
|
|
187
|
-
export { borderColorFocus_2 as borderColorFocus };
|
|
188
|
-
const textColor_2: string;
|
|
189
|
-
export { textColor_2 as textColor };
|
|
190
|
-
export const selectedValue: string;
|
|
191
|
-
}
|
|
192
|
-
export { args_1 as args };
|
|
193
|
-
}
|
|
146
|
+
export const Default: any;
|
|
147
|
+
export const InitialValue: any;
|
|
194
148
|
import RangePicker from "./RangePicker";
|
|
@@ -4,13 +4,13 @@ export namespace ReportTable {
|
|
|
4
4
|
const buttonText: PropTypes.Requireable<string>;
|
|
5
5
|
const buttonIconName: PropTypes.Requireable<string>;
|
|
6
6
|
const tableData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
7
|
-
columnsHeadings: PropTypes.Requireable<
|
|
7
|
+
columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
label: PropTypes.Requireable<string>;
|
|
9
9
|
key: PropTypes.Requireable<string>;
|
|
10
|
-
}>
|
|
11
|
-
rowsValues: PropTypes.Requireable<
|
|
12
|
-
[x: string]: string
|
|
13
|
-
}
|
|
10
|
+
}>[]>;
|
|
11
|
+
rowsValues: PropTypes.Requireable<{
|
|
12
|
+
[x: string]: string;
|
|
13
|
+
}[]>;
|
|
14
14
|
}>>;
|
|
15
15
|
const maxColumnsNumber: PropTypes.Requireable<number>;
|
|
16
16
|
const useColorLinearGradient: PropTypes.Requireable<boolean>;
|
|
@@ -130,193 +130,10 @@ declare namespace _default {
|
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
export default _default;
|
|
133
|
-
export
|
|
134
|
-
export
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
export const useColorLinearGradient: boolean;
|
|
140
|
-
export const useSelectButtons: boolean;
|
|
141
|
-
export const disableInfo: boolean;
|
|
142
|
-
const selectTextColor_1: string;
|
|
143
|
-
export { selectTextColor_1 as selectTextColor };
|
|
144
|
-
const selectHoverColor_1: string;
|
|
145
|
-
export { selectHoverColor_1 as selectHoverColor };
|
|
146
|
-
export { tableData1 as tableData };
|
|
147
|
-
export const useCheckBoxes: boolean;
|
|
148
|
-
const enableHover_1: boolean;
|
|
149
|
-
export { enableHover_1 as enableHover };
|
|
150
|
-
const enablePagination_1: boolean;
|
|
151
|
-
export { enablePagination_1 as enablePagination };
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
export function RegularTableStyle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
155
|
-
export namespace RegularTableStyle {
|
|
156
|
-
export namespace args_1 {
|
|
157
|
-
const title_3: string;
|
|
158
|
-
export { title_3 as title };
|
|
159
|
-
const maxColumnsNumber_1: number;
|
|
160
|
-
export { maxColumnsNumber_1 as maxColumnsNumber };
|
|
161
|
-
const useColorLinearGradient_1: boolean;
|
|
162
|
-
export { useColorLinearGradient_1 as useColorLinearGradient };
|
|
163
|
-
const useSelectButtons_1: boolean;
|
|
164
|
-
export { useSelectButtons_1 as useSelectButtons };
|
|
165
|
-
const disableInfo_1: boolean;
|
|
166
|
-
export { disableInfo_1 as disableInfo };
|
|
167
|
-
const selectHoverColor_2: string;
|
|
168
|
-
export { selectHoverColor_2 as selectHoverColor };
|
|
169
|
-
const selectTextColor_2: string;
|
|
170
|
-
export { selectTextColor_2 as selectTextColor };
|
|
171
|
-
export { tableData1 as tableData };
|
|
172
|
-
const useCheckBoxes_1: boolean;
|
|
173
|
-
export { useCheckBoxes_1 as useCheckBoxes };
|
|
174
|
-
const enableHover_2: boolean;
|
|
175
|
-
export { enableHover_2 as enableHover };
|
|
176
|
-
const enablePagination_2: boolean;
|
|
177
|
-
export { enablePagination_2 as enablePagination };
|
|
178
|
-
}
|
|
179
|
-
export { args_1 as args };
|
|
180
|
-
}
|
|
181
|
-
export function SelectButtonsStyle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
182
|
-
export namespace SelectButtonsStyle {
|
|
183
|
-
export namespace args_2 {
|
|
184
|
-
const title_4: string;
|
|
185
|
-
export { title_4 as title };
|
|
186
|
-
const maxColumnsNumber_2: number;
|
|
187
|
-
export { maxColumnsNumber_2 as maxColumnsNumber };
|
|
188
|
-
const useColorLinearGradient_2: boolean;
|
|
189
|
-
export { useColorLinearGradient_2 as useColorLinearGradient };
|
|
190
|
-
const useSelectButtons_2: boolean;
|
|
191
|
-
export { useSelectButtons_2 as useSelectButtons };
|
|
192
|
-
const disableInfo_2: boolean;
|
|
193
|
-
export { disableInfo_2 as disableInfo };
|
|
194
|
-
const selectHoverColor_3: string;
|
|
195
|
-
export { selectHoverColor_3 as selectHoverColor };
|
|
196
|
-
const selectTextColor_3: string;
|
|
197
|
-
export { selectTextColor_3 as selectTextColor };
|
|
198
|
-
export { tableData1 as tableData };
|
|
199
|
-
const useCheckBoxes_2: boolean;
|
|
200
|
-
export { useCheckBoxes_2 as useCheckBoxes };
|
|
201
|
-
export const buttonIconName: string;
|
|
202
|
-
const disableSelectButtons_1: boolean;
|
|
203
|
-
export { disableSelectButtons_1 as disableSelectButtons };
|
|
204
|
-
const enableHover_3: boolean;
|
|
205
|
-
export { enableHover_3 as enableHover };
|
|
206
|
-
const enablePagination_3: boolean;
|
|
207
|
-
export { enablePagination_3 as enablePagination };
|
|
208
|
-
}
|
|
209
|
-
export { args_2 as args };
|
|
210
|
-
}
|
|
211
|
-
export function CheckBoxStyle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
212
|
-
export namespace CheckBoxStyle {
|
|
213
|
-
export namespace args_3 {
|
|
214
|
-
const title_5: string;
|
|
215
|
-
export { title_5 as title };
|
|
216
|
-
const maxColumnsNumber_3: number;
|
|
217
|
-
export { maxColumnsNumber_3 as maxColumnsNumber };
|
|
218
|
-
const useColorLinearGradient_3: boolean;
|
|
219
|
-
export { useColorLinearGradient_3 as useColorLinearGradient };
|
|
220
|
-
const useSelectButtons_3: boolean;
|
|
221
|
-
export { useSelectButtons_3 as useSelectButtons };
|
|
222
|
-
const disableInfo_3: boolean;
|
|
223
|
-
export { disableInfo_3 as disableInfo };
|
|
224
|
-
const selectHoverColor_4: string;
|
|
225
|
-
export { selectHoverColor_4 as selectHoverColor };
|
|
226
|
-
const selectTextColor_4: string;
|
|
227
|
-
export { selectTextColor_4 as selectTextColor };
|
|
228
|
-
export { tableData1 as tableData };
|
|
229
|
-
const useCheckBoxes_3: boolean;
|
|
230
|
-
export { useCheckBoxes_3 as useCheckBoxes };
|
|
231
|
-
const enableHover_4: boolean;
|
|
232
|
-
export { enableHover_4 as enableHover };
|
|
233
|
-
const enablePagination_4: boolean;
|
|
234
|
-
export { enablePagination_4 as enablePagination };
|
|
235
|
-
}
|
|
236
|
-
export { args_3 as args };
|
|
237
|
-
}
|
|
238
|
-
export function CheckBoxAndSelectButtonStyle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
239
|
-
export namespace CheckBoxAndSelectButtonStyle {
|
|
240
|
-
const args_4: {
|
|
241
|
-
title: string;
|
|
242
|
-
maxColumnsNumber: number;
|
|
243
|
-
useColorLinearGradient: boolean;
|
|
244
|
-
useSelectButtons: boolean;
|
|
245
|
-
disableInfo: boolean;
|
|
246
|
-
selectHoverColor: string;
|
|
247
|
-
selectTextColor: string;
|
|
248
|
-
tableData: {
|
|
249
|
-
columnsHeadings: {
|
|
250
|
-
label: string;
|
|
251
|
-
key: string;
|
|
252
|
-
sortable: boolean;
|
|
253
|
-
}[];
|
|
254
|
-
rowsValues: ({
|
|
255
|
-
retailer: string;
|
|
256
|
-
eventDescription: null;
|
|
257
|
-
totalCost: string;
|
|
258
|
-
incBaselineSales: string;
|
|
259
|
-
} | {
|
|
260
|
-
retailer: string;
|
|
261
|
-
eventDescription: string;
|
|
262
|
-
totalCost: string;
|
|
263
|
-
incBaselineSales: string;
|
|
264
|
-
})[];
|
|
265
|
-
};
|
|
266
|
-
useCheckBoxes: boolean;
|
|
267
|
-
enableHover: boolean;
|
|
268
|
-
enablePagination: boolean;
|
|
269
|
-
disableSelectButtons?: undefined;
|
|
270
|
-
} | {
|
|
271
|
-
title: string;
|
|
272
|
-
maxColumnsNumber: number;
|
|
273
|
-
useColorLinearGradient: boolean;
|
|
274
|
-
useSelectButtons: boolean;
|
|
275
|
-
disableSelectButtons: boolean;
|
|
276
|
-
disableInfo: boolean;
|
|
277
|
-
selectHoverColor: string;
|
|
278
|
-
selectTextColor: string;
|
|
279
|
-
tableData: {
|
|
280
|
-
columnsHeadings: {
|
|
281
|
-
label: string;
|
|
282
|
-
key: string;
|
|
283
|
-
sortable: boolean;
|
|
284
|
-
}[];
|
|
285
|
-
rowsValues: ({
|
|
286
|
-
retailer: string;
|
|
287
|
-
eventDescription: null;
|
|
288
|
-
totalCost: string;
|
|
289
|
-
incBaselineSales: string;
|
|
290
|
-
} | {
|
|
291
|
-
retailer: string;
|
|
292
|
-
eventDescription: string;
|
|
293
|
-
totalCost: string;
|
|
294
|
-
incBaselineSales: string;
|
|
295
|
-
})[];
|
|
296
|
-
};
|
|
297
|
-
useCheckBoxes: boolean;
|
|
298
|
-
enableHover: boolean;
|
|
299
|
-
enablePagination: boolean;
|
|
300
|
-
};
|
|
301
|
-
export { args_4 as args };
|
|
302
|
-
}
|
|
303
|
-
export function SelectButtonsDisabledStyle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
133
|
+
export const PreviewStyle: any;
|
|
134
|
+
export const RegularTableStyle: any;
|
|
135
|
+
export const SelectButtonsStyle: any;
|
|
136
|
+
export const CheckBoxStyle: any;
|
|
137
|
+
export const CheckBoxAndSelectButtonStyle: any;
|
|
138
|
+
export const SelectButtonsDisabledStyle: any;
|
|
304
139
|
import { ReportTable } from "./ReportTable";
|
|
305
|
-
declare namespace tableData1 {
|
|
306
|
-
const columnsHeadings: {
|
|
307
|
-
label: string;
|
|
308
|
-
key: string;
|
|
309
|
-
sortable: boolean;
|
|
310
|
-
}[];
|
|
311
|
-
const rowsValues: ({
|
|
312
|
-
retailer: string;
|
|
313
|
-
eventDescription: null;
|
|
314
|
-
totalCost: string;
|
|
315
|
-
incBaselineSales: string;
|
|
316
|
-
} | {
|
|
317
|
-
retailer: string;
|
|
318
|
-
eventDescription: string;
|
|
319
|
-
totalCost: string;
|
|
320
|
-
incBaselineSales: string;
|
|
321
|
-
})[];
|
|
322
|
-
}
|
|
@@ -138,31 +138,5 @@ declare namespace _default {
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
export default _default;
|
|
141
|
-
export
|
|
142
|
-
export namespace Example {
|
|
143
|
-
namespace args {
|
|
144
|
-
const text_1: string;
|
|
145
|
-
export { text_1 as text };
|
|
146
|
-
const textColor_1: string;
|
|
147
|
-
export { textColor_1 as textColor };
|
|
148
|
-
const onClickColor_1: string;
|
|
149
|
-
export { onClickColor_1 as onClickColor };
|
|
150
|
-
const backgroundColor_1: string;
|
|
151
|
-
export { backgroundColor_1 as backgroundColor };
|
|
152
|
-
const borderColor_1: string;
|
|
153
|
-
export { borderColor_1 as borderColor };
|
|
154
|
-
const fontSize_1: string;
|
|
155
|
-
export { fontSize_1 as fontSize };
|
|
156
|
-
const fontWeight_1: string;
|
|
157
|
-
export { fontWeight_1 as fontWeight };
|
|
158
|
-
const disabled_1: boolean;
|
|
159
|
-
export { disabled_1 as disabled };
|
|
160
|
-
const width_1: string;
|
|
161
|
-
export { width_1 as width };
|
|
162
|
-
const height_1: string;
|
|
163
|
-
export { height_1 as height };
|
|
164
|
-
const radius_1: string;
|
|
165
|
-
export { radius_1 as radius };
|
|
166
|
-
}
|
|
167
|
-
}
|
|
141
|
+
export const Example: any;
|
|
168
142
|
import SagButton from "./SagButton";
|
|
@@ -67,22 +67,5 @@ declare namespace _default {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
export default _default;
|
|
70
|
-
export
|
|
71
|
-
export namespace Default {
|
|
72
|
-
namespace args {
|
|
73
|
-
const labelText_1: string;
|
|
74
|
-
export { labelText_1 as labelText };
|
|
75
|
-
const inputType_1: string;
|
|
76
|
-
export { inputType_1 as inputType };
|
|
77
|
-
const showLabel_1: boolean;
|
|
78
|
-
export { showLabel_1 as showLabel };
|
|
79
|
-
const labelColor_1: string;
|
|
80
|
-
export { labelColor_1 as labelColor };
|
|
81
|
-
const isReauired_1: boolean;
|
|
82
|
-
export { isReauired_1 as isReauired };
|
|
83
|
-
export const width: string;
|
|
84
|
-
const borderRadius_1: string;
|
|
85
|
-
export { borderRadius_1 as borderRadius };
|
|
86
|
-
}
|
|
87
|
-
}
|
|
70
|
+
export const Default: any;
|
|
88
71
|
import SagInput from "./SagInput";
|
|
@@ -5,12 +5,12 @@ export namespace SalesAndROI {
|
|
|
5
5
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
6
6
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
7
7
|
const currencyType: PropTypes.Requireable<string>;
|
|
8
|
-
const salesData: PropTypes.Requireable<
|
|
8
|
+
const salesData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
9
9
|
name: PropTypes.Requireable<string>;
|
|
10
10
|
value: PropTypes.Requireable<number>;
|
|
11
11
|
labelBefore: PropTypes.Requireable<string>;
|
|
12
12
|
labelAfter: PropTypes.Requireable<string>;
|
|
13
|
-
}>
|
|
13
|
+
}>[]>;
|
|
14
14
|
const width: PropTypes.Requireable<string>;
|
|
15
15
|
const height: PropTypes.Requireable<string>;
|
|
16
16
|
const textColor: PropTypes.Requireable<string>;
|
|
@@ -28,7 +28,7 @@ export namespace SalesAndROI {
|
|
|
28
28
|
export { currencySign_1 as currencySign };
|
|
29
29
|
const currencyType_1: string;
|
|
30
30
|
export { currencyType_1 as currencyType };
|
|
31
|
-
const salesData_1:
|
|
31
|
+
const salesData_1: any[];
|
|
32
32
|
export { salesData_1 as salesData };
|
|
33
33
|
const width_1: string;
|
|
34
34
|
export { width_1 as width };
|
|
@@ -133,90 +133,7 @@ declare namespace _default {
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
export default _default;
|
|
136
|
-
export
|
|
137
|
-
export
|
|
138
|
-
|
|
139
|
-
const title_2: string;
|
|
140
|
-
export { title_2 as title };
|
|
141
|
-
const dotCut_1: boolean;
|
|
142
|
-
export { dotCut_1 as dotCut };
|
|
143
|
-
const currencySign_1: boolean;
|
|
144
|
-
export { currencySign_1 as currencySign };
|
|
145
|
-
const currencyType_1: string;
|
|
146
|
-
export { currencyType_1 as currencyType };
|
|
147
|
-
export { salesData1 as salesData };
|
|
148
|
-
const showBanner_1: boolean;
|
|
149
|
-
export { showBanner_1 as showBanner };
|
|
150
|
-
const textColor_1: string;
|
|
151
|
-
export { textColor_1 as textColor };
|
|
152
|
-
const noDataText_1: string;
|
|
153
|
-
export { noDataText_1 as noDataText };
|
|
154
|
-
const width_1: string;
|
|
155
|
-
export { width_1 as width };
|
|
156
|
-
const height_1: string;
|
|
157
|
-
export { height_1 as height };
|
|
158
|
-
const showBorderShadow_1: boolean;
|
|
159
|
-
export { showBorderShadow_1 as showBorderShadow };
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
export function WithoutBorder(args: any): import("react/jsx-runtime").JSX.Element;
|
|
163
|
-
export namespace WithoutBorder {
|
|
164
|
-
export namespace args_1 {
|
|
165
|
-
const title_3: string;
|
|
166
|
-
export { title_3 as title };
|
|
167
|
-
const dotCut_2: boolean;
|
|
168
|
-
export { dotCut_2 as dotCut };
|
|
169
|
-
const currencySign_2: boolean;
|
|
170
|
-
export { currencySign_2 as currencySign };
|
|
171
|
-
const currencyType_2: string;
|
|
172
|
-
export { currencyType_2 as currencyType };
|
|
173
|
-
export { salesData1 as salesData };
|
|
174
|
-
const showBanner_2: boolean;
|
|
175
|
-
export { showBanner_2 as showBanner };
|
|
176
|
-
const textColor_2: string;
|
|
177
|
-
export { textColor_2 as textColor };
|
|
178
|
-
const noDataText_2: string;
|
|
179
|
-
export { noDataText_2 as noDataText };
|
|
180
|
-
const width_2: string;
|
|
181
|
-
export { width_2 as width };
|
|
182
|
-
const height_2: string;
|
|
183
|
-
export { height_2 as height };
|
|
184
|
-
const showBorderShadow_2: boolean;
|
|
185
|
-
export { showBorderShadow_2 as showBorderShadow };
|
|
186
|
-
}
|
|
187
|
-
export { args_1 as args };
|
|
188
|
-
}
|
|
189
|
-
export function WithoutBanner(args: any): import("react/jsx-runtime").JSX.Element;
|
|
190
|
-
export namespace WithoutBanner {
|
|
191
|
-
export namespace args_2 {
|
|
192
|
-
const title_4: string;
|
|
193
|
-
export { title_4 as title };
|
|
194
|
-
const dotCut_3: boolean;
|
|
195
|
-
export { dotCut_3 as dotCut };
|
|
196
|
-
const currencySign_3: boolean;
|
|
197
|
-
export { currencySign_3 as currencySign };
|
|
198
|
-
const currencyType_3: string;
|
|
199
|
-
export { currencyType_3 as currencyType };
|
|
200
|
-
export { salesData1 as salesData };
|
|
201
|
-
const showBanner_3: boolean;
|
|
202
|
-
export { showBanner_3 as showBanner };
|
|
203
|
-
const textColor_3: string;
|
|
204
|
-
export { textColor_3 as textColor };
|
|
205
|
-
const noDataText_3: string;
|
|
206
|
-
export { noDataText_3 as noDataText };
|
|
207
|
-
const width_3: string;
|
|
208
|
-
export { width_3 as width };
|
|
209
|
-
const height_3: string;
|
|
210
|
-
export { height_3 as height };
|
|
211
|
-
const showBorderShadow_3: boolean;
|
|
212
|
-
export { showBorderShadow_3 as showBorderShadow };
|
|
213
|
-
}
|
|
214
|
-
export { args_2 as args };
|
|
215
|
-
}
|
|
136
|
+
export const WithBorder: any;
|
|
137
|
+
export const WithoutBorder: any;
|
|
138
|
+
export const WithoutBanner: any;
|
|
216
139
|
import SalesAndROI from "./SalesAndROI";
|
|
217
|
-
declare const salesData1: {
|
|
218
|
-
name: string;
|
|
219
|
-
value: number;
|
|
220
|
-
textBefore: string;
|
|
221
|
-
textAfter: string;
|
|
222
|
-
}[];
|
|
@@ -35,15 +35,5 @@ declare namespace _default {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
export default _default;
|
|
38
|
-
export
|
|
39
|
-
export namespace Default {
|
|
40
|
-
namespace args {
|
|
41
|
-
const placeholder_1: string;
|
|
42
|
-
export { placeholder_1 as placeholder };
|
|
43
|
-
const width_1: string;
|
|
44
|
-
export { width_1 as width };
|
|
45
|
-
const height_1: string;
|
|
46
|
-
export { height_1 as height };
|
|
47
|
-
}
|
|
48
|
-
}
|
|
38
|
+
export const Default: any;
|
|
49
39
|
import SearchInput from "./SearchInput";
|
|
@@ -2,13 +2,14 @@ export function SegmentedButton(props: any): import("react/jsx-runtime").JSX.Ele
|
|
|
2
2
|
export namespace SegmentedButton {
|
|
3
3
|
namespace propTypes {
|
|
4
4
|
const name: PropTypes.Requireable<string>;
|
|
5
|
-
const options: PropTypes.Requireable<
|
|
5
|
+
const options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
6
6
|
value: PropTypes.Requireable<string>;
|
|
7
|
-
}>
|
|
7
|
+
}>[]>;
|
|
8
8
|
const width: PropTypes.Requireable<number>;
|
|
9
9
|
const height: PropTypes.Requireable<number>;
|
|
10
10
|
const controlradius: PropTypes.Requireable<number>;
|
|
11
11
|
const segmentradius: PropTypes.Requireable<number>;
|
|
12
|
+
const gap: PropTypes.Requireable<string>;
|
|
12
13
|
const fontSize: PropTypes.Requireable<number>;
|
|
13
14
|
const selectedsegmentcolor: PropTypes.Requireable<string>;
|
|
14
15
|
const selectedtextcolor: PropTypes.Requireable<string>;
|
|
@@ -31,6 +32,8 @@ export namespace SegmentedButton {
|
|
|
31
32
|
export { controlradius_1 as controlradius };
|
|
32
33
|
const segmentradius_1: number;
|
|
33
34
|
export { segmentradius_1 as segmentradius };
|
|
35
|
+
const gap_1: string;
|
|
36
|
+
export { gap_1 as gap };
|
|
34
37
|
const fontSize_1: number;
|
|
35
38
|
export { fontSize_1 as fontSize };
|
|
36
39
|
const selectedsegmentcolor_1: string;
|