sag_components 2.0.0-beta32 → 2.0.0-beta321
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 +793 -281
- package/dist/index.esm.js +41724 -13178
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +38189 -9589
- 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 +95 -0
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +0 -37
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -0
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -69
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -0
- 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 +19 -0
- package/dist/types/components/BarChart/BarChart.d.ts +7 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -0
- 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 +112 -0
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -0
- 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 +167 -0
- 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/BreakdownPanel.test.d.ts +1 -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 +245 -0
- 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 +126 -0
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -0
- package/dist/types/components/CollapseData/CollapseData.d.ts +11 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -0
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +2 -2
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -0
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -0
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/ContainerTable/ContainerTable.stories.d.ts +61 -0
- 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 +31 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +265 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +6 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +110 -0
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +1 -0
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +4 -61
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +324 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +5 -58
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -0
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +67 -0
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -0
- 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 +9 -0
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +10 -10
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +173 -0
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -0
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -0
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -0
- package/dist/types/components/Input/Input.d.ts +36 -1
- package/dist/types/components/Input/Input.stories.d.ts +410 -0
- 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 +109 -0
- 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 +30 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +171 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +29 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +13 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +10 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +16 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +19 -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 +174 -0
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +4 -12
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -0
- 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 +134 -0
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -0
- 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 +19 -0
- package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
- package/dist/types/components/MessageBox/MessageBox.styles.d.ts +8 -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 +8 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -0
- 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 +39 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +27 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +650 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +12 -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 +175 -0
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -0
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -0
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -0
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -0
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -0
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -0
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -0
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +3 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -0
- 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 +19 -15
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +289 -0
- 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 +16 -7
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +5 -0
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +15 -7
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -0
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -0
- package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -0
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -0
- package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -0
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -0
- package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +120 -0
- 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 +168 -0
- package/dist/types/components/Select/Select.stories.d.ts +252 -0
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -0
- 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 +171 -0
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
- package/dist/types/components/Table/DropMenus/Dropdown.d.ts +41 -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 +9 -0
- package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +11 -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 +1036 -0
- package/dist/types/components/Table/Table.style.d.ts +20 -0
- package/dist/types/components/Table/TableBody.d.ts +3 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +39 -0
- package/dist/types/components/Table/TableHeader.d.ts +20 -0
- package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
- package/dist/types/components/Table/data.d.ts +454 -0
- package/dist/types/components/Table/hook.d.ts +16 -0
- package/dist/types/components/Tag/Tag.d.ts +2 -0
- package/dist/types/components/Tag/Tag.stories.d.ts +112 -0
- package/dist/types/components/Tag/Tag.style.d.ts +1 -0
- package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.d.ts +2 -0
- package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.style.d.ts +4 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +11 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +67 -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/Tooltip/Tooltip.stories.d.ts +83 -0
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -0
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -0
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -0
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -0
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -0
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -0
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +7 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +172 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +40 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +21 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +124 -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 +6 -0
- 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 +6 -0
- 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 +7 -0
- 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 +5 -0
- package/dist/types/icons/HeroIcon.d.ts +6 -0
- 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/PackageSendIcon.d.ts +2 -0
- package/dist/types/icons/PenIcon.d.ts +6 -0
- package/dist/types/icons/PencilIcon.d.ts +6 -0
- 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/Sort.d.ts +1 -0
- 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 +24 -0
- package/dist/types/index.d.ts +53 -0
- package/dist/types/utils/CommonFunctions.d.ts +6 -1
- package/dist/types/utils/ComponentFactory.d.ts +4 -0
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/dist/types/utils/UtilsComponents/CustomTooltip.d.ts +6 -0
- package/dist/types/utils/UtilsComponents/TitleWithCustomTooltip.d.ts +7 -0
- package/dist/types/utils/UtilsComponents/useTextOverflow.d.ts +8 -0
- package/package.json +43 -42
- package/dist/App.js +0 -56
- package/dist/App.test.js +0 -10
- package/dist/Button.test.js +0 -162
- package/dist/LinkButton.test.js +0 -150
- package/dist/SingleBar.test.js +0 -120
- package/dist/setupTests.js +0 -15
- package/dist/stories/AttachedFile.stories.js +0 -37
- package/dist/stories/AutocompleteField.stories.js +0 -25
- package/dist/stories/BannerEventBox.stories.js +0 -59
- package/dist/stories/BannerEventBoxList.stories.js +0 -39
- package/dist/stories/BannerEventBoxTest.stories.js +0 -27
- package/dist/stories/BannersDropdown.stories.js +0 -64
- package/dist/stories/BarChart.stories.js +0 -306
- package/dist/stories/BarChartTwoRows.stories.js +0 -259
- package/dist/stories/BarChartWithAreaChart.stories.js +0 -134
- package/dist/stories/BarChartsByWeeks.stories.js +0 -445
- package/dist/stories/Benchmark.stories.js +0 -147
- package/dist/stories/Button.stories.js +0 -255
- package/dist/stories/CampaignDemoReport.stories.js +0 -65
- package/dist/stories/CampaignTool/Card.stories.js +0 -92
- package/dist/stories/CampaignTool/MultipleCard.stories.js +0 -33
- package/dist/stories/CampaignTool/PageFilterBar.stories.js +0 -28
- package/dist/stories/CampaignTool/Popup.stories.js +0 -697
- package/dist/stories/CampaignTool/PopupContent.stories.js +0 -284
- package/dist/stories/CampaignTool/Table.stories.js +0 -104
- package/dist/stories/CheckBox.stories.js +0 -107
- package/dist/stories/CheckBoxButton.stories.js +0 -150
- package/dist/stories/CollapseData.stories.js +0 -125
- package/dist/stories/CollapseHeader.stories.js +0 -123
- package/dist/stories/CollapseMenuItem.stories.js +0 -134
- package/dist/stories/Datepicker.stories.js +0 -85
- package/dist/stories/DialogOverlay.stories.js +0 -39
- package/dist/stories/DoublePanelDataRow.stories.js +0 -116
- package/dist/stories/DownloadProgress.stories.js +0 -109
- package/dist/stories/Dropdown.stories.js +0 -318
- package/dist/stories/DropdownMulti.stories.js +0 -220
- package/dist/stories/DropdownNew.stories.js +0 -407
- package/dist/stories/EventDetailsCard.stories.js +0 -122
- package/dist/stories/EventList.stories.js +0 -84
- package/dist/stories/EventListItem.stories.js +0 -65
- package/dist/stories/FilterButton.stories.js +0 -90
- package/dist/stories/FilterContainer.stories.js +0 -22
- package/dist/stories/FilterPanel.stories.js +0 -967
- package/dist/stories/FormattedValue.stories.js +0 -183
- package/dist/stories/Heatmap.stories.js +0 -118
- package/dist/stories/IconButton.stories.js +0 -126
- package/dist/stories/Input.stories.js +0 -422
- package/dist/stories/InputOld.stories.js +0 -103
- package/dist/stories/KpiFilter.stories.js +0 -401
- package/dist/stories/LinkButton.stories.js +0 -171
- package/dist/stories/LinnerDataBox.stories.js +0 -79
- package/dist/stories/ListBox.stories.js +0 -132
- package/dist/stories/MarketShareDescription.stories.js +0 -196
- package/dist/stories/MonthPicker.stories.js +0 -142
- package/dist/stories/NewInput.stories.js +0 -37
- package/dist/stories/NoDataFoundMessage.stories.js +0 -66
- package/dist/stories/OneColumnContainer.stories.js +0 -119
- package/dist/stories/PerformanceAnalytics.stories.js +0 -263
- package/dist/stories/PerformanceAnalyticsLegend.stories.js +0 -99
- package/dist/stories/PerformanceAnalyticsOneColumn.stories.js +0 -236
- package/dist/stories/PerformanceAnalyticsTotals.stories.js +0 -109
- package/dist/stories/PieChart.stories.js +0 -215
- package/dist/stories/PopupCharts.stories.js +0 -1191
- package/dist/stories/ProductsVariety.stories.js +0 -90
- package/dist/stories/ProgressBar.stories.js +0 -71
- package/dist/stories/QuarterPicker.stories.js +0 -142
- package/dist/stories/QuickFilter.stories.js +0 -275
- package/dist/stories/RangePicker.stories.js +0 -140
- package/dist/stories/ReportTable.stories.js +0 -255
- package/dist/stories/SagButton.stories.js +0 -118
- package/dist/stories/SagIconButton.stories.js +0 -122
- package/dist/stories/SagInput.stories.js +0 -69
- package/dist/stories/SalesAndROI.stories.js +0 -166
- package/dist/stories/SalesSplit.stories.js +0 -122
- package/dist/stories/SearchInput.stories.js +0 -44
- package/dist/stories/SegmentedButton.stories.js +0 -181
- package/dist/stories/Select.stories.js +0 -201
- package/dist/stories/SingleBarLineCharts.stories.js +0 -310
- package/dist/stories/TabMenu.stories.js +0 -224
- package/dist/stories/TextField.stories.js +0 -160
- package/dist/stories/TitleDescription.stories.js +0 -116
- package/dist/stories/TopToggleList.stories.js +0 -52
- package/dist/stories/TotalBenchmark.stories.js +0 -135
- package/dist/stories/TotalBenchmarkAreachart.stories.js +0 -341
- package/dist/stories/TotalBenchmarkArrows.stories.js +0 -170
- package/dist/stories/TotalBenchmarkBarchart.stories.js +0 -183
- package/dist/stories/TotalDoughnutChart.stories.js +0 -301
- package/dist/stories/TotalHorizontalCharts.stories.js +0 -291
- package/dist/stories/TwoBarCharts.stories.js +0 -185
- package/dist/stories/components/AttachedFile.js +0 -60
- package/dist/stories/components/AttachedFile.style.js +0 -48
- package/dist/stories/components/AutocompleteField.js +0 -40
- package/dist/stories/components/AutocompleteField.style.js +0 -55
- package/dist/stories/components/BannerEventBox.js +0 -97
- package/dist/stories/components/BannerEventBox.style.js +0 -78
- package/dist/stories/components/BannerEventBoxList.js +0 -153
- package/dist/stories/components/BannerEventBoxList.style.js +0 -189
- package/dist/stories/components/BannerEventBoxTest.js +0 -42
- package/dist/stories/components/BannerEventBoxTest.style.js +0 -11
- package/dist/stories/components/BannersDropdown.js +0 -119
- package/dist/stories/components/BannersDropdown.style.js +0 -99
- package/dist/stories/components/BarChart.js +0 -258
- package/dist/stories/components/BarChart.style.js +0 -60
- package/dist/stories/components/BarChartTwoRows.js +0 -220
- package/dist/stories/components/BarChartTwoRows.style.js +0 -79
- package/dist/stories/components/BarChartWithAreaChart.js +0 -268
- package/dist/stories/components/BarChartWithAreaChart.style.js +0 -67
- package/dist/stories/components/BarChartsByWeeks.js +0 -306
- package/dist/stories/components/BarChartsByWeeks.style.js +0 -96
- package/dist/stories/components/Benchmark.js +0 -130
- package/dist/stories/components/Benchmark.style.js +0 -61
- package/dist/stories/components/Button.js +0 -255
- package/dist/stories/components/Button.style.js +0 -90
- package/dist/stories/components/CampaignTool/CampaignDemoReport.js +0 -48
- package/dist/stories/components/CampaignTool/CampaignDemoReport.style.js +0 -48
- package/dist/stories/components/CampaignTool/Card.js +0 -72
- package/dist/stories/components/CampaignTool/Card.style.js +0 -65
- package/dist/stories/components/CampaignTool/FormInput.js +0 -41
- package/dist/stories/components/CampaignTool/FormSelect.js +0 -42
- package/dist/stories/components/CampaignTool/MultipleCard.js +0 -26
- package/dist/stories/components/CampaignTool/MultipleCard.style.js +0 -13
- package/dist/stories/components/CampaignTool/PageFilterBar.js +0 -23
- package/dist/stories/components/CampaignTool/PageFilterBar.style.js +0 -22
- package/dist/stories/components/CampaignTool/Popup.js +0 -172
- package/dist/stories/components/CampaignTool/Popup.style.js +0 -122
- package/dist/stories/components/CampaignTool/PopupContent.js +0 -111
- package/dist/stories/components/CampaignTool/PopupContent.style.js +0 -74
- package/dist/stories/components/CampaignTool/PopupFieldsRules.js +0 -168
- package/dist/stories/components/CampaignTool/Table.js +0 -195
- package/dist/stories/components/CampaignTool/Table.style.js +0 -86
- package/dist/stories/components/CheckBox.js +0 -76
- package/dist/stories/components/CheckBox.style.js +0 -36
- package/dist/stories/components/CheckBoxButton.js +0 -69
- package/dist/stories/components/CheckBoxButton.style.js +0 -39
- package/dist/stories/components/CodeEditor.js +0 -43
- package/dist/stories/components/CodeEditor.style.js +0 -13
- package/dist/stories/components/CollapseData.js +0 -66
- package/dist/stories/components/CollapseData.style.js +0 -127
- package/dist/stories/components/CollapseHeader.js +0 -255
- package/dist/stories/components/CollapseHeader.style.js +0 -200
- package/dist/stories/components/CollapseMenuItem.js +0 -61
- package/dist/stories/components/CollapseMenuItem.style.js +0 -61
- package/dist/stories/components/CommonFunctions.js +0 -99
- package/dist/stories/components/Datepicker.js +0 -148
- package/dist/stories/components/Datepicker.style.js +0 -19
- package/dist/stories/components/DialogOverlay.js +0 -44
- package/dist/stories/components/DialogOverlay.style.js +0 -70
- package/dist/stories/components/DoublePanelDataRow.js +0 -70
- package/dist/stories/components/DoublePanelDataRow.style.js +0 -66
- package/dist/stories/components/DownloadProgress.js +0 -97
- package/dist/stories/components/DownloadProgress.style.js +0 -51
- package/dist/stories/components/Dropdown.js +0 -231
- package/dist/stories/components/Dropdown.style.js +0 -17
- package/dist/stories/components/DropdownMulti.js +0 -290
- package/dist/stories/components/DropdownMulti.style.js +0 -17
- package/dist/stories/components/DropdownMultiNew.js +0 -292
- package/dist/stories/components/DropdownMultiNew.style.js +0 -218
- package/dist/stories/components/DropdownNew.js +0 -98
- package/dist/stories/components/DropdownNew.style.js +0 -21
- package/dist/stories/components/DropdownSingleNew.js +0 -256
- package/dist/stories/components/DropdownSingleNew.style.js +0 -189
- package/dist/stories/components/EventDetailsCard.js +0 -142
- package/dist/stories/components/EventDetailsCard.style.js +0 -62
- package/dist/stories/components/EventList.js +0 -61
- package/dist/stories/components/EventList.style.js +0 -38
- package/dist/stories/components/EventListItem.js +0 -50
- package/dist/stories/components/EventListItem.style.js +0 -47
- package/dist/stories/components/FilterButton.js +0 -53
- package/dist/stories/components/FilterButton.style.js +0 -12
- package/dist/stories/components/FilterContainer.js +0 -29
- package/dist/stories/components/FilterContainer.style.js +0 -30
- package/dist/stories/components/FilterPanel.js +0 -614
- package/dist/stories/components/FilterPanel.style.js +0 -89
- package/dist/stories/components/FormattedValue.js +0 -69
- package/dist/stories/components/FormattedValue.style.js +0 -91
- package/dist/stories/components/Heatmap.js +0 -184
- package/dist/stories/components/Heatmap.style.js +0 -151
- package/dist/stories/components/IconButton.js +0 -147
- package/dist/stories/components/IconButton.style.js +0 -64
- package/dist/stories/components/Input.js +0 -186
- package/dist/stories/components/Input.style.js +0 -132
- package/dist/stories/components/InputOld.js +0 -93
- package/dist/stories/components/InputOld.style.js +0 -71
- package/dist/stories/components/KpiFilter.js +0 -345
- package/dist/stories/components/KpiFilter.style.js +0 -132
- package/dist/stories/components/LinkButton.js +0 -225
- package/dist/stories/components/LinkButton.style.js +0 -53
- package/dist/stories/components/LinnerDataBox.js +0 -54
- package/dist/stories/components/LinnerDataBox.style.js +0 -68
- package/dist/stories/components/ListBox.js +0 -82
- package/dist/stories/components/ListBox.style.js +0 -48
- package/dist/stories/components/MarketShareDescription.js +0 -109
- package/dist/stories/components/MarketShareDescription.style.js +0 -215
- package/dist/stories/components/Modal.js +0 -21
- package/dist/stories/components/Modal.style.js +0 -63
- package/dist/stories/components/ModalTotalBenchmark.js +0 -224
- package/dist/stories/components/ModalTotalCost.js +0 -139
- package/dist/stories/components/MonthPicker.js +0 -169
- package/dist/stories/components/MonthPicker.style.js +0 -105
- package/dist/stories/components/MonthPopupPicker.js +0 -206
- package/dist/stories/components/NewInput.js +0 -33
- package/dist/stories/components/NewInput.style.js +0 -13
- package/dist/stories/components/NoDataFoundMessage.js +0 -30
- package/dist/stories/components/NoDataFoundMessage.style.js +0 -39
- package/dist/stories/components/OneColumnContainer.js +0 -121
- package/dist/stories/components/OneColumnContainer.style.js +0 -107
- package/dist/stories/components/PerformanceAnalytics.js +0 -447
- package/dist/stories/components/PerformanceAnalytics.style.js +0 -144
- package/dist/stories/components/PerformanceAnalyticsLegend.js +0 -59
- package/dist/stories/components/PerformanceAnalyticsLegend.style.js +0 -63
- package/dist/stories/components/PerformanceAnalyticsOneColumn.js +0 -327
- package/dist/stories/components/PerformanceAnalyticsOneColumn.style.js +0 -116
- package/dist/stories/components/PerformanceAnalyticsTotals.js +0 -70
- package/dist/stories/components/PerformanceAnalyticsTotals.style.js +0 -89
- package/dist/stories/components/PieChart.js +0 -154
- package/dist/stories/components/PieChart.style.js +0 -154
- package/dist/stories/components/PopupCharts.js +0 -244
- package/dist/stories/components/PopupCharts.style.js +0 -108
- package/dist/stories/components/ProductsVariety.js +0 -94
- package/dist/stories/components/ProductsVariety.style.js +0 -86
- package/dist/stories/components/ProgressBar.js +0 -52
- package/dist/stories/components/ProgressBar.style.js +0 -24
- package/dist/stories/components/QuarterPicker.js +0 -168
- package/dist/stories/components/QuarterPicker.style.js +0 -104
- package/dist/stories/components/QuarterPopupPicker.js +0 -186
- package/dist/stories/components/QuickFilter.js +0 -78
- package/dist/stories/components/QuickFilter.style.js +0 -21
- package/dist/stories/components/QuickFilterDropdownMultiSelection.js +0 -299
- package/dist/stories/components/QuickFilterDropdownMultiSelection.style.js +0 -194
- package/dist/stories/components/QuickFilterDropdownSingle.js +0 -229
- package/dist/stories/components/QuickFilterDropdownSingle.style.js +0 -139
- package/dist/stories/components/RangeDatePicker.js +0 -231
- package/dist/stories/components/RangePicker.js +0 -179
- package/dist/stories/components/RangePicker.style.js +0 -109
- package/dist/stories/components/ReportTable.js +0 -420
- package/dist/stories/components/ReportTable.style.js +0 -306
- package/dist/stories/components/SagButton.js +0 -68
- package/dist/stories/components/SagButton.style.js +0 -47
- package/dist/stories/components/SagIconButton.js +0 -130
- package/dist/stories/components/SagIconButton.style.js +0 -30
- package/dist/stories/components/SagInput.js +0 -53
- package/dist/stories/components/SagInput.style.js +0 -41
- package/dist/stories/components/SalesAndROI.js +0 -89
- package/dist/stories/components/SalesAndROI.style.js +0 -111
- package/dist/stories/components/SalesSplit.js +0 -153
- package/dist/stories/components/SalesSplit.style.js +0 -150
- package/dist/stories/components/SearchInput.js +0 -39
- package/dist/stories/components/SearchInput.style.js +0 -37
- package/dist/stories/components/SegmentedButton.js +0 -124
- package/dist/stories/components/SegmentedButton.style.js +0 -100
- package/dist/stories/components/Select.js +0 -137
- package/dist/stories/components/Select.style.js +0 -104
- package/dist/stories/components/SingleBarLineCharts.js +0 -415
- package/dist/stories/components/SingleBarLineCharts.style.js +0 -101
- package/dist/stories/components/TabMenu.js +0 -241
- package/dist/stories/components/TabMenu.style.js +0 -120
- package/dist/stories/components/TextField.js +0 -209
- package/dist/stories/components/TextField.style.js +0 -18
- package/dist/stories/components/TitleDescription.js +0 -272
- package/dist/stories/components/TitleDescription.style.js +0 -222
- package/dist/stories/components/Tooltip.js +0 -44
- package/dist/stories/components/Tooltip.style.js +0 -103
- package/dist/stories/components/TopToggleList.js +0 -46
- package/dist/stories/components/TopToggleList.style.js +0 -51
- package/dist/stories/components/TotalBenchmark.js +0 -97
- package/dist/stories/components/TotalBenchmark.style.js +0 -79
- package/dist/stories/components/TotalBenchmarkAreachart.js +0 -342
- package/dist/stories/components/TotalBenchmarkAreachart.style.js +0 -171
- package/dist/stories/components/TotalBenchmarkArrows.js +0 -149
- package/dist/stories/components/TotalBenchmarkArrows.style.js +0 -108
- package/dist/stories/components/TotalBenchmarkBarchart.js +0 -165
- package/dist/stories/components/TotalBenchmarkBarchart.style.js +0 -77
- package/dist/stories/components/TotalDoughnutChart.js +0 -187
- package/dist/stories/components/TotalDoughnutChart.style.js +0 -178
- package/dist/stories/components/TotalHorizontalCharts.js +0 -236
- package/dist/stories/components/TotalHorizontalCharts.style.js +0 -93
- package/dist/stories/components/TspanTooltip.js +0 -33
- package/dist/stories/components/TspanTooltip.style.js +0 -105
- package/dist/stories/components/TwoBarCharts.js +0 -211
- package/dist/stories/components/TwoBarCharts.style.js +0 -60
- package/dist/stories/components/icons/ArrowDownIcon.js +0 -27
- package/dist/stories/components/icons/ArrowDropDownIcon.js +0 -27
- package/dist/stories/components/icons/ArrowSelectIcon.js +0 -28
- package/dist/stories/components/icons/ArrowUpIcon.js +0 -27
- package/dist/stories/components/icons/AttachedIcon.js +0 -27
- package/dist/stories/components/icons/BellIcon.js +0 -27
- package/dist/stories/components/icons/ButtonArrowRight.js +0 -27
- package/dist/stories/components/icons/Calendar.js +0 -20
- package/dist/stories/components/icons/CalendarIcon.js +0 -27
- package/dist/stories/components/icons/CalendarInOpen.js +0 -26
- package/dist/stories/components/icons/CheckBoxButtonCheckedIcon.js +0 -28
- package/dist/stories/components/icons/CheckBoxCheckedIcon.js +0 -28
- package/dist/stories/components/icons/CheckBoxNotCheckedIcon.js +0 -28
- package/dist/stories/components/icons/ChervronLeftIcon.js +0 -20
- package/dist/stories/components/icons/ChervronRightIcon.js +0 -20
- package/dist/stories/components/icons/ChevronLeftIcon.js +0 -29
- package/dist/stories/components/icons/ChevronRightIcon.js +0 -29
- package/dist/stories/components/icons/ClockIcon.js +0 -27
- package/dist/stories/components/icons/CloseIcon.js +0 -27
- package/dist/stories/components/icons/CloseXIcon.js +0 -27
- package/dist/stories/components/icons/ComboBoxArrowDownIcon.js +0 -28
- package/dist/stories/components/icons/ComboBoxArrowUpIcon.js +0 -28
- package/dist/stories/components/icons/DocumentIcon.js +0 -48
- package/dist/stories/components/icons/DownloadIcon.js +0 -27
- package/dist/stories/components/icons/Duplicate.js +0 -28
- package/dist/stories/components/icons/ErrorIcon.js +0 -28
- package/dist/stories/components/icons/ExitIcon.js +0 -28
- package/dist/stories/components/icons/ExportIcon.js +0 -28
- package/dist/stories/components/icons/EyeIcon.js +0 -28
- package/dist/stories/components/icons/FileIcon.js +0 -27
- package/dist/stories/components/icons/FilterIcon.js +0 -36
- package/dist/stories/components/icons/FlyIcon.js +0 -28
- package/dist/stories/components/icons/FoodLionChartIcon.js +0 -42
- package/dist/stories/components/icons/FoodLionIcon.js +0 -3076
- package/dist/stories/components/icons/FoodLionNewIcon.js +0 -39
- package/dist/stories/components/icons/GiantFoodChartIcon.js +0 -40
- package/dist/stories/components/icons/GiantFoodIcon.js +0 -1976
- package/dist/stories/components/icons/GiantFoodIcon_new.js +0 -42
- package/dist/stories/components/icons/HannafordChartIcon.js +0 -40
- package/dist/stories/components/icons/HannafordIcon.js +0 -5017
- package/dist/stories/components/icons/HannafordIcon_new.js +0 -41
- package/dist/stories/components/icons/HannafordNewIcon.js +0 -213
- package/dist/stories/components/icons/InfoIcon.js +0 -28
- package/dist/stories/components/icons/LampIcon.js +0 -30
- package/dist/stories/components/icons/LegendLineIcon.js +0 -29
- package/dist/stories/components/icons/LegendUnionIcon.js +0 -29
- package/dist/stories/components/icons/MaintenanceIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemClosedIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemOpenIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemRightIcon.js +0 -28
- package/dist/stories/components/icons/MenuItemUpIcon.js +0 -28
- package/dist/stories/components/icons/NoDataFoundIcon.js +0 -86
- package/dist/stories/components/icons/OptionsIcon.js +0 -27
- package/dist/stories/components/icons/ReselectIcon.js +0 -27
- package/dist/stories/components/icons/SearchIcon.js +0 -27
- package/dist/stories/components/icons/ShoppingCartIcon.js +0 -45
- package/dist/stories/components/icons/ShoutIcon.js +0 -27
- package/dist/stories/components/icons/Sort.js +0 -13
- package/dist/stories/components/icons/SortIcon.js +0 -35
- package/dist/stories/components/icons/SpotlightProductIcon.js +0 -28
- package/dist/stories/components/icons/StopAndShopChartIcon.js +0 -42
- package/dist/stories/components/icons/StopAndShopIcon.js +0 -134
- package/dist/stories/components/icons/StopAndShopNewIcon.js +0 -41
- package/dist/stories/components/icons/SucceededIcon.js +0 -28
- package/dist/stories/components/icons/TheGiantCompanyChartIcon.js +0 -40
- package/dist/stories/components/icons/TheGiantCompanyIcon.js +0 -40
- package/dist/stories/components/icons/TheGiantCompanyIcon_old.js +0 -1831
- package/dist/stories/components/icons/TheGiantCompanyNewIcon.js +0 -39
- package/dist/stories/utils/ComponentFactory.js +0 -65
- package/dist/stories/utils/IconsHandler.js +0 -150
- package/dist/stories/utils/IconsHandler.style.js +0 -16
- package/dist/stories/utils/regex/Email.regex.js +0 -7
- package/dist/stories/utils/regex/LatinWithSpaces.regex.js +0 -7
- package/dist/stories/utils/regex/OnlyEnglishLetters.regex.js +0 -7
- package/dist/stories/utils/regex/Phone.regex.js +0 -7
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/vite.config.js +0 -15
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.style.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,27 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
+
import React from 'react';
|
|
3
4
|
|
|
4
|
-
declare function Button(
|
|
5
|
-
text?: string | undefined;
|
|
6
|
-
type?: string | undefined;
|
|
7
|
-
size?: string | undefined;
|
|
8
|
-
height?: string | undefined;
|
|
9
|
-
width?: string | undefined;
|
|
10
|
-
disabled?: boolean | undefined;
|
|
11
|
-
textColor?: string | undefined;
|
|
12
|
-
backgroundColor?: string | undefined;
|
|
13
|
-
borderColor?: string | undefined;
|
|
14
|
-
hoverTextColor?: string | undefined;
|
|
15
|
-
hoverBackgroundColor?: string | undefined;
|
|
16
|
-
hoverBorderColor?: string | undefined;
|
|
17
|
-
disabledTextColor?: string | undefined;
|
|
18
|
-
disabledBackgroundColor?: string | undefined;
|
|
19
|
-
disabledBorderColor?: string | undefined;
|
|
20
|
-
onClick: any;
|
|
21
|
-
leftIcon?: string | undefined;
|
|
22
|
-
rightIcon?: string | undefined;
|
|
23
|
-
isSubmitButton?: boolean | undefined;
|
|
24
|
-
}): react_jsx_runtime.JSX.Element;
|
|
5
|
+
declare function Button(props: any): react_jsx_runtime.JSX.Element;
|
|
25
6
|
|
|
26
7
|
declare function PieChart(props: any): react_jsx_runtime.JSX.Element;
|
|
27
8
|
declare namespace PieChart {
|
|
@@ -36,10 +17,10 @@ declare namespace PieChart {
|
|
|
36
17
|
const currencyType: PropTypes.Requireable<string>;
|
|
37
18
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
38
19
|
const isPercent: PropTypes.Requireable<boolean>;
|
|
39
|
-
const legendData: PropTypes.Requireable<
|
|
20
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
40
21
|
name: PropTypes.Requireable<string>;
|
|
41
22
|
description: PropTypes.Requireable<string>;
|
|
42
|
-
}>
|
|
23
|
+
}>[]>;
|
|
43
24
|
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
44
25
|
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
45
26
|
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
@@ -69,7 +50,7 @@ declare namespace PieChart {
|
|
|
69
50
|
export { dotCut_1 as dotCut };
|
|
70
51
|
const isPercent_1: boolean;
|
|
71
52
|
export { isPercent_1 as isPercent };
|
|
72
|
-
const legendData_1:
|
|
53
|
+
const legendData_1: any[];
|
|
73
54
|
export { legendData_1 as legendData };
|
|
74
55
|
const itemsBoldedValues_1: boolean;
|
|
75
56
|
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
@@ -96,8 +77,8 @@ declare namespace EventDetailsCard {
|
|
|
96
77
|
const height: PropTypes.Requireable<string>;
|
|
97
78
|
const className: PropTypes.Requireable<string>;
|
|
98
79
|
const displayBannersDropdown: PropTypes.Requireable<boolean>;
|
|
99
|
-
const banners: PropTypes.Requireable<
|
|
100
|
-
const data: PropTypes.Requireable<
|
|
80
|
+
const banners: PropTypes.Requireable<string[]>;
|
|
81
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
101
82
|
const count: PropTypes.Requireable<number>;
|
|
102
83
|
const buttonText: PropTypes.Requireable<string>;
|
|
103
84
|
const onViewButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -135,136 +116,17 @@ declare namespace EventDetailsCard {
|
|
|
135
116
|
}
|
|
136
117
|
}
|
|
137
118
|
|
|
138
|
-
declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
|
|
139
|
-
declare namespace LinnerDataBox {
|
|
140
|
-
namespace propTypes {
|
|
141
|
-
const className: PropTypes.Requireable<string>;
|
|
142
|
-
const width: PropTypes.Requireable<string>;
|
|
143
|
-
const height: PropTypes.Requireable<string>;
|
|
144
|
-
const data: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
145
|
-
title: PropTypes.Requireable<string>;
|
|
146
|
-
value: PropTypes.Requireable<number>;
|
|
147
|
-
sign: PropTypes.Requireable<string>;
|
|
148
|
-
extraInfo: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
149
|
-
title: PropTypes.Requireable<string>;
|
|
150
|
-
value: PropTypes.Requireable<number>;
|
|
151
|
-
}> | null | undefined)[]>;
|
|
152
|
-
}> | null | undefined)[]>;
|
|
153
|
-
const backgroundColor: PropTypes.Requireable<string>;
|
|
154
|
-
const customDataFormat: PropTypes.Requireable<boolean>;
|
|
155
|
-
}
|
|
156
|
-
namespace defaultProps {
|
|
157
|
-
const className_1: string;
|
|
158
|
-
export { className_1 as className };
|
|
159
|
-
const width_1: string;
|
|
160
|
-
export { width_1 as width };
|
|
161
|
-
const height_1: string;
|
|
162
|
-
export { height_1 as height };
|
|
163
|
-
const data_1: never[];
|
|
164
|
-
export { data_1 as data };
|
|
165
|
-
const backgroundColor_1: string;
|
|
166
|
-
export { backgroundColor_1 as backgroundColor };
|
|
167
|
-
const customDataFormat_1: boolean;
|
|
168
|
-
export { customDataFormat_1 as customDataFormat };
|
|
169
|
-
}
|
|
170
|
-
}
|
|
119
|
+
declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
|
|
171
120
|
|
|
172
|
-
declare function TabMenu(props: any): react_jsx_runtime.JSX.Element;
|
|
173
|
-
declare namespace TabMenu {
|
|
174
|
-
namespace propTypes {
|
|
175
|
-
const activeColor: PropTypes.Requireable<string>;
|
|
176
|
-
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
177
|
-
const className: PropTypes.Requireable<string>;
|
|
178
|
-
const color: PropTypes.Requireable<string>;
|
|
179
|
-
const currentTab: PropTypes.Requireable<number>;
|
|
180
|
-
const headlineInsteadTabs: PropTypes.Requireable<boolean>;
|
|
181
|
-
const headlineText: PropTypes.Requireable<string>;
|
|
182
|
-
const inputWidth: PropTypes.Requireable<string>;
|
|
183
|
-
const onFilterButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
184
|
-
const onSearchFieldTyping: PropTypes.Requireable<(...args: any[]) => any>;
|
|
185
|
-
const onTabChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
186
|
-
const panelIsOpen: PropTypes.Requireable<boolean>;
|
|
187
|
-
const setBackground: PropTypes.Requireable<boolean>;
|
|
188
|
-
const showActions: PropTypes.Requireable<boolean>;
|
|
189
|
-
const showFilterButton: PropTypes.Requireable<boolean>;
|
|
190
|
-
const showLabel: PropTypes.Requireable<boolean>;
|
|
191
|
-
const showSearchInput: PropTypes.Requireable<boolean>;
|
|
192
|
-
const showViewOptionsButton: PropTypes.Requireable<boolean>;
|
|
193
|
-
const disabledButton: PropTypes.Requireable<boolean>;
|
|
194
|
-
const setTopRightButton: PropTypes.Requireable<boolean>;
|
|
195
|
-
const rightButtonText: PropTypes.Requireable<string>;
|
|
196
|
-
const rightButtonIcon: PropTypes.Requireable<string>;
|
|
197
|
-
const onTopButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
198
|
-
const tabs: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
199
|
-
title: PropTypes.Requireable<string>;
|
|
200
|
-
content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
201
|
-
}> | null | undefined)[]>;
|
|
202
|
-
}
|
|
203
|
-
namespace defaultProps {
|
|
204
|
-
const activeColor_1: string;
|
|
205
|
-
export { activeColor_1 as activeColor };
|
|
206
|
-
const children_1: null;
|
|
207
|
-
export { children_1 as children };
|
|
208
|
-
const className_1: string;
|
|
209
|
-
export { className_1 as className };
|
|
210
|
-
const color_1: string;
|
|
211
|
-
export { color_1 as color };
|
|
212
|
-
const currentTab_1: number;
|
|
213
|
-
export { currentTab_1 as currentTab };
|
|
214
|
-
const headlineInsteadTabs_1: boolean;
|
|
215
|
-
export { headlineInsteadTabs_1 as headlineInsteadTabs };
|
|
216
|
-
const headlineText_1: string;
|
|
217
|
-
export { headlineText_1 as headlineText };
|
|
218
|
-
const inputWidth_1: string;
|
|
219
|
-
export { inputWidth_1 as inputWidth };
|
|
220
|
-
export function onFilterButtonClick_1(): void;
|
|
221
|
-
export { onFilterButtonClick_1 as onFilterButtonClick };
|
|
222
|
-
export function onSearchFieldTyping_1(): void;
|
|
223
|
-
export { onSearchFieldTyping_1 as onSearchFieldTyping };
|
|
224
|
-
export function onTabChange_1(): void;
|
|
225
|
-
export { onTabChange_1 as onTabChange };
|
|
226
|
-
const panelIsOpen_1: boolean;
|
|
227
|
-
export { panelIsOpen_1 as panelIsOpen };
|
|
228
|
-
const setBackground_1: boolean;
|
|
229
|
-
export { setBackground_1 as setBackground };
|
|
230
|
-
const showActions_1: boolean;
|
|
231
|
-
export { showActions_1 as showActions };
|
|
232
|
-
const showFilterButton_1: boolean;
|
|
233
|
-
export { showFilterButton_1 as showFilterButton };
|
|
234
|
-
const showLabel_1: boolean;
|
|
235
|
-
export { showLabel_1 as showLabel };
|
|
236
|
-
const showSearchInput_1: boolean;
|
|
237
|
-
export { showSearchInput_1 as showSearchInput };
|
|
238
|
-
const showViewOptionsButton_1: boolean;
|
|
239
|
-
export { showViewOptionsButton_1 as showViewOptionsButton };
|
|
240
|
-
const disabledButton_1: boolean;
|
|
241
|
-
export { disabledButton_1 as disabledButton };
|
|
242
|
-
const setTopRightButton_1: boolean;
|
|
243
|
-
export { setTopRightButton_1 as setTopRightButton };
|
|
244
|
-
const rightButtonText_1: string;
|
|
245
|
-
export { rightButtonText_1 as rightButtonText };
|
|
246
|
-
const rightButtonIcon_1: string;
|
|
247
|
-
export { rightButtonIcon_1 as rightButtonIcon };
|
|
248
|
-
export function onTopButtonClick_1(): void;
|
|
249
|
-
export { onTopButtonClick_1 as onTopButtonClick };
|
|
250
|
-
const tabs_1: ({
|
|
251
|
-
title: string;
|
|
252
|
-
content: react_jsx_runtime.JSX.Element;
|
|
253
|
-
} | {
|
|
254
|
-
title: string;
|
|
255
|
-
content: string;
|
|
256
|
-
})[];
|
|
257
|
-
export { tabs_1 as tabs };
|
|
258
|
-
}
|
|
259
|
-
}
|
|
121
|
+
declare function TabMenu(props: any): react_jsx_runtime.JSX.Element;
|
|
260
122
|
|
|
261
123
|
declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
|
|
262
124
|
declare namespace FilterPanel {
|
|
263
125
|
namespace propTypes {
|
|
264
|
-
const availableQuarters: PropTypes.Requireable<
|
|
265
|
-
const availableMonths: PropTypes.Requireable<
|
|
266
|
-
const availableYears: PropTypes.Requireable<
|
|
267
|
-
const fieldsData: PropTypes.Requireable<
|
|
126
|
+
const availableQuarters: PropTypes.Requireable<string[]>;
|
|
127
|
+
const availableMonths: PropTypes.Requireable<string[]>;
|
|
128
|
+
const availableYears: PropTypes.Requireable<string[]>;
|
|
129
|
+
const fieldsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
268
130
|
disabled: PropTypes.Requireable<boolean>;
|
|
269
131
|
required: PropTypes.Requireable<boolean>;
|
|
270
132
|
inputType: PropTypes.Requireable<string>;
|
|
@@ -274,10 +136,10 @@ declare namespace FilterPanel {
|
|
|
274
136
|
labelEmptyValue: PropTypes.Requireable<string>;
|
|
275
137
|
name: PropTypes.Requireable<string>;
|
|
276
138
|
periodPickerSelectedValue: PropTypes.Requireable<string>;
|
|
277
|
-
selectedValue: PropTypes.Requireable<
|
|
139
|
+
selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
|
|
278
140
|
value: PropTypes.Requireable<string>;
|
|
279
141
|
label: PropTypes.Requireable<string>;
|
|
280
|
-
}>
|
|
142
|
+
}>[]>;
|
|
281
143
|
orderBy: PropTypes.Requireable<string>;
|
|
282
144
|
elementType: PropTypes.Requireable<string>;
|
|
283
145
|
value: PropTypes.Requireable<number>;
|
|
@@ -286,11 +148,11 @@ declare namespace FilterPanel {
|
|
|
286
148
|
value: PropTypes.Requireable<string>;
|
|
287
149
|
label: PropTypes.Requireable<string>;
|
|
288
150
|
}>>;
|
|
289
|
-
dropdownOptions: PropTypes.Requireable<
|
|
151
|
+
dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
|
|
290
152
|
value: PropTypes.Requireable<string>;
|
|
291
153
|
label: PropTypes.Requireable<string>;
|
|
292
|
-
}>
|
|
293
|
-
}>
|
|
154
|
+
}>[]>;
|
|
155
|
+
}>[]>;
|
|
294
156
|
const width: PropTypes.Requireable<string>;
|
|
295
157
|
const height: PropTypes.Requireable<string>;
|
|
296
158
|
const okButtonBackgroundColor: PropTypes.Requireable<string>;
|
|
@@ -313,7 +175,7 @@ declare namespace FilterPanel {
|
|
|
313
175
|
export { availableMonths_1 as availableMonths };
|
|
314
176
|
const availableYears_1: string[];
|
|
315
177
|
export { availableYears_1 as availableYears };
|
|
316
|
-
const fieldsData_1:
|
|
178
|
+
const fieldsData_1: any[];
|
|
317
179
|
export { fieldsData_1 as fieldsData };
|
|
318
180
|
const width_1: string;
|
|
319
181
|
export { width_1 as width };
|
|
@@ -352,13 +214,13 @@ declare namespace ReportTable {
|
|
|
352
214
|
const buttonText: PropTypes.Requireable<string>;
|
|
353
215
|
const buttonIconName: PropTypes.Requireable<string>;
|
|
354
216
|
const tableData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
355
|
-
columnsHeadings: PropTypes.Requireable<
|
|
217
|
+
columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
|
|
356
218
|
label: PropTypes.Requireable<string>;
|
|
357
219
|
key: PropTypes.Requireable<string>;
|
|
358
|
-
}>
|
|
359
|
-
rowsValues: PropTypes.Requireable<
|
|
360
|
-
[x: string]: string
|
|
361
|
-
}
|
|
220
|
+
}>[]>;
|
|
221
|
+
rowsValues: PropTypes.Requireable<{
|
|
222
|
+
[x: string]: string;
|
|
223
|
+
}[]>;
|
|
362
224
|
}>>;
|
|
363
225
|
const maxColumnsNumber: PropTypes.Requireable<number>;
|
|
364
226
|
const useColorLinearGradient: PropTypes.Requireable<boolean>;
|
|
@@ -431,10 +293,10 @@ declare namespace ReportTable {
|
|
|
431
293
|
declare function EventList(props: any): react_jsx_runtime.JSX.Element;
|
|
432
294
|
declare namespace EventList {
|
|
433
295
|
namespace propTypes {
|
|
434
|
-
const eventsData: PropTypes.Requireable<
|
|
296
|
+
const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
435
297
|
eventName: PropTypes.Requireable<string>;
|
|
436
298
|
period: PropTypes.Requireable<string>;
|
|
437
|
-
}>
|
|
299
|
+
}>[]>;
|
|
438
300
|
const selectTextColor: PropTypes.Requireable<string>;
|
|
439
301
|
const height: PropTypes.Requireable<string>;
|
|
440
302
|
const width: PropTypes.Requireable<string>;
|
|
@@ -442,7 +304,7 @@ declare namespace EventList {
|
|
|
442
304
|
const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
443
305
|
}
|
|
444
306
|
namespace defaultProps {
|
|
445
|
-
const eventsData_1:
|
|
307
|
+
const eventsData_1: any[];
|
|
446
308
|
export { eventsData_1 as eventsData };
|
|
447
309
|
const selectTextColor_1: string;
|
|
448
310
|
export { selectTextColor_1 as selectTextColor };
|
|
@@ -457,75 +319,7 @@ declare namespace EventList {
|
|
|
457
319
|
}
|
|
458
320
|
}
|
|
459
321
|
|
|
460
|
-
declare function BannerEventBoxList(props: any): react_jsx_runtime.JSX.Element;
|
|
461
|
-
declare namespace BannerEventBoxList {
|
|
462
|
-
namespace propTypes {
|
|
463
|
-
const className: PropTypes.Requireable<string>;
|
|
464
|
-
const width: PropTypes.Requireable<string>;
|
|
465
|
-
const height: PropTypes.Requireable<string>;
|
|
466
|
-
const eventType: PropTypes.Requireable<string>;
|
|
467
|
-
const eventName: PropTypes.Requireable<string>;
|
|
468
|
-
const count: PropTypes.Requireable<number>;
|
|
469
|
-
const toggleColor: PropTypes.Requireable<string>;
|
|
470
|
-
const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
|
|
471
|
-
const retailer: PropTypes.Requireable<string>;
|
|
472
|
-
const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
|
|
473
|
-
const showLoader: PropTypes.Requireable<boolean>;
|
|
474
|
-
const showEventDetails: PropTypes.Requireable<boolean>;
|
|
475
|
-
const cardsContent: PropTypes.Requireable<boolean>;
|
|
476
|
-
const linkText: PropTypes.Requireable<string>;
|
|
477
|
-
const disableToggle: PropTypes.Requireable<boolean>;
|
|
478
|
-
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
479
|
-
const bannerWidth: PropTypes.Requireable<string>;
|
|
480
|
-
const showDraft: PropTypes.Requireable<boolean>;
|
|
481
|
-
}
|
|
482
|
-
namespace defaultProps {
|
|
483
|
-
const className_1: string;
|
|
484
|
-
export { className_1 as className };
|
|
485
|
-
const width_1: string;
|
|
486
|
-
export { width_1 as width };
|
|
487
|
-
const height_1: string;
|
|
488
|
-
export { height_1 as height };
|
|
489
|
-
const eventType_1: string;
|
|
490
|
-
export { eventType_1 as eventType };
|
|
491
|
-
const eventName_1: string;
|
|
492
|
-
export { eventName_1 as eventName };
|
|
493
|
-
const count_1: null;
|
|
494
|
-
export { count_1 as count };
|
|
495
|
-
const toggleColor_1: string;
|
|
496
|
-
export { toggleColor_1 as toggleColor };
|
|
497
|
-
const data_1: {
|
|
498
|
-
banner: string;
|
|
499
|
-
description: string;
|
|
500
|
-
dates: string[];
|
|
501
|
-
data: {
|
|
502
|
-
name: string;
|
|
503
|
-
items: string[];
|
|
504
|
-
}[];
|
|
505
|
-
}[];
|
|
506
|
-
export { data_1 as data };
|
|
507
|
-
const retailer_1: string;
|
|
508
|
-
export { retailer_1 as retailer };
|
|
509
|
-
export function retailerFile_1(): void;
|
|
510
|
-
export { retailerFile_1 as retailerFile };
|
|
511
|
-
const cardsContent_1: boolean;
|
|
512
|
-
export { cardsContent_1 as cardsContent };
|
|
513
|
-
const linkText_1: string;
|
|
514
|
-
export { linkText_1 as linkText };
|
|
515
|
-
const showLoader_1: boolean;
|
|
516
|
-
export { showLoader_1 as showLoader };
|
|
517
|
-
const showEventDetails_1: boolean;
|
|
518
|
-
export { showEventDetails_1 as showEventDetails };
|
|
519
|
-
const disableToggle_1: boolean;
|
|
520
|
-
export { disableToggle_1 as disableToggle };
|
|
521
|
-
const children_1: null;
|
|
522
|
-
export { children_1 as children };
|
|
523
|
-
const bannerWidth_1: string;
|
|
524
|
-
export { bannerWidth_1 as bannerWidth };
|
|
525
|
-
const showDraft_1: boolean;
|
|
526
|
-
export { showDraft_1 as showDraft };
|
|
527
|
-
}
|
|
528
|
-
}
|
|
322
|
+
declare function BannerEventBoxList(props: any): react_jsx_runtime.JSX.Element;
|
|
529
323
|
|
|
530
324
|
declare function DialogOverlay(props: any): react_jsx_runtime.JSX.Element;
|
|
531
325
|
declare namespace DialogOverlay {
|
|
@@ -538,7 +332,7 @@ declare namespace DialogOverlay {
|
|
|
538
332
|
namespace defaultProps {
|
|
539
333
|
const title_1: string;
|
|
540
334
|
export { title_1 as title };
|
|
541
|
-
const children_1:
|
|
335
|
+
const children_1: any;
|
|
542
336
|
export { children_1 as children };
|
|
543
337
|
export function onDialogClose_1(): void;
|
|
544
338
|
export { onDialogClose_1 as onDialogClose };
|
|
@@ -553,9 +347,9 @@ declare namespace CollapseHeader {
|
|
|
553
347
|
const className: PropTypes.Requireable<string>;
|
|
554
348
|
const showRetailerIcon: PropTypes.Requireable<boolean>;
|
|
555
349
|
const showPeriodIcon: PropTypes.Requireable<boolean>;
|
|
556
|
-
const viewCreativeRetailersData: PropTypes.Requireable<
|
|
350
|
+
const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
557
351
|
label: PropTypes.Requireable<string>;
|
|
558
|
-
}>
|
|
352
|
+
}>[]>;
|
|
559
353
|
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
560
354
|
eventType: PropTypes.Requireable<string>;
|
|
561
355
|
retailer: PropTypes.Requireable<string>;
|
|
@@ -628,27 +422,31 @@ declare namespace CollapseHeader {
|
|
|
628
422
|
}
|
|
629
423
|
}
|
|
630
424
|
|
|
631
|
-
declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
|
|
632
|
-
hoverColor?: string
|
|
633
|
-
multipleSelection?: boolean
|
|
634
|
-
xIconShow?: boolean
|
|
635
|
-
disabled?: boolean
|
|
636
|
-
error?: boolean
|
|
637
|
-
errorMessage?: string
|
|
638
|
-
label?: string
|
|
639
|
-
labelColor?: string
|
|
640
|
-
placeHolder?: string
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
425
|
+
declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, optionHoverColor, selectedOptionColor, width, height, checkBoxColor, dropdownHeight, onChange, options, selectedValue, }: {
|
|
426
|
+
hoverColor?: string;
|
|
427
|
+
multipleSelection?: boolean;
|
|
428
|
+
xIconShow?: boolean;
|
|
429
|
+
disabled?: boolean;
|
|
430
|
+
error?: boolean;
|
|
431
|
+
errorMessage?: string;
|
|
432
|
+
label?: string;
|
|
433
|
+
labelColor?: string;
|
|
434
|
+
placeHolder?: string;
|
|
435
|
+
optionHoverColor?: string;
|
|
436
|
+
selectedOptionColor?: string;
|
|
437
|
+
width?: string;
|
|
438
|
+
height?: string;
|
|
439
|
+
checkBoxColor?: string;
|
|
440
|
+
dropdownHeight?: string;
|
|
441
|
+
onChange?: (value: any) => void;
|
|
442
|
+
options?: any[];
|
|
443
|
+
selectedValue?: any[];
|
|
646
444
|
}): react_jsx_runtime.JSX.Element;
|
|
647
445
|
|
|
648
446
|
declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
|
|
649
447
|
declare namespace OneColumnContainer {
|
|
650
448
|
namespace propTypes {
|
|
651
|
-
const children: PropTypes.Requireable<
|
|
449
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
652
450
|
const display: PropTypes.Requireable<string>;
|
|
653
451
|
const isLoading: PropTypes.Requireable<boolean>;
|
|
654
452
|
const gridTemplateColumns: PropTypes.Requireable<string>;
|
|
@@ -660,15 +458,21 @@ declare namespace OneColumnContainer {
|
|
|
660
458
|
const width: PropTypes.Requireable<string>;
|
|
661
459
|
const height: PropTypes.Requireable<string>;
|
|
662
460
|
const overflow: PropTypes.Requireable<string>;
|
|
461
|
+
const transparentBackground: PropTypes.Requireable<boolean>;
|
|
663
462
|
const infoTitle: PropTypes.Requireable<string>;
|
|
664
463
|
const infoText: PropTypes.Requireable<string>;
|
|
665
464
|
const disableInfo: PropTypes.Requireable<boolean>;
|
|
666
465
|
const showViewByBannerButton: PropTypes.Requireable<boolean>;
|
|
667
466
|
const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
668
467
|
const columnTitle: PropTypes.Requireable<string>;
|
|
468
|
+
const isPercentOfChange: PropTypes.Requireable<boolean>;
|
|
469
|
+
const PercentOfChangeData: PropTypes.Requireable<number>;
|
|
470
|
+
const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
471
|
+
const showBackgroundImage: PropTypes.Requireable<boolean>;
|
|
472
|
+
const backgroundImageStyle: PropTypes.Requireable<object>;
|
|
669
473
|
}
|
|
670
474
|
namespace defaultProps {
|
|
671
|
-
const children_1:
|
|
475
|
+
const children_1: any;
|
|
672
476
|
export { children_1 as children };
|
|
673
477
|
const display_1: string;
|
|
674
478
|
export { display_1 as display };
|
|
@@ -692,6 +496,8 @@ declare namespace OneColumnContainer {
|
|
|
692
496
|
export { height_1 as height };
|
|
693
497
|
const overflow_1: string;
|
|
694
498
|
export { overflow_1 as overflow };
|
|
499
|
+
const transparentBackground_1: boolean;
|
|
500
|
+
export { transparentBackground_1 as transparentBackground };
|
|
695
501
|
const infoTitle_1: string;
|
|
696
502
|
export { infoTitle_1 as infoTitle };
|
|
697
503
|
const infoText_1: string;
|
|
@@ -704,6 +510,16 @@ declare namespace OneColumnContainer {
|
|
|
704
510
|
export { onBannerClick_1 as onBannerClick };
|
|
705
511
|
const columnTitle_1: string;
|
|
706
512
|
export { columnTitle_1 as columnTitle };
|
|
513
|
+
const isPercentOfChange_1: boolean;
|
|
514
|
+
export { isPercentOfChange_1 as isPercentOfChange };
|
|
515
|
+
const PercentOfChangeData_1: number;
|
|
516
|
+
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
517
|
+
const backgroundImage_1: string;
|
|
518
|
+
export { backgroundImage_1 as backgroundImage };
|
|
519
|
+
const showBackgroundImage_1: boolean;
|
|
520
|
+
export { showBackgroundImage_1 as showBackgroundImage };
|
|
521
|
+
const backgroundImageStyle_1: {};
|
|
522
|
+
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
707
523
|
}
|
|
708
524
|
}
|
|
709
525
|
|
|
@@ -718,10 +534,10 @@ declare namespace BarChartsByWeeks {
|
|
|
718
534
|
const headerValue: PropTypes.Requireable<number>;
|
|
719
535
|
const HeaderValueCurrencyType: PropTypes.Requireable<string>;
|
|
720
536
|
const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
|
|
721
|
-
const barChartData: PropTypes.Requireable<
|
|
537
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
722
538
|
title: PropTypes.Requireable<string>;
|
|
723
539
|
value: PropTypes.Requireable<number>;
|
|
724
|
-
}>
|
|
540
|
+
}>[]>;
|
|
725
541
|
const isTitleOriganal: PropTypes.Requireable<boolean>;
|
|
726
542
|
const width: PropTypes.Requireable<string>;
|
|
727
543
|
const height: PropTypes.Requireable<string>;
|
|
@@ -737,11 +553,11 @@ declare namespace BarChartsByWeeks {
|
|
|
737
553
|
const interval: PropTypes.Requireable<string>;
|
|
738
554
|
const showTitle: PropTypes.Requireable<boolean>;
|
|
739
555
|
const showLegend: PropTypes.Requireable<boolean>;
|
|
740
|
-
const legendData: PropTypes.Requireable<
|
|
556
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
741
557
|
title: PropTypes.Validator<string>;
|
|
742
558
|
iconType: PropTypes.Validator<string>;
|
|
743
559
|
iconColor: PropTypes.Validator<string>;
|
|
744
|
-
}>
|
|
560
|
+
}>[]>;
|
|
745
561
|
const showTwoBars: PropTypes.Requireable<boolean>;
|
|
746
562
|
const setLimitHeight: PropTypes.Requireable<number>;
|
|
747
563
|
const setLimitLow: PropTypes.Requireable<number>;
|
|
@@ -806,9 +622,9 @@ declare namespace BarChartsByWeeks {
|
|
|
806
622
|
export { legendData_1 as legendData };
|
|
807
623
|
const showTwoBars_1: boolean;
|
|
808
624
|
export { showTwoBars_1 as showTwoBars };
|
|
809
|
-
const setLimitHeight_1:
|
|
625
|
+
const setLimitHeight_1: any;
|
|
810
626
|
export { setLimitHeight_1 as setLimitHeight };
|
|
811
|
-
const setLimitLow_1:
|
|
627
|
+
const setLimitLow_1: any;
|
|
812
628
|
export { setLimitLow_1 as setLimitLow };
|
|
813
629
|
}
|
|
814
630
|
}
|
|
@@ -818,17 +634,17 @@ declare namespace PopupCharts {
|
|
|
818
634
|
namespace propTypes {
|
|
819
635
|
const title: PropTypes.Requireable<string>;
|
|
820
636
|
const chartType: PropTypes.Requireable<string>;
|
|
821
|
-
const popupChartsItemsData: PropTypes.Requireable<
|
|
637
|
+
const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
822
638
|
title: PropTypes.Requireable<string>;
|
|
823
639
|
chartType: PropTypes.Requireable<string>;
|
|
824
640
|
value: PropTypes.Requireable<number>;
|
|
825
|
-
legendData: PropTypes.Requireable<
|
|
641
|
+
legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
826
642
|
color: PropTypes.Requireable<string>;
|
|
827
643
|
name: PropTypes.Requireable<string>;
|
|
828
644
|
value: PropTypes.Requireable<number>;
|
|
829
|
-
}>
|
|
645
|
+
}>[]>;
|
|
830
646
|
noDataText: PropTypes.Requireable<string>;
|
|
831
|
-
}>
|
|
647
|
+
}>[]>;
|
|
832
648
|
const isPopupChartsOpen: PropTypes.Requireable<boolean>;
|
|
833
649
|
const width: PropTypes.Requireable<string>;
|
|
834
650
|
const height: PropTypes.Requireable<string>;
|
|
@@ -882,20 +698,26 @@ declare namespace TotalDoughnutChart {
|
|
|
882
698
|
const className: PropTypes.Requireable<string>;
|
|
883
699
|
const title: PropTypes.Requireable<string>;
|
|
884
700
|
const value: PropTypes.Requireable<number>;
|
|
701
|
+
const rootFont: PropTypes.Requireable<string>;
|
|
702
|
+
const containerPadding: PropTypes.Requireable<string>;
|
|
885
703
|
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
886
704
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
887
705
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
888
706
|
const currencyType: PropTypes.Requireable<string>;
|
|
889
|
-
const legendData: PropTypes.Requireable<
|
|
707
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
708
|
+
color: PropTypes.Requireable<string>;
|
|
709
|
+
value: PropTypes.Requireable<number>;
|
|
890
710
|
name: PropTypes.Requireable<string>;
|
|
891
|
-
|
|
892
|
-
|
|
711
|
+
}>[]>;
|
|
712
|
+
const legendBelow: PropTypes.Requireable<boolean>;
|
|
893
713
|
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
894
714
|
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
895
715
|
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
896
716
|
const width: PropTypes.Requireable<string>;
|
|
897
717
|
const height: PropTypes.Requireable<string>;
|
|
898
718
|
const textcolor: PropTypes.Requireable<string>;
|
|
719
|
+
const titleFontSize: PropTypes.Requireable<string>;
|
|
720
|
+
const FormattedValueFontSize: PropTypes.Requireable<string>;
|
|
899
721
|
const isPercent: PropTypes.Requireable<boolean>;
|
|
900
722
|
const hideTitleAndValue: PropTypes.Requireable<boolean>;
|
|
901
723
|
const noDataText: PropTypes.Requireable<string>;
|
|
@@ -908,6 +730,10 @@ declare namespace TotalDoughnutChart {
|
|
|
908
730
|
export { title_1 as title };
|
|
909
731
|
const value_1: number;
|
|
910
732
|
export { value_1 as value };
|
|
733
|
+
const rootFont_1: string;
|
|
734
|
+
export { rootFont_1 as rootFont };
|
|
735
|
+
const containerPadding_1: string;
|
|
736
|
+
export { containerPadding_1 as containerPadding };
|
|
911
737
|
const addingBenchmark_1: boolean;
|
|
912
738
|
export { addingBenchmark_1 as addingBenchmark };
|
|
913
739
|
const dotCut_1: boolean;
|
|
@@ -916,8 +742,10 @@ declare namespace TotalDoughnutChart {
|
|
|
916
742
|
export { currencySign_1 as currencySign };
|
|
917
743
|
const currencyType_1: string;
|
|
918
744
|
export { currencyType_1 as currencyType };
|
|
919
|
-
const legendData_1:
|
|
745
|
+
const legendData_1: any[];
|
|
920
746
|
export { legendData_1 as legendData };
|
|
747
|
+
const legendBelow_1: boolean;
|
|
748
|
+
export { legendBelow_1 as legendBelow };
|
|
921
749
|
const itemsPercentagesValueAside_1: boolean;
|
|
922
750
|
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
923
751
|
const itemsBoldedValues_1: boolean;
|
|
@@ -930,6 +758,10 @@ declare namespace TotalDoughnutChart {
|
|
|
930
758
|
export { height_1 as height };
|
|
931
759
|
const textcolor_1: string;
|
|
932
760
|
export { textcolor_1 as textcolor };
|
|
761
|
+
const titleFontSize_1: string;
|
|
762
|
+
export { titleFontSize_1 as titleFontSize };
|
|
763
|
+
const FormattedValueFontSize_1: string;
|
|
764
|
+
export { FormattedValueFontSize_1 as FormattedValueFontSize };
|
|
933
765
|
const isPercent_1: boolean;
|
|
934
766
|
export { isPercent_1 as isPercent };
|
|
935
767
|
const hideTitleAndValue_1: boolean;
|
|
@@ -967,11 +799,11 @@ declare namespace TopToggleList {
|
|
|
967
799
|
declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
|
|
968
800
|
declare namespace MarketShareDescription {
|
|
969
801
|
namespace propTypes {
|
|
970
|
-
const marketShareData: PropTypes.Requireable<
|
|
802
|
+
const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
971
803
|
label: PropTypes.Requireable<string>;
|
|
972
804
|
checked: PropTypes.Requireable<boolean>;
|
|
973
805
|
disabled: PropTypes.Requireable<boolean>;
|
|
974
|
-
}>
|
|
806
|
+
}>[]>;
|
|
975
807
|
const height: PropTypes.Requireable<string>;
|
|
976
808
|
const width: PropTypes.Requireable<string>;
|
|
977
809
|
const iconColor: PropTypes.Requireable<string>;
|
|
@@ -979,7 +811,7 @@ declare namespace MarketShareDescription {
|
|
|
979
811
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
980
812
|
}
|
|
981
813
|
namespace defaultProps {
|
|
982
|
-
const marketShareData_1:
|
|
814
|
+
const marketShareData_1: any[];
|
|
983
815
|
export { marketShareData_1 as marketShareData };
|
|
984
816
|
const width_1: string;
|
|
985
817
|
export { width_1 as width };
|
|
@@ -998,11 +830,11 @@ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
|
|
|
998
830
|
declare namespace Heatmap {
|
|
999
831
|
namespace propTypes {
|
|
1000
832
|
const title: PropTypes.Validator<string>;
|
|
1001
|
-
const data: PropTypes.Validator<
|
|
833
|
+
const data: PropTypes.Validator<PropTypes.InferProps<{
|
|
1002
834
|
value: PropTypes.Validator<number>;
|
|
1003
835
|
label: PropTypes.Validator<string>;
|
|
1004
836
|
color: PropTypes.Validator<string>;
|
|
1005
|
-
}>
|
|
837
|
+
}>[]>;
|
|
1006
838
|
const lowLimit: PropTypes.Validator<number>;
|
|
1007
839
|
const barHeight: PropTypes.Validator<string>;
|
|
1008
840
|
}
|
|
@@ -1017,11 +849,11 @@ declare namespace TotalHorizontalCharts {
|
|
|
1017
849
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
1018
850
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
1019
851
|
const currencyType: PropTypes.Requireable<string>;
|
|
1020
|
-
const chartsData: PropTypes.Requireable<
|
|
852
|
+
const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1021
853
|
name: PropTypes.Requireable<string>;
|
|
1022
854
|
value: PropTypes.Requireable<number>;
|
|
1023
855
|
color: PropTypes.Requireable<string>;
|
|
1024
|
-
}>
|
|
856
|
+
}>[]>;
|
|
1025
857
|
const showScrollerBarsCount: PropTypes.Requireable<number>;
|
|
1026
858
|
const showPercentAsideValue: PropTypes.Requireable<boolean>;
|
|
1027
859
|
const labelFontSize: PropTypes.Requireable<number>;
|
|
@@ -1050,7 +882,7 @@ declare namespace TotalHorizontalCharts {
|
|
|
1050
882
|
export { currencySign_1 as currencySign };
|
|
1051
883
|
const currencyType_1: string;
|
|
1052
884
|
export { currencyType_1 as currencyType };
|
|
1053
|
-
const chartsData_1:
|
|
885
|
+
const chartsData_1: any[];
|
|
1054
886
|
export { chartsData_1 as chartsData };
|
|
1055
887
|
const showScrollerBarsCount_1: number;
|
|
1056
888
|
export { showScrollerBarsCount_1 as showScrollerBarsCount };
|
|
@@ -1136,11 +968,11 @@ declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
|
|
|
1136
968
|
declare namespace BarChart {
|
|
1137
969
|
namespace propTypes {
|
|
1138
970
|
const title: PropTypes.Requireable<string>;
|
|
1139
|
-
const barChartData: PropTypes.Requireable<
|
|
971
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1140
972
|
title: PropTypes.Requireable<string>;
|
|
1141
973
|
date: PropTypes.Requireable<string>;
|
|
1142
974
|
value: PropTypes.Requireable<number>;
|
|
1143
|
-
}>
|
|
975
|
+
}>[]>;
|
|
1144
976
|
const width: PropTypes.Requireable<string>;
|
|
1145
977
|
const height: PropTypes.Requireable<string>;
|
|
1146
978
|
const barSize: PropTypes.Requireable<number>;
|
|
@@ -1149,11 +981,11 @@ declare namespace BarChart {
|
|
|
1149
981
|
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
1150
982
|
const isDollar: PropTypes.Requireable<boolean>;
|
|
1151
983
|
const showLegend: PropTypes.Requireable<boolean>;
|
|
1152
|
-
const legendData: PropTypes.Requireable<
|
|
984
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1153
985
|
title: PropTypes.Validator<string>;
|
|
1154
986
|
iconType: PropTypes.Validator<string>;
|
|
1155
987
|
iconColor: PropTypes.Validator<string>;
|
|
1156
|
-
}>
|
|
988
|
+
}>[]>;
|
|
1157
989
|
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
1158
990
|
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
1159
991
|
const referenceLineColor: PropTypes.Requireable<string>;
|
|
@@ -1161,6 +993,7 @@ declare namespace BarChart {
|
|
|
1161
993
|
const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
|
|
1162
994
|
const currentBarColor: PropTypes.Requireable<string>;
|
|
1163
995
|
const isPercent: PropTypes.Requireable<boolean>;
|
|
996
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
1164
997
|
}
|
|
1165
998
|
namespace defaultProps {
|
|
1166
999
|
const title_1: string;
|
|
@@ -1207,7 +1040,686 @@ declare namespace BarChart {
|
|
|
1207
1040
|
export { currentBarColor_1 as currentBarColor };
|
|
1208
1041
|
const isPercent_1: boolean;
|
|
1209
1042
|
export { isPercent_1 as isPercent };
|
|
1043
|
+
const noDataText_1: string;
|
|
1044
|
+
export { noDataText_1 as noDataText };
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
|
|
1049
|
+
|
|
1050
|
+
declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1051
|
+
|
|
1052
|
+
declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
|
|
1053
|
+
|
|
1054
|
+
declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
|
|
1055
|
+
text?: string;
|
|
1056
|
+
type?: string;
|
|
1057
|
+
size?: string;
|
|
1058
|
+
height?: string;
|
|
1059
|
+
width?: string;
|
|
1060
|
+
disabled?: boolean;
|
|
1061
|
+
textColor?: string;
|
|
1062
|
+
onClick: any;
|
|
1063
|
+
leftIcon?: string;
|
|
1064
|
+
rightIcon?: string;
|
|
1065
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1066
|
+
|
|
1067
|
+
declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
|
|
1068
|
+
data?: any[];
|
|
1069
|
+
title?: string;
|
|
1070
|
+
subtitle?: string;
|
|
1071
|
+
leftHeader?: string;
|
|
1072
|
+
rightHeader?: string;
|
|
1073
|
+
topHeader?: string;
|
|
1074
|
+
bottomHeader?: string;
|
|
1075
|
+
colorPalette?: string[];
|
|
1076
|
+
height?: string;
|
|
1077
|
+
width?: string;
|
|
1078
|
+
backgroundColor?: string;
|
|
1079
|
+
showAxis?: boolean;
|
|
1080
|
+
noDataText?: string;
|
|
1081
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1082
|
+
|
|
1083
|
+
declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1084
|
+
|
|
1085
|
+
declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
|
|
1086
|
+
|
|
1087
|
+
declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1088
|
+
|
|
1089
|
+
declare 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, }: {
|
|
1090
|
+
className?: string;
|
|
1091
|
+
width?: string;
|
|
1092
|
+
height?: string;
|
|
1093
|
+
title?: string;
|
|
1094
|
+
data?: any[];
|
|
1095
|
+
totalsData?: any[];
|
|
1096
|
+
showLegend?: boolean;
|
|
1097
|
+
legendData?: any[];
|
|
1098
|
+
maxBarRange?: number;
|
|
1099
|
+
showLineChart?: boolean;
|
|
1100
|
+
lineRange?: number;
|
|
1101
|
+
lineFontSizeValue?: string;
|
|
1102
|
+
barFontSizeValue?: string;
|
|
1103
|
+
barSize?: number;
|
|
1104
|
+
barChartHeight?: number;
|
|
1105
|
+
lineChartHeight?: number;
|
|
1106
|
+
isLineChartCurrency?: boolean;
|
|
1107
|
+
isLineChartBolded?: boolean;
|
|
1108
|
+
setLineChartTooltip?: boolean;
|
|
1109
|
+
isTopBarPercent?: boolean;
|
|
1110
|
+
showSecondBar?: boolean;
|
|
1111
|
+
showPeriod?: boolean;
|
|
1112
|
+
currencySign?: string;
|
|
1113
|
+
currencySignLine?: string;
|
|
1114
|
+
noDataText?: string;
|
|
1115
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1116
|
+
|
|
1117
|
+
declare function BarChartWithAreaChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1118
|
+
|
|
1119
|
+
declare function BarChartTwoRows(props: any): react_jsx_runtime.JSX.Element;
|
|
1120
|
+
|
|
1121
|
+
declare function TwoBarCharts(props: any): react_jsx_runtime.JSX.Element;
|
|
1122
|
+
declare namespace TwoBarCharts {
|
|
1123
|
+
namespace propTypes {
|
|
1124
|
+
const title: PropTypes.Requireable<string>;
|
|
1125
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1126
|
+
title: PropTypes.Requireable<string>;
|
|
1127
|
+
date: PropTypes.Requireable<string>;
|
|
1128
|
+
value: PropTypes.Requireable<number>;
|
|
1129
|
+
}>[]>;
|
|
1130
|
+
const width: PropTypes.Requireable<string>;
|
|
1131
|
+
const height: PropTypes.Requireable<string>;
|
|
1132
|
+
const barSize: PropTypes.Requireable<number>;
|
|
1133
|
+
const barFontSizeValue: PropTypes.Requireable<string>;
|
|
1134
|
+
const barChartColorFirst: PropTypes.Requireable<string>;
|
|
1135
|
+
const barChartColorSecond: PropTypes.Requireable<string>;
|
|
1136
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
1137
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
1138
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1139
|
+
title: PropTypes.Validator<string>;
|
|
1140
|
+
iconType: PropTypes.Validator<string>;
|
|
1141
|
+
iconColor: PropTypes.Validator<string>;
|
|
1142
|
+
}>[]>;
|
|
1143
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
1144
|
+
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
1145
|
+
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
1146
|
+
const referenceLineColor: PropTypes.Requireable<string>;
|
|
1147
|
+
const referenceLineDashed: PropTypes.Requireable<string>;
|
|
1148
|
+
const showTooltip: PropTypes.Requireable<boolean>;
|
|
1149
|
+
}
|
|
1150
|
+
namespace defaultProps {
|
|
1151
|
+
const title_1: string;
|
|
1152
|
+
export { title_1 as title };
|
|
1153
|
+
const barChartData_1: {
|
|
1154
|
+
title: string;
|
|
1155
|
+
date: string;
|
|
1156
|
+
valueOne: number;
|
|
1157
|
+
valueTwo: number;
|
|
1158
|
+
}[];
|
|
1159
|
+
export { barChartData_1 as barChartData };
|
|
1160
|
+
const width_1: string;
|
|
1161
|
+
export { width_1 as width };
|
|
1162
|
+
const height_1: string;
|
|
1163
|
+
export { height_1 as height };
|
|
1164
|
+
const barSize_1: number;
|
|
1165
|
+
export { barSize_1 as barSize };
|
|
1166
|
+
const barFontSizeValue_1: string;
|
|
1167
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
1168
|
+
const barChartColorFirst_1: string;
|
|
1169
|
+
export { barChartColorFirst_1 as barChartColorFirst };
|
|
1170
|
+
const barChartColorSecond_1: string;
|
|
1171
|
+
export { barChartColorSecond_1 as barChartColorSecond };
|
|
1172
|
+
const isDollar_1: boolean;
|
|
1173
|
+
export { isDollar_1 as isDollar };
|
|
1174
|
+
const showDollarSign_1: boolean;
|
|
1175
|
+
export { showDollarSign_1 as showDollarSign };
|
|
1176
|
+
const showLegend_1: boolean;
|
|
1177
|
+
export { showLegend_1 as showLegend };
|
|
1178
|
+
const legendData_1: {
|
|
1179
|
+
title: string;
|
|
1180
|
+
iconType: string;
|
|
1181
|
+
iconColor: string;
|
|
1182
|
+
}[];
|
|
1183
|
+
export { legendData_1 as legendData };
|
|
1184
|
+
const showReferenceLine_1: boolean;
|
|
1185
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
1186
|
+
const referenceLinePoint_1: number;
|
|
1187
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
1188
|
+
const referenceLineColor_1: string;
|
|
1189
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
1190
|
+
const referenceLineDashed_1: string;
|
|
1191
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
1192
|
+
const showTooltip_1: boolean;
|
|
1193
|
+
export { showTooltip_1 as showTooltip };
|
|
1210
1194
|
}
|
|
1211
1195
|
}
|
|
1212
1196
|
|
|
1213
|
-
|
|
1197
|
+
declare function CollapseData(props: any): react_jsx_runtime.JSX.Element;
|
|
1198
|
+
declare namespace CollapseData {
|
|
1199
|
+
namespace propTypes {
|
|
1200
|
+
const title: PropTypes.Requireable<string>;
|
|
1201
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
1202
|
+
const width: PropTypes.Requireable<string>;
|
|
1203
|
+
const height: PropTypes.Requireable<string>;
|
|
1204
|
+
const addPlusMark: PropTypes.Requireable<boolean>;
|
|
1205
|
+
const addArrowToTotal: PropTypes.Requireable<boolean>;
|
|
1206
|
+
const tableData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1207
|
+
key: PropTypes.Requireable<number>;
|
|
1208
|
+
icon: PropTypes.Requireable<string>;
|
|
1209
|
+
title: PropTypes.Requireable<string>;
|
|
1210
|
+
value: PropTypes.Requireable<number>;
|
|
1211
|
+
valueType: PropTypes.Requireable<string>;
|
|
1212
|
+
table: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1213
|
+
title: PropTypes.Requireable<string>;
|
|
1214
|
+
value: PropTypes.Requireable<number>;
|
|
1215
|
+
}>[]>;
|
|
1216
|
+
}>[]>;
|
|
1217
|
+
}
|
|
1218
|
+
namespace defaultProps {
|
|
1219
|
+
const title_1: string;
|
|
1220
|
+
export { title_1 as title };
|
|
1221
|
+
const noDataText_1: string;
|
|
1222
|
+
export { noDataText_1 as noDataText };
|
|
1223
|
+
const width_1: string;
|
|
1224
|
+
export { width_1 as width };
|
|
1225
|
+
const height_1: string;
|
|
1226
|
+
export { height_1 as height };
|
|
1227
|
+
const tableData_1: any[];
|
|
1228
|
+
export { tableData_1 as tableData };
|
|
1229
|
+
const addPlusMark_1: boolean;
|
|
1230
|
+
export { addPlusMark_1 as addPlusMark };
|
|
1231
|
+
const addArrowToTotal_1: boolean;
|
|
1232
|
+
export { addArrowToTotal_1 as addArrowToTotal };
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
declare function InsightsCarousel({ className, children, onClose, title, icon, titleColor, iconColor, navColor, }: {
|
|
1237
|
+
className: any;
|
|
1238
|
+
children: any;
|
|
1239
|
+
onClose: any;
|
|
1240
|
+
title?: string;
|
|
1241
|
+
icon?: react_jsx_runtime.JSX.Element;
|
|
1242
|
+
titleColor?: string;
|
|
1243
|
+
iconColor?: string;
|
|
1244
|
+
navColor?: string;
|
|
1245
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1246
|
+
|
|
1247
|
+
declare function DownloadProgress(props: any): react_jsx_runtime.JSX.Element;
|
|
1248
|
+
declare namespace DownloadProgress {
|
|
1249
|
+
namespace propTypes {
|
|
1250
|
+
const title: PropTypes.Requireable<string>;
|
|
1251
|
+
const succeededMessage: PropTypes.Requireable<string>;
|
|
1252
|
+
const failedMessage: PropTypes.Requireable<string>;
|
|
1253
|
+
const downloadStatus: PropTypes.Requireable<string>;
|
|
1254
|
+
const showShadow: PropTypes.Requireable<boolean>;
|
|
1255
|
+
const showCloseButton: PropTypes.Requireable<boolean>;
|
|
1256
|
+
const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1257
|
+
const progressPercent: PropTypes.Requireable<number>;
|
|
1258
|
+
const refreshInterval: PropTypes.Requireable<number>;
|
|
1259
|
+
const progressBarColor: PropTypes.Requireable<string>;
|
|
1260
|
+
const onTryAgainClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1261
|
+
const className: PropTypes.Requireable<string>;
|
|
1262
|
+
}
|
|
1263
|
+
namespace defaultProps {
|
|
1264
|
+
const title_1: string;
|
|
1265
|
+
export { title_1 as title };
|
|
1266
|
+
const succeededMessage_1: string;
|
|
1267
|
+
export { succeededMessage_1 as succeededMessage };
|
|
1268
|
+
const failedMessage_1: string;
|
|
1269
|
+
export { failedMessage_1 as failedMessage };
|
|
1270
|
+
const downloadStatus_1: string;
|
|
1271
|
+
export { downloadStatus_1 as downloadStatus };
|
|
1272
|
+
const showShadow_1: boolean;
|
|
1273
|
+
export { showShadow_1 as showShadow };
|
|
1274
|
+
const showCloseButton_1: boolean;
|
|
1275
|
+
export { showCloseButton_1 as showCloseButton };
|
|
1276
|
+
export function onCloseClick_1(): void;
|
|
1277
|
+
export { onCloseClick_1 as onCloseClick };
|
|
1278
|
+
const progressPercent_1: number;
|
|
1279
|
+
export { progressPercent_1 as progressPercent };
|
|
1280
|
+
const refreshInterval_1: number;
|
|
1281
|
+
export { refreshInterval_1 as refreshInterval };
|
|
1282
|
+
const progressBarColor_1: string;
|
|
1283
|
+
export { progressBarColor_1 as progressBarColor };
|
|
1284
|
+
export function onTryAgainClick_1(): void;
|
|
1285
|
+
export { onTryAgainClick_1 as onTryAgainClick };
|
|
1286
|
+
const className_1: string;
|
|
1287
|
+
export { className_1 as className };
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
declare function ModalWithOverlay(props: any): react_jsx_runtime.JSX.Element;
|
|
1292
|
+
|
|
1293
|
+
declare function DropdownNew(props: any): react_jsx_runtime.JSX.Element;
|
|
1294
|
+
|
|
1295
|
+
declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
|
|
1296
|
+
label: any;
|
|
1297
|
+
disabled: any;
|
|
1298
|
+
borderColor: any;
|
|
1299
|
+
borderColorFocus: any;
|
|
1300
|
+
textColor: any;
|
|
1301
|
+
hoverColor: any;
|
|
1302
|
+
required: any;
|
|
1303
|
+
placeholder: any;
|
|
1304
|
+
borderRadius: any;
|
|
1305
|
+
year: any;
|
|
1306
|
+
width: any;
|
|
1307
|
+
height: any;
|
|
1308
|
+
withMarginBottom?: boolean;
|
|
1309
|
+
onChange: any;
|
|
1310
|
+
selectedValue: any;
|
|
1311
|
+
isDarkerBackground?: boolean;
|
|
1312
|
+
allowedWeekRange?: any;
|
|
1313
|
+
restrictToRange?: boolean;
|
|
1314
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1315
|
+
|
|
1316
|
+
declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, inputType, onChange, onClick, onBlur, required, disabled, isDarkerBackground, width, minWidth, height, minHeight, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, multiline, rows, maxLength, regex, onKeyDown, }: {
|
|
1317
|
+
label: any;
|
|
1318
|
+
labelEmptyValue: any;
|
|
1319
|
+
size: any;
|
|
1320
|
+
selectedValue: any;
|
|
1321
|
+
placeHolder: any;
|
|
1322
|
+
inputType?: string;
|
|
1323
|
+
onChange: any;
|
|
1324
|
+
onClick: any;
|
|
1325
|
+
onBlur: any;
|
|
1326
|
+
required: any;
|
|
1327
|
+
disabled: any;
|
|
1328
|
+
isDarkerBackground?: boolean;
|
|
1329
|
+
width: any;
|
|
1330
|
+
minWidth: any;
|
|
1331
|
+
height?: string;
|
|
1332
|
+
minHeight: any;
|
|
1333
|
+
error: any;
|
|
1334
|
+
errorMessage: any;
|
|
1335
|
+
labelColor: any;
|
|
1336
|
+
leftIcon: any;
|
|
1337
|
+
rightIcon: any;
|
|
1338
|
+
password: any;
|
|
1339
|
+
leftIconOnClick: any;
|
|
1340
|
+
rightIconOnClick: any;
|
|
1341
|
+
multiline?: boolean;
|
|
1342
|
+
rows?: number;
|
|
1343
|
+
maxLength: any;
|
|
1344
|
+
regex: any;
|
|
1345
|
+
onKeyDown: any;
|
|
1346
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1347
|
+
declare namespace Input {
|
|
1348
|
+
namespace propTypes {
|
|
1349
|
+
const placeHolder: PropTypes.Requireable<string>;
|
|
1350
|
+
const label: PropTypes.Requireable<string>;
|
|
1351
|
+
const labelEmptyValue: PropTypes.Requireable<string>;
|
|
1352
|
+
const size: PropTypes.Requireable<string>;
|
|
1353
|
+
const labelColor: PropTypes.Requireable<string>;
|
|
1354
|
+
const required: PropTypes.Requireable<boolean>;
|
|
1355
|
+
const width: PropTypes.Requireable<string>;
|
|
1356
|
+
const minWidth: PropTypes.Requireable<string>;
|
|
1357
|
+
const minHeight: PropTypes.Requireable<string>;
|
|
1358
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
1359
|
+
const error: PropTypes.Requireable<boolean>;
|
|
1360
|
+
const errorMessage: PropTypes.Requireable<string>;
|
|
1361
|
+
const selectedValue: PropTypes.Requireable<string>;
|
|
1362
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
1363
|
+
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1364
|
+
const leftIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1365
|
+
const rightIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1366
|
+
const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1367
|
+
const leftIcon: PropTypes.Requireable<string>;
|
|
1368
|
+
const rightIcon: PropTypes.Requireable<string>;
|
|
1369
|
+
const password: PropTypes.Requireable<boolean>;
|
|
1370
|
+
const multiline: PropTypes.Requireable<boolean>;
|
|
1371
|
+
const rows: PropTypes.Requireable<number>;
|
|
1372
|
+
const maxLength: PropTypes.Requireable<number>;
|
|
1373
|
+
const regex: PropTypes.Requireable<RegExp>;
|
|
1374
|
+
const onKeyDown: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1375
|
+
}
|
|
1376
|
+
namespace defaultProps {
|
|
1377
|
+
const placeHolder_1: string;
|
|
1378
|
+
export { placeHolder_1 as placeHolder };
|
|
1379
|
+
const label_1: string;
|
|
1380
|
+
export { label_1 as label };
|
|
1381
|
+
const labelEmptyValue_1: string;
|
|
1382
|
+
export { labelEmptyValue_1 as labelEmptyValue };
|
|
1383
|
+
const size_1: string;
|
|
1384
|
+
export { size_1 as size };
|
|
1385
|
+
const labelColor_1: string;
|
|
1386
|
+
export { labelColor_1 as labelColor };
|
|
1387
|
+
const required_1: boolean;
|
|
1388
|
+
export { required_1 as required };
|
|
1389
|
+
const width_1: string;
|
|
1390
|
+
export { width_1 as width };
|
|
1391
|
+
const minWidth_1: string;
|
|
1392
|
+
export { minWidth_1 as minWidth };
|
|
1393
|
+
const minHeight_1: any;
|
|
1394
|
+
export { minHeight_1 as minHeight };
|
|
1395
|
+
const disabled_1: boolean;
|
|
1396
|
+
export { disabled_1 as disabled };
|
|
1397
|
+
const error_1: boolean;
|
|
1398
|
+
export { error_1 as error };
|
|
1399
|
+
const errorMessage_1: string;
|
|
1400
|
+
export { errorMessage_1 as errorMessage };
|
|
1401
|
+
const selectedValue_1: string;
|
|
1402
|
+
export { selectedValue_1 as selectedValue };
|
|
1403
|
+
const leftIcon_1: string;
|
|
1404
|
+
export { leftIcon_1 as leftIcon };
|
|
1405
|
+
const rightIcon_1: string;
|
|
1406
|
+
export { rightIcon_1 as rightIcon };
|
|
1407
|
+
export function leftIconOnClick_1(): void;
|
|
1408
|
+
export { leftIconOnClick_1 as leftIconOnClick };
|
|
1409
|
+
export function rightIconOnClick_1(): void;
|
|
1410
|
+
export { rightIconOnClick_1 as rightIconOnClick };
|
|
1411
|
+
export function onBlur_1(): void;
|
|
1412
|
+
export { onBlur_1 as onBlur };
|
|
1413
|
+
export function onClick_1(): void;
|
|
1414
|
+
export { onClick_1 as onClick };
|
|
1415
|
+
const password_1: boolean;
|
|
1416
|
+
export { password_1 as password };
|
|
1417
|
+
const multiline_1: boolean;
|
|
1418
|
+
export { multiline_1 as multiline };
|
|
1419
|
+
const rows_1: number;
|
|
1420
|
+
export { rows_1 as rows };
|
|
1421
|
+
const maxLength_1: any;
|
|
1422
|
+
export { maxLength_1 as maxLength };
|
|
1423
|
+
const regex_1: any;
|
|
1424
|
+
export { regex_1 as regex };
|
|
1425
|
+
export function onKeyDown_1(): void;
|
|
1426
|
+
export { onKeyDown_1 as onKeyDown };
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
declare function Tooltip(props: any): react_jsx_runtime.JSX.Element;
|
|
1431
|
+
|
|
1432
|
+
/**
|
|
1433
|
+
* ToggleSwitch component for on/off states.
|
|
1434
|
+
* Supports small/large sizes and disabled state.
|
|
1435
|
+
*/
|
|
1436
|
+
declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
|
|
1437
|
+
[x: string]: any;
|
|
1438
|
+
checked: any;
|
|
1439
|
+
onChange: any;
|
|
1440
|
+
size?: string;
|
|
1441
|
+
disabled?: boolean;
|
|
1442
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1443
|
+
declare namespace ToggleSwitch {
|
|
1444
|
+
namespace propTypes {
|
|
1445
|
+
const checked: PropTypes.Validator<boolean>;
|
|
1446
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1447
|
+
const size: PropTypes.Requireable<string>;
|
|
1448
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
declare function ContainerTable(props: any): react_jsx_runtime.JSX.Element;
|
|
1453
|
+
|
|
1454
|
+
declare function MenuRoute(props: any): react_jsx_runtime.JSX.Element;
|
|
1455
|
+
|
|
1456
|
+
declare function Build({ width, height, fill }: {
|
|
1457
|
+
width?: string;
|
|
1458
|
+
height?: string;
|
|
1459
|
+
fill?: string;
|
|
1460
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1461
|
+
|
|
1462
|
+
declare function Track({ width, height, fill }: {
|
|
1463
|
+
width?: string;
|
|
1464
|
+
height?: string;
|
|
1465
|
+
fill?: string;
|
|
1466
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1467
|
+
|
|
1468
|
+
declare function Execute({ width, height, fill }: {
|
|
1469
|
+
width?: string;
|
|
1470
|
+
height?: string;
|
|
1471
|
+
fill?: string;
|
|
1472
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1473
|
+
|
|
1474
|
+
declare function Dashboard({ width, height, fill }: {
|
|
1475
|
+
width?: string;
|
|
1476
|
+
height?: string;
|
|
1477
|
+
fill?: string;
|
|
1478
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1479
|
+
|
|
1480
|
+
declare function Campaigns({ width, height, fill }: {
|
|
1481
|
+
width?: string;
|
|
1482
|
+
height?: string;
|
|
1483
|
+
fill?: string;
|
|
1484
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1485
|
+
|
|
1486
|
+
declare function Budgets({ width, height, fill }: {
|
|
1487
|
+
width?: string;
|
|
1488
|
+
height?: string;
|
|
1489
|
+
fill?: string;
|
|
1490
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1491
|
+
|
|
1492
|
+
declare function SampleRunEngine({ width, height, fill }: {
|
|
1493
|
+
width?: string;
|
|
1494
|
+
height?: string;
|
|
1495
|
+
fill?: string;
|
|
1496
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1497
|
+
|
|
1498
|
+
declare function Coupons({ width, height, fill }: {
|
|
1499
|
+
width?: string;
|
|
1500
|
+
height?: string;
|
|
1501
|
+
fill?: string;
|
|
1502
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1503
|
+
|
|
1504
|
+
declare function RulesEngine({ width, height, fill }: {
|
|
1505
|
+
width?: string;
|
|
1506
|
+
height?: string;
|
|
1507
|
+
fill?: string;
|
|
1508
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1509
|
+
|
|
1510
|
+
declare function AdvancedThresholds({ width, height, fill }: {
|
|
1511
|
+
width?: string;
|
|
1512
|
+
height?: string;
|
|
1513
|
+
fill?: string;
|
|
1514
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1515
|
+
|
|
1516
|
+
declare function PreTestWhatIf({ width, height, fill }: {
|
|
1517
|
+
width?: string;
|
|
1518
|
+
height?: string;
|
|
1519
|
+
fill?: string;
|
|
1520
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1521
|
+
|
|
1522
|
+
declare function CustomerSegments({ width, height, fill }: {
|
|
1523
|
+
width?: string;
|
|
1524
|
+
height?: string;
|
|
1525
|
+
fill?: string;
|
|
1526
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1527
|
+
|
|
1528
|
+
declare function GroupBuilder({ width, height, fill }: {
|
|
1529
|
+
width?: string;
|
|
1530
|
+
height?: string;
|
|
1531
|
+
fill?: string;
|
|
1532
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1533
|
+
|
|
1534
|
+
declare function ItemsStores({ width, height, fill }: {
|
|
1535
|
+
width?: string;
|
|
1536
|
+
height?: string;
|
|
1537
|
+
fill?: string;
|
|
1538
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1539
|
+
|
|
1540
|
+
declare function Analytics({ width, height, fill }: {
|
|
1541
|
+
width?: string;
|
|
1542
|
+
height?: string;
|
|
1543
|
+
fill?: string;
|
|
1544
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1545
|
+
|
|
1546
|
+
declare function Table(props: any): react_jsx_runtime.JSX.Element;
|
|
1547
|
+
declare namespace Table {
|
|
1548
|
+
const displayName: string;
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
declare function FilterPop(props: any): react_jsx_runtime.JSX.Element;
|
|
1552
|
+
|
|
1553
|
+
declare function SortPop(props: any): react_jsx_runtime.JSX.Element;
|
|
1554
|
+
|
|
1555
|
+
declare function RangePop(props: any): react_jsx_runtime.JSX.Element;
|
|
1556
|
+
|
|
1557
|
+
declare function SearchInput(props: any): react_jsx_runtime.JSX.Element;
|
|
1558
|
+
|
|
1559
|
+
declare function ItemManagerPanel({ width, height, disableSection, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, trashTooltipText, maxVisibleVendors, componentText, SubTitleColor, searchValue, onSearchChange, searchResults, filteredVendors, isSearchLoading, isLoading, isLoadingText, onLastRowsReached, lastRowsThreshold, onBackFromList, onPackageAdded, }: {
|
|
1560
|
+
width?: string;
|
|
1561
|
+
height?: string;
|
|
1562
|
+
disableSection?: boolean;
|
|
1563
|
+
onSendForms?: () => void;
|
|
1564
|
+
editMode?: boolean;
|
|
1565
|
+
disabledSendForms?: boolean;
|
|
1566
|
+
AllFormsSent?: boolean;
|
|
1567
|
+
itemAndPackage?: any[];
|
|
1568
|
+
setItemAndPackage: any;
|
|
1569
|
+
linkColor?: string;
|
|
1570
|
+
backgroundColor?: string;
|
|
1571
|
+
buttonTooltipText?: string;
|
|
1572
|
+
trashTooltipText?: string;
|
|
1573
|
+
maxVisibleVendors?: number;
|
|
1574
|
+
componentText?: string;
|
|
1575
|
+
SubTitleColor?: string;
|
|
1576
|
+
searchValue?: string;
|
|
1577
|
+
onSearchChange?: any;
|
|
1578
|
+
searchResults?: any;
|
|
1579
|
+
filteredVendors?: any;
|
|
1580
|
+
isSearchLoading?: boolean;
|
|
1581
|
+
isLoading?: boolean;
|
|
1582
|
+
isLoadingText?: string;
|
|
1583
|
+
onLastRowsReached?: () => void;
|
|
1584
|
+
lastRowsThreshold?: number;
|
|
1585
|
+
onBackFromList?: any;
|
|
1586
|
+
onPackageAdded?: any;
|
|
1587
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1588
|
+
|
|
1589
|
+
/**
|
|
1590
|
+
* ModalDrawer component
|
|
1591
|
+
* @param {Object} props
|
|
1592
|
+
* @param {boolean} props.open - Whether the drawer is open
|
|
1593
|
+
* @param {function} props.onClose - Handler for closing the drawer
|
|
1594
|
+
* @param {React.ReactNode} props.children - Drawer content
|
|
1595
|
+
* @param {number} [props.widthPercent=70] - Width of the drawer as a percentage of the viewport width
|
|
1596
|
+
*/
|
|
1597
|
+
declare function ModalDrawer({ open, height, onClose, children, widthPercent }: {
|
|
1598
|
+
open: boolean;
|
|
1599
|
+
onClose: Function;
|
|
1600
|
+
children: React.ReactNode;
|
|
1601
|
+
widthPercent?: number;
|
|
1602
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1603
|
+
|
|
1604
|
+
declare function OverlayDropdown({ data, value, onSelectClick, label, labelEmptyValue, showLabelOnTop, labelColor, placeHolder, placeHolderColor, required, disabled, isDarkerBackground, editableDigitalCoupon, customDisplayText, appliedCouponsCount, selectedColor, hoverColor, width, minWidth, dropdownWidth, dropdownMaxHeight, height, margin, ...props }: {
|
|
1605
|
+
[x: string]: any;
|
|
1606
|
+
data?: any[];
|
|
1607
|
+
value: any;
|
|
1608
|
+
onSelectClick: any;
|
|
1609
|
+
label: any;
|
|
1610
|
+
labelEmptyValue: any;
|
|
1611
|
+
showLabelOnTop: any;
|
|
1612
|
+
labelColor: any;
|
|
1613
|
+
placeHolder: any;
|
|
1614
|
+
placeHolderColor: any;
|
|
1615
|
+
required?: boolean;
|
|
1616
|
+
disabled?: boolean;
|
|
1617
|
+
isDarkerBackground?: boolean;
|
|
1618
|
+
editableDigitalCoupon?: boolean;
|
|
1619
|
+
customDisplayText?: any;
|
|
1620
|
+
appliedCouponsCount?: number;
|
|
1621
|
+
selectedColor?: string;
|
|
1622
|
+
hoverColor?: string;
|
|
1623
|
+
width?: string;
|
|
1624
|
+
minWidth?: string;
|
|
1625
|
+
dropdownWidth?: string;
|
|
1626
|
+
dropdownMaxHeight?: string;
|
|
1627
|
+
height?: string;
|
|
1628
|
+
margin?: string;
|
|
1629
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1630
|
+
|
|
1631
|
+
declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, opacity, secondaryColor, seperateSectionBorder, children, tooltipContent, }: {
|
|
1632
|
+
isOpen?: boolean;
|
|
1633
|
+
isDisabled?: boolean;
|
|
1634
|
+
onClose?: () => void;
|
|
1635
|
+
onConfirm?: () => void;
|
|
1636
|
+
title?: string;
|
|
1637
|
+
primaryText?: string;
|
|
1638
|
+
secondaryText?: string;
|
|
1639
|
+
width?: string;
|
|
1640
|
+
height?: string;
|
|
1641
|
+
color?: string;
|
|
1642
|
+
hoverColor?: string;
|
|
1643
|
+
opacity?: number;
|
|
1644
|
+
secondaryColor?: string;
|
|
1645
|
+
seperateSectionBorder?: boolean;
|
|
1646
|
+
children: any;
|
|
1647
|
+
tooltipContent?: string;
|
|
1648
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1649
|
+
|
|
1650
|
+
declare function ToasterMessageBox({ color, messageText, linkText, duration, width, icon, onLinkClick, onClose }: {
|
|
1651
|
+
color?: string;
|
|
1652
|
+
messageText?: string;
|
|
1653
|
+
linkText?: string;
|
|
1654
|
+
duration?: number;
|
|
1655
|
+
width?: string;
|
|
1656
|
+
icon?: string;
|
|
1657
|
+
onLinkClick?: () => void;
|
|
1658
|
+
onClose?: () => void;
|
|
1659
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1660
|
+
|
|
1661
|
+
declare function QuickFilterCards({ data, onCardToggle, width, CardsContainerClassName, }: {
|
|
1662
|
+
data?: any[];
|
|
1663
|
+
onCardToggle?: () => void;
|
|
1664
|
+
width?: string;
|
|
1665
|
+
CardsContainerClassName?: string;
|
|
1666
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1667
|
+
|
|
1668
|
+
declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, }: {
|
|
1669
|
+
label: any;
|
|
1670
|
+
onChange: any;
|
|
1671
|
+
borderRadius: any;
|
|
1672
|
+
required: any;
|
|
1673
|
+
width: any;
|
|
1674
|
+
height: any;
|
|
1675
|
+
placeholder: any;
|
|
1676
|
+
disabled: any;
|
|
1677
|
+
borderColor: any;
|
|
1678
|
+
borderColorFocus: any;
|
|
1679
|
+
textColor: any;
|
|
1680
|
+
selectedValue: any;
|
|
1681
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1682
|
+
declare namespace RangePicker {
|
|
1683
|
+
namespace propTypes {
|
|
1684
|
+
const label: PropTypes.Validator<string>;
|
|
1685
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
1686
|
+
const borderRadius: PropTypes.Validator<string>;
|
|
1687
|
+
const required: PropTypes.Requireable<boolean>;
|
|
1688
|
+
const width: PropTypes.Requireable<string>;
|
|
1689
|
+
const height: PropTypes.Requireable<string>;
|
|
1690
|
+
const placeholder: PropTypes.Requireable<string>;
|
|
1691
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
1692
|
+
const borderColor: PropTypes.Requireable<string>;
|
|
1693
|
+
const borderColorFocus: PropTypes.Requireable<string>;
|
|
1694
|
+
const textColor: PropTypes.Requireable<string>;
|
|
1695
|
+
const selectedValue: PropTypes.Requireable<string>;
|
|
1696
|
+
}
|
|
1697
|
+
namespace defaultProps {
|
|
1698
|
+
const required_1: boolean;
|
|
1699
|
+
export { required_1 as required };
|
|
1700
|
+
const width_1: string;
|
|
1701
|
+
export { width_1 as width };
|
|
1702
|
+
const height_1: string;
|
|
1703
|
+
export { height_1 as height };
|
|
1704
|
+
const disabled_1: boolean;
|
|
1705
|
+
export { disabled_1 as disabled };
|
|
1706
|
+
const placeholder_1: string;
|
|
1707
|
+
export { placeholder_1 as placeholder };
|
|
1708
|
+
const borderColor_1: string;
|
|
1709
|
+
export { borderColor_1 as borderColor };
|
|
1710
|
+
const borderColorFocus_1: string;
|
|
1711
|
+
export { borderColorFocus_1 as borderColorFocus };
|
|
1712
|
+
const textColor_1: string;
|
|
1713
|
+
export { textColor_1 as textColor };
|
|
1714
|
+
const selectedValue_1: string;
|
|
1715
|
+
export { selectedValue_1 as selectedValue };
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
declare function Tag(props: any): react_jsx_runtime.JSX.Element;
|
|
1720
|
+
|
|
1721
|
+
declare function CheckBox(props: any): react_jsx_runtime.JSX.Element;
|
|
1722
|
+
|
|
1723
|
+
declare function NoDataFoundMessage(props: any): react_jsx_runtime.JSX.Element;
|
|
1724
|
+
|
|
1725
|
+
export { AdvancedThresholds, Analytics, AreaChart, BannerEventBoxList, BarChart, BarChartTwoRows, BarChartWithAreaChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Budgets, Build, Button, Campaigns, CheckBox, CollapseData, CollapseHeader, ContainerTable, Coupons, CustomerSegments, Dashboard, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, DownloadProgress, DropdownNew, EventDetailsCard, EventList, Execute, FilterPanel, FilterPop, GroupBuilder, Heatmap, IconButton, Input, InsightsCarousel, ItemManagerPanel, ItemsStores, LinkButton, LinnerDataBox, MarketShareDescription, MenuRoute, MessageBox, ModalDrawer, ModalWithOverlay, NoDataFoundMessage, OneColumnContainer, OverlayDropdown, PerformanceAnalyticsLegend, PieChart, PopupCharts, PreTestWhatIf, QuickFilter, QuickFilterCards, RangePicker, RangePop, ReportTable, RulesEngine, SampleRunEngine, SearchInput, SingleBarLineCharts, SortPop, TabMenu, Table, Tag, ToasterMessageBox, ToggleSwitch, Tooltip, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts, Track, TwoBarCharts, WeeksPicker };
|