sag_components 2.0.0-beta17 → 2.0.0-beta171
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 +857 -263
- package/dist/index.esm.js +36116 -12701
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +34290 -10822
- 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 -69
- 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 +80 -0
- 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/BrushChart/BrushChart.stories.d.ts +150 -0
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +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 +107 -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 +2 -2
- 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.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +2 -61
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +303 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +4 -58
- 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 +10 -10
- 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.d.ts +2 -1
- package/dist/types/components/Input/Input.stories.d.ts +134 -515
- 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/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +18 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +140 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +26 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +8 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +15 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +17 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -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/AdvancedThresholds.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.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 +168 -0
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
- package/dist/types/components/MessageBox/MessageBox.d.ts +17 -0
- package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
- package/dist/types/components/MessageBox/MessageBox.styles.d.ts +7 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +15 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -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 +79 -0
- 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 +22 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +336 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +9 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +26 -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 +16 -1
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +161 -305
- package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +7 -0
- package/dist/types/components/QuickFilterCards/QuickFilterCards.stories.d.ts +49 -0
- package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -0
- 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/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → 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/DropMenus/FieldPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
- package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +6 -0
- package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +10 -0
- package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
- package/dist/types/components/Table/FilterIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
- package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +5 -0
- package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
- package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
- package/dist/types/components/Table/NoEvents.d.ts +5 -0
- package/dist/types/components/Table/NoSearchUpcIcon.d.ts +5 -0
- package/dist/types/components/Table/NoUpcIcon.d.ts +5 -0
- package/dist/types/components/Table/NothingToTrack.d.ts +5 -0
- package/dist/types/components/Table/SortIcon.d.ts +6 -0
- package/dist/types/components/Table/Table.d.ts +5 -0
- package/dist/types/components/Table/Table.stories.d.ts +694 -0
- package/dist/types/components/Table/Table.style.d.ts +18 -0
- package/dist/types/components/Table/TableBody.d.ts +49 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +26 -0
- package/dist/types/components/Table/TableHeader.d.ts +10 -0
- package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
- package/dist/types/components/Table/data.d.ts +356 -0
- package/dist/types/components/Tag/Tag.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Table.stories.d.ts → Tag/Tag.stories.d.ts} +54 -62
- package/dist/types/components/Tag/Tag.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/ToasterMessageBox/ToasterMessageBox.d.ts +10 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +57 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
- 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 +0 -22
- 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 +30 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +18 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +98 -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/ArrowRightFullIcon.d.ts +5 -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/CalendarInOpen.d.ts +5 -1
- 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/CommentIcon.d.ts +7 -0
- 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/ExclamationMarkIcon.d.ts +6 -0
- 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/OkCircleIcon.d.ts +6 -0
- package/dist/types/icons/OkIcon.d.ts +6 -0
- 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/RedDot.d.ts +5 -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/TrashIcon.d.ts +7 -0
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/icons/UploadIcon.d.ts +7 -0
- package/dist/types/icons/UploadIconV2.d.ts +6 -0
- package/dist/types/icons/index.d.ts +20 -0
- package/dist/types/index.d.ts +52 -0
- package/dist/types/utils/CommonFunctions.d.ts +6 -1
- package/package.json +43 -40
- 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/DropdownMultiNew/DropdownNew.stories.d.ts +0 -574
- 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/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.style.d.ts +0 -0
|
@@ -18,6 +18,8 @@ declare namespace _default {
|
|
|
18
18
|
const description: string;
|
|
19
19
|
}
|
|
20
20
|
export namespace type_2 {
|
|
21
|
+
const name_1: string;
|
|
22
|
+
export { name_1 as name };
|
|
21
23
|
export namespace control_1 {
|
|
22
24
|
const type_3: string;
|
|
23
25
|
export { type_3 as type };
|
|
@@ -29,6 +31,8 @@ declare namespace _default {
|
|
|
29
31
|
}
|
|
30
32
|
export { type_2 as type };
|
|
31
33
|
export namespace size {
|
|
34
|
+
const name_2: string;
|
|
35
|
+
export { name_2 as name };
|
|
32
36
|
export namespace control_2 {
|
|
33
37
|
const type_4: string;
|
|
34
38
|
export { type_4 as type };
|
|
@@ -40,8 +44,8 @@ declare namespace _default {
|
|
|
40
44
|
export { description_2 as description };
|
|
41
45
|
}
|
|
42
46
|
export namespace disabled {
|
|
43
|
-
const
|
|
44
|
-
export {
|
|
47
|
+
const name_3: string;
|
|
48
|
+
export { name_3 as name };
|
|
45
49
|
export namespace control_3 {
|
|
46
50
|
const type_5: string;
|
|
47
51
|
export { type_5 as type };
|
|
@@ -52,6 +56,8 @@ declare namespace _default {
|
|
|
52
56
|
export const defaultValue: string;
|
|
53
57
|
}
|
|
54
58
|
export namespace backgroundColor {
|
|
59
|
+
const name_4: string;
|
|
60
|
+
export { name_4 as name };
|
|
55
61
|
export namespace control_4 {
|
|
56
62
|
const type_6: string;
|
|
57
63
|
export { type_6 as type };
|
|
@@ -62,8 +68,8 @@ declare namespace _default {
|
|
|
62
68
|
export { control_4 as control };
|
|
63
69
|
}
|
|
64
70
|
export namespace hoverBorderColor {
|
|
65
|
-
const
|
|
66
|
-
export {
|
|
71
|
+
const name_5: string;
|
|
72
|
+
export { name_5 as name };
|
|
67
73
|
export namespace control_5 {
|
|
68
74
|
const type_7: string;
|
|
69
75
|
export { type_7 as type };
|
|
@@ -75,8 +81,8 @@ declare namespace _default {
|
|
|
75
81
|
export { control_5 as control };
|
|
76
82
|
}
|
|
77
83
|
export namespace hoverTextColor {
|
|
78
|
-
const
|
|
79
|
-
export {
|
|
84
|
+
const name_6: string;
|
|
85
|
+
export { name_6 as name };
|
|
80
86
|
export namespace control_6 {
|
|
81
87
|
const type_8: string;
|
|
82
88
|
export { type_8 as type };
|
|
@@ -88,8 +94,8 @@ declare namespace _default {
|
|
|
88
94
|
export { control_6 as control };
|
|
89
95
|
}
|
|
90
96
|
export namespace hoverBackgroundColor {
|
|
91
|
-
const
|
|
92
|
-
export {
|
|
97
|
+
const name_7: string;
|
|
98
|
+
export { name_7 as name };
|
|
93
99
|
export namespace control_7 {
|
|
94
100
|
const type_9: string;
|
|
95
101
|
export { type_9 as type };
|
|
@@ -101,8 +107,8 @@ declare namespace _default {
|
|
|
101
107
|
export { control_7 as control };
|
|
102
108
|
}
|
|
103
109
|
export namespace borderColor {
|
|
104
|
-
const
|
|
105
|
-
export {
|
|
110
|
+
const name_8: string;
|
|
111
|
+
export { name_8 as name };
|
|
106
112
|
export namespace control_8 {
|
|
107
113
|
const type_10: string;
|
|
108
114
|
export { type_10 as type };
|
|
@@ -113,42 +119,42 @@ declare namespace _default {
|
|
|
113
119
|
}
|
|
114
120
|
export { control_8 as control };
|
|
115
121
|
}
|
|
116
|
-
export namespace
|
|
117
|
-
const
|
|
118
|
-
export {
|
|
122
|
+
export namespace borderRadius {
|
|
123
|
+
const name_9: string;
|
|
124
|
+
export { name_9 as name };
|
|
119
125
|
export namespace control_9 {
|
|
120
126
|
const type_11: string;
|
|
121
127
|
export { type_11 as type };
|
|
122
|
-
const presetColors_5: string[];
|
|
123
|
-
export { presetColors_5 as presetColors };
|
|
124
|
-
const description_9: string;
|
|
125
|
-
export { description_9 as description };
|
|
126
128
|
}
|
|
127
129
|
export { control_9 as control };
|
|
130
|
+
const description_9: string;
|
|
131
|
+
export { description_9 as description };
|
|
128
132
|
}
|
|
129
|
-
export namespace
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
export { description_10 as description };
|
|
133
|
-
}
|
|
134
|
-
export namespace leftIcon {
|
|
135
|
-
const name_7: string;
|
|
136
|
-
export { name_7 as name };
|
|
137
|
-
const options_2: string[];
|
|
138
|
-
export { options_2 as options };
|
|
133
|
+
export namespace textColor {
|
|
134
|
+
const name_10: string;
|
|
135
|
+
export { name_10 as name };
|
|
139
136
|
export namespace control_10 {
|
|
140
137
|
const type_12: string;
|
|
141
138
|
export { type_12 as type };
|
|
139
|
+
const presetColors_5: string[];
|
|
140
|
+
export { presetColors_5 as presetColors };
|
|
141
|
+
const description_10: string;
|
|
142
|
+
export { description_10 as description };
|
|
142
143
|
}
|
|
143
144
|
export { control_10 as control };
|
|
145
|
+
}
|
|
146
|
+
export namespace onClick {
|
|
147
|
+
const name_11: string;
|
|
148
|
+
export { name_11 as name };
|
|
149
|
+
export const action: string;
|
|
144
150
|
const description_11: string;
|
|
145
151
|
export { description_11 as description };
|
|
146
152
|
}
|
|
147
|
-
export namespace
|
|
148
|
-
const
|
|
149
|
-
export {
|
|
150
|
-
const
|
|
151
|
-
export {
|
|
153
|
+
export namespace leftIcon {
|
|
154
|
+
const name_12: string;
|
|
155
|
+
export { name_12 as name };
|
|
156
|
+
const options_2: string[];
|
|
157
|
+
export { options_2 as options };
|
|
152
158
|
export namespace control_11 {
|
|
153
159
|
const type_13: string;
|
|
154
160
|
export { type_13 as type };
|
|
@@ -157,9 +163,11 @@ declare namespace _default {
|
|
|
157
163
|
const description_12: string;
|
|
158
164
|
export { description_12 as description };
|
|
159
165
|
}
|
|
160
|
-
export namespace
|
|
161
|
-
const
|
|
162
|
-
export {
|
|
166
|
+
export namespace rightIcon {
|
|
167
|
+
const name_13: string;
|
|
168
|
+
export { name_13 as name };
|
|
169
|
+
const options_3: string[];
|
|
170
|
+
export { options_3 as options };
|
|
163
171
|
export namespace control_12 {
|
|
164
172
|
const type_14: string;
|
|
165
173
|
export { type_14 as type };
|
|
@@ -168,226 +176,70 @@ declare namespace _default {
|
|
|
168
176
|
const description_13: string;
|
|
169
177
|
export { description_13 as description };
|
|
170
178
|
}
|
|
179
|
+
export namespace isSubmitButton {
|
|
180
|
+
const name_14: string;
|
|
181
|
+
export { name_14 as name };
|
|
182
|
+
export namespace control_13 {
|
|
183
|
+
const type_15: string;
|
|
184
|
+
export { type_15 as type };
|
|
185
|
+
}
|
|
186
|
+
export { control_13 as control };
|
|
187
|
+
const description_14: string;
|
|
188
|
+
export { description_14 as description };
|
|
189
|
+
}
|
|
190
|
+
export namespace disabledTextColor {
|
|
191
|
+
const name_15: string;
|
|
192
|
+
export { name_15 as name };
|
|
193
|
+
export namespace control_14 {
|
|
194
|
+
const type_16: string;
|
|
195
|
+
export { type_16 as type };
|
|
196
|
+
const presetColors_6: string[];
|
|
197
|
+
export { presetColors_6 as presetColors };
|
|
198
|
+
const description_15: string;
|
|
199
|
+
export { description_15 as description };
|
|
200
|
+
}
|
|
201
|
+
export { control_14 as control };
|
|
202
|
+
}
|
|
203
|
+
export namespace disabledBackgroundColor {
|
|
204
|
+
const name_16: string;
|
|
205
|
+
export { name_16 as name };
|
|
206
|
+
export namespace control_15 {
|
|
207
|
+
const type_17: string;
|
|
208
|
+
export { type_17 as type };
|
|
209
|
+
const presetColors_7: string[];
|
|
210
|
+
export { presetColors_7 as presetColors };
|
|
211
|
+
const description_16: string;
|
|
212
|
+
export { description_16 as description };
|
|
213
|
+
}
|
|
214
|
+
export { control_15 as control };
|
|
215
|
+
}
|
|
216
|
+
export namespace disabledBorderColor {
|
|
217
|
+
const name_17: string;
|
|
218
|
+
export { name_17 as name };
|
|
219
|
+
export namespace control_16 {
|
|
220
|
+
const type_18: string;
|
|
221
|
+
export { type_18 as type };
|
|
222
|
+
const presetColors_8: string[];
|
|
223
|
+
export { presetColors_8 as presetColors };
|
|
224
|
+
const description_17: string;
|
|
225
|
+
export { description_17 as description };
|
|
226
|
+
}
|
|
227
|
+
export { control_16 as control };
|
|
228
|
+
}
|
|
171
229
|
}
|
|
172
230
|
}
|
|
173
231
|
export default _default;
|
|
174
|
-
export
|
|
175
|
-
export
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
export { rightIcon_1 as rightIcon };
|
|
189
|
-
const isSubmitButton_1: boolean;
|
|
190
|
-
export { isSubmitButton_1 as isSubmitButton };
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
export function PrimaryDisabled(args: any): import("react/jsx-runtime").JSX.Element;
|
|
194
|
-
export namespace PrimaryDisabled {
|
|
195
|
-
export namespace args_1 {
|
|
196
|
-
const text_2: string;
|
|
197
|
-
export { text_2 as text };
|
|
198
|
-
const type_16: string;
|
|
199
|
-
export { type_16 as type };
|
|
200
|
-
const size_2: string;
|
|
201
|
-
export { size_2 as size };
|
|
202
|
-
const disabled_2: boolean;
|
|
203
|
-
export { disabled_2 as disabled };
|
|
204
|
-
const leftIcon_2: string;
|
|
205
|
-
export { leftIcon_2 as leftIcon };
|
|
206
|
-
const rightIcon_2: string;
|
|
207
|
-
export { rightIcon_2 as rightIcon };
|
|
208
|
-
const isSubmitButton_2: boolean;
|
|
209
|
-
export { isSubmitButton_2 as isSubmitButton };
|
|
210
|
-
}
|
|
211
|
-
export { args_1 as args };
|
|
212
|
-
}
|
|
213
|
-
export function SecondaryDefault(args: any): import("react/jsx-runtime").JSX.Element;
|
|
214
|
-
export namespace SecondaryDefault {
|
|
215
|
-
export namespace args_2 {
|
|
216
|
-
const text_3: string;
|
|
217
|
-
export { text_3 as text };
|
|
218
|
-
const type_17: string;
|
|
219
|
-
export { type_17 as type };
|
|
220
|
-
const size_3: string;
|
|
221
|
-
export { size_3 as size };
|
|
222
|
-
const disabled_3: boolean;
|
|
223
|
-
export { disabled_3 as disabled };
|
|
224
|
-
const leftIcon_3: string;
|
|
225
|
-
export { leftIcon_3 as leftIcon };
|
|
226
|
-
const rightIcon_3: string;
|
|
227
|
-
export { rightIcon_3 as rightIcon };
|
|
228
|
-
const isSubmitButton_3: boolean;
|
|
229
|
-
export { isSubmitButton_3 as isSubmitButton };
|
|
230
|
-
}
|
|
231
|
-
export { args_2 as args };
|
|
232
|
-
}
|
|
233
|
-
export function SecondaryDisabled(args: any): import("react/jsx-runtime").JSX.Element;
|
|
234
|
-
export namespace SecondaryDisabled {
|
|
235
|
-
export namespace args_3 {
|
|
236
|
-
const text_4: string;
|
|
237
|
-
export { text_4 as text };
|
|
238
|
-
const type_18: string;
|
|
239
|
-
export { type_18 as type };
|
|
240
|
-
const size_4: string;
|
|
241
|
-
export { size_4 as size };
|
|
242
|
-
const disabled_4: boolean;
|
|
243
|
-
export { disabled_4 as disabled };
|
|
244
|
-
const leftIcon_4: string;
|
|
245
|
-
export { leftIcon_4 as leftIcon };
|
|
246
|
-
const rightIcon_4: string;
|
|
247
|
-
export { rightIcon_4 as rightIcon };
|
|
248
|
-
const isSubmitButton_4: boolean;
|
|
249
|
-
export { isSubmitButton_4 as isSubmitButton };
|
|
250
|
-
}
|
|
251
|
-
export { args_3 as args };
|
|
252
|
-
}
|
|
253
|
-
export function SmallButtonTwoIcons(args: any): import("react/jsx-runtime").JSX.Element;
|
|
254
|
-
export namespace SmallButtonTwoIcons {
|
|
255
|
-
export namespace args_4 {
|
|
256
|
-
const text_5: string;
|
|
257
|
-
export { text_5 as text };
|
|
258
|
-
const type_19: string;
|
|
259
|
-
export { type_19 as type };
|
|
260
|
-
const size_5: string;
|
|
261
|
-
export { size_5 as size };
|
|
262
|
-
const disabled_5: boolean;
|
|
263
|
-
export { disabled_5 as disabled };
|
|
264
|
-
const leftIcon_5: string;
|
|
265
|
-
export { leftIcon_5 as leftIcon };
|
|
266
|
-
const rightIcon_5: string;
|
|
267
|
-
export { rightIcon_5 as rightIcon };
|
|
268
|
-
const isSubmitButton_5: boolean;
|
|
269
|
-
export { isSubmitButton_5 as isSubmitButton };
|
|
270
|
-
}
|
|
271
|
-
export { args_4 as args };
|
|
272
|
-
}
|
|
273
|
-
export function SmallButtonLeftIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
274
|
-
export namespace SmallButtonLeftIcon {
|
|
275
|
-
export namespace args_5 {
|
|
276
|
-
const text_6: string;
|
|
277
|
-
export { text_6 as text };
|
|
278
|
-
const type_20: string;
|
|
279
|
-
export { type_20 as type };
|
|
280
|
-
const size_6: string;
|
|
281
|
-
export { size_6 as size };
|
|
282
|
-
const disabled_6: boolean;
|
|
283
|
-
export { disabled_6 as disabled };
|
|
284
|
-
const leftIcon_6: string;
|
|
285
|
-
export { leftIcon_6 as leftIcon };
|
|
286
|
-
const rightIcon_6: string;
|
|
287
|
-
export { rightIcon_6 as rightIcon };
|
|
288
|
-
const isSubmitButton_6: boolean;
|
|
289
|
-
export { isSubmitButton_6 as isSubmitButton };
|
|
290
|
-
}
|
|
291
|
-
export { args_5 as args };
|
|
292
|
-
}
|
|
293
|
-
export function SmallButtonRightIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
294
|
-
export namespace SmallButtonRightIcon {
|
|
295
|
-
export namespace args_6 {
|
|
296
|
-
const text_7: string;
|
|
297
|
-
export { text_7 as text };
|
|
298
|
-
const type_21: string;
|
|
299
|
-
export { type_21 as type };
|
|
300
|
-
const size_7: string;
|
|
301
|
-
export { size_7 as size };
|
|
302
|
-
const disabled_7: boolean;
|
|
303
|
-
export { disabled_7 as disabled };
|
|
304
|
-
const leftIcon_7: string;
|
|
305
|
-
export { leftIcon_7 as leftIcon };
|
|
306
|
-
const rightIcon_7: string;
|
|
307
|
-
export { rightIcon_7 as rightIcon };
|
|
308
|
-
const isSubmitButton_7: boolean;
|
|
309
|
-
export { isSubmitButton_7 as isSubmitButton };
|
|
310
|
-
}
|
|
311
|
-
export { args_6 as args };
|
|
312
|
-
}
|
|
313
|
-
export function MediumButtonTwoIcons(args: any): import("react/jsx-runtime").JSX.Element;
|
|
314
|
-
export namespace MediumButtonTwoIcons {
|
|
315
|
-
export namespace args_7 {
|
|
316
|
-
const text_8: string;
|
|
317
|
-
export { text_8 as text };
|
|
318
|
-
const type_22: string;
|
|
319
|
-
export { type_22 as type };
|
|
320
|
-
const size_8: string;
|
|
321
|
-
export { size_8 as size };
|
|
322
|
-
const disabled_8: boolean;
|
|
323
|
-
export { disabled_8 as disabled };
|
|
324
|
-
const leftIcon_8: string;
|
|
325
|
-
export { leftIcon_8 as leftIcon };
|
|
326
|
-
const rightIcon_8: string;
|
|
327
|
-
export { rightIcon_8 as rightIcon };
|
|
328
|
-
const isSubmitButton_8: boolean;
|
|
329
|
-
export { isSubmitButton_8 as isSubmitButton };
|
|
330
|
-
}
|
|
331
|
-
export { args_7 as args };
|
|
332
|
-
}
|
|
333
|
-
export function MediumButtonLeftIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
334
|
-
export namespace MediumButtonLeftIcon {
|
|
335
|
-
export namespace args_8 {
|
|
336
|
-
const text_9: string;
|
|
337
|
-
export { text_9 as text };
|
|
338
|
-
const type_23: string;
|
|
339
|
-
export { type_23 as type };
|
|
340
|
-
const size_9: string;
|
|
341
|
-
export { size_9 as size };
|
|
342
|
-
const disabled_9: boolean;
|
|
343
|
-
export { disabled_9 as disabled };
|
|
344
|
-
const leftIcon_9: string;
|
|
345
|
-
export { leftIcon_9 as leftIcon };
|
|
346
|
-
const rightIcon_9: string;
|
|
347
|
-
export { rightIcon_9 as rightIcon };
|
|
348
|
-
const isSubmitButton_9: boolean;
|
|
349
|
-
export { isSubmitButton_9 as isSubmitButton };
|
|
350
|
-
}
|
|
351
|
-
export { args_8 as args };
|
|
352
|
-
}
|
|
353
|
-
export function MediumButtonRightIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
354
|
-
export namespace MediumButtonRightIcon {
|
|
355
|
-
export namespace args_9 {
|
|
356
|
-
const text_10: string;
|
|
357
|
-
export { text_10 as text };
|
|
358
|
-
const type_24: string;
|
|
359
|
-
export { type_24 as type };
|
|
360
|
-
const size_10: string;
|
|
361
|
-
export { size_10 as size };
|
|
362
|
-
const disabled_10: boolean;
|
|
363
|
-
export { disabled_10 as disabled };
|
|
364
|
-
const leftIcon_10: string;
|
|
365
|
-
export { leftIcon_10 as leftIcon };
|
|
366
|
-
const rightIcon_10: string;
|
|
367
|
-
export { rightIcon_10 as rightIcon };
|
|
368
|
-
const isSubmitButton_10: boolean;
|
|
369
|
-
export { isSubmitButton_10 as isSubmitButton };
|
|
370
|
-
}
|
|
371
|
-
export { args_9 as args };
|
|
372
|
-
}
|
|
373
|
-
export function SubmitButton(args: any): import("react/jsx-runtime").JSX.Element;
|
|
374
|
-
export namespace SubmitButton {
|
|
375
|
-
export namespace args_10 {
|
|
376
|
-
const text_11: string;
|
|
377
|
-
export { text_11 as text };
|
|
378
|
-
const type_25: string;
|
|
379
|
-
export { type_25 as type };
|
|
380
|
-
const size_11: string;
|
|
381
|
-
export { size_11 as size };
|
|
382
|
-
const disabled_11: boolean;
|
|
383
|
-
export { disabled_11 as disabled };
|
|
384
|
-
const leftIcon_11: string;
|
|
385
|
-
export { leftIcon_11 as leftIcon };
|
|
386
|
-
const rightIcon_11: string;
|
|
387
|
-
export { rightIcon_11 as rightIcon };
|
|
388
|
-
const isSubmitButton_11: boolean;
|
|
389
|
-
export { isSubmitButton_11 as isSubmitButton };
|
|
390
|
-
}
|
|
391
|
-
export { args_10 as args };
|
|
392
|
-
}
|
|
393
|
-
import { Button } from "./Button";
|
|
232
|
+
export const PrimaryDefault: any;
|
|
233
|
+
export const PrimaryDisabled: any;
|
|
234
|
+
export const SecondaryDefault: any;
|
|
235
|
+
export const SecondaryDisabled: any;
|
|
236
|
+
export const SmallButtonTwoIcons: any;
|
|
237
|
+
export const SmallButtonLeftIcon: any;
|
|
238
|
+
export const SmallButtonRightIcon: any;
|
|
239
|
+
export const MediumButtonTwoIcons: any;
|
|
240
|
+
export const MediumButtonLeftIcon: any;
|
|
241
|
+
export const MediumButtonRightIcon: any;
|
|
242
|
+
export const SubmitButton: any;
|
|
243
|
+
export const Previous: any;
|
|
244
|
+
export const Next: any;
|
|
245
|
+
import Button from "./Button";
|
|
@@ -3,15 +3,15 @@ declare function CampaignDemoReport(props: any): import("react/jsx-runtime").JSX
|
|
|
3
3
|
declare namespace CampaignDemoReport {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const topHeadline: PropTypes.Requireable<string>;
|
|
6
|
-
const topLabels: PropTypes.Requireable<
|
|
6
|
+
const topLabels: PropTypes.Requireable<PropTypes.InferProps<{
|
|
7
7
|
value: PropTypes.Requireable<string>;
|
|
8
8
|
icon: PropTypes.Requireable<string>;
|
|
9
|
-
}>
|
|
9
|
+
}>[]>;
|
|
10
10
|
const bottomHeadline: PropTypes.Requireable<string>;
|
|
11
|
-
const bottomLabels: PropTypes.Requireable<
|
|
11
|
+
const bottomLabels: PropTypes.Requireable<PropTypes.InferProps<{
|
|
12
12
|
value: PropTypes.Requireable<string>;
|
|
13
13
|
icon: PropTypes.Requireable<string>;
|
|
14
|
-
}>
|
|
14
|
+
}>[]>;
|
|
15
15
|
}
|
|
16
16
|
namespace defaultProps {
|
|
17
17
|
const topHeadline_1: string;
|
|
@@ -2,12 +2,12 @@ export default Card;
|
|
|
2
2
|
declare function Card(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare namespace Card {
|
|
4
4
|
namespace propTypes {
|
|
5
|
-
const data: PropTypes.Requireable<
|
|
5
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
6
6
|
key: PropTypes.Requireable<string>;
|
|
7
7
|
icon: PropTypes.Requireable<string>;
|
|
8
8
|
label: PropTypes.Requireable<string>;
|
|
9
9
|
value: PropTypes.Requireable<number>;
|
|
10
|
-
}>
|
|
10
|
+
}>[]>;
|
|
11
11
|
const cardTitle: PropTypes.Requireable<string>;
|
|
12
12
|
const buttonText: PropTypes.Requireable<string>;
|
|
13
13
|
const onCardButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export function PopupContent(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
export namespace PopupContent {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
const RowsData: PropTypes.Requireable<
|
|
4
|
+
const RowsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
5
5
|
label: PropTypes.Requireable<string>;
|
|
6
6
|
checked: PropTypes.Requireable<boolean>;
|
|
7
7
|
disabled: PropTypes.Requireable<boolean>;
|
|
8
|
-
}>
|
|
8
|
+
}>[]>;
|
|
9
9
|
const borderColor: PropTypes.Requireable<string>;
|
|
10
10
|
const height: PropTypes.Requireable<string>;
|
|
11
11
|
const width: PropTypes.Requireable<string>;
|
|
12
12
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
13
13
|
}
|
|
14
14
|
namespace defaultProps {
|
|
15
|
-
const RowsData_1:
|
|
15
|
+
const RowsData_1: any[];
|
|
16
16
|
export { RowsData_1 as RowsData };
|
|
17
17
|
const borderColor_1: string;
|
|
18
18
|
export { borderColor_1 as borderColor };
|
|
@@ -2,11 +2,11 @@ export function Table(props: any): import("react/jsx-runtime").JSX.Element;
|
|
|
2
2
|
export namespace Table {
|
|
3
3
|
namespace propTypes {
|
|
4
4
|
const tableKey: PropTypes.Requireable<string>;
|
|
5
|
-
const data: PropTypes.Requireable<
|
|
5
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
6
6
|
key: PropTypes.Requireable<string>;
|
|
7
7
|
name: PropTypes.Requireable<string>;
|
|
8
8
|
age: PropTypes.Requireable<number>;
|
|
9
|
-
}>
|
|
9
|
+
}>[]>;
|
|
10
10
|
const width: PropTypes.Requireable<string>;
|
|
11
11
|
const height: PropTypes.Requireable<string>;
|
|
12
12
|
const onCheckAllInput: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
export function CheckBox(
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
label: any;
|
|
4
|
-
checked?: boolean | undefined;
|
|
5
|
-
disabled?: boolean | undefined;
|
|
6
|
-
width?: string | undefined;
|
|
7
|
-
height?: string | undefined;
|
|
8
|
-
iconSize?: string | undefined;
|
|
9
|
-
fontSize?: string | undefined;
|
|
10
|
-
colorChecked?: string | undefined;
|
|
11
|
-
colorUnchecked?: string | undefined;
|
|
12
|
-
colorDisabled?: string | undefined;
|
|
13
|
-
onClick: any;
|
|
14
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export function CheckBox(props: any): import("react/jsx-runtime").JSX.Element;
|
|
15
2
|
export default CheckBox;
|
|
@@ -122,29 +122,5 @@ declare namespace _default {
|
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
export default _default;
|
|
125
|
-
export
|
|
126
|
-
export namespace SelectAll {
|
|
127
|
-
namespace args {
|
|
128
|
-
const label_1: string;
|
|
129
|
-
export { label_1 as label };
|
|
130
|
-
const checked_1: boolean;
|
|
131
|
-
export { checked_1 as checked };
|
|
132
|
-
const disabled_1: boolean;
|
|
133
|
-
export { disabled_1 as disabled };
|
|
134
|
-
const width_1: string;
|
|
135
|
-
export { width_1 as width };
|
|
136
|
-
const height_1: string;
|
|
137
|
-
export { height_1 as height };
|
|
138
|
-
const fontSize_1: string;
|
|
139
|
-
export { fontSize_1 as fontSize };
|
|
140
|
-
const iconSize_1: string;
|
|
141
|
-
export { iconSize_1 as iconSize };
|
|
142
|
-
const colorChecked_1: string;
|
|
143
|
-
export { colorChecked_1 as colorChecked };
|
|
144
|
-
const colorUnchecked_1: string;
|
|
145
|
-
export { colorUnchecked_1 as colorUnchecked };
|
|
146
|
-
const colorDisabled_1: string;
|
|
147
|
-
export { colorDisabled_1 as colorDisabled };
|
|
148
|
-
}
|
|
149
|
-
}
|
|
125
|
+
export const SelectAll: any;
|
|
150
126
|
import { CheckBox } from "./CheckBox";
|
|
@@ -2,20 +2,20 @@ export function CheckBoxButton({ label, displayLabel, checked, disabled, showIco
|
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
label: any;
|
|
4
4
|
displayLabel: any;
|
|
5
|
-
checked?: boolean
|
|
6
|
-
disabled?: boolean
|
|
7
|
-
showIconInCheckBoxButtons?: boolean
|
|
8
|
-
width?: string
|
|
9
|
-
height?: string
|
|
10
|
-
iconSize?: string
|
|
11
|
-
fontSize?: string
|
|
12
|
-
iconColor?: string
|
|
13
|
-
borderColor?: string
|
|
14
|
-
borderRadius?: string
|
|
15
|
-
textColorChecked?: string
|
|
16
|
-
textColorUnchecked?: string
|
|
17
|
-
backgroundColorChecked?: string
|
|
18
|
-
backgroundColorUnchecked?: string
|
|
5
|
+
checked?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
showIconInCheckBoxButtons?: boolean;
|
|
8
|
+
width?: string;
|
|
9
|
+
height?: string;
|
|
10
|
+
iconSize?: string;
|
|
11
|
+
fontSize?: string;
|
|
12
|
+
iconColor?: string;
|
|
13
|
+
borderColor?: string;
|
|
14
|
+
borderRadius?: string;
|
|
15
|
+
textColorChecked?: string;
|
|
16
|
+
textColorUnchecked?: string;
|
|
17
|
+
backgroundColorChecked?: string;
|
|
18
|
+
backgroundColorUnchecked?: string;
|
|
19
19
|
onClick: any;
|
|
20
20
|
}): import("react/jsx-runtime").JSX.Element;
|
|
21
21
|
export default CheckBoxButton;
|
|
@@ -183,39 +183,5 @@ declare namespace _default {
|
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
export default _default;
|
|
186
|
-
export
|
|
187
|
-
export namespace Retailer {
|
|
188
|
-
namespace args {
|
|
189
|
-
const label_1: string;
|
|
190
|
-
export { label_1 as label };
|
|
191
|
-
const checked_1: boolean;
|
|
192
|
-
export { checked_1 as checked };
|
|
193
|
-
const disabled_1: boolean;
|
|
194
|
-
export { disabled_1 as disabled };
|
|
195
|
-
const showIconInCheckBoxButtons_1: boolean;
|
|
196
|
-
export { showIconInCheckBoxButtons_1 as showIconInCheckBoxButtons };
|
|
197
|
-
const width_1: string;
|
|
198
|
-
export { width_1 as width };
|
|
199
|
-
const height_1: string;
|
|
200
|
-
export { height_1 as height };
|
|
201
|
-
const fontSize_1: string;
|
|
202
|
-
export { fontSize_1 as fontSize };
|
|
203
|
-
const iconSize_1: string;
|
|
204
|
-
export { iconSize_1 as iconSize };
|
|
205
|
-
const iconColor_1: string;
|
|
206
|
-
export { iconColor_1 as iconColor };
|
|
207
|
-
const borderColor_1: string;
|
|
208
|
-
export { borderColor_1 as borderColor };
|
|
209
|
-
const borderRadius_1: string;
|
|
210
|
-
export { borderRadius_1 as borderRadius };
|
|
211
|
-
const textColorChecked_1: string;
|
|
212
|
-
export { textColorChecked_1 as textColorChecked };
|
|
213
|
-
const textColorUnchecked_1: string;
|
|
214
|
-
export { textColorUnchecked_1 as textColorUnchecked };
|
|
215
|
-
const backgroundColorChecked_1: string;
|
|
216
|
-
export { backgroundColorChecked_1 as backgroundColorChecked };
|
|
217
|
-
const backgroundColorUnchecked_1: string;
|
|
218
|
-
export { backgroundColorUnchecked_1 as backgroundColorUnchecked };
|
|
219
|
-
}
|
|
220
|
-
}
|
|
186
|
+
export const Retailer: any;
|
|
221
187
|
import { CheckBoxButton } from "./CheckBoxButton";
|