sag_components 2.0.0-beta18 → 2.0.0-beta181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +863 -316
- package/dist/index.esm.js +37033 -12902
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +37181 -12997
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +0 -37
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -69
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BarChart/BarChart.d.ts +80 -0
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +0 -64
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/BrushChart/BrushChart.stories.d.ts +150 -0
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +1 -21
- package/dist/types/components/Button/Button.stories.d.ts +107 -255
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CollapseData/CollapseData.d.ts +11 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +2 -2
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Card.stories.d.ts → ContainerTable/ContainerTable.stories.d.ts} +37 -33
- package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +2 -61
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +303 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +4 -58
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
- package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
- package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
- package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
- package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
- package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
- package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
- package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +10 -10
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +11 -662
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/Input/Input.d.ts +15 -1
- package/dist/types/components/Input/Input.stories.d.ts +206 -516
- package/dist/types/components/Input/Input.style.d.ts +1 -0
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +18 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +140 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +26 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +8 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +15 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +17 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
- package/dist/types/components/ListBox/ListBox.d.ts +9 -9
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
- package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +168 -0
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
- package/dist/types/components/MessageBox/MessageBox.d.ts +17 -0
- package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
- package/dist/types/components/MessageBox/MessageBox.styles.d.ts +7 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +15 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +2 -1
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +79 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +22 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +336 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +9 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +26 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +3 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +2 -1
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -59
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +161 -305
- package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +7 -0
- package/dist/types/components/QuickFilterCards/QuickFilterCards.stories.d.ts +49 -0
- package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -0
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +51 -7
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +77 -80
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
- package/dist/types/components/Table/DropMenus/Dropdown.d.ts +37 -0
- package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -0
- package/dist/types/components/Table/DropMenus/FieldPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
- package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +6 -0
- package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +10 -0
- package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
- package/dist/types/components/Table/FilterIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
- package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +5 -0
- package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
- package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
- package/dist/types/components/Table/NoEvents.d.ts +5 -0
- package/dist/types/components/Table/NoSearchUpcIcon.d.ts +5 -0
- package/dist/types/components/Table/NoUpcIcon.d.ts +5 -0
- package/dist/types/components/Table/NothingToTrack.d.ts +5 -0
- package/dist/types/components/Table/SortIcon.d.ts +6 -0
- package/dist/types/components/Table/Table.d.ts +5 -0
- package/dist/types/components/Table/Table.stories.d.ts +762 -0
- package/dist/types/components/Table/Table.style.d.ts +18 -0
- package/dist/types/components/Table/TableBody.d.ts +55 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +31 -0
- package/dist/types/components/Table/TableHeader.d.ts +12 -0
- package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
- package/dist/types/components/Table/data.d.ts +363 -0
- package/dist/types/components/Tag/Tag.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Table.stories.d.ts → Tag/Tag.stories.d.ts} +54 -62
- package/dist/types/components/Tag/Tag.style.d.ts +1 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +10 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +57 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +21 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +0 -22
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +7 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +34 -100
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +30 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +18 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +98 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
- package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
- package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
- package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
- package/dist/types/icons/AttachedIcon.d.ts +3 -3
- package/dist/types/icons/BarcodeIcon.d.ts +6 -0
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +2 -2
- package/dist/types/icons/CalendarInOpen.d.ts +5 -1
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronIcon.d.ts +7 -0
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/CommentIcon.d.ts +7 -0
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +2 -2
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FolderIcon.d.ts +6 -0
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/OkCircleIcon.d.ts +6 -0
- package/dist/types/icons/OkIcon.d.ts +6 -0
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/PeopleIcon.d.ts +6 -0
- package/dist/types/icons/Plus.d.ts +6 -0
- package/dist/types/icons/PlusIcon.d.ts +6 -0
- package/dist/types/icons/RedDot.d.ts +5 -0
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/TrashIcon.d.ts +7 -0
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/icons/UploadIcon.d.ts +7 -0
- package/dist/types/icons/UploadIconV2.d.ts +6 -0
- package/dist/types/icons/VIcon.d.ts +6 -0
- package/dist/types/icons/index.d.ts +22 -0
- package/dist/types/index.d.ts +52 -0
- package/dist/types/utils/CommonFunctions.d.ts +6 -1
- package/package.json +39 -42
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +0 -19
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +0 -64
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +0 -31
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +0 -23
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +0 -166
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
- package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +0 -574
- package/dist/types/components/TextField/TextField.d.ts +0 -6
- package/dist/types/components/TextField/TextField.style.d.ts +0 -1
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
- /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.style.d.ts +0 -0
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>;
|
|
@@ -629,69 +423,102 @@ declare namespace CollapseHeader {
|
|
|
629
423
|
}
|
|
630
424
|
|
|
631
425
|
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
|
-
width?: string
|
|
642
|
-
checkBoxColor?: string
|
|
643
|
-
onChange?: (
|
|
644
|
-
options?: any[]
|
|
645
|
-
selectedValue?: any[]
|
|
646
|
-
}): react_jsx_runtime.JSX.Element;
|
|
647
|
-
|
|
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
|
+
width?: string;
|
|
436
|
+
checkBoxColor?: string;
|
|
437
|
+
onChange?: (value: any) => void;
|
|
438
|
+
options?: any[];
|
|
439
|
+
selectedValue?: any[];
|
|
440
|
+
}): react_jsx_runtime.JSX.Element;
|
|
441
|
+
|
|
442
|
+
declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
|
|
443
|
+
declare namespace OneColumnContainer {
|
|
648
444
|
namespace propTypes {
|
|
649
|
-
const
|
|
650
|
-
const
|
|
651
|
-
const
|
|
652
|
-
const
|
|
653
|
-
const
|
|
654
|
-
const
|
|
655
|
-
const
|
|
656
|
-
const
|
|
657
|
-
const
|
|
658
|
-
const
|
|
659
|
-
const
|
|
660
|
-
const
|
|
661
|
-
const
|
|
445
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
446
|
+
const display: PropTypes.Requireable<string>;
|
|
447
|
+
const isLoading: PropTypes.Requireable<boolean>;
|
|
448
|
+
const gridTemplateColumns: PropTypes.Requireable<string>;
|
|
449
|
+
const itemClass: PropTypes.Requireable<string>;
|
|
450
|
+
const divStyle: PropTypes.Requireable<string>;
|
|
451
|
+
const overStyle: PropTypes.Requireable<string>;
|
|
452
|
+
const draggingStyle: PropTypes.Requireable<string>;
|
|
453
|
+
const droppedStyle: PropTypes.Requireable<string>;
|
|
454
|
+
const width: PropTypes.Requireable<string>;
|
|
455
|
+
const height: PropTypes.Requireable<string>;
|
|
456
|
+
const overflow: PropTypes.Requireable<string>;
|
|
457
|
+
const transparentBackground: PropTypes.Requireable<boolean>;
|
|
458
|
+
const infoTitle: PropTypes.Requireable<string>;
|
|
459
|
+
const infoText: PropTypes.Requireable<string>;
|
|
460
|
+
const disableInfo: PropTypes.Requireable<boolean>;
|
|
461
|
+
const showViewByBannerButton: PropTypes.Requireable<boolean>;
|
|
462
|
+
const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
463
|
+
const columnTitle: PropTypes.Requireable<string>;
|
|
464
|
+
const isPercentOfChange: PropTypes.Requireable<boolean>;
|
|
465
|
+
const PercentOfChangeData: PropTypes.Requireable<number>;
|
|
466
|
+
const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
467
|
+
const showBackgroundImage: PropTypes.Requireable<boolean>;
|
|
468
|
+
const backgroundImageStyle: PropTypes.Requireable<object>;
|
|
662
469
|
}
|
|
663
470
|
namespace defaultProps {
|
|
664
|
-
const
|
|
665
|
-
export {
|
|
666
|
-
const
|
|
667
|
-
export {
|
|
668
|
-
const
|
|
669
|
-
export {
|
|
670
|
-
const
|
|
671
|
-
export {
|
|
672
|
-
const
|
|
673
|
-
export {
|
|
674
|
-
const
|
|
675
|
-
export {
|
|
676
|
-
const
|
|
677
|
-
export {
|
|
678
|
-
const
|
|
679
|
-
export {
|
|
471
|
+
const children_1: any;
|
|
472
|
+
export { children_1 as children };
|
|
473
|
+
const display_1: string;
|
|
474
|
+
export { display_1 as display };
|
|
475
|
+
const isLoading_1: string;
|
|
476
|
+
export { isLoading_1 as isLoading };
|
|
477
|
+
const gridTemplateColumns_1: string;
|
|
478
|
+
export { gridTemplateColumns_1 as gridTemplateColumns };
|
|
479
|
+
const itemClass_1: string;
|
|
480
|
+
export { itemClass_1 as itemClass };
|
|
481
|
+
const divStyle_1: string;
|
|
482
|
+
export { divStyle_1 as divStyle };
|
|
483
|
+
const overStyle_1: string;
|
|
484
|
+
export { overStyle_1 as overStyle };
|
|
485
|
+
const draggingStyle_1: string;
|
|
486
|
+
export { draggingStyle_1 as draggingStyle };
|
|
487
|
+
const droppedStyle_1: string;
|
|
488
|
+
export { droppedStyle_1 as droppedStyle };
|
|
680
489
|
const width_1: string;
|
|
681
490
|
export { width_1 as width };
|
|
682
|
-
const
|
|
683
|
-
export {
|
|
684
|
-
|
|
685
|
-
export {
|
|
686
|
-
const
|
|
687
|
-
export {
|
|
688
|
-
const
|
|
689
|
-
export {
|
|
491
|
+
const height_1: string;
|
|
492
|
+
export { height_1 as height };
|
|
493
|
+
const overflow_1: string;
|
|
494
|
+
export { overflow_1 as overflow };
|
|
495
|
+
const transparentBackground_1: boolean;
|
|
496
|
+
export { transparentBackground_1 as transparentBackground };
|
|
497
|
+
const infoTitle_1: string;
|
|
498
|
+
export { infoTitle_1 as infoTitle };
|
|
499
|
+
const infoText_1: string;
|
|
500
|
+
export { infoText_1 as infoText };
|
|
501
|
+
const disableInfo_1: boolean;
|
|
502
|
+
export { disableInfo_1 as disableInfo };
|
|
503
|
+
const showViewByBannerButton_1: boolean;
|
|
504
|
+
export { showViewByBannerButton_1 as showViewByBannerButton };
|
|
505
|
+
export function onBannerClick_1(): void;
|
|
506
|
+
export { onBannerClick_1 as onBannerClick };
|
|
507
|
+
const columnTitle_1: string;
|
|
508
|
+
export { columnTitle_1 as columnTitle };
|
|
509
|
+
const isPercentOfChange_1: boolean;
|
|
510
|
+
export { isPercentOfChange_1 as isPercentOfChange };
|
|
511
|
+
const PercentOfChangeData_1: number;
|
|
512
|
+
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
513
|
+
const backgroundImage_1: string;
|
|
514
|
+
export { backgroundImage_1 as backgroundImage };
|
|
515
|
+
const showBackgroundImage_1: boolean;
|
|
516
|
+
export { showBackgroundImage_1 as showBackgroundImage };
|
|
517
|
+
const backgroundImageStyle_1: {};
|
|
518
|
+
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
690
519
|
}
|
|
691
520
|
}
|
|
692
521
|
|
|
693
|
-
declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
|
|
694
|
-
|
|
695
522
|
declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
|
|
696
523
|
declare namespace BarChartsByWeeks {
|
|
697
524
|
namespace propTypes {
|
|
@@ -703,10 +530,10 @@ declare namespace BarChartsByWeeks {
|
|
|
703
530
|
const headerValue: PropTypes.Requireable<number>;
|
|
704
531
|
const HeaderValueCurrencyType: PropTypes.Requireable<string>;
|
|
705
532
|
const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
|
|
706
|
-
const barChartData: PropTypes.Requireable<
|
|
533
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
707
534
|
title: PropTypes.Requireable<string>;
|
|
708
535
|
value: PropTypes.Requireable<number>;
|
|
709
|
-
}>
|
|
536
|
+
}>[]>;
|
|
710
537
|
const isTitleOriganal: PropTypes.Requireable<boolean>;
|
|
711
538
|
const width: PropTypes.Requireable<string>;
|
|
712
539
|
const height: PropTypes.Requireable<string>;
|
|
@@ -722,11 +549,11 @@ declare namespace BarChartsByWeeks {
|
|
|
722
549
|
const interval: PropTypes.Requireable<string>;
|
|
723
550
|
const showTitle: PropTypes.Requireable<boolean>;
|
|
724
551
|
const showLegend: PropTypes.Requireable<boolean>;
|
|
725
|
-
const legendData: PropTypes.Requireable<
|
|
552
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
726
553
|
title: PropTypes.Validator<string>;
|
|
727
554
|
iconType: PropTypes.Validator<string>;
|
|
728
555
|
iconColor: PropTypes.Validator<string>;
|
|
729
|
-
}>
|
|
556
|
+
}>[]>;
|
|
730
557
|
const showTwoBars: PropTypes.Requireable<boolean>;
|
|
731
558
|
const setLimitHeight: PropTypes.Requireable<number>;
|
|
732
559
|
const setLimitLow: PropTypes.Requireable<number>;
|
|
@@ -791,9 +618,9 @@ declare namespace BarChartsByWeeks {
|
|
|
791
618
|
export { legendData_1 as legendData };
|
|
792
619
|
const showTwoBars_1: boolean;
|
|
793
620
|
export { showTwoBars_1 as showTwoBars };
|
|
794
|
-
const setLimitHeight_1:
|
|
621
|
+
const setLimitHeight_1: any;
|
|
795
622
|
export { setLimitHeight_1 as setLimitHeight };
|
|
796
|
-
const setLimitLow_1:
|
|
623
|
+
const setLimitLow_1: any;
|
|
797
624
|
export { setLimitLow_1 as setLimitLow };
|
|
798
625
|
}
|
|
799
626
|
}
|
|
@@ -803,17 +630,17 @@ declare namespace PopupCharts {
|
|
|
803
630
|
namespace propTypes {
|
|
804
631
|
const title: PropTypes.Requireable<string>;
|
|
805
632
|
const chartType: PropTypes.Requireable<string>;
|
|
806
|
-
const popupChartsItemsData: PropTypes.Requireable<
|
|
633
|
+
const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
807
634
|
title: PropTypes.Requireable<string>;
|
|
808
635
|
chartType: PropTypes.Requireable<string>;
|
|
809
636
|
value: PropTypes.Requireable<number>;
|
|
810
|
-
legendData: PropTypes.Requireable<
|
|
637
|
+
legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
811
638
|
color: PropTypes.Requireable<string>;
|
|
812
639
|
name: PropTypes.Requireable<string>;
|
|
813
640
|
value: PropTypes.Requireable<number>;
|
|
814
|
-
}>
|
|
641
|
+
}>[]>;
|
|
815
642
|
noDataText: PropTypes.Requireable<string>;
|
|
816
|
-
}>
|
|
643
|
+
}>[]>;
|
|
817
644
|
const isPopupChartsOpen: PropTypes.Requireable<boolean>;
|
|
818
645
|
const width: PropTypes.Requireable<string>;
|
|
819
646
|
const height: PropTypes.Requireable<string>;
|
|
@@ -867,20 +694,26 @@ declare namespace TotalDoughnutChart {
|
|
|
867
694
|
const className: PropTypes.Requireable<string>;
|
|
868
695
|
const title: PropTypes.Requireable<string>;
|
|
869
696
|
const value: PropTypes.Requireable<number>;
|
|
697
|
+
const rootFont: PropTypes.Requireable<string>;
|
|
698
|
+
const containerPadding: PropTypes.Requireable<string>;
|
|
870
699
|
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
871
700
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
872
701
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
873
702
|
const currencyType: PropTypes.Requireable<string>;
|
|
874
|
-
const legendData: PropTypes.Requireable<
|
|
703
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
704
|
+
color: PropTypes.Requireable<string>;
|
|
705
|
+
value: PropTypes.Requireable<number>;
|
|
875
706
|
name: PropTypes.Requireable<string>;
|
|
876
|
-
|
|
877
|
-
|
|
707
|
+
}>[]>;
|
|
708
|
+
const legendBelow: PropTypes.Requireable<boolean>;
|
|
878
709
|
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
879
710
|
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
880
711
|
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
881
712
|
const width: PropTypes.Requireable<string>;
|
|
882
713
|
const height: PropTypes.Requireable<string>;
|
|
883
714
|
const textcolor: PropTypes.Requireable<string>;
|
|
715
|
+
const titleFontSize: PropTypes.Requireable<string>;
|
|
716
|
+
const FormattedValueFontSize: PropTypes.Requireable<string>;
|
|
884
717
|
const isPercent: PropTypes.Requireable<boolean>;
|
|
885
718
|
const hideTitleAndValue: PropTypes.Requireable<boolean>;
|
|
886
719
|
const noDataText: PropTypes.Requireable<string>;
|
|
@@ -893,6 +726,10 @@ declare namespace TotalDoughnutChart {
|
|
|
893
726
|
export { title_1 as title };
|
|
894
727
|
const value_1: number;
|
|
895
728
|
export { value_1 as value };
|
|
729
|
+
const rootFont_1: string;
|
|
730
|
+
export { rootFont_1 as rootFont };
|
|
731
|
+
const containerPadding_1: string;
|
|
732
|
+
export { containerPadding_1 as containerPadding };
|
|
896
733
|
const addingBenchmark_1: boolean;
|
|
897
734
|
export { addingBenchmark_1 as addingBenchmark };
|
|
898
735
|
const dotCut_1: boolean;
|
|
@@ -901,8 +738,10 @@ declare namespace TotalDoughnutChart {
|
|
|
901
738
|
export { currencySign_1 as currencySign };
|
|
902
739
|
const currencyType_1: string;
|
|
903
740
|
export { currencyType_1 as currencyType };
|
|
904
|
-
const legendData_1:
|
|
741
|
+
const legendData_1: any[];
|
|
905
742
|
export { legendData_1 as legendData };
|
|
743
|
+
const legendBelow_1: boolean;
|
|
744
|
+
export { legendBelow_1 as legendBelow };
|
|
906
745
|
const itemsPercentagesValueAside_1: boolean;
|
|
907
746
|
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
908
747
|
const itemsBoldedValues_1: boolean;
|
|
@@ -915,6 +754,10 @@ declare namespace TotalDoughnutChart {
|
|
|
915
754
|
export { height_1 as height };
|
|
916
755
|
const textcolor_1: string;
|
|
917
756
|
export { textcolor_1 as textcolor };
|
|
757
|
+
const titleFontSize_1: string;
|
|
758
|
+
export { titleFontSize_1 as titleFontSize };
|
|
759
|
+
const FormattedValueFontSize_1: string;
|
|
760
|
+
export { FormattedValueFontSize_1 as FormattedValueFontSize };
|
|
918
761
|
const isPercent_1: boolean;
|
|
919
762
|
export { isPercent_1 as isPercent };
|
|
920
763
|
const hideTitleAndValue_1: boolean;
|
|
@@ -952,11 +795,11 @@ declare namespace TopToggleList {
|
|
|
952
795
|
declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
|
|
953
796
|
declare namespace MarketShareDescription {
|
|
954
797
|
namespace propTypes {
|
|
955
|
-
const marketShareData: PropTypes.Requireable<
|
|
798
|
+
const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
956
799
|
label: PropTypes.Requireable<string>;
|
|
957
800
|
checked: PropTypes.Requireable<boolean>;
|
|
958
801
|
disabled: PropTypes.Requireable<boolean>;
|
|
959
|
-
}>
|
|
802
|
+
}>[]>;
|
|
960
803
|
const height: PropTypes.Requireable<string>;
|
|
961
804
|
const width: PropTypes.Requireable<string>;
|
|
962
805
|
const iconColor: PropTypes.Requireable<string>;
|
|
@@ -964,7 +807,7 @@ declare namespace MarketShareDescription {
|
|
|
964
807
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
965
808
|
}
|
|
966
809
|
namespace defaultProps {
|
|
967
|
-
const marketShareData_1:
|
|
810
|
+
const marketShareData_1: any[];
|
|
968
811
|
export { marketShareData_1 as marketShareData };
|
|
969
812
|
const width_1: string;
|
|
970
813
|
export { width_1 as width };
|
|
@@ -983,11 +826,11 @@ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
|
|
|
983
826
|
declare namespace Heatmap {
|
|
984
827
|
namespace propTypes {
|
|
985
828
|
const title: PropTypes.Validator<string>;
|
|
986
|
-
const data: PropTypes.Validator<
|
|
829
|
+
const data: PropTypes.Validator<PropTypes.InferProps<{
|
|
987
830
|
value: PropTypes.Validator<number>;
|
|
988
831
|
label: PropTypes.Validator<string>;
|
|
989
832
|
color: PropTypes.Validator<string>;
|
|
990
|
-
}>
|
|
833
|
+
}>[]>;
|
|
991
834
|
const lowLimit: PropTypes.Validator<number>;
|
|
992
835
|
const barHeight: PropTypes.Validator<string>;
|
|
993
836
|
}
|
|
@@ -1002,11 +845,11 @@ declare namespace TotalHorizontalCharts {
|
|
|
1002
845
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
1003
846
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
1004
847
|
const currencyType: PropTypes.Requireable<string>;
|
|
1005
|
-
const chartsData: PropTypes.Requireable<
|
|
848
|
+
const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1006
849
|
name: PropTypes.Requireable<string>;
|
|
1007
850
|
value: PropTypes.Requireable<number>;
|
|
1008
851
|
color: PropTypes.Requireable<string>;
|
|
1009
|
-
}>
|
|
852
|
+
}>[]>;
|
|
1010
853
|
const showScrollerBarsCount: PropTypes.Requireable<number>;
|
|
1011
854
|
const showPercentAsideValue: PropTypes.Requireable<boolean>;
|
|
1012
855
|
const labelFontSize: PropTypes.Requireable<number>;
|
|
@@ -1035,7 +878,7 @@ declare namespace TotalHorizontalCharts {
|
|
|
1035
878
|
export { currencySign_1 as currencySign };
|
|
1036
879
|
const currencyType_1: string;
|
|
1037
880
|
export { currencyType_1 as currencyType };
|
|
1038
|
-
const chartsData_1:
|
|
881
|
+
const chartsData_1: any[];
|
|
1039
882
|
export { chartsData_1 as chartsData };
|
|
1040
883
|
const showScrollerBarsCount_1: number;
|
|
1041
884
|
export { showScrollerBarsCount_1 as showScrollerBarsCount };
|
|
@@ -1117,6 +960,710 @@ declare namespace IconButton {
|
|
|
1117
960
|
|
|
1118
961
|
declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
|
|
1119
962
|
|
|
1120
|
-
declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
|
|
963
|
+
declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
|
|
964
|
+
declare namespace BarChart {
|
|
965
|
+
namespace propTypes {
|
|
966
|
+
const title: PropTypes.Requireable<string>;
|
|
967
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
968
|
+
title: PropTypes.Requireable<string>;
|
|
969
|
+
date: PropTypes.Requireable<string>;
|
|
970
|
+
value: PropTypes.Requireable<number>;
|
|
971
|
+
}>[]>;
|
|
972
|
+
const width: PropTypes.Requireable<string>;
|
|
973
|
+
const height: PropTypes.Requireable<string>;
|
|
974
|
+
const barSize: PropTypes.Requireable<number>;
|
|
975
|
+
const barFontSizeValue: PropTypes.Requireable<string>;
|
|
976
|
+
const barChartColor: PropTypes.Requireable<string>;
|
|
977
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
978
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
979
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
980
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
981
|
+
title: PropTypes.Validator<string>;
|
|
982
|
+
iconType: PropTypes.Validator<string>;
|
|
983
|
+
iconColor: PropTypes.Validator<string>;
|
|
984
|
+
}>[]>;
|
|
985
|
+
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
986
|
+
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
987
|
+
const referenceLineColor: PropTypes.Requireable<string>;
|
|
988
|
+
const referenceLineDashed: PropTypes.Requireable<string>;
|
|
989
|
+
const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
|
|
990
|
+
const currentBarColor: PropTypes.Requireable<string>;
|
|
991
|
+
const isPercent: PropTypes.Requireable<boolean>;
|
|
992
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
993
|
+
}
|
|
994
|
+
namespace defaultProps {
|
|
995
|
+
const title_1: string;
|
|
996
|
+
export { title_1 as title };
|
|
997
|
+
const barChartData_1: {
|
|
998
|
+
title: string;
|
|
999
|
+
date: string;
|
|
1000
|
+
value: number;
|
|
1001
|
+
}[];
|
|
1002
|
+
export { barChartData_1 as barChartData };
|
|
1003
|
+
const width_1: string;
|
|
1004
|
+
export { width_1 as width };
|
|
1005
|
+
const height_1: string;
|
|
1006
|
+
export { height_1 as height };
|
|
1007
|
+
const barSize_1: number;
|
|
1008
|
+
export { barSize_1 as barSize };
|
|
1009
|
+
const barFontSizeValue_1: string;
|
|
1010
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
1011
|
+
const barChartColor_1: string;
|
|
1012
|
+
export { barChartColor_1 as barChartColor };
|
|
1013
|
+
const showDollarSign_1: boolean;
|
|
1014
|
+
export { showDollarSign_1 as showDollarSign };
|
|
1015
|
+
const isDollar_1: boolean;
|
|
1016
|
+
export { isDollar_1 as isDollar };
|
|
1017
|
+
const showLegend_1: boolean;
|
|
1018
|
+
export { showLegend_1 as showLegend };
|
|
1019
|
+
const legendData_1: {
|
|
1020
|
+
title: string;
|
|
1021
|
+
iconType: string;
|
|
1022
|
+
iconColor: string;
|
|
1023
|
+
}[];
|
|
1024
|
+
export { legendData_1 as legendData };
|
|
1025
|
+
const showReferenceLine_1: boolean;
|
|
1026
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
1027
|
+
const referenceLinePoint_1: number;
|
|
1028
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
1029
|
+
const referenceLineColor_1: string;
|
|
1030
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
1031
|
+
const referenceLineDashed_1: string;
|
|
1032
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
1033
|
+
const showCurrentCampaignStyle_1: boolean;
|
|
1034
|
+
export { showCurrentCampaignStyle_1 as showCurrentCampaignStyle };
|
|
1035
|
+
const currentBarColor_1: string;
|
|
1036
|
+
export { currentBarColor_1 as currentBarColor };
|
|
1037
|
+
const isPercent_1: boolean;
|
|
1038
|
+
export { isPercent_1 as isPercent };
|
|
1039
|
+
const noDataText_1: string;
|
|
1040
|
+
export { noDataText_1 as noDataText };
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
|
|
1045
|
+
|
|
1046
|
+
declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1047
|
+
|
|
1048
|
+
declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
|
|
1049
|
+
|
|
1050
|
+
declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
|
|
1051
|
+
text?: string;
|
|
1052
|
+
type?: string;
|
|
1053
|
+
size?: string;
|
|
1054
|
+
height?: string;
|
|
1055
|
+
width?: string;
|
|
1056
|
+
disabled?: boolean;
|
|
1057
|
+
textColor?: string;
|
|
1058
|
+
onClick: any;
|
|
1059
|
+
leftIcon?: string;
|
|
1060
|
+
rightIcon?: string;
|
|
1061
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1062
|
+
|
|
1063
|
+
declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
|
|
1064
|
+
data?: any[];
|
|
1065
|
+
title?: string;
|
|
1066
|
+
subtitle?: string;
|
|
1067
|
+
leftHeader?: string;
|
|
1068
|
+
rightHeader?: string;
|
|
1069
|
+
topHeader?: string;
|
|
1070
|
+
bottomHeader?: string;
|
|
1071
|
+
colorPalette?: string[];
|
|
1072
|
+
height?: string;
|
|
1073
|
+
width?: string;
|
|
1074
|
+
backgroundColor?: string;
|
|
1075
|
+
showAxis?: boolean;
|
|
1076
|
+
noDataText?: string;
|
|
1077
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1078
|
+
|
|
1079
|
+
declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1080
|
+
|
|
1081
|
+
declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
|
|
1082
|
+
|
|
1083
|
+
declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1084
|
+
|
|
1085
|
+
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, }: {
|
|
1086
|
+
className?: string;
|
|
1087
|
+
width?: string;
|
|
1088
|
+
height?: string;
|
|
1089
|
+
title?: string;
|
|
1090
|
+
data?: any[];
|
|
1091
|
+
totalsData?: any[];
|
|
1092
|
+
showLegend?: boolean;
|
|
1093
|
+
legendData?: any[];
|
|
1094
|
+
maxBarRange?: number;
|
|
1095
|
+
showLineChart?: boolean;
|
|
1096
|
+
lineRange?: number;
|
|
1097
|
+
lineFontSizeValue?: string;
|
|
1098
|
+
barFontSizeValue?: string;
|
|
1099
|
+
barSize?: number;
|
|
1100
|
+
barChartHeight?: number;
|
|
1101
|
+
lineChartHeight?: number;
|
|
1102
|
+
isLineChartCurrency?: boolean;
|
|
1103
|
+
isLineChartBolded?: boolean;
|
|
1104
|
+
setLineChartTooltip?: boolean;
|
|
1105
|
+
isTopBarPercent?: boolean;
|
|
1106
|
+
showSecondBar?: boolean;
|
|
1107
|
+
showPeriod?: boolean;
|
|
1108
|
+
currencySign?: string;
|
|
1109
|
+
currencySignLine?: string;
|
|
1110
|
+
noDataText?: string;
|
|
1111
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1112
|
+
|
|
1113
|
+
declare function BarChartWithAreaChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1114
|
+
|
|
1115
|
+
declare function BarChartTwoRows(props: any): react_jsx_runtime.JSX.Element;
|
|
1116
|
+
|
|
1117
|
+
declare function TwoBarCharts(props: any): react_jsx_runtime.JSX.Element;
|
|
1118
|
+
declare namespace TwoBarCharts {
|
|
1119
|
+
namespace propTypes {
|
|
1120
|
+
const title: PropTypes.Requireable<string>;
|
|
1121
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1122
|
+
title: PropTypes.Requireable<string>;
|
|
1123
|
+
date: PropTypes.Requireable<string>;
|
|
1124
|
+
value: PropTypes.Requireable<number>;
|
|
1125
|
+
}>[]>;
|
|
1126
|
+
const width: PropTypes.Requireable<string>;
|
|
1127
|
+
const height: PropTypes.Requireable<string>;
|
|
1128
|
+
const barSize: PropTypes.Requireable<number>;
|
|
1129
|
+
const barFontSizeValue: PropTypes.Requireable<string>;
|
|
1130
|
+
const barChartColorFirst: PropTypes.Requireable<string>;
|
|
1131
|
+
const barChartColorSecond: PropTypes.Requireable<string>;
|
|
1132
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
1133
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
1134
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1135
|
+
title: PropTypes.Validator<string>;
|
|
1136
|
+
iconType: PropTypes.Validator<string>;
|
|
1137
|
+
iconColor: PropTypes.Validator<string>;
|
|
1138
|
+
}>[]>;
|
|
1139
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
1140
|
+
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
1141
|
+
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
1142
|
+
const referenceLineColor: PropTypes.Requireable<string>;
|
|
1143
|
+
const referenceLineDashed: PropTypes.Requireable<string>;
|
|
1144
|
+
const showTooltip: PropTypes.Requireable<boolean>;
|
|
1145
|
+
}
|
|
1146
|
+
namespace defaultProps {
|
|
1147
|
+
const title_1: string;
|
|
1148
|
+
export { title_1 as title };
|
|
1149
|
+
const barChartData_1: {
|
|
1150
|
+
title: string;
|
|
1151
|
+
date: string;
|
|
1152
|
+
valueOne: number;
|
|
1153
|
+
valueTwo: number;
|
|
1154
|
+
}[];
|
|
1155
|
+
export { barChartData_1 as barChartData };
|
|
1156
|
+
const width_1: string;
|
|
1157
|
+
export { width_1 as width };
|
|
1158
|
+
const height_1: string;
|
|
1159
|
+
export { height_1 as height };
|
|
1160
|
+
const barSize_1: number;
|
|
1161
|
+
export { barSize_1 as barSize };
|
|
1162
|
+
const barFontSizeValue_1: string;
|
|
1163
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
1164
|
+
const barChartColorFirst_1: string;
|
|
1165
|
+
export { barChartColorFirst_1 as barChartColorFirst };
|
|
1166
|
+
const barChartColorSecond_1: string;
|
|
1167
|
+
export { barChartColorSecond_1 as barChartColorSecond };
|
|
1168
|
+
const isDollar_1: boolean;
|
|
1169
|
+
export { isDollar_1 as isDollar };
|
|
1170
|
+
const showDollarSign_1: boolean;
|
|
1171
|
+
export { showDollarSign_1 as showDollarSign };
|
|
1172
|
+
const showLegend_1: boolean;
|
|
1173
|
+
export { showLegend_1 as showLegend };
|
|
1174
|
+
const legendData_1: {
|
|
1175
|
+
title: string;
|
|
1176
|
+
iconType: string;
|
|
1177
|
+
iconColor: string;
|
|
1178
|
+
}[];
|
|
1179
|
+
export { legendData_1 as legendData };
|
|
1180
|
+
const showReferenceLine_1: boolean;
|
|
1181
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
1182
|
+
const referenceLinePoint_1: number;
|
|
1183
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
1184
|
+
const referenceLineColor_1: string;
|
|
1185
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
1186
|
+
const referenceLineDashed_1: string;
|
|
1187
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
1188
|
+
const showTooltip_1: boolean;
|
|
1189
|
+
export { showTooltip_1 as showTooltip };
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
declare function CollapseData(props: any): react_jsx_runtime.JSX.Element;
|
|
1194
|
+
declare namespace CollapseData {
|
|
1195
|
+
namespace propTypes {
|
|
1196
|
+
const title: PropTypes.Requireable<string>;
|
|
1197
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
1198
|
+
const width: PropTypes.Requireable<string>;
|
|
1199
|
+
const height: PropTypes.Requireable<string>;
|
|
1200
|
+
const addPlusMark: PropTypes.Requireable<boolean>;
|
|
1201
|
+
const addArrowToTotal: PropTypes.Requireable<boolean>;
|
|
1202
|
+
const tableData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1203
|
+
key: PropTypes.Requireable<number>;
|
|
1204
|
+
icon: PropTypes.Requireable<string>;
|
|
1205
|
+
title: PropTypes.Requireable<string>;
|
|
1206
|
+
value: PropTypes.Requireable<number>;
|
|
1207
|
+
valueType: PropTypes.Requireable<string>;
|
|
1208
|
+
table: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1209
|
+
title: PropTypes.Requireable<string>;
|
|
1210
|
+
value: PropTypes.Requireable<number>;
|
|
1211
|
+
}>[]>;
|
|
1212
|
+
}>[]>;
|
|
1213
|
+
}
|
|
1214
|
+
namespace defaultProps {
|
|
1215
|
+
const title_1: string;
|
|
1216
|
+
export { title_1 as title };
|
|
1217
|
+
const noDataText_1: string;
|
|
1218
|
+
export { noDataText_1 as noDataText };
|
|
1219
|
+
const width_1: string;
|
|
1220
|
+
export { width_1 as width };
|
|
1221
|
+
const height_1: string;
|
|
1222
|
+
export { height_1 as height };
|
|
1223
|
+
const tableData_1: any[];
|
|
1224
|
+
export { tableData_1 as tableData };
|
|
1225
|
+
const addPlusMark_1: boolean;
|
|
1226
|
+
export { addPlusMark_1 as addPlusMark };
|
|
1227
|
+
const addArrowToTotal_1: boolean;
|
|
1228
|
+
export { addArrowToTotal_1 as addArrowToTotal };
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
declare function InsightsCarousel({ className, children, onClose, title, icon, titleColor, iconColor, navColor, }: {
|
|
1233
|
+
className: any;
|
|
1234
|
+
children: any;
|
|
1235
|
+
onClose: any;
|
|
1236
|
+
title?: string;
|
|
1237
|
+
icon?: react_jsx_runtime.JSX.Element;
|
|
1238
|
+
titleColor?: string;
|
|
1239
|
+
iconColor?: string;
|
|
1240
|
+
navColor?: string;
|
|
1241
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1242
|
+
|
|
1243
|
+
declare function DownloadProgress(props: any): react_jsx_runtime.JSX.Element;
|
|
1244
|
+
declare namespace DownloadProgress {
|
|
1245
|
+
namespace propTypes {
|
|
1246
|
+
const title: PropTypes.Requireable<string>;
|
|
1247
|
+
const succeededMessage: PropTypes.Requireable<string>;
|
|
1248
|
+
const failedMessage: PropTypes.Requireable<string>;
|
|
1249
|
+
const downloadStatus: PropTypes.Requireable<string>;
|
|
1250
|
+
const showShadow: PropTypes.Requireable<boolean>;
|
|
1251
|
+
const progressPercent: PropTypes.Requireable<number>;
|
|
1252
|
+
const refreshInterval: PropTypes.Requireable<number>;
|
|
1253
|
+
const progressBarColor: PropTypes.Requireable<string>;
|
|
1254
|
+
const onTryAgainClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1255
|
+
const className: PropTypes.Requireable<string>;
|
|
1256
|
+
}
|
|
1257
|
+
namespace defaultProps {
|
|
1258
|
+
const title_1: string;
|
|
1259
|
+
export { title_1 as title };
|
|
1260
|
+
const succeededMessage_1: string;
|
|
1261
|
+
export { succeededMessage_1 as succeededMessage };
|
|
1262
|
+
const failedMessage_1: string;
|
|
1263
|
+
export { failedMessage_1 as failedMessage };
|
|
1264
|
+
const downloadStatus_1: string;
|
|
1265
|
+
export { downloadStatus_1 as downloadStatus };
|
|
1266
|
+
const showShadow_1: boolean;
|
|
1267
|
+
export { showShadow_1 as showShadow };
|
|
1268
|
+
const progressPercent_1: number;
|
|
1269
|
+
export { progressPercent_1 as progressPercent };
|
|
1270
|
+
const refreshInterval_1: number;
|
|
1271
|
+
export { refreshInterval_1 as refreshInterval };
|
|
1272
|
+
const progressBarColor_1: string;
|
|
1273
|
+
export { progressBarColor_1 as progressBarColor };
|
|
1274
|
+
export function onTryAgainClick_1(): void;
|
|
1275
|
+
export { onTryAgainClick_1 as onTryAgainClick };
|
|
1276
|
+
const className_1: string;
|
|
1277
|
+
export { className_1 as className };
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
declare function ModalWithOverlay(props: any): react_jsx_runtime.JSX.Element;
|
|
1282
|
+
|
|
1283
|
+
declare function DropdownNew(props: any): react_jsx_runtime.JSX.Element;
|
|
1284
|
+
|
|
1285
|
+
declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, }: {
|
|
1286
|
+
label: any;
|
|
1287
|
+
disabled: any;
|
|
1288
|
+
borderColor: any;
|
|
1289
|
+
borderColorFocus: any;
|
|
1290
|
+
textColor: any;
|
|
1291
|
+
hoverColor: any;
|
|
1292
|
+
required: any;
|
|
1293
|
+
placeholder: any;
|
|
1294
|
+
borderRadius: any;
|
|
1295
|
+
year: any;
|
|
1296
|
+
width: any;
|
|
1297
|
+
height: any;
|
|
1298
|
+
withMarginBottom?: boolean;
|
|
1299
|
+
onChange: any;
|
|
1300
|
+
selectedValue: any;
|
|
1301
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1302
|
+
|
|
1303
|
+
declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, onChange, onBlur, required, disabled, isDarkerBackground, width, height, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, multiline, rows, maxLength, }: {
|
|
1304
|
+
label: any;
|
|
1305
|
+
labelEmptyValue: any;
|
|
1306
|
+
size: any;
|
|
1307
|
+
selectedValue: any;
|
|
1308
|
+
placeHolder: any;
|
|
1309
|
+
onChange: any;
|
|
1310
|
+
onBlur: any;
|
|
1311
|
+
required: any;
|
|
1312
|
+
disabled: any;
|
|
1313
|
+
isDarkerBackground?: boolean;
|
|
1314
|
+
width: any;
|
|
1315
|
+
height?: string;
|
|
1316
|
+
error: any;
|
|
1317
|
+
errorMessage: any;
|
|
1318
|
+
labelColor: any;
|
|
1319
|
+
leftIcon: any;
|
|
1320
|
+
rightIcon: any;
|
|
1321
|
+
password: any;
|
|
1322
|
+
leftIconOnClick: any;
|
|
1323
|
+
rightIconOnClick: any;
|
|
1324
|
+
multiline?: boolean;
|
|
1325
|
+
rows?: number;
|
|
1326
|
+
maxLength: any;
|
|
1327
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1328
|
+
declare namespace Input {
|
|
1329
|
+
namespace propTypes {
|
|
1330
|
+
const placeHolder: PropTypes.Requireable<string>;
|
|
1331
|
+
const label: PropTypes.Requireable<string>;
|
|
1332
|
+
const labelEmptyValue: PropTypes.Requireable<string>;
|
|
1333
|
+
const size: PropTypes.Requireable<string>;
|
|
1334
|
+
const labelColor: PropTypes.Requireable<string>;
|
|
1335
|
+
const required: PropTypes.Requireable<boolean>;
|
|
1336
|
+
const width: PropTypes.Requireable<string>;
|
|
1337
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
1338
|
+
const error: PropTypes.Requireable<boolean>;
|
|
1339
|
+
const errorMessage: PropTypes.Requireable<string>;
|
|
1340
|
+
const selectedValue: PropTypes.Requireable<string>;
|
|
1341
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
1342
|
+
const leftIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1343
|
+
const rightIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1344
|
+
const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1345
|
+
const leftIcon: PropTypes.Requireable<string>;
|
|
1346
|
+
const rightIcon: PropTypes.Requireable<string>;
|
|
1347
|
+
const password: PropTypes.Requireable<boolean>;
|
|
1348
|
+
const multiline: PropTypes.Requireable<boolean>;
|
|
1349
|
+
const rows: PropTypes.Requireable<number>;
|
|
1350
|
+
const maxLength: PropTypes.Requireable<number>;
|
|
1351
|
+
}
|
|
1352
|
+
namespace defaultProps {
|
|
1353
|
+
const placeHolder_1: string;
|
|
1354
|
+
export { placeHolder_1 as placeHolder };
|
|
1355
|
+
const label_1: string;
|
|
1356
|
+
export { label_1 as label };
|
|
1357
|
+
const labelEmptyValue_1: string;
|
|
1358
|
+
export { labelEmptyValue_1 as labelEmptyValue };
|
|
1359
|
+
const size_1: string;
|
|
1360
|
+
export { size_1 as size };
|
|
1361
|
+
const labelColor_1: string;
|
|
1362
|
+
export { labelColor_1 as labelColor };
|
|
1363
|
+
const required_1: boolean;
|
|
1364
|
+
export { required_1 as required };
|
|
1365
|
+
const width_1: string;
|
|
1366
|
+
export { width_1 as width };
|
|
1367
|
+
const disabled_1: boolean;
|
|
1368
|
+
export { disabled_1 as disabled };
|
|
1369
|
+
const error_1: boolean;
|
|
1370
|
+
export { error_1 as error };
|
|
1371
|
+
const errorMessage_1: string;
|
|
1372
|
+
export { errorMessage_1 as errorMessage };
|
|
1373
|
+
const selectedValue_1: string;
|
|
1374
|
+
export { selectedValue_1 as selectedValue };
|
|
1375
|
+
const leftIcon_1: string;
|
|
1376
|
+
export { leftIcon_1 as leftIcon };
|
|
1377
|
+
const rightIcon_1: string;
|
|
1378
|
+
export { rightIcon_1 as rightIcon };
|
|
1379
|
+
export function leftIconOnClick_1(): void;
|
|
1380
|
+
export { leftIconOnClick_1 as leftIconOnClick };
|
|
1381
|
+
export function rightIconOnClick_1(): void;
|
|
1382
|
+
export { rightIconOnClick_1 as rightIconOnClick };
|
|
1383
|
+
export function onBlur_1(): void;
|
|
1384
|
+
export { onBlur_1 as onBlur };
|
|
1385
|
+
const password_1: boolean;
|
|
1386
|
+
export { password_1 as password };
|
|
1387
|
+
const multiline_1: boolean;
|
|
1388
|
+
export { multiline_1 as multiline };
|
|
1389
|
+
const rows_1: number;
|
|
1390
|
+
export { rows_1 as rows };
|
|
1391
|
+
const maxLength_1: any;
|
|
1392
|
+
export { maxLength_1 as maxLength };
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
declare function Tooltip(props: any): react_jsx_runtime.JSX.Element;
|
|
1397
|
+
|
|
1398
|
+
/**
|
|
1399
|
+
* ToggleSwitch component for on/off states.
|
|
1400
|
+
* Supports small/large sizes and disabled state.
|
|
1401
|
+
*/
|
|
1402
|
+
declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
|
|
1403
|
+
[x: string]: any;
|
|
1404
|
+
checked: any;
|
|
1405
|
+
onChange: any;
|
|
1406
|
+
size?: string;
|
|
1407
|
+
disabled?: boolean;
|
|
1408
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1409
|
+
declare namespace ToggleSwitch {
|
|
1410
|
+
namespace propTypes {
|
|
1411
|
+
const checked: PropTypes.Validator<boolean>;
|
|
1412
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1413
|
+
const size: PropTypes.Requireable<string>;
|
|
1414
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
declare function ContainerTable(props: any): react_jsx_runtime.JSX.Element;
|
|
1419
|
+
|
|
1420
|
+
declare function MenuRoute(props: any): react_jsx_runtime.JSX.Element;
|
|
1421
|
+
|
|
1422
|
+
declare function Build({ width, height, fill }: {
|
|
1423
|
+
width?: string;
|
|
1424
|
+
height?: string;
|
|
1425
|
+
fill?: string;
|
|
1426
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1427
|
+
|
|
1428
|
+
declare function Track({ width, height, fill }: {
|
|
1429
|
+
width?: string;
|
|
1430
|
+
height?: string;
|
|
1431
|
+
fill?: string;
|
|
1432
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1433
|
+
|
|
1434
|
+
declare function Execute({ width, height, fill }: {
|
|
1435
|
+
width?: string;
|
|
1436
|
+
height?: string;
|
|
1437
|
+
fill?: string;
|
|
1438
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1439
|
+
|
|
1440
|
+
declare function Dashboard({ width, height, fill }: {
|
|
1441
|
+
width?: string;
|
|
1442
|
+
height?: string;
|
|
1443
|
+
fill?: string;
|
|
1444
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1445
|
+
|
|
1446
|
+
declare function Campaigns({ width, height, fill }: {
|
|
1447
|
+
width?: string;
|
|
1448
|
+
height?: string;
|
|
1449
|
+
fill?: string;
|
|
1450
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1451
|
+
|
|
1452
|
+
declare function Budgets({ width, height, fill }: {
|
|
1453
|
+
width?: string;
|
|
1454
|
+
height?: string;
|
|
1455
|
+
fill?: string;
|
|
1456
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1457
|
+
|
|
1458
|
+
declare function SampleRunEngine({ width, height, fill }: {
|
|
1459
|
+
width?: string;
|
|
1460
|
+
height?: string;
|
|
1461
|
+
fill?: string;
|
|
1462
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1463
|
+
|
|
1464
|
+
declare function Coupons({ width, height, fill }: {
|
|
1465
|
+
width?: string;
|
|
1466
|
+
height?: string;
|
|
1467
|
+
fill?: string;
|
|
1468
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1469
|
+
|
|
1470
|
+
declare function RulesEngine({ width, height, fill }: {
|
|
1471
|
+
width?: string;
|
|
1472
|
+
height?: string;
|
|
1473
|
+
fill?: string;
|
|
1474
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1475
|
+
|
|
1476
|
+
declare function AdvancedThresholds({ width, height, fill }: {
|
|
1477
|
+
width?: string;
|
|
1478
|
+
height?: string;
|
|
1479
|
+
fill?: string;
|
|
1480
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1481
|
+
|
|
1482
|
+
declare function PreTestWhatIf({ width, height, fill }: {
|
|
1483
|
+
width?: string;
|
|
1484
|
+
height?: string;
|
|
1485
|
+
fill?: string;
|
|
1486
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1487
|
+
|
|
1488
|
+
declare function CustomerSegments({ width, height, fill }: {
|
|
1489
|
+
width?: string;
|
|
1490
|
+
height?: string;
|
|
1491
|
+
fill?: string;
|
|
1492
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1493
|
+
|
|
1494
|
+
declare function GroupBuilder({ width, height, fill }: {
|
|
1495
|
+
width?: string;
|
|
1496
|
+
height?: string;
|
|
1497
|
+
fill?: string;
|
|
1498
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1499
|
+
|
|
1500
|
+
declare function ItemsStores({ width, height, fill }: {
|
|
1501
|
+
width?: string;
|
|
1502
|
+
height?: string;
|
|
1503
|
+
fill?: string;
|
|
1504
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1505
|
+
|
|
1506
|
+
declare function Analytics({ width, height, fill }: {
|
|
1507
|
+
width?: string;
|
|
1508
|
+
height?: string;
|
|
1509
|
+
fill?: string;
|
|
1510
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1511
|
+
|
|
1512
|
+
declare function Table(props: any): react_jsx_runtime.JSX.Element;
|
|
1513
|
+
declare namespace Table {
|
|
1514
|
+
const displayName: string;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
declare function FilterPop(props: any): react_jsx_runtime.JSX.Element;
|
|
1518
|
+
|
|
1519
|
+
declare function SortPop(props: any): react_jsx_runtime.JSX.Element;
|
|
1520
|
+
|
|
1521
|
+
declare function RangePop(props: any): react_jsx_runtime.JSX.Element;
|
|
1522
|
+
|
|
1523
|
+
declare function SearchInput(props: any): react_jsx_runtime.JSX.Element;
|
|
1524
|
+
|
|
1525
|
+
declare function ItemManagerPanel({ width, height, disableSection, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, trashTooltipText, maxVisibleVendors, componentText }: {
|
|
1526
|
+
width?: string;
|
|
1527
|
+
height?: string;
|
|
1528
|
+
disableSection?: boolean;
|
|
1529
|
+
onSendForms?: () => void;
|
|
1530
|
+
editMode?: boolean;
|
|
1531
|
+
disabledSendForms?: boolean;
|
|
1532
|
+
AllFormsSent?: boolean;
|
|
1533
|
+
itemAndPackage?: any[];
|
|
1534
|
+
setItemAndPackage: any;
|
|
1535
|
+
linkColor?: string;
|
|
1536
|
+
backgroundColor?: string;
|
|
1537
|
+
buttonTooltipText?: string;
|
|
1538
|
+
trashTooltipText?: string;
|
|
1539
|
+
maxVisibleVendors?: number;
|
|
1540
|
+
componentText?: string;
|
|
1541
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1542
|
+
|
|
1543
|
+
/**
|
|
1544
|
+
* ModalDrawer component
|
|
1545
|
+
* @param {Object} props
|
|
1546
|
+
* @param {boolean} props.open - Whether the drawer is open
|
|
1547
|
+
* @param {function} props.onClose - Handler for closing the drawer
|
|
1548
|
+
* @param {React.ReactNode} props.children - Drawer content
|
|
1549
|
+
* @param {number} [props.widthPercent=70] - Width of the drawer as a percentage of the viewport width
|
|
1550
|
+
*/
|
|
1551
|
+
declare function ModalDrawer({ open, height, onClose, children, widthPercent }: {
|
|
1552
|
+
open: boolean;
|
|
1553
|
+
onClose: Function;
|
|
1554
|
+
children: React.ReactNode;
|
|
1555
|
+
widthPercent?: number;
|
|
1556
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1557
|
+
|
|
1558
|
+
declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, ...props }: {
|
|
1559
|
+
[x: string]: any;
|
|
1560
|
+
data?: any[];
|
|
1561
|
+
value: any;
|
|
1562
|
+
onSelectClick: any;
|
|
1563
|
+
disabled?: boolean;
|
|
1564
|
+
isDarkerBackground?: boolean;
|
|
1565
|
+
required?: boolean;
|
|
1566
|
+
selectedColor?: string;
|
|
1567
|
+
hoverColor?: string;
|
|
1568
|
+
dropdownMaxHeight?: string;
|
|
1569
|
+
width?: string;
|
|
1570
|
+
height?: string;
|
|
1571
|
+
label: any;
|
|
1572
|
+
labelEmptyValue: any;
|
|
1573
|
+
showLabelOnTop: any;
|
|
1574
|
+
placeHolder: any;
|
|
1575
|
+
labelColor: any;
|
|
1576
|
+
placeHolderColor: any;
|
|
1577
|
+
margin?: string;
|
|
1578
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1579
|
+
|
|
1580
|
+
declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, secondaryColor, seperateSectionBorder, children, }: {
|
|
1581
|
+
isOpen?: boolean;
|
|
1582
|
+
isDisabled?: boolean;
|
|
1583
|
+
onClose?: () => void;
|
|
1584
|
+
onConfirm?: () => void;
|
|
1585
|
+
title?: string;
|
|
1586
|
+
primaryText?: string;
|
|
1587
|
+
secondaryText?: string;
|
|
1588
|
+
width?: string;
|
|
1589
|
+
height?: string;
|
|
1590
|
+
color?: string;
|
|
1591
|
+
hoverColor?: string;
|
|
1592
|
+
secondaryColor?: string;
|
|
1593
|
+
seperateSectionBorder?: boolean;
|
|
1594
|
+
children: any;
|
|
1595
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1596
|
+
|
|
1597
|
+
declare function ToasterMessageBox({ color, messageText, linkText, duration, width, onLinkClick, onClose }: {
|
|
1598
|
+
color?: string;
|
|
1599
|
+
messageText?: string;
|
|
1600
|
+
linkText?: string;
|
|
1601
|
+
duration?: number;
|
|
1602
|
+
width?: string;
|
|
1603
|
+
onLinkClick?: () => void;
|
|
1604
|
+
onClose?: () => void;
|
|
1605
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1606
|
+
|
|
1607
|
+
declare function QuickFilterCards({ data, onCardToggle, width, CardsContainerClassName, }: {
|
|
1608
|
+
data?: any[];
|
|
1609
|
+
onCardToggle?: () => void;
|
|
1610
|
+
width?: string;
|
|
1611
|
+
CardsContainerClassName?: string;
|
|
1612
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1613
|
+
|
|
1614
|
+
declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, }: {
|
|
1615
|
+
label: any;
|
|
1616
|
+
onChange: any;
|
|
1617
|
+
borderRadius: any;
|
|
1618
|
+
required: any;
|
|
1619
|
+
width: any;
|
|
1620
|
+
height: any;
|
|
1621
|
+
placeholder: any;
|
|
1622
|
+
disabled: any;
|
|
1623
|
+
borderColor: any;
|
|
1624
|
+
borderColorFocus: any;
|
|
1625
|
+
textColor: any;
|
|
1626
|
+
selectedValue: any;
|
|
1627
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1628
|
+
declare namespace RangePicker {
|
|
1629
|
+
namespace propTypes {
|
|
1630
|
+
const label: PropTypes.Validator<string>;
|
|
1631
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
1632
|
+
const borderRadius: PropTypes.Validator<string>;
|
|
1633
|
+
const required: PropTypes.Requireable<boolean>;
|
|
1634
|
+
const width: PropTypes.Requireable<string>;
|
|
1635
|
+
const height: PropTypes.Requireable<string>;
|
|
1636
|
+
const placeholder: PropTypes.Requireable<string>;
|
|
1637
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
1638
|
+
const borderColor: PropTypes.Requireable<string>;
|
|
1639
|
+
const borderColorFocus: PropTypes.Requireable<string>;
|
|
1640
|
+
const textColor: PropTypes.Requireable<string>;
|
|
1641
|
+
const selectedValue: PropTypes.Requireable<string>;
|
|
1642
|
+
}
|
|
1643
|
+
namespace defaultProps {
|
|
1644
|
+
const required_1: boolean;
|
|
1645
|
+
export { required_1 as required };
|
|
1646
|
+
const width_1: string;
|
|
1647
|
+
export { width_1 as width };
|
|
1648
|
+
const height_1: string;
|
|
1649
|
+
export { height_1 as height };
|
|
1650
|
+
const disabled_1: boolean;
|
|
1651
|
+
export { disabled_1 as disabled };
|
|
1652
|
+
const placeholder_1: string;
|
|
1653
|
+
export { placeholder_1 as placeholder };
|
|
1654
|
+
const borderColor_1: string;
|
|
1655
|
+
export { borderColor_1 as borderColor };
|
|
1656
|
+
const borderColorFocus_1: string;
|
|
1657
|
+
export { borderColorFocus_1 as borderColorFocus };
|
|
1658
|
+
const textColor_1: string;
|
|
1659
|
+
export { textColor_1 as textColor };
|
|
1660
|
+
const selectedValue_1: string;
|
|
1661
|
+
export { selectedValue_1 as selectedValue };
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
declare function Tag(props: any): react_jsx_runtime.JSX.Element;
|
|
1666
|
+
|
|
1667
|
+
declare function CheckBox(props: any): react_jsx_runtime.JSX.Element;
|
|
1121
1668
|
|
|
1122
|
-
export { BannerEventBoxList, BarChart, BarChartsByWeeks, Button, CollapseHeader, DialogOverlay, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
|
|
1669
|
+
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, 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 };
|