sag_components 2.0.0-beta18 → 2.0.0-beta182
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 +863 -316
- package/dist/index.esm.js +36976 -12849
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +37123 -12943
- 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 +15 -1
- package/dist/types/components/Input/Input.stories.d.ts +206 -516
- package/dist/types/components/Input/Input.style.d.ts +1 -0
- 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 +14 -59
- 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/Dropdown.d.ts +37 -0
- package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -0
- 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 +762 -0
- package/dist/types/components/Table/Table.style.d.ts +18 -0
- package/dist/types/components/Table/TableBody.d.ts +55 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +31 -0
- package/dist/types/components/Table/TableHeader.d.ts +12 -0
- package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
- package/dist/types/components/Table/data.d.ts +363 -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/VIcon.d.ts +6 -0
- package/dist/types/icons/index.d.ts +22 -0
- package/dist/types/index.d.ts +52 -0
- package/dist/types/utils/CommonFunctions.d.ts +6 -1
- package/package.json +39 -42
- 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,120 +1,112 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
2
|
export const title: string;
|
|
3
|
-
export {
|
|
3
|
+
export { Tag as component };
|
|
4
4
|
export const tags: string[];
|
|
5
5
|
export namespace argTypes {
|
|
6
|
-
namespace
|
|
6
|
+
namespace type {
|
|
7
7
|
const name: string;
|
|
8
|
+
const options: string[];
|
|
8
9
|
namespace control {
|
|
9
|
-
const
|
|
10
|
+
const type_1: string;
|
|
11
|
+
export { type_1 as type };
|
|
10
12
|
}
|
|
11
13
|
const description: string;
|
|
12
14
|
}
|
|
13
|
-
namespace
|
|
15
|
+
namespace size {
|
|
14
16
|
const name_1: string;
|
|
15
17
|
export { name_1 as name };
|
|
16
18
|
export namespace control_1 {
|
|
17
|
-
const
|
|
18
|
-
export {
|
|
19
|
+
const type_2: string;
|
|
20
|
+
export { type_2 as type };
|
|
19
21
|
}
|
|
20
22
|
export { control_1 as control };
|
|
23
|
+
const options_1: string[];
|
|
24
|
+
export { options_1 as options };
|
|
21
25
|
const description_1: string;
|
|
22
26
|
export { description_1 as description };
|
|
23
27
|
}
|
|
24
|
-
namespace
|
|
28
|
+
namespace text {
|
|
25
29
|
const name_2: string;
|
|
26
30
|
export { name_2 as name };
|
|
27
|
-
export
|
|
31
|
+
export namespace control_2 {
|
|
32
|
+
const type_3: string;
|
|
33
|
+
export { type_3 as type };
|
|
34
|
+
}
|
|
35
|
+
export { control_2 as control };
|
|
28
36
|
const description_2: string;
|
|
29
37
|
export { description_2 as description };
|
|
30
38
|
}
|
|
31
|
-
namespace
|
|
39
|
+
namespace backgroundColor {
|
|
32
40
|
const name_3: string;
|
|
33
41
|
export { name_3 as name };
|
|
34
|
-
|
|
35
|
-
|
|
42
|
+
export namespace control_3 {
|
|
43
|
+
const type_4: string;
|
|
44
|
+
export { type_4 as type };
|
|
45
|
+
}
|
|
46
|
+
export { control_3 as control };
|
|
36
47
|
const description_3: string;
|
|
37
48
|
export { description_3 as description };
|
|
38
49
|
}
|
|
39
|
-
namespace
|
|
50
|
+
namespace borderColor {
|
|
40
51
|
const name_4: string;
|
|
41
52
|
export { name_4 as name };
|
|
42
|
-
|
|
43
|
-
|
|
53
|
+
export namespace control_4 {
|
|
54
|
+
const type_5: string;
|
|
55
|
+
export { type_5 as type };
|
|
56
|
+
}
|
|
57
|
+
export { control_4 as control };
|
|
44
58
|
const description_4: string;
|
|
45
59
|
export { description_4 as description };
|
|
46
60
|
}
|
|
47
|
-
namespace
|
|
61
|
+
namespace textColor {
|
|
48
62
|
const name_5: string;
|
|
49
63
|
export { name_5 as name };
|
|
50
|
-
|
|
51
|
-
|
|
64
|
+
export namespace control_5 {
|
|
65
|
+
const type_6: string;
|
|
66
|
+
export { type_6 as type };
|
|
67
|
+
}
|
|
68
|
+
export { control_5 as control };
|
|
52
69
|
const description_5: string;
|
|
53
70
|
export { description_5 as description };
|
|
54
71
|
}
|
|
55
|
-
namespace
|
|
72
|
+
namespace width {
|
|
56
73
|
const name_6: string;
|
|
57
74
|
export { name_6 as name };
|
|
58
|
-
export namespace
|
|
59
|
-
const
|
|
60
|
-
export {
|
|
75
|
+
export namespace control_6 {
|
|
76
|
+
const type_7: string;
|
|
77
|
+
export { type_7 as type };
|
|
61
78
|
}
|
|
62
|
-
export {
|
|
79
|
+
export { control_6 as control };
|
|
63
80
|
const description_6: string;
|
|
64
81
|
export { description_6 as description };
|
|
65
|
-
export const defaultValue: boolean;
|
|
66
82
|
}
|
|
67
|
-
namespace
|
|
83
|
+
namespace height {
|
|
68
84
|
const name_7: string;
|
|
69
85
|
export { name_7 as name };
|
|
70
|
-
export namespace
|
|
71
|
-
const
|
|
72
|
-
export {
|
|
86
|
+
export namespace control_7 {
|
|
87
|
+
const type_8: string;
|
|
88
|
+
export { type_8 as type };
|
|
73
89
|
}
|
|
74
|
-
export {
|
|
90
|
+
export { control_7 as control };
|
|
75
91
|
const description_7: string;
|
|
76
92
|
export { description_7 as description };
|
|
77
|
-
const defaultValue_1: boolean;
|
|
78
|
-
export { defaultValue_1 as defaultValue };
|
|
79
93
|
}
|
|
80
|
-
namespace
|
|
94
|
+
namespace borderRadius {
|
|
81
95
|
const name_8: string;
|
|
82
96
|
export { name_8 as name };
|
|
83
|
-
export namespace
|
|
84
|
-
const
|
|
85
|
-
export {
|
|
97
|
+
export namespace control_8 {
|
|
98
|
+
const type_9: string;
|
|
99
|
+
export { type_9 as type };
|
|
86
100
|
}
|
|
87
|
-
export {
|
|
101
|
+
export { control_8 as control };
|
|
88
102
|
const description_8: string;
|
|
89
103
|
export { description_8 as description };
|
|
90
|
-
const defaultValue_2: boolean;
|
|
91
|
-
export { defaultValue_2 as defaultValue };
|
|
92
|
-
}
|
|
93
|
-
namespace rangePagination {
|
|
94
|
-
const name_9: string;
|
|
95
|
-
export { name_9 as name };
|
|
96
|
-
export namespace control_5 {
|
|
97
|
-
const type_5: string;
|
|
98
|
-
export { type_5 as type };
|
|
99
|
-
}
|
|
100
|
-
export { control_5 as control };
|
|
101
|
-
const description_9: string;
|
|
102
|
-
export { description_9 as description };
|
|
103
104
|
}
|
|
104
105
|
}
|
|
105
106
|
}
|
|
106
107
|
export default _default;
|
|
107
|
-
export
|
|
108
|
-
export
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
export { rangePagination_1 as rangePagination };
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
import { Table } from "../CampaignTool/Table";
|
|
116
|
-
declare const theData: {
|
|
117
|
-
key: string;
|
|
118
|
-
name: string;
|
|
119
|
-
age: number;
|
|
120
|
-
}[];
|
|
108
|
+
export const Pending: any;
|
|
109
|
+
export const Received: any;
|
|
110
|
+
export const Approved: any;
|
|
111
|
+
export const Canceled: any;
|
|
112
|
+
import { Tag } from "./Tag";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const StatusCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -4,9 +4,9 @@ export namespace TitleDescription {
|
|
|
4
4
|
const className: PropTypes.Requireable<string>;
|
|
5
5
|
const showRetailerIcon: PropTypes.Requireable<boolean>;
|
|
6
6
|
const showPeriodIcon: PropTypes.Requireable<boolean>;
|
|
7
|
-
const viewCreativeRetailersData: PropTypes.Requireable<
|
|
7
|
+
const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
label: PropTypes.Requireable<string>;
|
|
9
|
-
}>
|
|
9
|
+
}>[]>;
|
|
10
10
|
const data: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
11
11
|
const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
12
12
|
const width: PropTypes.Requireable<string>;
|
|
@@ -85,53 +85,6 @@ declare namespace _default {
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
export default _default;
|
|
88
|
-
export
|
|
89
|
-
export
|
|
90
|
-
namespace args {
|
|
91
|
-
const showRetailerIcon_1: boolean;
|
|
92
|
-
export { showRetailerIcon_1 as showRetailerIcon };
|
|
93
|
-
export const showPeriodIcon: boolean;
|
|
94
|
-
export const viewCreativeRetailersData: null;
|
|
95
|
-
export { data };
|
|
96
|
-
const width_1: string;
|
|
97
|
-
export { width_1 as width };
|
|
98
|
-
const height_1: string;
|
|
99
|
-
export { height_1 as height };
|
|
100
|
-
const showDraft_1: boolean;
|
|
101
|
-
export { showDraft_1 as showDraft };
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
export function CrossRetailersEvent(args: any): import("react/jsx-runtime").JSX.Element;
|
|
105
|
-
export namespace CrossRetailersEvent {
|
|
106
|
-
export namespace args_1 {
|
|
107
|
-
const showRetailerIcon_2: boolean;
|
|
108
|
-
export { showRetailerIcon_2 as showRetailerIcon };
|
|
109
|
-
const showPeriodIcon_1: boolean;
|
|
110
|
-
export { showPeriodIcon_1 as showPeriodIcon };
|
|
111
|
-
export { viewCreativeRetailersData1 as viewCreativeRetailersData };
|
|
112
|
-
export { data };
|
|
113
|
-
const width_2: string;
|
|
114
|
-
export { width_2 as width };
|
|
115
|
-
const height_2: string;
|
|
116
|
-
export { height_2 as height };
|
|
117
|
-
}
|
|
118
|
-
export { args_1 as args };
|
|
119
|
-
}
|
|
88
|
+
export const LargeSellingEvent: any;
|
|
89
|
+
export const CrossRetailersEvent: any;
|
|
120
90
|
import { TitleDescription } from "./TitleDescription";
|
|
121
|
-
declare namespace data_1 {
|
|
122
|
-
const eventName: string;
|
|
123
|
-
const eventType: string;
|
|
124
|
-
const retailer: string;
|
|
125
|
-
const eventDescription: string;
|
|
126
|
-
const objectivesDescription: string;
|
|
127
|
-
const eventDatesValue: string;
|
|
128
|
-
const externalEventDescription: string;
|
|
129
|
-
const externalEventID: string;
|
|
130
|
-
const storeType: string;
|
|
131
|
-
const category: string;
|
|
132
|
-
const supplier: string;
|
|
133
|
-
const brand: string;
|
|
134
|
-
}
|
|
135
|
-
declare const viewCreativeRetailersData1: {
|
|
136
|
-
label: string;
|
|
137
|
-
}[];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default ToasterMessageBox;
|
|
2
|
+
declare function ToasterMessageBox({ color, messageText, linkText, duration, width, onLinkClick, onClose }: {
|
|
3
|
+
color?: string;
|
|
4
|
+
messageText?: string;
|
|
5
|
+
linkText?: string;
|
|
6
|
+
duration?: number;
|
|
7
|
+
width?: string;
|
|
8
|
+
onLinkClick?: () => void;
|
|
9
|
+
onClose?: () => void;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { ToasterMessageBox as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace parameters {
|
|
6
|
+
const layout: string;
|
|
7
|
+
}
|
|
8
|
+
export namespace argTypes {
|
|
9
|
+
namespace color {
|
|
10
|
+
const control: string;
|
|
11
|
+
const description: string;
|
|
12
|
+
}
|
|
13
|
+
namespace messageText {
|
|
14
|
+
const control_1: string;
|
|
15
|
+
export { control_1 as control };
|
|
16
|
+
const description_1: string;
|
|
17
|
+
export { description_1 as description };
|
|
18
|
+
}
|
|
19
|
+
namespace linkText {
|
|
20
|
+
const control_2: string;
|
|
21
|
+
export { control_2 as control };
|
|
22
|
+
const description_2: string;
|
|
23
|
+
export { description_2 as description };
|
|
24
|
+
}
|
|
25
|
+
namespace duration {
|
|
26
|
+
const control_3: string;
|
|
27
|
+
export { control_3 as control };
|
|
28
|
+
const description_3: string;
|
|
29
|
+
export { description_3 as description };
|
|
30
|
+
}
|
|
31
|
+
namespace width {
|
|
32
|
+
const control_4: string;
|
|
33
|
+
export { control_4 as control };
|
|
34
|
+
const description_4: string;
|
|
35
|
+
export { description_4 as description };
|
|
36
|
+
}
|
|
37
|
+
namespace onLinkClick {
|
|
38
|
+
export const action: string;
|
|
39
|
+
const description_5: string;
|
|
40
|
+
export { description_5 as description };
|
|
41
|
+
}
|
|
42
|
+
namespace onClose {
|
|
43
|
+
const action_1: string;
|
|
44
|
+
export { action_1 as action };
|
|
45
|
+
const description_6: string;
|
|
46
|
+
export { description_6 as description };
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export default _default;
|
|
51
|
+
export const Success: any;
|
|
52
|
+
export const QuickDismiss: any;
|
|
53
|
+
export const LongDuration: any;
|
|
54
|
+
export const WarningLongMessage: any;
|
|
55
|
+
export const InfoLongMessage: any;
|
|
56
|
+
export const NoLinkText: any;
|
|
57
|
+
import ToasterMessageBox from "./ToasterMessageBox";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const ToasterContainer: 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;
|
|
3
|
+
export const MessageText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
4
|
+
export const LinkText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ToggleSwitch component for on/off states.
|
|
3
|
+
* Supports small/large sizes and disabled state.
|
|
4
|
+
*/
|
|
5
|
+
declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
|
|
6
|
+
[x: string]: any;
|
|
7
|
+
checked: any;
|
|
8
|
+
onChange: any;
|
|
9
|
+
size?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare namespace ToggleSwitch {
|
|
13
|
+
namespace propTypes {
|
|
14
|
+
const checked: PropTypes.Validator<boolean>;
|
|
15
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
16
|
+
const size: PropTypes.Requireable<string>;
|
|
17
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export default ToggleSwitch;
|
|
21
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { ToggleSwitch as component };
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
export const SmallOff: any;
|
|
7
|
+
export const SmallOn: any;
|
|
8
|
+
export const SmallDisabled: any;
|
|
9
|
+
export const MediumOff: any;
|
|
10
|
+
export const MediumOn: any;
|
|
11
|
+
export const MediumDisabled: any;
|
|
12
|
+
export const LargeOff: any;
|
|
13
|
+
export const LargeOn: any;
|
|
14
|
+
export const LargeDisabled: any;
|
|
15
|
+
import ToggleSwitch from "./ToggleSwitch";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const ToggleSwitchLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
2
|
+
export const ToggleInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
3
|
+
export const ToggleSlider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -1,24 +1,2 @@
|
|
|
1
1
|
export default Tooltip;
|
|
2
2
|
declare function Tooltip(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace Tooltip {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
6
|
-
const content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
7
|
-
const direction: PropTypes.Requireable<string>;
|
|
8
|
-
const delay: PropTypes.Requireable<string>;
|
|
9
|
-
const topFactor: PropTypes.Requireable<number>;
|
|
10
|
-
}
|
|
11
|
-
namespace defaultProps {
|
|
12
|
-
const children_1: null;
|
|
13
|
-
export { children_1 as children };
|
|
14
|
-
const content_1: string;
|
|
15
|
-
export { content_1 as content };
|
|
16
|
-
const direction_1: string;
|
|
17
|
-
export { direction_1 as direction };
|
|
18
|
-
const delay_1: string;
|
|
19
|
-
export { delay_1 as delay };
|
|
20
|
-
const topFactor_1: number;
|
|
21
|
-
export { topFactor_1 as topFactor };
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
import PropTypes from "prop-types";
|
|
@@ -21,16 +21,5 @@ declare namespace _default {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
export default _default;
|
|
24
|
-
export
|
|
25
|
-
export namespace Example {
|
|
26
|
-
namespace args {
|
|
27
|
-
const title_2: string;
|
|
28
|
-
export { title_2 as title };
|
|
29
|
-
const list_1: {
|
|
30
|
-
value: string;
|
|
31
|
-
label: string;
|
|
32
|
-
}[];
|
|
33
|
-
export { list_1 as list };
|
|
34
|
-
}
|
|
35
|
-
}
|
|
24
|
+
export const Example: any;
|
|
36
25
|
import TopToggleList from "./TopToggleList";
|
|
@@ -95,82 +95,7 @@ declare namespace _default {
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
export default _default;
|
|
98
|
-
export
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
export { arrDataOneBenchmark as data };
|
|
102
|
-
const dotCut_1: boolean;
|
|
103
|
-
export { dotCut_1 as dotCut };
|
|
104
|
-
const width_1: string;
|
|
105
|
-
export { width_1 as width };
|
|
106
|
-
const height_1: string;
|
|
107
|
-
export { height_1 as height };
|
|
108
|
-
const textColor_1: string;
|
|
109
|
-
export { textColor_1 as textColor };
|
|
110
|
-
const noDataText_1: string;
|
|
111
|
-
export { noDataText_1 as noDataText };
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
export function TwoBenchmarks(args: any): import("react/jsx-runtime").JSX.Element;
|
|
115
|
-
export namespace TwoBenchmarks {
|
|
116
|
-
export namespace args_1 {
|
|
117
|
-
export { arrDataTwoBenchmarks as data };
|
|
118
|
-
const dotCut_2: boolean;
|
|
119
|
-
export { dotCut_2 as dotCut };
|
|
120
|
-
const width_2: string;
|
|
121
|
-
export { width_2 as width };
|
|
122
|
-
const height_2: string;
|
|
123
|
-
export { height_2 as height };
|
|
124
|
-
const textColor_2: string;
|
|
125
|
-
export { textColor_2 as textColor };
|
|
126
|
-
const noDataText_2: string;
|
|
127
|
-
export { noDataText_2 as noDataText };
|
|
128
|
-
}
|
|
129
|
-
export { args_1 as args };
|
|
130
|
-
}
|
|
131
|
-
export function DataWithNulls(args: any): import("react/jsx-runtime").JSX.Element;
|
|
132
|
-
export namespace DataWithNulls {
|
|
133
|
-
export namespace args_2 {
|
|
134
|
-
export { arrDataWithNulls as data };
|
|
135
|
-
const dotCut_3: boolean;
|
|
136
|
-
export { dotCut_3 as dotCut };
|
|
137
|
-
const width_3: string;
|
|
138
|
-
export { width_3 as width };
|
|
139
|
-
const height_3: string;
|
|
140
|
-
export { height_3 as height };
|
|
141
|
-
const textColor_3: string;
|
|
142
|
-
export { textColor_3 as textColor };
|
|
143
|
-
const noDataText_3: string;
|
|
144
|
-
export { noDataText_3 as noDataText };
|
|
145
|
-
}
|
|
146
|
-
export { args_2 as args };
|
|
147
|
-
}
|
|
98
|
+
export const OneBenchmark: any;
|
|
99
|
+
export const TwoBenchmarks: any;
|
|
100
|
+
export const DataWithNulls: any;
|
|
148
101
|
import { TotalBenchmark } from "./TotalBenchmark";
|
|
149
|
-
declare const arrDataOneBenchmark: ({
|
|
150
|
-
title: string;
|
|
151
|
-
value: number;
|
|
152
|
-
totalValue: number;
|
|
153
|
-
benchmarkValue: number;
|
|
154
|
-
} | {
|
|
155
|
-
title: string;
|
|
156
|
-
value: number;
|
|
157
|
-
totalValue?: undefined;
|
|
158
|
-
benchmarkValue?: undefined;
|
|
159
|
-
})[];
|
|
160
|
-
declare const arrDataTwoBenchmarks: {
|
|
161
|
-
title: string;
|
|
162
|
-
value: number;
|
|
163
|
-
totalValue: number;
|
|
164
|
-
benchmarkValue: number;
|
|
165
|
-
}[];
|
|
166
|
-
declare const arrDataWithNulls: ({
|
|
167
|
-
title: string;
|
|
168
|
-
value: null;
|
|
169
|
-
totalValue: number;
|
|
170
|
-
benchmarkValue: number;
|
|
171
|
-
} | {
|
|
172
|
-
title: string;
|
|
173
|
-
value: number;
|
|
174
|
-
totalValue: number;
|
|
175
|
-
benchmarkValue: number;
|
|
176
|
-
})[];
|
|
@@ -7,11 +7,11 @@ export namespace TotalBenchmarkAreachart {
|
|
|
7
7
|
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
8
8
|
const benchmarkTotalValue: PropTypes.Requireable<number>;
|
|
9
9
|
const benchmarkValue: PropTypes.Requireable<number>;
|
|
10
|
-
const areaChartData: PropTypes.Requireable<
|
|
10
|
+
const areaChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
11
11
|
title: PropTypes.Requireable<string>;
|
|
12
12
|
value1: PropTypes.Requireable<number>;
|
|
13
13
|
value2: PropTypes.Requireable<number>;
|
|
14
|
-
}>
|
|
14
|
+
}>[]>;
|
|
15
15
|
const width: PropTypes.Requireable<string>;
|
|
16
16
|
const height: PropTypes.Requireable<string>;
|
|
17
17
|
const textcolor: PropTypes.Requireable<string>;
|
|
@@ -40,7 +40,7 @@ export namespace TotalBenchmarkAreachart {
|
|
|
40
40
|
export { addingBenchmark_1 as addingBenchmark };
|
|
41
41
|
const benchmarkTotalValue_1: string;
|
|
42
42
|
export { benchmarkTotalValue_1 as benchmarkTotalValue };
|
|
43
|
-
const benchmarkValue_1:
|
|
43
|
+
const benchmarkValue_1: any;
|
|
44
44
|
export { benchmarkValue_1 as benchmarkValue };
|
|
45
45
|
const areaChartData_1: {
|
|
46
46
|
title: string;
|
|
@@ -234,146 +234,7 @@ declare namespace _default {
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
export default _default;
|
|
237
|
-
export
|
|
238
|
-
export
|
|
239
|
-
|
|
240
|
-
const title_2: string;
|
|
241
|
-
export { title_2 as title };
|
|
242
|
-
const value_1: number;
|
|
243
|
-
export { value_1 as value };
|
|
244
|
-
const arrowSign_1: string;
|
|
245
|
-
export { arrowSign_1 as arrowSign };
|
|
246
|
-
const benchmarkTotalValue_1: number;
|
|
247
|
-
export { benchmarkTotalValue_1 as benchmarkTotalValue };
|
|
248
|
-
const benchmarkValue_1: number;
|
|
249
|
-
export { benchmarkValue_1 as benchmarkValue };
|
|
250
|
-
export { arrData as areaChartData };
|
|
251
|
-
const width_1: string;
|
|
252
|
-
export { width_1 as width };
|
|
253
|
-
const height_1: string;
|
|
254
|
-
export { height_1 as height };
|
|
255
|
-
const textcolor_1: string;
|
|
256
|
-
export { textcolor_1 as textcolor };
|
|
257
|
-
const areaChart1Color_1: string;
|
|
258
|
-
export { areaChart1Color_1 as areaChart1Color };
|
|
259
|
-
const areaChart2Color_1: string;
|
|
260
|
-
export { areaChart2Color_1 as areaChart2Color };
|
|
261
|
-
const startOffset_1: string;
|
|
262
|
-
export { startOffset_1 as startOffset };
|
|
263
|
-
const endOffset_1: string;
|
|
264
|
-
export { endOffset_1 as endOffset };
|
|
265
|
-
const opacity_1: string;
|
|
266
|
-
export { opacity_1 as opacity };
|
|
267
|
-
const noDataText_1: string;
|
|
268
|
-
export { noDataText_1 as noDataText };
|
|
269
|
-
const xselectedColor_1: string;
|
|
270
|
-
export { xselectedColor_1 as xselectedColor };
|
|
271
|
-
export const fillChart1Color: string;
|
|
272
|
-
export const fillChart2Color: string;
|
|
273
|
-
const startWeekRange_1: string;
|
|
274
|
-
export { startWeekRange_1 as startWeekRange };
|
|
275
|
-
const endWeekRange_1: string;
|
|
276
|
-
export { endWeekRange_1 as endWeekRange };
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
export function SalesGrowthNegative(args: any): import("react/jsx-runtime").JSX.Element;
|
|
280
|
-
export namespace SalesGrowthNegative {
|
|
281
|
-
export namespace args_1 {
|
|
282
|
-
const title_3: string;
|
|
283
|
-
export { title_3 as title };
|
|
284
|
-
const value_2: number;
|
|
285
|
-
export { value_2 as value };
|
|
286
|
-
const arrowSign_2: string;
|
|
287
|
-
export { arrowSign_2 as arrowSign };
|
|
288
|
-
const benchmarkTotalValue_2: number;
|
|
289
|
-
export { benchmarkTotalValue_2 as benchmarkTotalValue };
|
|
290
|
-
const benchmarkValue_2: number;
|
|
291
|
-
export { benchmarkValue_2 as benchmarkValue };
|
|
292
|
-
export { arrData as areaChartData };
|
|
293
|
-
const width_2: string;
|
|
294
|
-
export { width_2 as width };
|
|
295
|
-
const height_2: string;
|
|
296
|
-
export { height_2 as height };
|
|
297
|
-
const textcolor_2: string;
|
|
298
|
-
export { textcolor_2 as textcolor };
|
|
299
|
-
const areaChart1Color_2: string;
|
|
300
|
-
export { areaChart1Color_2 as areaChart1Color };
|
|
301
|
-
const areaChart2Color_2: string;
|
|
302
|
-
export { areaChart2Color_2 as areaChart2Color };
|
|
303
|
-
const startOffset_2: string;
|
|
304
|
-
export { startOffset_2 as startOffset };
|
|
305
|
-
const opacity_2: string;
|
|
306
|
-
export { opacity_2 as opacity };
|
|
307
|
-
const endOffset_2: string;
|
|
308
|
-
export { endOffset_2 as endOffset };
|
|
309
|
-
const noDataText_2: string;
|
|
310
|
-
export { noDataText_2 as noDataText };
|
|
311
|
-
const xselectedColor_2: string;
|
|
312
|
-
export { xselectedColor_2 as xselectedColor };
|
|
313
|
-
const fillChart1Color_1: string;
|
|
314
|
-
export { fillChart1Color_1 as fillChart1Color };
|
|
315
|
-
const fillChart2Color_1: string;
|
|
316
|
-
export { fillChart2Color_1 as fillChart2Color };
|
|
317
|
-
const startWeekRange_2: string;
|
|
318
|
-
export { startWeekRange_2 as startWeekRange };
|
|
319
|
-
const endWeekRange_2: string;
|
|
320
|
-
export { endWeekRange_2 as endWeekRange };
|
|
321
|
-
}
|
|
322
|
-
export { args_1 as args };
|
|
323
|
-
}
|
|
324
|
-
export function BetweenTwoYears(args: any): import("react/jsx-runtime").JSX.Element;
|
|
325
|
-
export namespace BetweenTwoYears {
|
|
326
|
-
export namespace args_2 {
|
|
327
|
-
const title_4: string;
|
|
328
|
-
export { title_4 as title };
|
|
329
|
-
const value_3: number;
|
|
330
|
-
export { value_3 as value };
|
|
331
|
-
const arrowSign_3: string;
|
|
332
|
-
export { arrowSign_3 as arrowSign };
|
|
333
|
-
const benchmarkTotalValue_3: number;
|
|
334
|
-
export { benchmarkTotalValue_3 as benchmarkTotalValue };
|
|
335
|
-
const benchmarkValue_3: number;
|
|
336
|
-
export { benchmarkValue_3 as benchmarkValue };
|
|
337
|
-
export { arrDataBetweenTwoYears as areaChartData };
|
|
338
|
-
const width_3: string;
|
|
339
|
-
export { width_3 as width };
|
|
340
|
-
const height_3: string;
|
|
341
|
-
export { height_3 as height };
|
|
342
|
-
const textcolor_3: string;
|
|
343
|
-
export { textcolor_3 as textcolor };
|
|
344
|
-
const areaChart1Color_3: string;
|
|
345
|
-
export { areaChart1Color_3 as areaChart1Color };
|
|
346
|
-
const areaChart2Color_3: string;
|
|
347
|
-
export { areaChart2Color_3 as areaChart2Color };
|
|
348
|
-
const startOffset_3: string;
|
|
349
|
-
export { startOffset_3 as startOffset };
|
|
350
|
-
const opacity_3: string;
|
|
351
|
-
export { opacity_3 as opacity };
|
|
352
|
-
const endOffset_3: string;
|
|
353
|
-
export { endOffset_3 as endOffset };
|
|
354
|
-
const noDataText_3: string;
|
|
355
|
-
export { noDataText_3 as noDataText };
|
|
356
|
-
const xselectedColor_3: string;
|
|
357
|
-
export { xselectedColor_3 as xselectedColor };
|
|
358
|
-
const fillChart1Color_2: string;
|
|
359
|
-
export { fillChart1Color_2 as fillChart1Color };
|
|
360
|
-
const fillChart2Color_2: string;
|
|
361
|
-
export { fillChart2Color_2 as fillChart2Color };
|
|
362
|
-
const startWeekRange_3: string;
|
|
363
|
-
export { startWeekRange_3 as startWeekRange };
|
|
364
|
-
const endWeekRange_3: string;
|
|
365
|
-
export { endWeekRange_3 as endWeekRange };
|
|
366
|
-
}
|
|
367
|
-
export { args_2 as args };
|
|
368
|
-
}
|
|
237
|
+
export const SalesGrowth: any;
|
|
238
|
+
export const SalesGrowthNegative: any;
|
|
239
|
+
export const BetweenTwoYears: any;
|
|
369
240
|
import { TotalBenchmarkAreachart } from "./TotalBenchmarkAreachart";
|
|
370
|
-
declare const arrData: {
|
|
371
|
-
title: string;
|
|
372
|
-
value1: number;
|
|
373
|
-
value2: number;
|
|
374
|
-
}[];
|
|
375
|
-
declare const arrDataBetweenTwoYears: {
|
|
376
|
-
title: string;
|
|
377
|
-
value1: number;
|
|
378
|
-
value2: number;
|
|
379
|
-
}[];
|