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
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export
|
|
1
|
+
export default HannafordNewIcon;
|
|
2
|
+
declare function HannafordNewIcon({ clicked, width, height, viewBox }: {
|
|
2
3
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
4
|
+
width?: string;
|
|
5
|
+
height?: string;
|
|
6
|
+
viewBox?: string;
|
|
5
7
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export default HannafordNewIcon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export
|
|
1
|
+
export default InfoIcon;
|
|
2
|
+
declare function InfoIcon({ clicked, color, width, height, }: {
|
|
2
3
|
clicked: any;
|
|
3
|
-
color?: string
|
|
4
|
-
width?: string
|
|
5
|
-
height?: string
|
|
4
|
+
color?: string;
|
|
5
|
+
width?: string;
|
|
6
|
+
height?: string;
|
|
6
7
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default InfoIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function LampIcon({ width, height, fill, }: {
|
|
2
|
-
width?: string
|
|
3
|
-
height?: string
|
|
4
|
-
fill?: string
|
|
2
|
+
width?: string;
|
|
3
|
+
height?: string;
|
|
4
|
+
fill?: string;
|
|
5
5
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default LampIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function LegendLineIcon({ width, height, color, }: {
|
|
2
|
-
width?: string
|
|
3
|
-
height?: string
|
|
4
|
-
color?: string
|
|
2
|
+
width?: string;
|
|
3
|
+
height?: string;
|
|
4
|
+
color?: string;
|
|
5
5
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default LegendLineIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function LegendUnionIcon({ width, height, color, }: {
|
|
2
|
-
width?: string
|
|
3
|
-
height?: string
|
|
4
|
-
color?: string
|
|
2
|
+
width?: string;
|
|
3
|
+
height?: string;
|
|
4
|
+
color?: string;
|
|
5
5
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default LegendUnionIcon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export
|
|
1
|
+
export default MaintenanceIcon;
|
|
2
|
+
declare function MaintenanceIcon({ clicked, width, height, color }: {
|
|
2
3
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
5
|
-
color?: string
|
|
4
|
+
width?: string;
|
|
5
|
+
height?: string;
|
|
6
|
+
color?: string;
|
|
6
7
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default MaintenanceIcon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export function MenuItemClosedIcon({ clicked, width, height, color }: {
|
|
2
2
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
5
|
-
color?: string
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default MenuItemClosedIcon;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
export function MenuItemOpenIcon({ clicked, width, height, color, }: {
|
|
2
|
-
clicked: any;
|
|
3
|
-
width?: string | undefined;
|
|
4
|
-
height?: string | undefined;
|
|
5
|
-
color?: string | undefined;
|
|
6
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
7
1
|
export default MenuItemOpenIcon;
|
|
2
|
+
declare function MenuItemOpenIcon({ width, height, color, }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export function MenuItemRightIcon({ clicked, width, height, color, }: {
|
|
2
2
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
5
|
-
color?: string
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default MenuItemRightIcon;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
export function MenuItemUpIcon({ clicked, width, height, color, }: {
|
|
2
|
-
clicked: any;
|
|
3
|
-
width?: string | undefined;
|
|
4
|
-
height?: string | undefined;
|
|
5
|
-
color?: string | undefined;
|
|
6
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
7
1
|
export default MenuItemUpIcon;
|
|
2
|
+
declare function MenuItemUpIcon({ width, height, color, }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function OptionsIcon({ width, height, color }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
height?: string | undefined;
|
|
4
|
-
color?: string | undefined;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
6
1
|
export default OptionsIcon;
|
|
2
|
+
declare function OptionsIcon({ width, height, color }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function ReselectIcon({ width, height, color }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
height?: string | undefined;
|
|
4
|
-
color?: string | undefined;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
6
1
|
export default ReselectIcon;
|
|
2
|
+
declare function ReselectIcon({ width, height, color }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function SearchIcon({ width, height, color }: {
|
|
2
|
-
width?: string
|
|
3
|
-
height?: string
|
|
4
|
-
color?: string
|
|
2
|
+
width?: string;
|
|
3
|
+
height?: string;
|
|
4
|
+
color?: string;
|
|
5
5
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default SearchIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function ShoutIcon({ width, height, fill }: {
|
|
2
|
-
width?: string
|
|
3
|
-
height?: string
|
|
4
|
-
fill?: string
|
|
2
|
+
width?: string;
|
|
3
|
+
height?: string;
|
|
4
|
+
fill?: string;
|
|
5
5
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default ShoutIcon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export function SortIcon({ width, height, fillUpperArrow, fillLowerArrow }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
height?: string | undefined;
|
|
4
|
-
fillUpperArrow?: string | undefined;
|
|
5
|
-
fillLowerArrow?: string | undefined;
|
|
6
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
7
1
|
export default SortIcon;
|
|
2
|
+
declare function SortIcon({ width, height, fillUpperArrow, fillLowerArrow }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
fillUpperArrow?: string;
|
|
6
|
+
fillLowerArrow?: string;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export function SpotlightProductIcon({ clicked, width, height, color }: {
|
|
2
2
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
5
|
-
color?: string
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
color?: string;
|
|
6
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default SpotlightProductIcon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export
|
|
1
|
+
export default StopAndShopIcon;
|
|
2
|
+
declare function StopAndShopIcon({ clicked, width, height, viewBox }: {
|
|
2
3
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
5
|
-
viewBox?: string
|
|
4
|
+
width?: string;
|
|
5
|
+
height?: string;
|
|
6
|
+
viewBox?: string;
|
|
6
7
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default StopAndShopIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export function StopAndShopNewIcon({ width, height, viewBox }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
height?: string | undefined;
|
|
4
|
-
viewBox?: string | undefined;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
6
1
|
export default StopAndShopNewIcon;
|
|
2
|
+
declare function StopAndShopNewIcon({ width, height, viewBox }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
viewBox?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function SucceededIcon({ color, width, height }: {
|
|
2
|
-
color?: string
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
2
|
+
color?: string;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
5
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default SucceededIcon;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export function TheGiantCompanyIcon({ width, height, }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
height?: string | undefined;
|
|
4
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
5
1
|
export default TheGiantCompanyIcon;
|
|
2
|
+
declare function TheGiantCompanyIcon({ width, height, }: {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export
|
|
1
|
+
export default TheGiantCompanyNewIcon;
|
|
2
|
+
declare function TheGiantCompanyNewIcon({ clicked, width, height, }: {
|
|
2
3
|
clicked: any;
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
4
|
+
width?: string;
|
|
5
|
+
height?: string;
|
|
5
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export default TheGiantCompanyIcon;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -21,3 +21,12 @@ export { default as TotalHorizontalCharts } from "./components/TotalHorizontalCh
|
|
|
21
21
|
export { default as IconButton } from "./components/IconButton/IconButton.jsx";
|
|
22
22
|
export { default as DoublePanelDataRow } from "./components/DoublePanelDataRow/DoublePanelDataRow.jsx";
|
|
23
23
|
export { default as BarChart } from "./components/BarChart/BarChart.jsx";
|
|
24
|
+
export { default as DoubleBarSingleLine } from "./components/DoubleBarSingleLine/DoubleBarSingleLine.jsx";
|
|
25
|
+
export { default as AreaChart } from "./components/AreaChart/AreaChart.jsx";
|
|
26
|
+
export { default as BreakdownPanel } from "./components/BreakdownPanel/BreakdownPanel.jsx";
|
|
27
|
+
export { default as LinkButton } from "./components/LinkButton/LinkButton.jsx";
|
|
28
|
+
export { default as BubbleChart } from "./components/BubbleChart/BubbleChart.jsx";
|
|
29
|
+
export { default as BatteryChart } from "./components/BatteryChart/BatteryChart.jsx";
|
|
30
|
+
export { default as PerformanceAnalyticsLegend } from "./components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.jsx";
|
|
31
|
+
export { default as BrushChart } from "./components/BrushChart/BrushChart.jsx";
|
|
32
|
+
export { default as InsightsCarousel } from "./components/InsightsCarousel/InsightsCarousel.jsx";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function getCurrencySign(currencyTypeToConvert: any, value: any): string;
|
|
2
2
|
export function getFormattedUnits(num: any): "" | "B" | "M" | "K";
|
|
3
|
-
export function getFormattedValue(num: any): string
|
|
3
|
+
export function getFormattedValue(num: any, decimal?: boolean): string;
|
|
4
4
|
export function formattedValue(num: any): any;
|
|
5
5
|
export function getNumberWithCommas(x: any): any;
|
|
6
6
|
export function isNumericValue(num: any): boolean;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sag_components",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta70",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
5
|
+
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"files": [
|
|
@@ -11,8 +11,10 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "tsc && rollup -c",
|
|
13
13
|
"start": "vite dev --open",
|
|
14
|
-
"test": "jest",
|
|
14
|
+
"test": "jest --env=jsdom",
|
|
15
15
|
"lint": "eslint . --fix",
|
|
16
|
+
"clean": "rimraf dist",
|
|
17
|
+
"build:full": "npm run clean && npm run build && npm link",
|
|
16
18
|
"storybook": "storybook dev -p 6006",
|
|
17
19
|
"build-storybook": "storybook build"
|
|
18
20
|
},
|
|
@@ -20,34 +22,29 @@
|
|
|
20
22
|
"author": "SAG",
|
|
21
23
|
"license": "ISC",
|
|
22
24
|
"devDependencies": {
|
|
23
|
-
"@babel/cli": "^7.24.5",
|
|
24
|
-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
25
25
|
"@babel/preset-env": "^7.24.5",
|
|
26
26
|
"@babel/preset-react": "^7.24.1",
|
|
27
27
|
"@babel/preset-typescript": "^7.24.1",
|
|
28
|
+
"@chromatic-com/storybook": "^3.2.5",
|
|
29
|
+
"@rollup/plugin-babel": "^6.0.3",
|
|
28
30
|
"@rollup/plugin-commonjs": "^24.0.0",
|
|
29
31
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
30
|
-
"@
|
|
31
|
-
"@storybook/addon-
|
|
32
|
-
"@storybook/addon-
|
|
33
|
-
"@storybook/addon-
|
|
34
|
-
"@storybook/addon-
|
|
35
|
-
"@storybook/
|
|
36
|
-
"@storybook/
|
|
37
|
-
"@storybook/
|
|
38
|
-
"@storybook/
|
|
39
|
-
"@storybook/react
|
|
40
|
-
"@storybook/
|
|
41
|
-
"@storybook/theming": "^
|
|
32
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
|
33
|
+
"@storybook/addon-designs": "^8.2.0",
|
|
34
|
+
"@storybook/addon-essentials": "^8.6.4",
|
|
35
|
+
"@storybook/addon-interactions": "^8.6.4",
|
|
36
|
+
"@storybook/addon-links": "^8.6.4",
|
|
37
|
+
"@storybook/addon-storysource": "^8.6.4",
|
|
38
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
|
|
39
|
+
"@storybook/blocks": "^8.6.4",
|
|
40
|
+
"@storybook/manager-api": "^8.6.4",
|
|
41
|
+
"@storybook/react": "^8.6.4",
|
|
42
|
+
"@storybook/react-webpack5": "^8.6.4",
|
|
43
|
+
"@storybook/theming": "^8.6.4",
|
|
42
44
|
"@testing-library/jest-dom": "^6.4.5",
|
|
43
45
|
"@testing-library/react": "^15.0.7",
|
|
44
|
-
"@types/node": "^22.13.4",
|
|
45
|
-
"@types/react": "^18.3.18",
|
|
46
|
-
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
|
|
47
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
48
46
|
"babel-plugin-react-css-modules": "^5.2.6",
|
|
49
|
-
"
|
|
50
|
-
"cross-env": "^7.0.3",
|
|
47
|
+
"chromatic": "^11.27.0",
|
|
51
48
|
"css-loader": "^6.8.1",
|
|
52
49
|
"eslint": "^8.56.0",
|
|
53
50
|
"eslint-config-google": "^0.14.0",
|
|
@@ -56,41 +53,39 @@
|
|
|
56
53
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
57
54
|
"eslint-plugin-react": "^7.34.1",
|
|
58
55
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
56
|
+
"eslint-plugin-storybook": "^0.11.4",
|
|
59
57
|
"jest": "^29.7.0",
|
|
60
58
|
"jest-environment-jsdom": "^29.7.0",
|
|
61
|
-
"
|
|
59
|
+
"raw-loader": "^4.0.2",
|
|
60
|
+
"react-css-modules": "^4.7.11",
|
|
61
|
+
"react-dom": "^18.3.1",
|
|
62
|
+
"rimraf": "^6.0.1",
|
|
62
63
|
"rollup": "^2.60.0",
|
|
64
|
+
"rollup-plugin-dts": "4.2.3",
|
|
63
65
|
"rollup-plugin-peer-deps-external": "^2.2.3",
|
|
64
66
|
"rollup-plugin-postcss": "^4.0.2",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"typescript": "^4.9.5",
|
|
72
|
-
"vite": "^6.1.0"
|
|
67
|
+
"storybook": "^8.6.4",
|
|
68
|
+
"style-loader": "^3.3.4"
|
|
69
|
+
},
|
|
70
|
+
"peerDependencies": {
|
|
71
|
+
"react": "^18.3.1",
|
|
72
|
+
"react-dom": "^18.3.1"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@emotion/react": "^11.11.4",
|
|
76
76
|
"@emotion/styled": "^11.11.5",
|
|
77
|
-
"@mui/icons-material": "^5.15.16",
|
|
78
|
-
"@mui/material": "^5.15.16",
|
|
79
|
-
"@mui/x-date-pickers": "^6.18.6",
|
|
80
77
|
"classnames": "^2.3.2",
|
|
81
|
-
"dayjs": "^1.11.10",
|
|
82
78
|
"framer-motion": "^11.15.0",
|
|
83
79
|
"moment": "^2.30.1",
|
|
84
80
|
"prop-types": "^15.8.1",
|
|
85
|
-
"react": "^18.
|
|
81
|
+
"react": "^18.3.1",
|
|
86
82
|
"react-ace": "^10.1.0",
|
|
87
|
-
"react-css-modules": "^4.7.11",
|
|
88
83
|
"react-hook-form": "^7.46.2",
|
|
89
84
|
"react-icons": "^5.0.1",
|
|
90
85
|
"react-loading-skeleton": "^3.3.1",
|
|
91
86
|
"recharts": "^2.15.0",
|
|
92
|
-
"
|
|
93
|
-
"
|
|
87
|
+
"styled-components": "^6.1.15",
|
|
88
|
+
"typescript": "^5.8.3"
|
|
94
89
|
},
|
|
95
90
|
"browserslist": {
|
|
96
91
|
"production": [
|
|
@@ -104,5 +99,9 @@
|
|
|
104
99
|
"last 1 safari version"
|
|
105
100
|
]
|
|
106
101
|
},
|
|
107
|
-
"
|
|
102
|
+
"jest": {
|
|
103
|
+
"setupFilesAfterEnv": [
|
|
104
|
+
"<rootDir>/setupTests.js"
|
|
105
|
+
]
|
|
106
|
+
}
|
|
108
107
|
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export const AceEditorContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react-ace").IAceEditorProps & import("react").RefAttributes<AceEditor>, never>> & string & Omit<typeof AceEditor, keyof import("react").Component<any, {}, any>>;
|
|
2
|
-
import AceEditor from "react-ace";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export function Datepicker({ width, text, format, shape, onChange, value, disableClearable, disabled, labelColor, }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
text: any;
|
|
4
|
-
format?: string | undefined;
|
|
5
|
-
shape: any;
|
|
6
|
-
onChange: any;
|
|
7
|
-
value: any;
|
|
8
|
-
disableClearable: any;
|
|
9
|
-
disabled?: boolean | undefined;
|
|
10
|
-
labelColor?: string | undefined;
|
|
11
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export default Datepicker;
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const title: string;
|
|
3
|
-
export { Datepicker as component };
|
|
4
|
-
export const tags: string[];
|
|
5
|
-
export namespace argTypes {
|
|
6
|
-
namespace width {
|
|
7
|
-
namespace control {
|
|
8
|
-
const type: string;
|
|
9
|
-
}
|
|
10
|
-
const description: string;
|
|
11
|
-
const defaultValue: string;
|
|
12
|
-
}
|
|
13
|
-
namespace text {
|
|
14
|
-
export const name: string;
|
|
15
|
-
export namespace control_1 {
|
|
16
|
-
const type_1: string;
|
|
17
|
-
export { type_1 as type };
|
|
18
|
-
}
|
|
19
|
-
export { control_1 as control };
|
|
20
|
-
const description_1: string;
|
|
21
|
-
export { description_1 as description };
|
|
22
|
-
const defaultValue_1: string;
|
|
23
|
-
export { defaultValue_1 as defaultValue };
|
|
24
|
-
}
|
|
25
|
-
namespace shape {
|
|
26
|
-
export namespace control_2 {
|
|
27
|
-
const type_2: string;
|
|
28
|
-
export { type_2 as type };
|
|
29
|
-
}
|
|
30
|
-
export { control_2 as control };
|
|
31
|
-
export const options: string[];
|
|
32
|
-
const description_2: string;
|
|
33
|
-
export { description_2 as description };
|
|
34
|
-
}
|
|
35
|
-
namespace format {
|
|
36
|
-
const name_1: string;
|
|
37
|
-
export { name_1 as name };
|
|
38
|
-
export namespace control_3 {
|
|
39
|
-
const type_3: string;
|
|
40
|
-
export { type_3 as type };
|
|
41
|
-
}
|
|
42
|
-
export { control_3 as control };
|
|
43
|
-
const description_3: string;
|
|
44
|
-
export { description_3 as description };
|
|
45
|
-
}
|
|
46
|
-
namespace onChange {
|
|
47
|
-
export const action: string;
|
|
48
|
-
const description_4: string;
|
|
49
|
-
export { description_4 as description };
|
|
50
|
-
}
|
|
51
|
-
namespace value {
|
|
52
|
-
const name_2: string;
|
|
53
|
-
export { name_2 as name };
|
|
54
|
-
export namespace control_4 {
|
|
55
|
-
const type_4: string;
|
|
56
|
-
export { type_4 as type };
|
|
57
|
-
}
|
|
58
|
-
export { control_4 as control };
|
|
59
|
-
const description_5: string;
|
|
60
|
-
export { description_5 as description };
|
|
61
|
-
}
|
|
62
|
-
namespace disabled {
|
|
63
|
-
const name_3: string;
|
|
64
|
-
export { name_3 as name };
|
|
65
|
-
export namespace control_5 {
|
|
66
|
-
const type_5: string;
|
|
67
|
-
export { type_5 as type };
|
|
68
|
-
}
|
|
69
|
-
export { control_5 as control };
|
|
70
|
-
const description_6: string;
|
|
71
|
-
export { description_6 as description };
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
export default _default;
|
|
76
|
-
export function SmallSquare(args: any): import("react/jsx-runtime").JSX.Element;
|
|
77
|
-
export namespace SmallSquare {
|
|
78
|
-
namespace args {
|
|
79
|
-
const width_1: string;
|
|
80
|
-
export { width_1 as width };
|
|
81
|
-
const text_1: string;
|
|
82
|
-
export { text_1 as text };
|
|
83
|
-
const shape_1: string;
|
|
84
|
-
export { shape_1 as shape };
|
|
85
|
-
const format_1: string;
|
|
86
|
-
export { format_1 as format };
|
|
87
|
-
const disabled_1: boolean;
|
|
88
|
-
export { disabled_1 as disabled };
|
|
89
|
-
export const labelColor: string;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
export function RegularFormat(args: any): import("react/jsx-runtime").JSX.Element;
|
|
93
|
-
export namespace RegularFormat {
|
|
94
|
-
export namespace args_1 {
|
|
95
|
-
const width_2: string;
|
|
96
|
-
export { width_2 as width };
|
|
97
|
-
const text_2: string;
|
|
98
|
-
export { text_2 as text };
|
|
99
|
-
const shape_2: string;
|
|
100
|
-
export { shape_2 as shape };
|
|
101
|
-
const format_2: string;
|
|
102
|
-
export { format_2 as format };
|
|
103
|
-
const value_1: string;
|
|
104
|
-
export { value_1 as value };
|
|
105
|
-
const disabled_2: boolean;
|
|
106
|
-
export { disabled_2 as disabled };
|
|
107
|
-
const labelColor_1: string;
|
|
108
|
-
export { labelColor_1 as labelColor };
|
|
109
|
-
}
|
|
110
|
-
export { args_1 as args };
|
|
111
|
-
}
|
|
112
|
-
import { Datepicker } from "./Datepicker";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const DatepickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export function Dropdown({ width, size, text, shape, placeHolder, multiSelect, showPopupIcon, showSearchIcon, options, onChange, onInputChange, labelColor, required, inputRef, defaultValue, allowedInput, reset, disableClearable, disabled, dropdownListfontSize, placeHolderFontSize, }: {
|
|
2
|
-
width?: string | undefined;
|
|
3
|
-
size: any;
|
|
4
|
-
text: any;
|
|
5
|
-
shape: any;
|
|
6
|
-
placeHolder: any;
|
|
7
|
-
multiSelect: any;
|
|
8
|
-
showPopupIcon: any;
|
|
9
|
-
showSearchIcon: any;
|
|
10
|
-
options: any;
|
|
11
|
-
onChange: any;
|
|
12
|
-
onInputChange: any;
|
|
13
|
-
labelColor?: string | undefined;
|
|
14
|
-
required: any;
|
|
15
|
-
inputRef: any;
|
|
16
|
-
defaultValue: any;
|
|
17
|
-
allowedInput?: string | undefined;
|
|
18
|
-
reset?: boolean | undefined;
|
|
19
|
-
disableClearable?: boolean | undefined;
|
|
20
|
-
disabled?: boolean | undefined;
|
|
21
|
-
dropdownListfontSize?: string | undefined;
|
|
22
|
-
placeHolderFontSize?: string | undefined;
|
|
23
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
export default Dropdown;
|