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
|
@@ -260,429 +260,19 @@ declare namespace _default {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
export default _default;
|
|
263
|
-
export
|
|
264
|
-
export
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
const width_1: string;
|
|
278
|
-
export { width_1 as width };
|
|
279
|
-
const disabled_1: boolean;
|
|
280
|
-
export { disabled_1 as disabled };
|
|
281
|
-
const error_1: boolean;
|
|
282
|
-
export { error_1 as error };
|
|
283
|
-
const errorMessage_1: string;
|
|
284
|
-
export { errorMessage_1 as errorMessage };
|
|
285
|
-
const leftIcon_1: string;
|
|
286
|
-
export { leftIcon_1 as leftIcon };
|
|
287
|
-
const rightIcon_1: string;
|
|
288
|
-
export { rightIcon_1 as rightIcon };
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
export function SmallLeftIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
292
|
-
export namespace SmallLeftIcon {
|
|
293
|
-
export namespace args_1 {
|
|
294
|
-
const placeHolder_2: string;
|
|
295
|
-
export { placeHolder_2 as placeHolder };
|
|
296
|
-
const label_2: string;
|
|
297
|
-
export { label_2 as label };
|
|
298
|
-
const labelEmptyValue_1: string;
|
|
299
|
-
export { labelEmptyValue_1 as labelEmptyValue };
|
|
300
|
-
const size_2: string;
|
|
301
|
-
export { size_2 as size };
|
|
302
|
-
const labelColor_2: string;
|
|
303
|
-
export { labelColor_2 as labelColor };
|
|
304
|
-
const required_2: boolean;
|
|
305
|
-
export { required_2 as required };
|
|
306
|
-
const width_2: string;
|
|
307
|
-
export { width_2 as width };
|
|
308
|
-
const disabled_2: boolean;
|
|
309
|
-
export { disabled_2 as disabled };
|
|
310
|
-
const error_2: boolean;
|
|
311
|
-
export { error_2 as error };
|
|
312
|
-
const errorMessage_2: string;
|
|
313
|
-
export { errorMessage_2 as errorMessage };
|
|
314
|
-
const leftIcon_2: string;
|
|
315
|
-
export { leftIcon_2 as leftIcon };
|
|
316
|
-
const rightIcon_2: string;
|
|
317
|
-
export { rightIcon_2 as rightIcon };
|
|
318
|
-
}
|
|
319
|
-
export { args_1 as args };
|
|
320
|
-
}
|
|
321
|
-
export function SmallRightIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
322
|
-
export namespace SmallRightIcon {
|
|
323
|
-
export namespace args_2 {
|
|
324
|
-
const placeHolder_3: string;
|
|
325
|
-
export { placeHolder_3 as placeHolder };
|
|
326
|
-
const label_3: string;
|
|
327
|
-
export { label_3 as label };
|
|
328
|
-
const labelEmptyValue_2: string;
|
|
329
|
-
export { labelEmptyValue_2 as labelEmptyValue };
|
|
330
|
-
const size_3: string;
|
|
331
|
-
export { size_3 as size };
|
|
332
|
-
const labelColor_3: string;
|
|
333
|
-
export { labelColor_3 as labelColor };
|
|
334
|
-
const required_3: boolean;
|
|
335
|
-
export { required_3 as required };
|
|
336
|
-
const width_3: string;
|
|
337
|
-
export { width_3 as width };
|
|
338
|
-
const disabled_3: boolean;
|
|
339
|
-
export { disabled_3 as disabled };
|
|
340
|
-
const error_3: boolean;
|
|
341
|
-
export { error_3 as error };
|
|
342
|
-
const errorMessage_3: string;
|
|
343
|
-
export { errorMessage_3 as errorMessage };
|
|
344
|
-
const leftIcon_3: string;
|
|
345
|
-
export { leftIcon_3 as leftIcon };
|
|
346
|
-
const rightIcon_3: string;
|
|
347
|
-
export { rightIcon_3 as rightIcon };
|
|
348
|
-
}
|
|
349
|
-
export { args_2 as args };
|
|
350
|
-
}
|
|
351
|
-
export function SmallTwoIcons(args: any): import("react/jsx-runtime").JSX.Element;
|
|
352
|
-
export namespace SmallTwoIcons {
|
|
353
|
-
export namespace args_3 {
|
|
354
|
-
const placeHolder_4: string;
|
|
355
|
-
export { placeHolder_4 as placeHolder };
|
|
356
|
-
const label_4: string;
|
|
357
|
-
export { label_4 as label };
|
|
358
|
-
const labelEmptyValue_3: string;
|
|
359
|
-
export { labelEmptyValue_3 as labelEmptyValue };
|
|
360
|
-
const size_4: string;
|
|
361
|
-
export { size_4 as size };
|
|
362
|
-
const labelColor_4: string;
|
|
363
|
-
export { labelColor_4 as labelColor };
|
|
364
|
-
const required_4: boolean;
|
|
365
|
-
export { required_4 as required };
|
|
366
|
-
const width_4: string;
|
|
367
|
-
export { width_4 as width };
|
|
368
|
-
const disabled_4: boolean;
|
|
369
|
-
export { disabled_4 as disabled };
|
|
370
|
-
const error_4: boolean;
|
|
371
|
-
export { error_4 as error };
|
|
372
|
-
const errorMessage_4: string;
|
|
373
|
-
export { errorMessage_4 as errorMessage };
|
|
374
|
-
const leftIcon_4: string;
|
|
375
|
-
export { leftIcon_4 as leftIcon };
|
|
376
|
-
const rightIcon_4: string;
|
|
377
|
-
export { rightIcon_4 as rightIcon };
|
|
378
|
-
}
|
|
379
|
-
export { args_3 as args };
|
|
380
|
-
}
|
|
381
|
-
export function SmallWithInitValue(args: any): import("react/jsx-runtime").JSX.Element;
|
|
382
|
-
export namespace SmallWithInitValue {
|
|
383
|
-
export namespace args_4 {
|
|
384
|
-
const placeHolder_5: string;
|
|
385
|
-
export { placeHolder_5 as placeHolder };
|
|
386
|
-
const label_5: string;
|
|
387
|
-
export { label_5 as label };
|
|
388
|
-
const labelEmptyValue_4: string;
|
|
389
|
-
export { labelEmptyValue_4 as labelEmptyValue };
|
|
390
|
-
const selectedValue_1: string;
|
|
391
|
-
export { selectedValue_1 as selectedValue };
|
|
392
|
-
const size_5: string;
|
|
393
|
-
export { size_5 as size };
|
|
394
|
-
const labelColor_5: string;
|
|
395
|
-
export { labelColor_5 as labelColor };
|
|
396
|
-
const required_5: boolean;
|
|
397
|
-
export { required_5 as required };
|
|
398
|
-
const width_5: string;
|
|
399
|
-
export { width_5 as width };
|
|
400
|
-
const disabled_5: boolean;
|
|
401
|
-
export { disabled_5 as disabled };
|
|
402
|
-
const error_5: boolean;
|
|
403
|
-
export { error_5 as error };
|
|
404
|
-
const errorMessage_5: string;
|
|
405
|
-
export { errorMessage_5 as errorMessage };
|
|
406
|
-
const leftIcon_5: string;
|
|
407
|
-
export { leftIcon_5 as leftIcon };
|
|
408
|
-
const rightIcon_5: string;
|
|
409
|
-
export { rightIcon_5 as rightIcon };
|
|
410
|
-
}
|
|
411
|
-
export { args_4 as args };
|
|
412
|
-
}
|
|
413
|
-
export function Medium(args: any): import("react/jsx-runtime").JSX.Element;
|
|
414
|
-
export namespace Medium {
|
|
415
|
-
export namespace args_5 {
|
|
416
|
-
const placeHolder_6: string;
|
|
417
|
-
export { placeHolder_6 as placeHolder };
|
|
418
|
-
const label_6: string;
|
|
419
|
-
export { label_6 as label };
|
|
420
|
-
const labelEmptyValue_5: string;
|
|
421
|
-
export { labelEmptyValue_5 as labelEmptyValue };
|
|
422
|
-
const size_6: string;
|
|
423
|
-
export { size_6 as size };
|
|
424
|
-
const labelColor_6: string;
|
|
425
|
-
export { labelColor_6 as labelColor };
|
|
426
|
-
const required_6: boolean;
|
|
427
|
-
export { required_6 as required };
|
|
428
|
-
const width_6: string;
|
|
429
|
-
export { width_6 as width };
|
|
430
|
-
const disabled_6: boolean;
|
|
431
|
-
export { disabled_6 as disabled };
|
|
432
|
-
const error_6: boolean;
|
|
433
|
-
export { error_6 as error };
|
|
434
|
-
const errorMessage_6: string;
|
|
435
|
-
export { errorMessage_6 as errorMessage };
|
|
436
|
-
const leftIcon_6: string;
|
|
437
|
-
export { leftIcon_6 as leftIcon };
|
|
438
|
-
const rightIcon_6: string;
|
|
439
|
-
export { rightIcon_6 as rightIcon };
|
|
440
|
-
}
|
|
441
|
-
export { args_5 as args };
|
|
442
|
-
}
|
|
443
|
-
export function MediumWithInitValue(args: any): import("react/jsx-runtime").JSX.Element;
|
|
444
|
-
export namespace MediumWithInitValue {
|
|
445
|
-
export namespace args_6 {
|
|
446
|
-
const placeHolder_7: string;
|
|
447
|
-
export { placeHolder_7 as placeHolder };
|
|
448
|
-
const label_7: string;
|
|
449
|
-
export { label_7 as label };
|
|
450
|
-
const labelEmptyValue_6: string;
|
|
451
|
-
export { labelEmptyValue_6 as labelEmptyValue };
|
|
452
|
-
const selectedValue_2: string;
|
|
453
|
-
export { selectedValue_2 as selectedValue };
|
|
454
|
-
const size_7: string;
|
|
455
|
-
export { size_7 as size };
|
|
456
|
-
const labelColor_7: string;
|
|
457
|
-
export { labelColor_7 as labelColor };
|
|
458
|
-
const required_7: boolean;
|
|
459
|
-
export { required_7 as required };
|
|
460
|
-
const width_7: string;
|
|
461
|
-
export { width_7 as width };
|
|
462
|
-
const disabled_7: boolean;
|
|
463
|
-
export { disabled_7 as disabled };
|
|
464
|
-
const error_7: boolean;
|
|
465
|
-
export { error_7 as error };
|
|
466
|
-
const errorMessage_7: string;
|
|
467
|
-
export { errorMessage_7 as errorMessage };
|
|
468
|
-
const leftIcon_7: string;
|
|
469
|
-
export { leftIcon_7 as leftIcon };
|
|
470
|
-
const rightIcon_7: string;
|
|
471
|
-
export { rightIcon_7 as rightIcon };
|
|
472
|
-
}
|
|
473
|
-
export { args_6 as args };
|
|
474
|
-
}
|
|
475
|
-
export function Required(args: any): import("react/jsx-runtime").JSX.Element;
|
|
476
|
-
export namespace Required {
|
|
477
|
-
export namespace args_7 {
|
|
478
|
-
const placeHolder_8: string;
|
|
479
|
-
export { placeHolder_8 as placeHolder };
|
|
480
|
-
const label_8: string;
|
|
481
|
-
export { label_8 as label };
|
|
482
|
-
const labelEmptyValue_7: string;
|
|
483
|
-
export { labelEmptyValue_7 as labelEmptyValue };
|
|
484
|
-
const size_8: string;
|
|
485
|
-
export { size_8 as size };
|
|
486
|
-
const labelColor_8: string;
|
|
487
|
-
export { labelColor_8 as labelColor };
|
|
488
|
-
const required_8: boolean;
|
|
489
|
-
export { required_8 as required };
|
|
490
|
-
const width_8: string;
|
|
491
|
-
export { width_8 as width };
|
|
492
|
-
const disabled_8: boolean;
|
|
493
|
-
export { disabled_8 as disabled };
|
|
494
|
-
const error_8: boolean;
|
|
495
|
-
export { error_8 as error };
|
|
496
|
-
const errorMessage_8: string;
|
|
497
|
-
export { errorMessage_8 as errorMessage };
|
|
498
|
-
const leftIcon_8: string;
|
|
499
|
-
export { leftIcon_8 as leftIcon };
|
|
500
|
-
const rightIcon_8: string;
|
|
501
|
-
export { rightIcon_8 as rightIcon };
|
|
502
|
-
}
|
|
503
|
-
export { args_7 as args };
|
|
504
|
-
}
|
|
505
|
-
export function Disabled(args: any): import("react/jsx-runtime").JSX.Element;
|
|
506
|
-
export namespace Disabled {
|
|
507
|
-
export namespace args_8 {
|
|
508
|
-
const placeHolder_9: string;
|
|
509
|
-
export { placeHolder_9 as placeHolder };
|
|
510
|
-
const label_9: string;
|
|
511
|
-
export { label_9 as label };
|
|
512
|
-
const labelEmptyValue_8: string;
|
|
513
|
-
export { labelEmptyValue_8 as labelEmptyValue };
|
|
514
|
-
const size_9: string;
|
|
515
|
-
export { size_9 as size };
|
|
516
|
-
const labelColor_9: string;
|
|
517
|
-
export { labelColor_9 as labelColor };
|
|
518
|
-
const required_9: boolean;
|
|
519
|
-
export { required_9 as required };
|
|
520
|
-
const width_9: string;
|
|
521
|
-
export { width_9 as width };
|
|
522
|
-
const disabled_9: boolean;
|
|
523
|
-
export { disabled_9 as disabled };
|
|
524
|
-
const error_9: boolean;
|
|
525
|
-
export { error_9 as error };
|
|
526
|
-
const errorMessage_9: string;
|
|
527
|
-
export { errorMessage_9 as errorMessage };
|
|
528
|
-
const leftIcon_9: string;
|
|
529
|
-
export { leftIcon_9 as leftIcon };
|
|
530
|
-
const rightIcon_9: string;
|
|
531
|
-
export { rightIcon_9 as rightIcon };
|
|
532
|
-
}
|
|
533
|
-
export { args_8 as args };
|
|
534
|
-
}
|
|
535
|
-
export function MediumLeftIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
536
|
-
export namespace MediumLeftIcon {
|
|
537
|
-
export namespace args_9 {
|
|
538
|
-
const placeHolder_10: string;
|
|
539
|
-
export { placeHolder_10 as placeHolder };
|
|
540
|
-
const label_10: string;
|
|
541
|
-
export { label_10 as label };
|
|
542
|
-
const labelEmptyValue_9: string;
|
|
543
|
-
export { labelEmptyValue_9 as labelEmptyValue };
|
|
544
|
-
const size_10: string;
|
|
545
|
-
export { size_10 as size };
|
|
546
|
-
const labelColor_10: string;
|
|
547
|
-
export { labelColor_10 as labelColor };
|
|
548
|
-
const required_10: boolean;
|
|
549
|
-
export { required_10 as required };
|
|
550
|
-
const width_10: string;
|
|
551
|
-
export { width_10 as width };
|
|
552
|
-
const disabled_10: boolean;
|
|
553
|
-
export { disabled_10 as disabled };
|
|
554
|
-
const error_10: boolean;
|
|
555
|
-
export { error_10 as error };
|
|
556
|
-
const errorMessage_10: string;
|
|
557
|
-
export { errorMessage_10 as errorMessage };
|
|
558
|
-
const leftIcon_10: string;
|
|
559
|
-
export { leftIcon_10 as leftIcon };
|
|
560
|
-
const rightIcon_10: string;
|
|
561
|
-
export { rightIcon_10 as rightIcon };
|
|
562
|
-
}
|
|
563
|
-
export { args_9 as args };
|
|
564
|
-
}
|
|
565
|
-
export function MediumRightIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
566
|
-
export namespace MediumRightIcon {
|
|
567
|
-
export namespace args_10 {
|
|
568
|
-
const placeHolder_11: string;
|
|
569
|
-
export { placeHolder_11 as placeHolder };
|
|
570
|
-
const label_11: string;
|
|
571
|
-
export { label_11 as label };
|
|
572
|
-
const labelEmptyValue_10: string;
|
|
573
|
-
export { labelEmptyValue_10 as labelEmptyValue };
|
|
574
|
-
const size_11: string;
|
|
575
|
-
export { size_11 as size };
|
|
576
|
-
const labelColor_11: string;
|
|
577
|
-
export { labelColor_11 as labelColor };
|
|
578
|
-
const required_11: boolean;
|
|
579
|
-
export { required_11 as required };
|
|
580
|
-
const width_11: string;
|
|
581
|
-
export { width_11 as width };
|
|
582
|
-
const disabled_11: boolean;
|
|
583
|
-
export { disabled_11 as disabled };
|
|
584
|
-
const error_11: boolean;
|
|
585
|
-
export { error_11 as error };
|
|
586
|
-
const errorMessage_11: string;
|
|
587
|
-
export { errorMessage_11 as errorMessage };
|
|
588
|
-
const leftIcon_11: string;
|
|
589
|
-
export { leftIcon_11 as leftIcon };
|
|
590
|
-
const rightIcon_11: string;
|
|
591
|
-
export { rightIcon_11 as rightIcon };
|
|
592
|
-
}
|
|
593
|
-
export { args_10 as args };
|
|
594
|
-
}
|
|
595
|
-
export function MediumLeftAndRightIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
596
|
-
export namespace MediumLeftAndRightIcon {
|
|
597
|
-
export namespace args_11 {
|
|
598
|
-
const placeHolder_12: string;
|
|
599
|
-
export { placeHolder_12 as placeHolder };
|
|
600
|
-
const label_12: string;
|
|
601
|
-
export { label_12 as label };
|
|
602
|
-
const labelEmptyValue_11: string;
|
|
603
|
-
export { labelEmptyValue_11 as labelEmptyValue };
|
|
604
|
-
const size_12: string;
|
|
605
|
-
export { size_12 as size };
|
|
606
|
-
const labelColor_12: string;
|
|
607
|
-
export { labelColor_12 as labelColor };
|
|
608
|
-
const required_12: boolean;
|
|
609
|
-
export { required_12 as required };
|
|
610
|
-
const width_12: string;
|
|
611
|
-
export { width_12 as width };
|
|
612
|
-
const disabled_12: boolean;
|
|
613
|
-
export { disabled_12 as disabled };
|
|
614
|
-
const error_12: boolean;
|
|
615
|
-
export { error_12 as error };
|
|
616
|
-
const errorMessage_12: string;
|
|
617
|
-
export { errorMessage_12 as errorMessage };
|
|
618
|
-
const leftIcon_12: string;
|
|
619
|
-
export { leftIcon_12 as leftIcon };
|
|
620
|
-
const rightIcon_12: string;
|
|
621
|
-
export { rightIcon_12 as rightIcon };
|
|
622
|
-
}
|
|
623
|
-
export { args_11 as args };
|
|
624
|
-
}
|
|
625
|
-
export function ErrorMessage(args: any): import("react/jsx-runtime").JSX.Element;
|
|
626
|
-
export namespace ErrorMessage {
|
|
627
|
-
export namespace args_12 {
|
|
628
|
-
const placeHolder_13: string;
|
|
629
|
-
export { placeHolder_13 as placeHolder };
|
|
630
|
-
const label_13: string;
|
|
631
|
-
export { label_13 as label };
|
|
632
|
-
const labelEmptyValue_12: string;
|
|
633
|
-
export { labelEmptyValue_12 as labelEmptyValue };
|
|
634
|
-
const size_13: string;
|
|
635
|
-
export { size_13 as size };
|
|
636
|
-
const labelColor_13: string;
|
|
637
|
-
export { labelColor_13 as labelColor };
|
|
638
|
-
const required_13: boolean;
|
|
639
|
-
export { required_13 as required };
|
|
640
|
-
const width_13: string;
|
|
641
|
-
export { width_13 as width };
|
|
642
|
-
const disabled_13: boolean;
|
|
643
|
-
export { disabled_13 as disabled };
|
|
644
|
-
const error_13: boolean;
|
|
645
|
-
export { error_13 as error };
|
|
646
|
-
const errorMessage_13: string;
|
|
647
|
-
export { errorMessage_13 as errorMessage };
|
|
648
|
-
const leftIcon_13: string;
|
|
649
|
-
export { leftIcon_13 as leftIcon };
|
|
650
|
-
const rightIcon_13: string;
|
|
651
|
-
export { rightIcon_13 as rightIcon };
|
|
652
|
-
}
|
|
653
|
-
export { args_12 as args };
|
|
654
|
-
}
|
|
655
|
-
export function Password(args: any): import("react/jsx-runtime").JSX.Element;
|
|
656
|
-
export namespace Password {
|
|
657
|
-
export namespace args_13 {
|
|
658
|
-
const placeHolder_14: string;
|
|
659
|
-
export { placeHolder_14 as placeHolder };
|
|
660
|
-
const label_14: string;
|
|
661
|
-
export { label_14 as label };
|
|
662
|
-
const labelEmptyValue_13: string;
|
|
663
|
-
export { labelEmptyValue_13 as labelEmptyValue };
|
|
664
|
-
const size_14: string;
|
|
665
|
-
export { size_14 as size };
|
|
666
|
-
const labelColor_14: string;
|
|
667
|
-
export { labelColor_14 as labelColor };
|
|
668
|
-
const required_14: boolean;
|
|
669
|
-
export { required_14 as required };
|
|
670
|
-
const width_14: string;
|
|
671
|
-
export { width_14 as width };
|
|
672
|
-
const disabled_14: boolean;
|
|
673
|
-
export { disabled_14 as disabled };
|
|
674
|
-
const error_14: boolean;
|
|
675
|
-
export { error_14 as error };
|
|
676
|
-
const errorMessage_14: string;
|
|
677
|
-
export { errorMessage_14 as errorMessage };
|
|
678
|
-
const leftIcon_14: string;
|
|
679
|
-
export { leftIcon_14 as leftIcon };
|
|
680
|
-
const rightIcon_14: string;
|
|
681
|
-
export { rightIcon_14 as rightIcon };
|
|
682
|
-
const password_1: boolean;
|
|
683
|
-
export { password_1 as password };
|
|
684
|
-
}
|
|
685
|
-
export { args_13 as args };
|
|
686
|
-
}
|
|
263
|
+
export const Small: any;
|
|
264
|
+
export const SmallLeftIcon: any;
|
|
265
|
+
export const SmallRightIcon: any;
|
|
266
|
+
export const SmallTwoIcons: any;
|
|
267
|
+
export const SmallWithInitValue: any;
|
|
268
|
+
export const Medium: any;
|
|
269
|
+
export const MediumWithInitValue: any;
|
|
270
|
+
export const Required: any;
|
|
271
|
+
export const Disabled: any;
|
|
272
|
+
export const MediumLeftIcon: any;
|
|
273
|
+
export const MediumRightIcon: any;
|
|
274
|
+
export const MediumLeftAndRightIcon: any;
|
|
275
|
+
export const ErrorMessage: any;
|
|
276
|
+
export const Password: any;
|
|
687
277
|
import Input from "./Input";
|
|
688
278
|
declare const iconsList: string[];
|
|
@@ -20,7 +20,7 @@ declare function InputOld({ label, value, onChange, borderRadius, required, widt
|
|
|
20
20
|
declare namespace InputOld {
|
|
21
21
|
namespace propTypes {
|
|
22
22
|
const label: PropTypes.Validator<string>;
|
|
23
|
-
const value: PropTypes.Requireable<NonNullable<string | number
|
|
23
|
+
const value: PropTypes.Requireable<NonNullable<string | number>>;
|
|
24
24
|
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
25
25
|
const borderRadius: PropTypes.Validator<string>;
|
|
26
26
|
const required: PropTypes.Requireable<boolean>;
|
|
@@ -29,7 +29,7 @@ declare namespace InputOld {
|
|
|
29
29
|
const placeholder: PropTypes.Requireable<string>;
|
|
30
30
|
const disabled: PropTypes.Requireable<boolean>;
|
|
31
31
|
const password: PropTypes.Requireable<boolean>;
|
|
32
|
-
const defaultValue: PropTypes.Requireable<NonNullable<string | number
|
|
32
|
+
const defaultValue: PropTypes.Requireable<NonNullable<string | number>>;
|
|
33
33
|
const error: PropTypes.Requireable<boolean>;
|
|
34
34
|
const errorMessage: PropTypes.Requireable<string>;
|
|
35
35
|
const type: PropTypes.Requireable<string>;
|
|
@@ -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 };
|
|
@@ -105,26 +105,5 @@ declare namespace _default {
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
export default _default;
|
|
108
|
-
export
|
|
109
|
-
export namespace Default {
|
|
110
|
-
namespace args {
|
|
111
|
-
const label_1: string;
|
|
112
|
-
export { label_1 as label };
|
|
113
|
-
const borderRadius_1: string;
|
|
114
|
-
export { borderRadius_1 as borderRadius };
|
|
115
|
-
const required_1: boolean;
|
|
116
|
-
export { required_1 as required };
|
|
117
|
-
export const width: string;
|
|
118
|
-
export const height: string;
|
|
119
|
-
export const placeholder: string;
|
|
120
|
-
export const disabled: boolean;
|
|
121
|
-
export const password: boolean;
|
|
122
|
-
export const error: boolean;
|
|
123
|
-
export const errorMessage: string;
|
|
124
|
-
const type_10: string;
|
|
125
|
-
export { type_10 as type };
|
|
126
|
-
export const borderColor: string;
|
|
127
|
-
export const textColor: string;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
108
|
+
export const Default: any;
|
|
130
109
|
import InputOld from "./InputOld";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function InsightsCarousel({ className, children, onClose, title, icon, titleColor, iconColor, navColor, }: {
|
|
2
|
+
className: any;
|
|
3
|
+
children: any;
|
|
4
|
+
onClose: any;
|
|
5
|
+
title?: string;
|
|
6
|
+
icon?: import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
titleColor?: string;
|
|
8
|
+
iconColor?: string;
|
|
9
|
+
navColor?: string;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default InsightsCarousel;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/// <reference types="mdx" />
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export const title: string;
|
|
4
|
+
export { InsightsCarousel as component };
|
|
5
|
+
export const tags: string[];
|
|
6
|
+
export namespace parameters {
|
|
7
|
+
namespace docs {
|
|
8
|
+
namespace description {
|
|
9
|
+
const component: string | typeof readme;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export namespace argTypes {
|
|
14
|
+
export namespace title_1 {
|
|
15
|
+
export const control: string;
|
|
16
|
+
const description_1: string;
|
|
17
|
+
export { description_1 as description };
|
|
18
|
+
}
|
|
19
|
+
export { title_1 as title };
|
|
20
|
+
export namespace titleColor {
|
|
21
|
+
const control_1: string;
|
|
22
|
+
export { control_1 as control };
|
|
23
|
+
const description_2: string;
|
|
24
|
+
export { description_2 as description };
|
|
25
|
+
}
|
|
26
|
+
export namespace iconColor {
|
|
27
|
+
const control_2: string;
|
|
28
|
+
export { control_2 as control };
|
|
29
|
+
const description_3: string;
|
|
30
|
+
export { description_3 as description };
|
|
31
|
+
}
|
|
32
|
+
export namespace navColor {
|
|
33
|
+
const control_3: string;
|
|
34
|
+
export { control_3 as control };
|
|
35
|
+
const description_4: string;
|
|
36
|
+
export { description_4 as description };
|
|
37
|
+
}
|
|
38
|
+
export namespace onClose {
|
|
39
|
+
export const action: string;
|
|
40
|
+
const description_5: string;
|
|
41
|
+
export { description_5 as description };
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
export default _default;
|
|
46
|
+
export const Default: any;
|
|
47
|
+
import InsightsCarousel from "./InsightsCarousel";
|
|
48
|
+
import readme from "*.md";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const ModalContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
5
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
6
|
+
export const LampIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
7
|
+
export const CarouselContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export const VisibleCardsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
export const Card: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
export const NavButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export const Pagination: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
+
export const Dot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
@@ -4,11 +4,11 @@ export namespace KpiFilter {
|
|
|
4
4
|
const mainTitle: PropTypes.Requireable<string>;
|
|
5
5
|
const periodTitle: PropTypes.Requireable<string>;
|
|
6
6
|
const hidePeriod: PropTypes.Requireable<boolean>;
|
|
7
|
-
const kpiData: PropTypes.Requireable<
|
|
7
|
+
const kpiData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
label: PropTypes.Requireable<string>;
|
|
9
9
|
checked: PropTypes.Requireable<boolean>;
|
|
10
10
|
disabled: PropTypes.Requireable<boolean>;
|
|
11
|
-
}>
|
|
11
|
+
}>[]>;
|
|
12
12
|
const height: PropTypes.Requireable<string>;
|
|
13
13
|
const width: PropTypes.Requireable<string>;
|
|
14
14
|
const buttonsIconColor: PropTypes.Requireable<string>;
|
|
@@ -19,7 +19,7 @@ export namespace KpiFilter {
|
|
|
19
19
|
const buttonsBackgroundColorUnchecked: PropTypes.Requireable<string>;
|
|
20
20
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
21
21
|
const onClickPeriod: PropTypes.Requireable<(...args: any[]) => any>;
|
|
22
|
-
const selectAllIgnoreList: PropTypes.Requireable<
|
|
22
|
+
const selectAllIgnoreList: PropTypes.Requireable<string[]>;
|
|
23
23
|
}
|
|
24
24
|
namespace defaultProps {
|
|
25
25
|
const mainTitle_1: string;
|
|
@@ -28,7 +28,7 @@ export namespace KpiFilter {
|
|
|
28
28
|
export { periodTitle_1 as periodTitle };
|
|
29
29
|
const hidePeriod_1: boolean;
|
|
30
30
|
export { hidePeriod_1 as hidePeriod };
|
|
31
|
-
const kpiData_1:
|
|
31
|
+
const kpiData_1: any[];
|
|
32
32
|
export { kpiData_1 as kpiData };
|
|
33
33
|
const width_1: string;
|
|
34
34
|
export { width_1 as width };
|
|
@@ -50,7 +50,7 @@ export namespace KpiFilter {
|
|
|
50
50
|
export { onClick_1 as onClick };
|
|
51
51
|
export function onClickPeriod_1(): void;
|
|
52
52
|
export { onClickPeriod_1 as onClickPeriod };
|
|
53
|
-
const selectAllIgnoreList_1:
|
|
53
|
+
const selectAllIgnoreList_1: any[];
|
|
54
54
|
export { selectAllIgnoreList_1 as selectAllIgnoreList };
|
|
55
55
|
}
|
|
56
56
|
}
|