sag_components 2.0.0-beta16 → 2.0.0-beta161
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 +850 -276
- package/dist/index.esm.js +35967 -12754
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +36079 -12815
- 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/{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 +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 +3 -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 +17 -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 +7 -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 +14 -14
- 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/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/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/index.d.ts +20 -0
- package/dist/types/index.d.ts +50 -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
|
@@ -1,24 +1,2 @@
|
|
|
1
1
|
export default SearchInput;
|
|
2
2
|
declare function SearchInput(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace SearchInput {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
const placeholder: PropTypes.Requireable<string>;
|
|
6
|
-
const width: PropTypes.Requireable<string>;
|
|
7
|
-
const height: PropTypes.Requireable<string>;
|
|
8
|
-
const onTyping: PropTypes.Requireable<(...args: any[]) => any>;
|
|
9
|
-
const className: PropTypes.Requireable<string>;
|
|
10
|
-
}
|
|
11
|
-
namespace defaultProps {
|
|
12
|
-
const placeholder_1: string;
|
|
13
|
-
export { placeholder_1 as placeholder };
|
|
14
|
-
const width_1: string;
|
|
15
|
-
export { width_1 as width };
|
|
16
|
-
const height_1: string;
|
|
17
|
-
export { height_1 as height };
|
|
18
|
-
export function onTyping_1(): void;
|
|
19
|
-
export { onTyping_1 as onTyping };
|
|
20
|
-
const className_1: string;
|
|
21
|
-
export { className_1 as className };
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
import PropTypes from "prop-types";
|
|
@@ -2,15 +2,14 @@ declare namespace _default {
|
|
|
2
2
|
export const title: string;
|
|
3
3
|
export { SearchInput as component };
|
|
4
4
|
export namespace argTypes {
|
|
5
|
-
namespace
|
|
5
|
+
namespace width {
|
|
6
6
|
const name: string;
|
|
7
7
|
namespace control {
|
|
8
8
|
const type: string;
|
|
9
9
|
}
|
|
10
10
|
const description: string;
|
|
11
|
-
const defaultValue: string;
|
|
12
11
|
}
|
|
13
|
-
namespace
|
|
12
|
+
namespace height {
|
|
14
13
|
const name_1: string;
|
|
15
14
|
export { name_1 as name };
|
|
16
15
|
export namespace control_1 {
|
|
@@ -21,7 +20,7 @@ declare namespace _default {
|
|
|
21
20
|
const description_1: string;
|
|
22
21
|
export { description_1 as description };
|
|
23
22
|
}
|
|
24
|
-
namespace
|
|
23
|
+
namespace placeholder {
|
|
25
24
|
const name_2: string;
|
|
26
25
|
export { name_2 as name };
|
|
27
26
|
export namespace control_2 {
|
|
@@ -31,19 +30,64 @@ declare namespace _default {
|
|
|
31
30
|
export { control_2 as control };
|
|
32
31
|
const description_2: string;
|
|
33
32
|
export { description_2 as description };
|
|
33
|
+
export const defaultValue: string;
|
|
34
|
+
}
|
|
35
|
+
namespace position {
|
|
36
|
+
const name_3: string;
|
|
37
|
+
export { name_3 as name };
|
|
38
|
+
export namespace control_3 {
|
|
39
|
+
const type_3: string;
|
|
40
|
+
export { type_3 as type };
|
|
41
|
+
}
|
|
42
|
+
export { control_3 as control };
|
|
43
|
+
export const options: string[];
|
|
44
|
+
const description_3: string;
|
|
45
|
+
export { description_3 as description };
|
|
46
|
+
const defaultValue_1: string;
|
|
47
|
+
export { defaultValue_1 as defaultValue };
|
|
48
|
+
}
|
|
49
|
+
namespace iconColor {
|
|
50
|
+
const name_4: string;
|
|
51
|
+
export { name_4 as name };
|
|
52
|
+
export namespace control_4 {
|
|
53
|
+
const type_4: string;
|
|
54
|
+
export { type_4 as type };
|
|
55
|
+
}
|
|
56
|
+
export { control_4 as control };
|
|
57
|
+
const description_4: string;
|
|
58
|
+
export { description_4 as description };
|
|
59
|
+
const defaultValue_2: string;
|
|
60
|
+
export { defaultValue_2 as defaultValue };
|
|
61
|
+
}
|
|
62
|
+
namespace onTyping {
|
|
63
|
+
const name_5: string;
|
|
64
|
+
export { name_5 as name };
|
|
65
|
+
export namespace control_5 {
|
|
66
|
+
const type_5: string;
|
|
67
|
+
export { type_5 as type };
|
|
68
|
+
}
|
|
69
|
+
export { control_5 as control };
|
|
70
|
+
const description_5: string;
|
|
71
|
+
export { description_5 as description };
|
|
72
|
+
export const action: string;
|
|
34
73
|
}
|
|
35
74
|
}
|
|
36
75
|
}
|
|
37
76
|
export default _default;
|
|
38
|
-
export function Default(args: any): import("react/jsx-runtime").JSX.Element;
|
|
39
77
|
export namespace Default {
|
|
40
78
|
namespace args {
|
|
41
|
-
const placeholder_1: string;
|
|
42
|
-
export { placeholder_1 as placeholder };
|
|
43
79
|
const width_1: string;
|
|
44
80
|
export { width_1 as width };
|
|
45
81
|
const height_1: string;
|
|
46
82
|
export { height_1 as height };
|
|
83
|
+
const position_1: string;
|
|
84
|
+
export { position_1 as position };
|
|
85
|
+
const iconColor_1: string;
|
|
86
|
+
export { iconColor_1 as iconColor };
|
|
87
|
+
const placeholder_1: string;
|
|
88
|
+
export { placeholder_1 as placeholder };
|
|
89
|
+
export function onTyping_1(): void;
|
|
90
|
+
export { onTyping_1 as onTyping };
|
|
47
91
|
}
|
|
48
92
|
}
|
|
49
93
|
import SearchInput from "./SearchInput";
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export const TextFieldContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
3
|
export const TextFieldInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
@@ -2,13 +2,14 @@ export function SegmentedButton(props: any): import("react/jsx-runtime").JSX.Ele
|
|
|
2
2
|
export namespace SegmentedButton {
|
|
3
3
|
namespace propTypes {
|
|
4
4
|
const name: PropTypes.Requireable<string>;
|
|
5
|
-
const options: PropTypes.Requireable<
|
|
5
|
+
const options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
6
6
|
value: PropTypes.Requireable<string>;
|
|
7
|
-
}>
|
|
7
|
+
}>[]>;
|
|
8
8
|
const width: PropTypes.Requireable<number>;
|
|
9
9
|
const height: PropTypes.Requireable<number>;
|
|
10
10
|
const controlradius: PropTypes.Requireable<number>;
|
|
11
11
|
const segmentradius: PropTypes.Requireable<number>;
|
|
12
|
+
const gap: PropTypes.Requireable<string>;
|
|
12
13
|
const fontSize: PropTypes.Requireable<number>;
|
|
13
14
|
const selectedsegmentcolor: PropTypes.Requireable<string>;
|
|
14
15
|
const selectedtextcolor: PropTypes.Requireable<string>;
|
|
@@ -31,6 +32,8 @@ export namespace SegmentedButton {
|
|
|
31
32
|
export { controlradius_1 as controlradius };
|
|
32
33
|
const segmentradius_1: number;
|
|
33
34
|
export { segmentradius_1 as segmentradius };
|
|
35
|
+
const gap_1: string;
|
|
36
|
+
export { gap_1 as gap };
|
|
34
37
|
const fontSize_1: number;
|
|
35
38
|
export { fontSize_1 as fontSize };
|
|
36
39
|
const selectedsegmentcolor_1: string;
|
|
@@ -162,99 +162,7 @@ declare namespace _default {
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
export default _default;
|
|
165
|
-
export
|
|
166
|
-
export
|
|
167
|
-
|
|
168
|
-
const name_12: string;
|
|
169
|
-
export { name_12 as name };
|
|
170
|
-
export { arrSegmentedFilters as options };
|
|
171
|
-
const defaultIndex_1: number;
|
|
172
|
-
export { defaultIndex_1 as defaultIndex };
|
|
173
|
-
const width_1: number;
|
|
174
|
-
export { width_1 as width };
|
|
175
|
-
const height_1: number;
|
|
176
|
-
export { height_1 as height };
|
|
177
|
-
const controlRadius_1: number;
|
|
178
|
-
export { controlRadius_1 as controlRadius };
|
|
179
|
-
const segmentRadius_1: number;
|
|
180
|
-
export { segmentRadius_1 as segmentRadius };
|
|
181
|
-
const fontSize_1: number;
|
|
182
|
-
export { fontSize_1 as fontSize };
|
|
183
|
-
const backgroundColor_1: string;
|
|
184
|
-
export { backgroundColor_1 as backgroundColor };
|
|
185
|
-
const selectedSegmentColor_1: string;
|
|
186
|
-
export { selectedSegmentColor_1 as selectedSegmentColor };
|
|
187
|
-
const selectedTextColor_1: string;
|
|
188
|
-
export { selectedTextColor_1 as selectedTextColor };
|
|
189
|
-
const unselectedTextColor_1: string;
|
|
190
|
-
export { unselectedTextColor_1 as unselectedTextColor };
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
export function DollarsOrUnits(args: any): import("react/jsx-runtime").JSX.Element;
|
|
194
|
-
export namespace DollarsOrUnits {
|
|
195
|
-
export namespace args_1 {
|
|
196
|
-
const name_13: string;
|
|
197
|
-
export { name_13 as name };
|
|
198
|
-
export { arrDollarsOrUnits as options };
|
|
199
|
-
const defaultIndex_2: number;
|
|
200
|
-
export { defaultIndex_2 as defaultIndex };
|
|
201
|
-
const width_2: number;
|
|
202
|
-
export { width_2 as width };
|
|
203
|
-
const height_2: number;
|
|
204
|
-
export { height_2 as height };
|
|
205
|
-
const controlRadius_2: number;
|
|
206
|
-
export { controlRadius_2 as controlRadius };
|
|
207
|
-
const segmentRadius_2: number;
|
|
208
|
-
export { segmentRadius_2 as segmentRadius };
|
|
209
|
-
const fontSize_2: number;
|
|
210
|
-
export { fontSize_2 as fontSize };
|
|
211
|
-
const backgroundColor_2: string;
|
|
212
|
-
export { backgroundColor_2 as backgroundColor };
|
|
213
|
-
const selectedSegmentColor_2: string;
|
|
214
|
-
export { selectedSegmentColor_2 as selectedSegmentColor };
|
|
215
|
-
const selectedTextColor_2: string;
|
|
216
|
-
export { selectedTextColor_2 as selectedTextColor };
|
|
217
|
-
const unselectedTextColor_2: string;
|
|
218
|
-
export { unselectedTextColor_2 as unselectedTextColor };
|
|
219
|
-
}
|
|
220
|
-
export { args_1 as args };
|
|
221
|
-
}
|
|
222
|
-
export function Period(args: any): import("react/jsx-runtime").JSX.Element;
|
|
223
|
-
export namespace Period {
|
|
224
|
-
export namespace args_2 {
|
|
225
|
-
const name_14: string;
|
|
226
|
-
export { name_14 as name };
|
|
227
|
-
export { arrPeriod as options };
|
|
228
|
-
const defaultIndex_3: number;
|
|
229
|
-
export { defaultIndex_3 as defaultIndex };
|
|
230
|
-
const width_3: number;
|
|
231
|
-
export { width_3 as width };
|
|
232
|
-
const height_3: number;
|
|
233
|
-
export { height_3 as height };
|
|
234
|
-
const controlRadius_3: number;
|
|
235
|
-
export { controlRadius_3 as controlRadius };
|
|
236
|
-
const segmentRadius_3: number;
|
|
237
|
-
export { segmentRadius_3 as segmentRadius };
|
|
238
|
-
const fontSize_3: number;
|
|
239
|
-
export { fontSize_3 as fontSize };
|
|
240
|
-
const backgroundColor_3: string;
|
|
241
|
-
export { backgroundColor_3 as backgroundColor };
|
|
242
|
-
const selectedSegmentColor_3: string;
|
|
243
|
-
export { selectedSegmentColor_3 as selectedSegmentColor };
|
|
244
|
-
const selectedTextColor_3: string;
|
|
245
|
-
export { selectedTextColor_3 as selectedTextColor };
|
|
246
|
-
const unselectedTextColor_3: string;
|
|
247
|
-
export { unselectedTextColor_3 as unselectedTextColor };
|
|
248
|
-
}
|
|
249
|
-
export { args_2 as args };
|
|
250
|
-
}
|
|
165
|
+
export const SegmentedFilter: any;
|
|
166
|
+
export const DollarsOrUnits: any;
|
|
167
|
+
export const Period: any;
|
|
251
168
|
import { SegmentedButton } from "./SegmentedButton";
|
|
252
|
-
declare const arrSegmentedFilters: {
|
|
253
|
-
value: string;
|
|
254
|
-
}[];
|
|
255
|
-
declare const arrDollarsOrUnits: {
|
|
256
|
-
value: string;
|
|
257
|
-
}[];
|
|
258
|
-
declare const arrPeriod: {
|
|
259
|
-
value: string;
|
|
260
|
-
}[];
|
|
@@ -55,7 +55,7 @@ declare namespace _default {
|
|
|
55
55
|
}
|
|
56
56
|
export { defaultValue_2 as defaultValue };
|
|
57
57
|
export namespace control_2 {
|
|
58
|
-
const type_5:
|
|
58
|
+
const type_5: any;
|
|
59
59
|
export { type_5 as type };
|
|
60
60
|
}
|
|
61
61
|
export { control_2 as control };
|
|
@@ -248,38 +248,5 @@ declare namespace _default {
|
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
export default _default;
|
|
251
|
-
export
|
|
252
|
-
export namespace Default {
|
|
253
|
-
namespace args {
|
|
254
|
-
export const isMulti: boolean;
|
|
255
|
-
const label_1: string;
|
|
256
|
-
export { label_1 as label };
|
|
257
|
-
const labelFontColor_1: string;
|
|
258
|
-
export { labelFontColor_1 as labelFontColor };
|
|
259
|
-
const required_1: boolean;
|
|
260
|
-
export { required_1 as required };
|
|
261
|
-
export { options };
|
|
262
|
-
const width_1: string;
|
|
263
|
-
export { width_1 as width };
|
|
264
|
-
export const radius: string;
|
|
265
|
-
const borderColor_1: string;
|
|
266
|
-
export { borderColor_1 as borderColor };
|
|
267
|
-
const borderColorFoucs_1: string;
|
|
268
|
-
export { borderColorFoucs_1 as borderColorFoucs };
|
|
269
|
-
const height_1: string;
|
|
270
|
-
export { height_1 as height };
|
|
271
|
-
const disabled_1: boolean;
|
|
272
|
-
export { disabled_1 as disabled };
|
|
273
|
-
const fontSize_1: string;
|
|
274
|
-
export { fontSize_1 as fontSize };
|
|
275
|
-
const error_1: boolean;
|
|
276
|
-
export { error_1 as error };
|
|
277
|
-
const errorMessage_1: string;
|
|
278
|
-
export { errorMessage_1 as errorMessage };
|
|
279
|
-
}
|
|
280
|
-
}
|
|
251
|
+
export const Default: any;
|
|
281
252
|
import Select from "./Select";
|
|
282
|
-
declare const options: {
|
|
283
|
-
value: string;
|
|
284
|
-
label: string;
|
|
285
|
-
}[];
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
export function SingleBarLineCharts({ className, width, height, title, data, totalsData, showLegend, legendData, maxBarRange, showLineChart, lineRange, lineFontSizeValue, barFontSizeValue, barSize, barChartHeight, lineChartHeight, isLineChartCurrency, isLineChartBolded, setLineChartTooltip, isTopBarPercent, showSecondBar, showPeriod, currencySign, currencySignLine, noDataText, }: {
|
|
2
|
-
className?: string
|
|
3
|
-
width?: string
|
|
4
|
-
height?: string
|
|
5
|
-
title?: string
|
|
6
|
-
data?: any[]
|
|
7
|
-
totalsData?: any[]
|
|
8
|
-
showLegend?: boolean
|
|
9
|
-
legendData?: any[]
|
|
10
|
-
maxBarRange?: number
|
|
11
|
-
showLineChart?: boolean
|
|
12
|
-
lineRange?: number
|
|
13
|
-
lineFontSizeValue?: string
|
|
14
|
-
barFontSizeValue?: string
|
|
15
|
-
barSize?: number
|
|
16
|
-
barChartHeight?: number
|
|
17
|
-
lineChartHeight?: number
|
|
18
|
-
isLineChartCurrency?: boolean
|
|
19
|
-
isLineChartBolded?: boolean
|
|
20
|
-
setLineChartTooltip?: boolean
|
|
21
|
-
isTopBarPercent?: boolean
|
|
22
|
-
showSecondBar?: boolean
|
|
23
|
-
showPeriod?: boolean
|
|
24
|
-
currencySign?: string
|
|
25
|
-
currencySignLine?: string
|
|
26
|
-
noDataText?: string
|
|
2
|
+
className?: string;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
data?: any[];
|
|
7
|
+
totalsData?: any[];
|
|
8
|
+
showLegend?: boolean;
|
|
9
|
+
legendData?: any[];
|
|
10
|
+
maxBarRange?: number;
|
|
11
|
+
showLineChart?: boolean;
|
|
12
|
+
lineRange?: number;
|
|
13
|
+
lineFontSizeValue?: string;
|
|
14
|
+
barFontSizeValue?: string;
|
|
15
|
+
barSize?: number;
|
|
16
|
+
barChartHeight?: number;
|
|
17
|
+
lineChartHeight?: number;
|
|
18
|
+
isLineChartCurrency?: boolean;
|
|
19
|
+
isLineChartBolded?: boolean;
|
|
20
|
+
setLineChartTooltip?: boolean;
|
|
21
|
+
isTopBarPercent?: boolean;
|
|
22
|
+
showSecondBar?: boolean;
|
|
23
|
+
showPeriod?: boolean;
|
|
24
|
+
currencySign?: string;
|
|
25
|
+
currencySignLine?: string;
|
|
26
|
+
noDataText?: string;
|
|
27
27
|
}): import("react/jsx-runtime").JSX.Element;
|
|
28
28
|
export default SingleBarLineCharts;
|
|
@@ -220,179 +220,7 @@ declare namespace _default {
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
export default _default;
|
|
223
|
-
export
|
|
224
|
-
export
|
|
225
|
-
|
|
226
|
-
const width_1: string;
|
|
227
|
-
export { width_1 as width };
|
|
228
|
-
const height_1: string;
|
|
229
|
-
export { height_1 as height };
|
|
230
|
-
const title_2: string;
|
|
231
|
-
export { title_2 as title };
|
|
232
|
-
export { data1 as data };
|
|
233
|
-
export { totalsData1 as totalsData };
|
|
234
|
-
export { legendData1 as legendData };
|
|
235
|
-
const maxBarRange_1: number;
|
|
236
|
-
export { maxBarRange_1 as maxBarRange };
|
|
237
|
-
const lineRange_1: number;
|
|
238
|
-
export { lineRange_1 as lineRange };
|
|
239
|
-
const barSize_1: number;
|
|
240
|
-
export { barSize_1 as barSize };
|
|
241
|
-
const barChartHeight_1: number;
|
|
242
|
-
export { barChartHeight_1 as barChartHeight };
|
|
243
|
-
const lineChartHeight_1: number;
|
|
244
|
-
export { lineChartHeight_1 as lineChartHeight };
|
|
245
|
-
const isLineChartCurrency_1: boolean;
|
|
246
|
-
export { isLineChartCurrency_1 as isLineChartCurrency };
|
|
247
|
-
const isLineChartBolded_1: boolean;
|
|
248
|
-
export { isLineChartBolded_1 as isLineChartBolded };
|
|
249
|
-
const setLineChartTooltip_1: boolean;
|
|
250
|
-
export { setLineChartTooltip_1 as setLineChartTooltip };
|
|
251
|
-
const isTopBarPercent_1: boolean;
|
|
252
|
-
export { isTopBarPercent_1 as isTopBarPercent };
|
|
253
|
-
const showSecondBar_1: boolean;
|
|
254
|
-
export { showSecondBar_1 as showSecondBar };
|
|
255
|
-
const showPeriod_1: boolean;
|
|
256
|
-
export { showPeriod_1 as showPeriod };
|
|
257
|
-
const currencySignLine_1: string;
|
|
258
|
-
export { currencySignLine_1 as currencySignLine };
|
|
259
|
-
const currencySign_1: string;
|
|
260
|
-
export { currencySign_1 as currencySign };
|
|
261
|
-
const noDataText_1: string;
|
|
262
|
-
export { noDataText_1 as noDataText };
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
export function WithoutTotals(args: any): import("react/jsx-runtime").JSX.Element;
|
|
266
|
-
export namespace WithoutTotals {
|
|
267
|
-
export namespace args_1 {
|
|
268
|
-
const width_2: string;
|
|
269
|
-
export { width_2 as width };
|
|
270
|
-
const height_2: string;
|
|
271
|
-
export { height_2 as height };
|
|
272
|
-
const title_3: string;
|
|
273
|
-
export { title_3 as title };
|
|
274
|
-
const data_1: {
|
|
275
|
-
retailer: string;
|
|
276
|
-
period: string;
|
|
277
|
-
lineValue: number;
|
|
278
|
-
barValue: number;
|
|
279
|
-
}[];
|
|
280
|
-
export { data_1 as data };
|
|
281
|
-
export { totalsData1 as totalsData };
|
|
282
|
-
export { legendData1 as legendData };
|
|
283
|
-
const maxBarRange_2: number;
|
|
284
|
-
export { maxBarRange_2 as maxBarRange };
|
|
285
|
-
const lineRange_2: number;
|
|
286
|
-
export { lineRange_2 as lineRange };
|
|
287
|
-
const barSize_2: number;
|
|
288
|
-
export { barSize_2 as barSize };
|
|
289
|
-
const barChartHeight_2: number;
|
|
290
|
-
export { barChartHeight_2 as barChartHeight };
|
|
291
|
-
const lineChartHeight_2: number;
|
|
292
|
-
export { lineChartHeight_2 as lineChartHeight };
|
|
293
|
-
const isLineChartCurrency_2: boolean;
|
|
294
|
-
export { isLineChartCurrency_2 as isLineChartCurrency };
|
|
295
|
-
const isLineChartBolded_2: boolean;
|
|
296
|
-
export { isLineChartBolded_2 as isLineChartBolded };
|
|
297
|
-
const setLineChartTooltip_2: boolean;
|
|
298
|
-
export { setLineChartTooltip_2 as setLineChartTooltip };
|
|
299
|
-
const isTopBarPercent_2: boolean;
|
|
300
|
-
export { isTopBarPercent_2 as isTopBarPercent };
|
|
301
|
-
const showSecondBar_2: boolean;
|
|
302
|
-
export { showSecondBar_2 as showSecondBar };
|
|
303
|
-
const showLineChart_1: boolean;
|
|
304
|
-
export { showLineChart_1 as showLineChart };
|
|
305
|
-
const showPeriod_2: boolean;
|
|
306
|
-
export { showPeriod_2 as showPeriod };
|
|
307
|
-
const currencySignLine_2: string;
|
|
308
|
-
export { currencySignLine_2 as currencySignLine };
|
|
309
|
-
const currencySign_2: string;
|
|
310
|
-
export { currencySign_2 as currencySign };
|
|
311
|
-
const noDataText_2: string;
|
|
312
|
-
export { noDataText_2 as noDataText };
|
|
313
|
-
}
|
|
314
|
-
export { args_1 as args };
|
|
315
|
-
}
|
|
316
|
-
export function NullValues(args: any): import("react/jsx-runtime").JSX.Element;
|
|
317
|
-
export namespace NullValues {
|
|
318
|
-
export namespace args_2 {
|
|
319
|
-
const width_3: string;
|
|
320
|
-
export { width_3 as width };
|
|
321
|
-
const height_3: string;
|
|
322
|
-
export { height_3 as height };
|
|
323
|
-
const title_4: string;
|
|
324
|
-
export { title_4 as title };
|
|
325
|
-
const data_2: {
|
|
326
|
-
retailer: string;
|
|
327
|
-
period: string;
|
|
328
|
-
lineValue: number;
|
|
329
|
-
barValue: null;
|
|
330
|
-
secondBarValue: null;
|
|
331
|
-
}[];
|
|
332
|
-
export { data_2 as data };
|
|
333
|
-
export { totalsData1 as totalsData };
|
|
334
|
-
export { legendData1 as legendData };
|
|
335
|
-
const maxBarRange_3: number;
|
|
336
|
-
export { maxBarRange_3 as maxBarRange };
|
|
337
|
-
const lineRange_3: number;
|
|
338
|
-
export { lineRange_3 as lineRange };
|
|
339
|
-
const barSize_3: number;
|
|
340
|
-
export { barSize_3 as barSize };
|
|
341
|
-
const barChartHeight_3: number;
|
|
342
|
-
export { barChartHeight_3 as barChartHeight };
|
|
343
|
-
const lineChartHeight_3: number;
|
|
344
|
-
export { lineChartHeight_3 as lineChartHeight };
|
|
345
|
-
const isLineChartCurrency_3: boolean;
|
|
346
|
-
export { isLineChartCurrency_3 as isLineChartCurrency };
|
|
347
|
-
const isLineChartBolded_3: boolean;
|
|
348
|
-
export { isLineChartBolded_3 as isLineChartBolded };
|
|
349
|
-
const setLineChartTooltip_3: boolean;
|
|
350
|
-
export { setLineChartTooltip_3 as setLineChartTooltip };
|
|
351
|
-
const isTopBarPercent_3: boolean;
|
|
352
|
-
export { isTopBarPercent_3 as isTopBarPercent };
|
|
353
|
-
const showSecondBar_3: boolean;
|
|
354
|
-
export { showSecondBar_3 as showSecondBar };
|
|
355
|
-
const showPeriod_3: boolean;
|
|
356
|
-
export { showPeriod_3 as showPeriod };
|
|
357
|
-
const currencySignLine_3: string;
|
|
358
|
-
export { currencySignLine_3 as currencySignLine };
|
|
359
|
-
const currencySign_3: string;
|
|
360
|
-
export { currencySign_3 as currencySign };
|
|
361
|
-
const noDataText_3: string;
|
|
362
|
-
export { noDataText_3 as noDataText };
|
|
363
|
-
}
|
|
364
|
-
export { args_2 as args };
|
|
365
|
-
}
|
|
223
|
+
export const TotalCostSales: any;
|
|
224
|
+
export const WithoutTotals: any;
|
|
225
|
+
export const NullValues: any;
|
|
366
226
|
import { SingleBarLineCharts } from "./SingleBarLineCharts";
|
|
367
|
-
declare const data1: ({
|
|
368
|
-
retailer: string;
|
|
369
|
-
period: string;
|
|
370
|
-
lineValue: number;
|
|
371
|
-
barValue: number;
|
|
372
|
-
secondBarValue: number;
|
|
373
|
-
offerType?: undefined;
|
|
374
|
-
} | {
|
|
375
|
-
retailer: string;
|
|
376
|
-
period: string;
|
|
377
|
-
lineValue: string;
|
|
378
|
-
barValue: number;
|
|
379
|
-
secondBarValue: number;
|
|
380
|
-
offerType?: undefined;
|
|
381
|
-
} | {
|
|
382
|
-
retailer: string;
|
|
383
|
-
offerType: string;
|
|
384
|
-
period: string;
|
|
385
|
-
lineValue: number;
|
|
386
|
-
barValue: number;
|
|
387
|
-
secondBarValue?: undefined;
|
|
388
|
-
})[];
|
|
389
|
-
declare const totalsData1: {
|
|
390
|
-
value: number;
|
|
391
|
-
sign: string;
|
|
392
|
-
extraInfo: never[];
|
|
393
|
-
}[];
|
|
394
|
-
declare const legendData1: {
|
|
395
|
-
iconColor: string;
|
|
396
|
-
iconType: string;
|
|
397
|
-
title: string;
|
|
398
|
-
}[];
|
|
@@ -2,33 +2,7 @@ export const ControlsContainer: import("styled-components/dist/types").IStyledCo
|
|
|
2
2
|
export const Controls: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
4
4
|
export const BarsGapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
-
export const LinnerDataBoxWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
6
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
propTypes: {
|
|
8
|
-
className: import("prop-types").Requireable<string>;
|
|
9
|
-
width: import("prop-types").Requireable<string>;
|
|
10
|
-
height: import("prop-types").Requireable<string>;
|
|
11
|
-
data: import("prop-types").Requireable<(import("prop-types").InferProps<{
|
|
12
|
-
title: import("prop-types").Requireable<string>;
|
|
13
|
-
value: import("prop-types").Requireable<number>;
|
|
14
|
-
sign: import("prop-types").Requireable<string>;
|
|
15
|
-
extraInfo: import("prop-types").Requireable<(import("prop-types").InferProps<{
|
|
16
|
-
title: import("prop-types").Requireable<string>;
|
|
17
|
-
value: import("prop-types").Requireable<number>;
|
|
18
|
-
}> | null | undefined)[]>;
|
|
19
|
-
}> | null | undefined)[]>;
|
|
20
|
-
backgroundColor: import("prop-types").Requireable<string>;
|
|
21
|
-
customDataFormat: import("prop-types").Requireable<boolean>;
|
|
22
|
-
};
|
|
23
|
-
defaultProps: {
|
|
24
|
-
className: string;
|
|
25
|
-
width: string;
|
|
26
|
-
height: string;
|
|
27
|
-
data: never[];
|
|
28
|
-
backgroundColor: string;
|
|
29
|
-
customDataFormat: boolean;
|
|
30
|
-
};
|
|
31
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export const LinnerDataBoxWrap: 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>>;
|
|
32
6
|
export const SegmentedButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
33
7
|
export const LabelBoldText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
34
8
|
export const LabelText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGTSpanElement>, never>> & string;
|
|
@@ -36,26 +10,4 @@ export const CustomTooltip: import("styled-components/dist/types").IStyledCompon
|
|
|
36
10
|
export const TooltipDiv: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
37
11
|
export const TooltipLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
38
12
|
export const TooltipTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
39
|
-
export const LegendContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
40
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
41
|
-
propTypes: {
|
|
42
|
-
className: import("prop-types").Requireable<string>;
|
|
43
|
-
width: import("prop-types").Requireable<string>;
|
|
44
|
-
height: import("prop-types").Requireable<string>;
|
|
45
|
-
legendData: import("prop-types").Requireable<(import("prop-types").InferProps<{
|
|
46
|
-
title: import("prop-types").Validator<string>;
|
|
47
|
-
iconType: import("prop-types").Validator<string>;
|
|
48
|
-
iconColor: import("prop-types").Validator<string>;
|
|
49
|
-
}> | null | undefined)[]>;
|
|
50
|
-
};
|
|
51
|
-
defaultProps: {
|
|
52
|
-
className: string;
|
|
53
|
-
width: string;
|
|
54
|
-
height: string;
|
|
55
|
-
legendData: {
|
|
56
|
-
title: string;
|
|
57
|
-
iconType: string;
|
|
58
|
-
iconColor: string;
|
|
59
|
-
}[];
|
|
60
|
-
};
|
|
61
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
13
|
+
export const LegendContainer: 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 @@
|
|
|
1
|
+
export {};
|