sag_components 2.0.0-beta1 → 2.0.0-beta100
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 +1430 -20
- package/dist/index.esm.js +35607 -3099
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +35637 -3078
- 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/BannerEventBox/BannerEventBox.d.ts +0 -37
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -72
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -12
- 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 +7 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
- 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 +0 -64
- 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/{CampaignTool/Table.stories.d.ts → BrushChart/BrushChart.stories.d.ts} +84 -54
- 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 +16 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +1 -21
- package/dist/types/components/Button/Button.stories.d.ts +105 -255
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- 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 +11 -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/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Card.stories.d.ts → ContainerTable/ContainerTable.stories.d.ts} +37 -33
- package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
- 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 +1 -80
- 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/EventsTable/ColumnFilter.d.ts +7 -0
- package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
- package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
- package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
- package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
- package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
- package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
- package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +29 -7
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +11 -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 +98 -500
- 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/ItemManagerPanel/ItemManagerPanel.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +24 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +18 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +13 -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/MenuRoute/MenuIcons/Build.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
- package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +52 -0
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +112 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +2 -1
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
- 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/OverlayDropdown/OverlayDropdown.d.ts +24 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +11 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +9 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +21 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -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 +3 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +2 -1
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +161 -305
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- 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/SagIconButton/SagIconButton.d.ts +3 -3
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +3 -52
- 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.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +51 -7
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
- 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 +1 -89
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +77 -80
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
- package/dist/types/components/Table/NoEvents.d.ts +5 -0
- package/dist/types/components/Table/Table.d.ts +2 -0
- package/dist/types/components/Table/Table.stories.d.ts +138 -0
- package/dist/types/components/Table/Table.style.d.ts +14 -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/ToggleSwitch/ToggleSwitch.d.ts +21 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
- 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 +7 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +34 -100
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +28 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +27 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +9 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
- 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/BarcodeIcon.d.ts +6 -0
- 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/ChevronIcon.d.ts +7 -0
- 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/FolderIcon.d.ts +6 -0
- 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/PeopleIcon.d.ts +6 -0
- package/dist/types/icons/Plus.d.ts +6 -0
- package/dist/types/icons/PlusIcon.d.ts +6 -0
- 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/icons/index.d.ts +15 -0
- package/dist/types/index.d.ts +49 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -1
- package/package.json +40 -41
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +0 -19
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +0 -64
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +0 -31
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +0 -23
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +0 -166
- 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
|
@@ -2,12 +2,9 @@ declare namespace _default {
|
|
|
2
2
|
export const title: string;
|
|
3
3
|
export { TabMenu as component };
|
|
4
4
|
export namespace argTypes {
|
|
5
|
-
namespace
|
|
5
|
+
namespace tabs {
|
|
6
6
|
const name: string;
|
|
7
|
-
|
|
8
|
-
const type: string;
|
|
9
|
-
const separator: string;
|
|
10
|
-
}
|
|
7
|
+
const control: string;
|
|
11
8
|
const description: string;
|
|
12
9
|
const defaultValue: {
|
|
13
10
|
title: string;
|
|
@@ -17,36 +14,27 @@ declare namespace _default {
|
|
|
17
14
|
namespace color {
|
|
18
15
|
const name_1: string;
|
|
19
16
|
export { name_1 as name };
|
|
20
|
-
|
|
21
|
-
const type_1: string;
|
|
22
|
-
export { type_1 as type };
|
|
23
|
-
}
|
|
17
|
+
const control_1: string;
|
|
24
18
|
export { control_1 as control };
|
|
25
19
|
const description_1: string;
|
|
26
20
|
export { description_1 as description };
|
|
27
21
|
const defaultValue_1: string;
|
|
28
22
|
export { defaultValue_1 as defaultValue };
|
|
29
23
|
}
|
|
30
|
-
namespace
|
|
24
|
+
namespace headlineText {
|
|
31
25
|
const name_2: string;
|
|
32
26
|
export { name_2 as name };
|
|
33
|
-
|
|
34
|
-
const type_2: string;
|
|
35
|
-
export { type_2 as type };
|
|
36
|
-
}
|
|
27
|
+
const control_2: string;
|
|
37
28
|
export { control_2 as control };
|
|
38
29
|
const description_2: string;
|
|
39
30
|
export { description_2 as description };
|
|
40
|
-
const defaultValue_2:
|
|
31
|
+
const defaultValue_2: string;
|
|
41
32
|
export { defaultValue_2 as defaultValue };
|
|
42
33
|
}
|
|
43
34
|
namespace showActions {
|
|
44
35
|
const name_3: string;
|
|
45
36
|
export { name_3 as name };
|
|
46
|
-
|
|
47
|
-
const type_3: string;
|
|
48
|
-
export { type_3 as type };
|
|
49
|
-
}
|
|
37
|
+
const control_3: string;
|
|
50
38
|
export { control_3 as control };
|
|
51
39
|
const description_3: string;
|
|
52
40
|
export { description_3 as description };
|
|
@@ -56,10 +44,7 @@ declare namespace _default {
|
|
|
56
44
|
namespace showFilterButton {
|
|
57
45
|
const name_4: string;
|
|
58
46
|
export { name_4 as name };
|
|
59
|
-
|
|
60
|
-
const type_4: string;
|
|
61
|
-
export { type_4 as type };
|
|
62
|
-
}
|
|
47
|
+
const control_4: string;
|
|
63
48
|
export { control_4 as control };
|
|
64
49
|
const description_4: string;
|
|
65
50
|
export { description_4 as description };
|
|
@@ -69,10 +54,7 @@ declare namespace _default {
|
|
|
69
54
|
namespace showViewOptionsButton {
|
|
70
55
|
const name_5: string;
|
|
71
56
|
export { name_5 as name };
|
|
72
|
-
|
|
73
|
-
const type_5: string;
|
|
74
|
-
export { type_5 as type };
|
|
75
|
-
}
|
|
57
|
+
const control_5: string;
|
|
76
58
|
export { control_5 as control };
|
|
77
59
|
const description_5: string;
|
|
78
60
|
export { description_5 as description };
|
|
@@ -82,93 +64,108 @@ declare namespace _default {
|
|
|
82
64
|
namespace showSearchInput {
|
|
83
65
|
const name_6: string;
|
|
84
66
|
export { name_6 as name };
|
|
85
|
-
|
|
86
|
-
const type_6: string;
|
|
87
|
-
export { type_6 as type };
|
|
88
|
-
}
|
|
67
|
+
const control_6: string;
|
|
89
68
|
export { control_6 as control };
|
|
90
69
|
const description_6: string;
|
|
91
70
|
export { description_6 as description };
|
|
92
71
|
const defaultValue_6: boolean;
|
|
93
72
|
export { defaultValue_6 as defaultValue };
|
|
94
73
|
}
|
|
95
|
-
namespace
|
|
74
|
+
namespace showLabel {
|
|
96
75
|
const name_7: string;
|
|
97
76
|
export { name_7 as name };
|
|
98
|
-
|
|
99
|
-
const type_7: string;
|
|
100
|
-
export { type_7 as type };
|
|
101
|
-
}
|
|
77
|
+
const control_7: string;
|
|
102
78
|
export { control_7 as control };
|
|
103
79
|
const description_7: string;
|
|
104
80
|
export { description_7 as description };
|
|
105
81
|
const defaultValue_7: boolean;
|
|
106
82
|
export { defaultValue_7 as defaultValue };
|
|
107
83
|
}
|
|
108
|
-
namespace
|
|
84
|
+
namespace inputWidth {
|
|
109
85
|
const name_8: string;
|
|
110
86
|
export { name_8 as name };
|
|
111
|
-
|
|
112
|
-
const type_8: string;
|
|
113
|
-
export { type_8 as type };
|
|
114
|
-
}
|
|
87
|
+
const control_8: string;
|
|
115
88
|
export { control_8 as control };
|
|
116
89
|
const description_8: string;
|
|
117
90
|
export { description_8 as description };
|
|
118
|
-
const defaultValue_8:
|
|
91
|
+
const defaultValue_8: string;
|
|
119
92
|
export { defaultValue_8 as defaultValue };
|
|
120
93
|
}
|
|
121
|
-
namespace
|
|
94
|
+
namespace disabledButton {
|
|
122
95
|
const name_9: string;
|
|
123
96
|
export { name_9 as name };
|
|
124
|
-
|
|
125
|
-
const type_9: string;
|
|
126
|
-
export { type_9 as type };
|
|
127
|
-
}
|
|
97
|
+
const control_9: string;
|
|
128
98
|
export { control_9 as control };
|
|
129
99
|
const description_9: string;
|
|
130
100
|
export { description_9 as description };
|
|
131
|
-
const defaultValue_9:
|
|
101
|
+
const defaultValue_9: boolean;
|
|
132
102
|
export { defaultValue_9 as defaultValue };
|
|
133
103
|
}
|
|
134
|
-
namespace
|
|
104
|
+
namespace setTopRightButton {
|
|
135
105
|
const name_10: string;
|
|
136
106
|
export { name_10 as name };
|
|
137
|
-
|
|
107
|
+
const control_10: string;
|
|
108
|
+
export { control_10 as control };
|
|
138
109
|
const description_10: string;
|
|
139
110
|
export { description_10 as description };
|
|
111
|
+
const defaultValue_10: boolean;
|
|
112
|
+
export { defaultValue_10 as defaultValue };
|
|
113
|
+
}
|
|
114
|
+
namespace rightButtonText {
|
|
115
|
+
const name_11: string;
|
|
116
|
+
export { name_11 as name };
|
|
117
|
+
const control_11: string;
|
|
118
|
+
export { control_11 as control };
|
|
119
|
+
const description_11: string;
|
|
120
|
+
export { description_11 as description };
|
|
121
|
+
const defaultValue_11: string;
|
|
122
|
+
export { defaultValue_11 as defaultValue };
|
|
123
|
+
}
|
|
124
|
+
namespace rightButtonIcon {
|
|
125
|
+
const name_12: string;
|
|
126
|
+
export { name_12 as name };
|
|
127
|
+
const control_12: string;
|
|
128
|
+
export { control_12 as control };
|
|
129
|
+
const description_12: string;
|
|
130
|
+
export { description_12 as description };
|
|
131
|
+
const defaultValue_12: string;
|
|
132
|
+
export { defaultValue_12 as defaultValue };
|
|
133
|
+
}
|
|
134
|
+
namespace onTopButtonClick {
|
|
135
|
+
const name_13: string;
|
|
136
|
+
export { name_13 as name };
|
|
137
|
+
export const action: string;
|
|
138
|
+
const description_13: string;
|
|
139
|
+
export { description_13 as description };
|
|
140
|
+
}
|
|
141
|
+
namespace onTabChange {
|
|
142
|
+
const name_14: string;
|
|
143
|
+
export { name_14 as name };
|
|
144
|
+
const action_1: string;
|
|
145
|
+
export { action_1 as action };
|
|
146
|
+
const description_14: string;
|
|
147
|
+
export { description_14 as description };
|
|
148
|
+
}
|
|
149
|
+
namespace onFilterButtonClick {
|
|
150
|
+
const name_15: string;
|
|
151
|
+
export { name_15 as name };
|
|
152
|
+
const action_2: string;
|
|
153
|
+
export { action_2 as action };
|
|
154
|
+
const description_15: string;
|
|
155
|
+
export { description_15 as description };
|
|
156
|
+
}
|
|
157
|
+
namespace onSearchFieldTyping {
|
|
158
|
+
const name_16: string;
|
|
159
|
+
export { name_16 as name };
|
|
160
|
+
const action_3: string;
|
|
161
|
+
export { action_3 as action };
|
|
162
|
+
const description_16: string;
|
|
163
|
+
export { description_16 as description };
|
|
140
164
|
}
|
|
141
165
|
}
|
|
142
166
|
}
|
|
143
167
|
export default _default;
|
|
144
|
-
export
|
|
145
|
-
export
|
|
146
|
-
|
|
147
|
-
const tabItems_1: {
|
|
148
|
-
title: string;
|
|
149
|
-
content: string;
|
|
150
|
-
}[];
|
|
151
|
-
export { tabItems_1 as tabItems };
|
|
152
|
-
const color_1: string;
|
|
153
|
-
export { color_1 as color };
|
|
154
|
-
const headlineInsteadTabs_1: boolean;
|
|
155
|
-
export { headlineInsteadTabs_1 as headlineInsteadTabs };
|
|
156
|
-
const showActions_1: boolean;
|
|
157
|
-
export { showActions_1 as showActions };
|
|
158
|
-
const showFilterButton_1: boolean;
|
|
159
|
-
export { showFilterButton_1 as showFilterButton };
|
|
160
|
-
const showViewOptionsButton_1: boolean;
|
|
161
|
-
export { showViewOptionsButton_1 as showViewOptionsButton };
|
|
162
|
-
const showSearchInput_1: boolean;
|
|
163
|
-
export { showSearchInput_1 as showSearchInput };
|
|
164
|
-
const disabledButton_1: boolean;
|
|
165
|
-
export { disabledButton_1 as disabledButton };
|
|
166
|
-
const setTopRightButton_1: boolean;
|
|
167
|
-
export { setTopRightButton_1 as setTopRightButton };
|
|
168
|
-
const rightButtonText_1: string;
|
|
169
|
-
export { rightButtonText_1 as rightButtonText };
|
|
170
|
-
export function onTopButtonClick_1(): void;
|
|
171
|
-
export { onTopButtonClick_1 as onTopButtonClick };
|
|
172
|
-
}
|
|
173
|
-
}
|
|
168
|
+
export const Basic: any;
|
|
169
|
+
export const WithHeadline: any;
|
|
170
|
+
export const WithoutActions: any;
|
|
174
171
|
import TabMenu from "./TabMenu";
|
|
@@ -1,58 +1,11 @@
|
|
|
1
1
|
export const TabMenuContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
2
|
export const TopRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export const TabActionLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
4
|
export const Headline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
4
|
-
export const Nav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
5
5
|
export const Tabs: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
-
export const Tab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").
|
|
6
|
+
export const Tab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
7
7
|
export const PresentationSlider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
8
|
export const Body: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
9
|
export const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
10
|
export const ActionsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
-
export const
|
|
12
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
propTypes: {
|
|
14
|
-
className: import("prop-types").Requireable<string>;
|
|
15
|
-
iconName: import("prop-types").Requireable<string>;
|
|
16
|
-
buttonText: import("prop-types").Requireable<string>;
|
|
17
|
-
height: import("prop-types").Requireable<string>;
|
|
18
|
-
color: import("prop-types").Requireable<string>;
|
|
19
|
-
backgroundColor: import("prop-types").Requireable<string>;
|
|
20
|
-
activeColor: import("prop-types").Requireable<string>;
|
|
21
|
-
iconHeight: import("prop-types").Requireable<number>;
|
|
22
|
-
iconWidth: import("prop-types").Requireable<number>;
|
|
23
|
-
openState: import("prop-types").Requireable<boolean>;
|
|
24
|
-
disabled: import("prop-types").Requireable<boolean>;
|
|
25
|
-
onButtonClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
26
|
-
};
|
|
27
|
-
defaultProps: {
|
|
28
|
-
className: string;
|
|
29
|
-
iconName: string;
|
|
30
|
-
buttonText: string;
|
|
31
|
-
height: string;
|
|
32
|
-
color: string;
|
|
33
|
-
activeColor: string;
|
|
34
|
-
backgroundColor: string;
|
|
35
|
-
iconHeight: number;
|
|
36
|
-
iconWidth: number;
|
|
37
|
-
openState: boolean;
|
|
38
|
-
disabled: boolean;
|
|
39
|
-
onButtonClick: () => void;
|
|
40
|
-
};
|
|
41
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
42
|
-
export const SearchInputWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
43
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
44
|
-
propTypes: {
|
|
45
|
-
placeholder: import("prop-types").Requireable<string>;
|
|
46
|
-
width: import("prop-types").Requireable<string>;
|
|
47
|
-
height: import("prop-types").Requireable<string>;
|
|
48
|
-
onTyping: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
49
|
-
className: import("prop-types").Requireable<string>;
|
|
50
|
-
};
|
|
51
|
-
defaultProps: {
|
|
52
|
-
placeholder: string;
|
|
53
|
-
width: string;
|
|
54
|
-
height: string;
|
|
55
|
-
onTyping: () => void;
|
|
56
|
-
className: string;
|
|
57
|
-
};
|
|
58
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
11
|
+
export const SearchInputWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<(props: any) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { Table as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
namespace width {
|
|
7
|
+
const control: string;
|
|
8
|
+
const description: string;
|
|
9
|
+
const name: string;
|
|
10
|
+
}
|
|
11
|
+
namespace height {
|
|
12
|
+
const control_1: string;
|
|
13
|
+
export { control_1 as control };
|
|
14
|
+
const description_1: string;
|
|
15
|
+
export { description_1 as description };
|
|
16
|
+
const name_1: string;
|
|
17
|
+
export { name_1 as name };
|
|
18
|
+
}
|
|
19
|
+
namespace tableTitle {
|
|
20
|
+
const control_2: string;
|
|
21
|
+
export { control_2 as control };
|
|
22
|
+
const description_2: string;
|
|
23
|
+
export { description_2 as description };
|
|
24
|
+
const name_2: string;
|
|
25
|
+
export { name_2 as name };
|
|
26
|
+
}
|
|
27
|
+
namespace data {
|
|
28
|
+
const control_3: string;
|
|
29
|
+
export { control_3 as control };
|
|
30
|
+
const description_3: string;
|
|
31
|
+
export { description_3 as description };
|
|
32
|
+
const name_3: string;
|
|
33
|
+
export { name_3 as name };
|
|
34
|
+
}
|
|
35
|
+
namespace onButtonClick {
|
|
36
|
+
export const action: string;
|
|
37
|
+
const description_4: string;
|
|
38
|
+
export { description_4 as description };
|
|
39
|
+
const name_4: string;
|
|
40
|
+
export { name_4 as name };
|
|
41
|
+
}
|
|
42
|
+
namespace buttonColor {
|
|
43
|
+
const control_4: string;
|
|
44
|
+
export { control_4 as control };
|
|
45
|
+
const description_5: string;
|
|
46
|
+
export { description_5 as description };
|
|
47
|
+
const name_5: string;
|
|
48
|
+
export { name_5 as name };
|
|
49
|
+
export const defaultValue: string;
|
|
50
|
+
}
|
|
51
|
+
namespace buttonHoverColor {
|
|
52
|
+
const control_5: string;
|
|
53
|
+
export { control_5 as control };
|
|
54
|
+
const description_6: string;
|
|
55
|
+
export { description_6 as description };
|
|
56
|
+
const name_6: string;
|
|
57
|
+
export { name_6 as name };
|
|
58
|
+
const defaultValue_1: string;
|
|
59
|
+
export { defaultValue_1 as defaultValue };
|
|
60
|
+
}
|
|
61
|
+
namespace showSideButton {
|
|
62
|
+
const control_6: string;
|
|
63
|
+
export { control_6 as control };
|
|
64
|
+
const description_7: string;
|
|
65
|
+
export { description_7 as description };
|
|
66
|
+
const name_7: string;
|
|
67
|
+
export { name_7 as name };
|
|
68
|
+
const defaultValue_2: boolean;
|
|
69
|
+
export { defaultValue_2 as defaultValue };
|
|
70
|
+
}
|
|
71
|
+
namespace onSideButtonClick {
|
|
72
|
+
const action_1: string;
|
|
73
|
+
export { action_1 as action };
|
|
74
|
+
const description_8: string;
|
|
75
|
+
export { description_8 as description };
|
|
76
|
+
const name_8: string;
|
|
77
|
+
export { name_8 as name };
|
|
78
|
+
}
|
|
79
|
+
namespace sideButtonColor {
|
|
80
|
+
const control_7: string;
|
|
81
|
+
export { control_7 as control };
|
|
82
|
+
const description_9: string;
|
|
83
|
+
export { description_9 as description };
|
|
84
|
+
const name_9: string;
|
|
85
|
+
export { name_9 as name };
|
|
86
|
+
const defaultValue_3: string;
|
|
87
|
+
export { defaultValue_3 as defaultValue };
|
|
88
|
+
}
|
|
89
|
+
namespace sideButtonHoverColor {
|
|
90
|
+
const control_8: string;
|
|
91
|
+
export { control_8 as control };
|
|
92
|
+
const description_10: string;
|
|
93
|
+
export { description_10 as description };
|
|
94
|
+
const name_10: string;
|
|
95
|
+
export { name_10 as name };
|
|
96
|
+
const defaultValue_4: string;
|
|
97
|
+
export { defaultValue_4 as defaultValue };
|
|
98
|
+
}
|
|
99
|
+
namespace children {
|
|
100
|
+
const control_9: string;
|
|
101
|
+
export { control_9 as control };
|
|
102
|
+
const description_11: string;
|
|
103
|
+
export { description_11 as description };
|
|
104
|
+
const name_11: string;
|
|
105
|
+
export { name_11 as name };
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
export default _default;
|
|
110
|
+
export namespace Default {
|
|
111
|
+
namespace args {
|
|
112
|
+
const width_1: string;
|
|
113
|
+
export { width_1 as width };
|
|
114
|
+
const height_1: string;
|
|
115
|
+
export { height_1 as height };
|
|
116
|
+
const tableTitle_1: string;
|
|
117
|
+
export { tableTitle_1 as tableTitle };
|
|
118
|
+
const data_1: {}[];
|
|
119
|
+
export { data_1 as data };
|
|
120
|
+
export function onButtonClick_1(): void;
|
|
121
|
+
export { onButtonClick_1 as onButtonClick };
|
|
122
|
+
const buttonColor_1: string;
|
|
123
|
+
export { buttonColor_1 as buttonColor };
|
|
124
|
+
const buttonHoverColor_1: string;
|
|
125
|
+
export { buttonHoverColor_1 as buttonHoverColor };
|
|
126
|
+
const showSideButton_1: boolean;
|
|
127
|
+
export { showSideButton_1 as showSideButton };
|
|
128
|
+
export function onSideButtonClick_1(): void;
|
|
129
|
+
export { onSideButtonClick_1 as onSideButtonClick };
|
|
130
|
+
const sideButtonColor_1: string;
|
|
131
|
+
export { sideButtonColor_1 as sideButtonColor };
|
|
132
|
+
const sideButtonHoverColor_1: string;
|
|
133
|
+
export { sideButtonHoverColor_1 as sideButtonHoverColor };
|
|
134
|
+
const children_1: import("react/jsx-runtime").JSX.Element;
|
|
135
|
+
export { children_1 as children };
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
import Table from "./Table";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const TableWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const TableTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>> & string;
|
|
3
|
+
export const Thead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
|
|
4
|
+
export const HeaderCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, never>> & string;
|
|
5
|
+
export const Tbody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
|
|
6
|
+
export const BodyCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
|
|
7
|
+
export const StyledRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;
|
|
8
|
+
export const NoInfoFound: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
export const TableTop: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
11
|
+
export const SubTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
12
|
+
export const NoEventsParent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
|
+
export const NoEventsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
|
+
export const NoEventsMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -4,9 +4,9 @@ export namespace TitleDescription {
|
|
|
4
4
|
const className: PropTypes.Requireable<string>;
|
|
5
5
|
const showRetailerIcon: PropTypes.Requireable<boolean>;
|
|
6
6
|
const showPeriodIcon: PropTypes.Requireable<boolean>;
|
|
7
|
-
const viewCreativeRetailersData: PropTypes.Requireable<
|
|
7
|
+
const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
label: PropTypes.Requireable<string>;
|
|
9
|
-
}>
|
|
9
|
+
}>[]>;
|
|
10
10
|
const data: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
11
11
|
const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
12
12
|
const width: PropTypes.Requireable<string>;
|
|
@@ -85,53 +85,6 @@ declare namespace _default {
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
export default _default;
|
|
88
|
-
export
|
|
89
|
-
export
|
|
90
|
-
namespace args {
|
|
91
|
-
const showRetailerIcon_1: boolean;
|
|
92
|
-
export { showRetailerIcon_1 as showRetailerIcon };
|
|
93
|
-
export const showPeriodIcon: boolean;
|
|
94
|
-
export const viewCreativeRetailersData: null;
|
|
95
|
-
export { data };
|
|
96
|
-
const width_1: string;
|
|
97
|
-
export { width_1 as width };
|
|
98
|
-
const height_1: string;
|
|
99
|
-
export { height_1 as height };
|
|
100
|
-
const showDraft_1: boolean;
|
|
101
|
-
export { showDraft_1 as showDraft };
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
export function CrossRetailersEvent(args: any): import("react/jsx-runtime").JSX.Element;
|
|
105
|
-
export namespace CrossRetailersEvent {
|
|
106
|
-
export namespace args_1 {
|
|
107
|
-
const showRetailerIcon_2: boolean;
|
|
108
|
-
export { showRetailerIcon_2 as showRetailerIcon };
|
|
109
|
-
const showPeriodIcon_1: boolean;
|
|
110
|
-
export { showPeriodIcon_1 as showPeriodIcon };
|
|
111
|
-
export { viewCreativeRetailersData1 as viewCreativeRetailersData };
|
|
112
|
-
export { data };
|
|
113
|
-
const width_2: string;
|
|
114
|
-
export { width_2 as width };
|
|
115
|
-
const height_2: string;
|
|
116
|
-
export { height_2 as height };
|
|
117
|
-
}
|
|
118
|
-
export { args_1 as args };
|
|
119
|
-
}
|
|
88
|
+
export const LargeSellingEvent: any;
|
|
89
|
+
export const CrossRetailersEvent: any;
|
|
120
90
|
import { TitleDescription } from "./TitleDescription";
|
|
121
|
-
declare namespace data_1 {
|
|
122
|
-
const eventName: string;
|
|
123
|
-
const eventType: string;
|
|
124
|
-
const retailer: string;
|
|
125
|
-
const eventDescription: string;
|
|
126
|
-
const objectivesDescription: string;
|
|
127
|
-
const eventDatesValue: string;
|
|
128
|
-
const externalEventDescription: string;
|
|
129
|
-
const externalEventID: string;
|
|
130
|
-
const storeType: string;
|
|
131
|
-
const category: string;
|
|
132
|
-
const supplier: string;
|
|
133
|
-
const brand: string;
|
|
134
|
-
}
|
|
135
|
-
declare const viewCreativeRetailersData1: {
|
|
136
|
-
label: string;
|
|
137
|
-
}[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ToggleSwitch component for on/off states.
|
|
3
|
+
* Supports small/large sizes and disabled state.
|
|
4
|
+
*/
|
|
5
|
+
declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
|
|
6
|
+
[x: string]: any;
|
|
7
|
+
checked: any;
|
|
8
|
+
onChange: any;
|
|
9
|
+
size?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare namespace ToggleSwitch {
|
|
13
|
+
namespace propTypes {
|
|
14
|
+
const checked: PropTypes.Validator<boolean>;
|
|
15
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
16
|
+
const size: PropTypes.Requireable<string>;
|
|
17
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export default ToggleSwitch;
|
|
21
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { ToggleSwitch as component };
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
export const SmallOff: any;
|
|
7
|
+
export const SmallOn: any;
|
|
8
|
+
export const SmallDisabled: any;
|
|
9
|
+
export const MediumOff: any;
|
|
10
|
+
export const MediumOn: any;
|
|
11
|
+
export const MediumDisabled: any;
|
|
12
|
+
export const LargeOff: any;
|
|
13
|
+
export const LargeOn: any;
|
|
14
|
+
export const LargeDisabled: any;
|
|
15
|
+
import ToggleSwitch from "./ToggleSwitch";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const ToggleSwitchLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
2
|
+
export const ToggleInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
3
|
+
export const ToggleSlider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -3,13 +3,13 @@ declare function Tooltip(props: any): import("react/jsx-runtime").JSX.Element;
|
|
|
3
3
|
declare namespace Tooltip {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
6
|
-
const content: PropTypes.Requireable<
|
|
6
|
+
const content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
7
7
|
const direction: PropTypes.Requireable<string>;
|
|
8
8
|
const delay: PropTypes.Requireable<string>;
|
|
9
9
|
const topFactor: PropTypes.Requireable<number>;
|
|
10
10
|
}
|
|
11
11
|
namespace defaultProps {
|
|
12
|
-
const children_1:
|
|
12
|
+
const children_1: any;
|
|
13
13
|
export { children_1 as children };
|
|
14
14
|
const content_1: string;
|
|
15
15
|
export { content_1 as content };
|
|
@@ -21,16 +21,5 @@ declare namespace _default {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
export default _default;
|
|
24
|
-
export
|
|
25
|
-
export namespace Example {
|
|
26
|
-
namespace args {
|
|
27
|
-
const title_2: string;
|
|
28
|
-
export { title_2 as title };
|
|
29
|
-
const list_1: {
|
|
30
|
-
value: string;
|
|
31
|
-
label: string;
|
|
32
|
-
}[];
|
|
33
|
-
export { list_1 as list };
|
|
34
|
-
}
|
|
35
|
-
}
|
|
24
|
+
export const Example: any;
|
|
36
25
|
import TopToggleList from "./TopToggleList";
|