sag_components 2.0.0-beta15 → 2.0.0-beta151
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 +941 -562
- package/dist/index.esm.js +35677 -12876
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +35690 -12838
- 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.d.ts +6 -7
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +1 -38
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +1 -70
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +3 -4
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
- package/dist/types/components/BarChart/BarChart.d.ts +22 -28
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +1 -81
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -31
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +1 -65
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +31 -39
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
- 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.d.ts +13 -14
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
- package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Table.stories.d.ts → BrushChart/BrushChart.stories.d.ts} +84 -54
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +45 -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/Button/Button.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +5 -12
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/Card.d.ts +7 -13
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
- package/dist/types/components/CampaignTool/FormInput.d.ts +1 -1
- package/dist/types/components/CampaignTool/FormSelect.d.ts +1 -1
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +3 -4
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +2 -3
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
- package/dist/types/components/CampaignTool/Popup.d.ts +7 -8
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
- package/dist/types/components/CampaignTool/PopupContent.d.ts +7 -12
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
- package/dist/types/components/CampaignTool/Table.d.ts +14 -19
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
- 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/CheckBox/CheckBox.style.d.ts +4 -4
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +15 -15
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +1 -1
- package/dist/types/components/CollapseData/CollapseData.d.ts +13 -18
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +16 -31
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +6 -7
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
- 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 +6 -7
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
- 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.d.ts +1 -1
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +11 -12
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +3 -62
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +282 -0
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +3 -59
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +13 -14
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
- package/dist/types/components/EventList/EventList.d.ts +8 -12
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventList/EventList.style.d.ts +4 -4
- package/dist/types/components/EventListItem/EventListItem.d.ts +7 -8
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
- 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.d.ts +1 -2
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +20 -47
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +11 -662
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +13 -14
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
- package/dist/types/components/Heatmap/Heatmap.d.ts +5 -10
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +13 -15
- package/dist/types/components/IconButton/IconButton.d.ts +14 -15
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
- package/dist/types/components/Input/Input.d.ts +21 -21
- package/dist/types/components/Input/Input.stories.d.ts +134 -515
- package/dist/types/components/Input/Input.style.d.ts +7 -7
- package/dist/types/components/InputOld/InputOld.d.ts +17 -18
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
- 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 +16 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +130 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +23 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +17 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +7 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +13 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +15 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +14 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +18 -23
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
- package/dist/types/components/LinkButton/LinkButton.d.ts +10 -10
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +1 -34
- 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 +12 -12
- package/dist/types/components/ListBox/ListBox.d.ts +10 -10
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +8 -13
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
- 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/Modal/Modal.style.d.ts +4 -4
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +1 -1
- package/dist/types/components/Modal/ModalTotalCost.d.ts +1 -1
- package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +14 -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 +16 -16
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +1 -11
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +79 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -10
- 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 +21 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +24 -42
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +1 -28
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +16 -37
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +5 -14
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
- package/dist/types/components/PieChart/PieChart.d.ts +22 -26
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +9 -20
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +7 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +6 -7
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +16 -16
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +3 -2
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +15 -15
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +161 -305
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
- package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +6 -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 +17 -24
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +15 -22
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +1 -1
- package/dist/types/components/RangePicker/RangePicker.d.ts +13 -14
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
- package/dist/types/components/ReportTable/ReportTable.d.ts +17 -26
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
- package/dist/types/components/SagButton/SagButton.d.ts +13 -14
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +15 -16
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -0
- package/dist/types/components/SagInput/SagInput.d.ts +10 -11
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +14 -20
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
- package/dist/types/components/SearchInput/SearchInput.d.ts +1 -23
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +51 -7
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +3 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +16 -16
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
- package/dist/types/components/Select/Select.d.ts +1 -1
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/Select/Select.style.d.ts +6 -6
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +26 -26
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -61
- 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 +11 -58
- 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/SortIcon.d.ts +6 -0
- package/dist/types/components/Table/Table.d.ts +5 -0
- package/dist/types/components/Table/Table.stories.d.ts +503 -0
- package/dist/types/components/Table/Table.style.d.ts +18 -0
- package/dist/types/components/Table/TableBody.d.ts +43 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +22 -0
- package/dist/types/components/Table/TableHeader.d.ts +9 -0
- package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
- package/dist/types/components/Table/data.d.ts +356 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +12 -15
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
- 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 +20 -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 +1 -23
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +5 -6
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +8 -14
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +25 -30
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +15 -22
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +14 -19
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +35 -24
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +23 -28
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +6 -7
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +20 -26
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +34 -100
- package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +29 -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 +3 -3
- package/dist/types/icons/ArrowDropDownIcon.d.ts +3 -3
- 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 +4 -4
- package/dist/types/icons/ArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/AttachedIcon.d.ts +4 -4
- 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/Calendar.d.ts +1 -1
- package/dist/types/icons/CalendarIcon.d.ts +3 -3
- package/dist/types/icons/CalendarInOpen.d.ts +5 -1
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +4 -4
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +4 -4
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +4 -4
- 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 +3 -3
- package/dist/types/icons/CloseIcon.d.ts +4 -4
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +4 -4
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +4 -4
- 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 +3 -3
- package/dist/types/icons/ErrorIcon.d.ts +4 -4
- package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
- package/dist/types/icons/ExitIcon.d.ts +6 -6
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +6 -6
- package/dist/types/icons/FileIcon.d.ts +4 -4
- 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/FoodLionChartIcon.d.ts +1 -1
- package/dist/types/icons/FoodLionIcon.d.ts +5 -5
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodChartIcon.d.ts +1 -1
- package/dist/types/icons/GiantFoodIcon.d.ts +6 -6
- package/dist/types/icons/GiantFoodIcon_new.d.ts +6 -6
- package/dist/types/icons/HannafordChartIcon.d.ts +1 -1
- package/dist/types/icons/HannafordIcon.d.ts +5 -5
- package/dist/types/icons/HannafordIcon_new.d.ts +6 -5
- package/dist/types/icons/HannafordNewIcon.d.ts +3 -3
- package/dist/types/icons/InfoIcon.d.ts +6 -6
- package/dist/types/icons/LampIcon.d.ts +4 -4
- package/dist/types/icons/LegendLineIcon.d.ts +4 -4
- package/dist/types/icons/LegendUnionIcon.d.ts +4 -4
- package/dist/types/icons/MaintenanceIcon.d.ts +6 -6
- package/dist/types/icons/MenuItemClosedIcon.d.ts +4 -4
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +4 -4
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +5 -6
- 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 +4 -4
- package/dist/types/icons/ShoppingCartIcon.d.ts +3 -3
- package/dist/types/icons/ShoutIcon.d.ts +4 -4
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +4 -4
- package/dist/types/icons/StopAndShopChartIcon.d.ts +1 -1
- package/dist/types/icons/StopAndShopIcon.d.ts +6 -6
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +1 -1
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +5 -5
- package/dist/types/icons/TrashIcon.d.ts +7 -0
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/icons/index.d.ts +20 -0
- package/dist/types/index.d.ts +50 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -1
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/dist/types/utils/IconsHandler.style.d.ts +1 -1
- package/package.json +43 -40
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +0 -19
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +0 -64
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +0 -31
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +0 -23
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +0 -166
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
- package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +0 -574
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +0 -2
- 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/index.d.ts
CHANGED
|
@@ -1,52 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
|
|
4
|
-
declare function Button({ text, type, size, height, width, disabled, textColor, backgroundColor, borderColor, hoverTextColor, hoverBackgroundColor, hoverBorderColor, disabledTextColor, disabledBackgroundColor, disabledBorderColor, onClick, leftIcon, rightIcon, isSubmitButton, }: {
|
|
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;
|
|
1
|
+
declare function Button(props: any): any;
|
|
25
2
|
|
|
26
|
-
declare function PieChart(props: any):
|
|
3
|
+
declare function PieChart(props: any): any;
|
|
27
4
|
declare namespace PieChart {
|
|
28
5
|
namespace propTypes {
|
|
29
|
-
const className:
|
|
30
|
-
const width:
|
|
31
|
-
const height:
|
|
32
|
-
const textcolor:
|
|
33
|
-
const title:
|
|
34
|
-
const value:
|
|
35
|
-
const currencySign:
|
|
36
|
-
const currencyType:
|
|
37
|
-
const dotCut:
|
|
38
|
-
const isPercent:
|
|
39
|
-
const legendData:
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
48
|
-
const textAfterValue: PropTypes.Requireable<string>;
|
|
49
|
-
const noDataText: PropTypes.Requireable<string>;
|
|
6
|
+
const className: any;
|
|
7
|
+
const width: any;
|
|
8
|
+
const height: any;
|
|
9
|
+
const textcolor: any;
|
|
10
|
+
const title: any;
|
|
11
|
+
const value: any;
|
|
12
|
+
const currencySign: any;
|
|
13
|
+
const currencyType: any;
|
|
14
|
+
const dotCut: any;
|
|
15
|
+
const isPercent: any;
|
|
16
|
+
const legendData: any;
|
|
17
|
+
const itemsBoldedValues: any;
|
|
18
|
+
const itemsPercentagesValueAside: any;
|
|
19
|
+
const itemsValuesSeparateLine: any;
|
|
20
|
+
const hideTitleAndValue: any;
|
|
21
|
+
const addingBenchmark: any;
|
|
22
|
+
const textAfterValue: any;
|
|
23
|
+
const noDataText: any;
|
|
50
24
|
}
|
|
51
25
|
namespace defaultProps {
|
|
52
26
|
const className_1: string;
|
|
@@ -69,7 +43,7 @@ declare namespace PieChart {
|
|
|
69
43
|
export { dotCut_1 as dotCut };
|
|
70
44
|
const isPercent_1: boolean;
|
|
71
45
|
export { isPercent_1 as isPercent };
|
|
72
|
-
const legendData_1:
|
|
46
|
+
const legendData_1: any[];
|
|
73
47
|
export { legendData_1 as legendData };
|
|
74
48
|
const itemsBoldedValues_1: boolean;
|
|
75
49
|
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
@@ -88,21 +62,21 @@ declare namespace PieChart {
|
|
|
88
62
|
}
|
|
89
63
|
}
|
|
90
64
|
|
|
91
|
-
declare function EventDetailsCard(props: any):
|
|
65
|
+
declare function EventDetailsCard(props: any): any;
|
|
92
66
|
declare namespace EventDetailsCard {
|
|
93
67
|
namespace propTypes {
|
|
94
|
-
const title:
|
|
95
|
-
const width:
|
|
96
|
-
const height:
|
|
97
|
-
const className:
|
|
98
|
-
const displayBannersDropdown:
|
|
99
|
-
const banners:
|
|
100
|
-
const data:
|
|
101
|
-
const count:
|
|
102
|
-
const buttonText:
|
|
103
|
-
const onViewButtonClick:
|
|
104
|
-
const onBannersDropdownClick:
|
|
105
|
-
const disableViewDetailsButton:
|
|
68
|
+
const title: any;
|
|
69
|
+
const width: any;
|
|
70
|
+
const height: any;
|
|
71
|
+
const className: any;
|
|
72
|
+
const displayBannersDropdown: any;
|
|
73
|
+
const banners: any;
|
|
74
|
+
const data: any;
|
|
75
|
+
const count: any;
|
|
76
|
+
const buttonText: any;
|
|
77
|
+
const onViewButtonClick: any;
|
|
78
|
+
const onBannersDropdownClick: any;
|
|
79
|
+
const disableViewDetailsButton: any;
|
|
106
80
|
}
|
|
107
81
|
namespace defaultProps {
|
|
108
82
|
const title_1: string;
|
|
@@ -135,176 +109,31 @@ declare namespace EventDetailsCard {
|
|
|
135
109
|
}
|
|
136
110
|
}
|
|
137
111
|
|
|
138
|
-
declare function LinnerDataBox(props: any):
|
|
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
|
-
}
|
|
112
|
+
declare function LinnerDataBox(props: any): any;
|
|
171
113
|
|
|
172
|
-
declare function TabMenu(props: any):
|
|
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
|
-
}
|
|
114
|
+
declare function TabMenu(props: any): any;
|
|
260
115
|
|
|
261
|
-
declare function FilterPanel(props: any):
|
|
116
|
+
declare function FilterPanel(props: any): any;
|
|
262
117
|
declare namespace FilterPanel {
|
|
263
118
|
namespace propTypes {
|
|
264
|
-
const availableQuarters:
|
|
265
|
-
const availableMonths:
|
|
266
|
-
const availableYears:
|
|
267
|
-
const fieldsData:
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
elementType: PropTypes.Requireable<string>;
|
|
283
|
-
value: PropTypes.Requireable<number>;
|
|
284
|
-
color: PropTypes.Requireable<string>;
|
|
285
|
-
defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
|
|
286
|
-
value: PropTypes.Requireable<string>;
|
|
287
|
-
label: PropTypes.Requireable<string>;
|
|
288
|
-
}>>;
|
|
289
|
-
dropdownOptions: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
290
|
-
value: PropTypes.Requireable<string>;
|
|
291
|
-
label: PropTypes.Requireable<string>;
|
|
292
|
-
}> | null | undefined)[]>;
|
|
293
|
-
}> | null | undefined)[]>;
|
|
294
|
-
const width: PropTypes.Requireable<string>;
|
|
295
|
-
const height: PropTypes.Requireable<string>;
|
|
296
|
-
const okButtonBackgroundColor: PropTypes.Requireable<string>;
|
|
297
|
-
const okButtonHoverColor: PropTypes.Requireable<string>;
|
|
298
|
-
const resetButtonHoverColor: PropTypes.Requireable<string>;
|
|
299
|
-
const borderColor: PropTypes.Requireable<string>;
|
|
300
|
-
const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
301
|
-
const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
302
|
-
const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
|
|
303
|
-
const disableOKButton: PropTypes.Requireable<boolean>;
|
|
304
|
-
const className: PropTypes.Requireable<string>;
|
|
305
|
-
const useExternalFilterState: PropTypes.Requireable<boolean>;
|
|
306
|
-
const showShadow: PropTypes.Requireable<boolean>;
|
|
307
|
-
const tooltipTextGoButton: PropTypes.Requireable<string>;
|
|
119
|
+
const availableQuarters: any;
|
|
120
|
+
const availableMonths: any;
|
|
121
|
+
const availableYears: any;
|
|
122
|
+
const fieldsData: any;
|
|
123
|
+
const width: any;
|
|
124
|
+
const height: any;
|
|
125
|
+
const okButtonBackgroundColor: any;
|
|
126
|
+
const okButtonHoverColor: any;
|
|
127
|
+
const resetButtonHoverColor: any;
|
|
128
|
+
const borderColor: any;
|
|
129
|
+
const onOkClick: any;
|
|
130
|
+
const onResetClick: any;
|
|
131
|
+
const onItemValueChanged: any;
|
|
132
|
+
const disableOKButton: any;
|
|
133
|
+
const className: any;
|
|
134
|
+
const useExternalFilterState: any;
|
|
135
|
+
const showShadow: any;
|
|
136
|
+
const tooltipTextGoButton: any;
|
|
308
137
|
}
|
|
309
138
|
namespace defaultProps {
|
|
310
139
|
const availableQuarters_1: string[];
|
|
@@ -313,7 +142,7 @@ declare namespace FilterPanel {
|
|
|
313
142
|
export { availableMonths_1 as availableMonths };
|
|
314
143
|
const availableYears_1: string[];
|
|
315
144
|
export { availableYears_1 as availableYears };
|
|
316
|
-
const fieldsData_1:
|
|
145
|
+
const fieldsData_1: any[];
|
|
317
146
|
export { fieldsData_1 as fieldsData };
|
|
318
147
|
const width_1: string;
|
|
319
148
|
export { width_1 as width };
|
|
@@ -346,33 +175,25 @@ declare namespace FilterPanel {
|
|
|
346
175
|
}
|
|
347
176
|
}
|
|
348
177
|
|
|
349
|
-
declare function ReportTable(props: any):
|
|
178
|
+
declare function ReportTable(props: any): any;
|
|
350
179
|
declare namespace ReportTable {
|
|
351
180
|
namespace propTypes {
|
|
352
|
-
const buttonText:
|
|
353
|
-
const buttonIconName:
|
|
354
|
-
const tableData:
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
const
|
|
364
|
-
const
|
|
365
|
-
const
|
|
366
|
-
const
|
|
367
|
-
const
|
|
368
|
-
const selectTextColor: PropTypes.Requireable<string>;
|
|
369
|
-
const onSelectRowClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
370
|
-
const onCheckRowClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
371
|
-
const onAllRowsCheckBoxClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
372
|
-
const useCheckBoxes: PropTypes.Requireable<boolean>;
|
|
373
|
-
const selectHoverColor: PropTypes.Requireable<string>;
|
|
374
|
-
const enableHover: PropTypes.Requireable<boolean>;
|
|
375
|
-
const enablePagination: PropTypes.Requireable<boolean>;
|
|
181
|
+
const buttonText: any;
|
|
182
|
+
const buttonIconName: any;
|
|
183
|
+
const tableData: any;
|
|
184
|
+
const maxColumnsNumber: any;
|
|
185
|
+
const useColorLinearGradient: any;
|
|
186
|
+
const useSelectButtons: any;
|
|
187
|
+
const disableSelectButtons: any;
|
|
188
|
+
const disableInfo: any;
|
|
189
|
+
const selectTextColor: any;
|
|
190
|
+
const onSelectRowClick: any;
|
|
191
|
+
const onCheckRowClick: any;
|
|
192
|
+
const onAllRowsCheckBoxClick: any;
|
|
193
|
+
const useCheckBoxes: any;
|
|
194
|
+
const selectHoverColor: any;
|
|
195
|
+
const enableHover: any;
|
|
196
|
+
const enablePagination: any;
|
|
376
197
|
}
|
|
377
198
|
namespace defaultProps {
|
|
378
199
|
const buttonText_1: string;
|
|
@@ -428,21 +249,18 @@ declare namespace ReportTable {
|
|
|
428
249
|
}
|
|
429
250
|
}
|
|
430
251
|
|
|
431
|
-
declare function EventList(props: any):
|
|
252
|
+
declare function EventList(props: any): any;
|
|
432
253
|
declare namespace EventList {
|
|
433
254
|
namespace propTypes {
|
|
434
|
-
const eventsData:
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
const
|
|
439
|
-
const
|
|
440
|
-
const width: PropTypes.Requireable<string>;
|
|
441
|
-
const itemHeight: PropTypes.Requireable<string>;
|
|
442
|
-
const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
255
|
+
const eventsData: any;
|
|
256
|
+
const selectTextColor: any;
|
|
257
|
+
const height: any;
|
|
258
|
+
const width: any;
|
|
259
|
+
const itemHeight: any;
|
|
260
|
+
const onSelectClick: any;
|
|
443
261
|
}
|
|
444
262
|
namespace defaultProps {
|
|
445
|
-
const eventsData_1:
|
|
263
|
+
const eventsData_1: any[];
|
|
446
264
|
export { eventsData_1 as eventsData };
|
|
447
265
|
const selectTextColor_1: string;
|
|
448
266
|
export { selectTextColor_1 as selectTextColor };
|
|
@@ -457,88 +275,20 @@ declare namespace EventList {
|
|
|
457
275
|
}
|
|
458
276
|
}
|
|
459
277
|
|
|
460
|
-
declare function BannerEventBoxList(props: any):
|
|
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
|
-
}
|
|
278
|
+
declare function BannerEventBoxList(props: any): any;
|
|
529
279
|
|
|
530
|
-
declare function DialogOverlay(props: any):
|
|
280
|
+
declare function DialogOverlay(props: any): any;
|
|
531
281
|
declare namespace DialogOverlay {
|
|
532
282
|
namespace propTypes {
|
|
533
|
-
const title:
|
|
534
|
-
const children:
|
|
535
|
-
const onDialogClose:
|
|
536
|
-
const className:
|
|
283
|
+
const title: any;
|
|
284
|
+
const children: any;
|
|
285
|
+
const onDialogClose: any;
|
|
286
|
+
const className: any;
|
|
537
287
|
}
|
|
538
288
|
namespace defaultProps {
|
|
539
289
|
const title_1: string;
|
|
540
290
|
export { title_1 as title };
|
|
541
|
-
const children_1:
|
|
291
|
+
const children_1: any;
|
|
542
292
|
export { children_1 as children };
|
|
543
293
|
export function onDialogClose_1(): void;
|
|
544
294
|
export { onDialogClose_1 as onDialogClose };
|
|
@@ -547,38 +297,24 @@ declare namespace DialogOverlay {
|
|
|
547
297
|
}
|
|
548
298
|
}
|
|
549
299
|
|
|
550
|
-
declare function CollapseHeader(props: any):
|
|
300
|
+
declare function CollapseHeader(props: any): any;
|
|
551
301
|
declare namespace CollapseHeader {
|
|
552
302
|
namespace propTypes {
|
|
553
|
-
const className:
|
|
554
|
-
const showRetailerIcon:
|
|
555
|
-
const showPeriodIcon:
|
|
556
|
-
const viewCreativeRetailersData:
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
const
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
category: PropTypes.Requireable<string>;
|
|
569
|
-
supplier: PropTypes.Requireable<string>;
|
|
570
|
-
brand: PropTypes.Requireable<string>;
|
|
571
|
-
}>>;
|
|
572
|
-
const showViewCreativeButton: PropTypes.Requireable<boolean>;
|
|
573
|
-
const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
574
|
-
const descriptionTitle: PropTypes.Requireable<string>;
|
|
575
|
-
const datesTitle: PropTypes.Requireable<string>;
|
|
576
|
-
const width: PropTypes.Requireable<string>;
|
|
577
|
-
const height: PropTypes.Requireable<string>;
|
|
578
|
-
const textcolor: PropTypes.Requireable<string>;
|
|
579
|
-
const showDraft: PropTypes.Requireable<boolean>;
|
|
580
|
-
const buttonText: PropTypes.Requireable<string>;
|
|
581
|
-
const disabled: PropTypes.Requireable<boolean>;
|
|
303
|
+
const className: any;
|
|
304
|
+
const showRetailerIcon: any;
|
|
305
|
+
const showPeriodIcon: any;
|
|
306
|
+
const viewCreativeRetailersData: any;
|
|
307
|
+
const data: any;
|
|
308
|
+
const showViewCreativeButton: any;
|
|
309
|
+
const viewCreativeOnClick: any;
|
|
310
|
+
const descriptionTitle: any;
|
|
311
|
+
const datesTitle: any;
|
|
312
|
+
const width: any;
|
|
313
|
+
const height: any;
|
|
314
|
+
const textcolor: any;
|
|
315
|
+
const showDraft: any;
|
|
316
|
+
const buttonText: any;
|
|
317
|
+
const disabled: any;
|
|
582
318
|
}
|
|
583
319
|
namespace defaultProps {
|
|
584
320
|
const className_1: string;
|
|
@@ -629,62 +365,133 @@ declare namespace CollapseHeader {
|
|
|
629
365
|
}
|
|
630
366
|
|
|
631
367
|
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
|
-
}):
|
|
647
|
-
|
|
648
|
-
declare function OneColumnContainer(props: any):
|
|
649
|
-
|
|
650
|
-
|
|
368
|
+
hoverColor?: string;
|
|
369
|
+
multipleSelection?: boolean;
|
|
370
|
+
xIconShow?: boolean;
|
|
371
|
+
disabled?: boolean;
|
|
372
|
+
error?: boolean;
|
|
373
|
+
errorMessage?: string;
|
|
374
|
+
label?: string;
|
|
375
|
+
labelColor?: string;
|
|
376
|
+
placeHolder?: string;
|
|
377
|
+
width?: string;
|
|
378
|
+
checkBoxColor?: string;
|
|
379
|
+
onChange?: (value: any) => void;
|
|
380
|
+
options?: any[];
|
|
381
|
+
selectedValue?: any[];
|
|
382
|
+
}): any;
|
|
383
|
+
|
|
384
|
+
declare function OneColumnContainer(props: any): any;
|
|
385
|
+
declare namespace OneColumnContainer {
|
|
386
|
+
namespace propTypes {
|
|
387
|
+
const children: any;
|
|
388
|
+
const display: any;
|
|
389
|
+
const isLoading: any;
|
|
390
|
+
const gridTemplateColumns: any;
|
|
391
|
+
const itemClass: any;
|
|
392
|
+
const divStyle: any;
|
|
393
|
+
const overStyle: any;
|
|
394
|
+
const draggingStyle: any;
|
|
395
|
+
const droppedStyle: any;
|
|
396
|
+
const width: any;
|
|
397
|
+
const height: any;
|
|
398
|
+
const overflow: any;
|
|
399
|
+
const transparentBackground: any;
|
|
400
|
+
const infoTitle: any;
|
|
401
|
+
const infoText: any;
|
|
402
|
+
const disableInfo: any;
|
|
403
|
+
const showViewByBannerButton: any;
|
|
404
|
+
const onBannerClick: any;
|
|
405
|
+
const columnTitle: any;
|
|
406
|
+
const isPercentOfChange: any;
|
|
407
|
+
const PercentOfChangeData: any;
|
|
408
|
+
const backgroundImage: any;
|
|
409
|
+
const showBackgroundImage: any;
|
|
410
|
+
const backgroundImageStyle: any;
|
|
411
|
+
}
|
|
412
|
+
namespace defaultProps {
|
|
413
|
+
const children_1: any;
|
|
414
|
+
export { children_1 as children };
|
|
415
|
+
const display_1: string;
|
|
416
|
+
export { display_1 as display };
|
|
417
|
+
const isLoading_1: string;
|
|
418
|
+
export { isLoading_1 as isLoading };
|
|
419
|
+
const gridTemplateColumns_1: string;
|
|
420
|
+
export { gridTemplateColumns_1 as gridTemplateColumns };
|
|
421
|
+
const itemClass_1: string;
|
|
422
|
+
export { itemClass_1 as itemClass };
|
|
423
|
+
const divStyle_1: string;
|
|
424
|
+
export { divStyle_1 as divStyle };
|
|
425
|
+
const overStyle_1: string;
|
|
426
|
+
export { overStyle_1 as overStyle };
|
|
427
|
+
const draggingStyle_1: string;
|
|
428
|
+
export { draggingStyle_1 as draggingStyle };
|
|
429
|
+
const droppedStyle_1: string;
|
|
430
|
+
export { droppedStyle_1 as droppedStyle };
|
|
431
|
+
const width_1: string;
|
|
432
|
+
export { width_1 as width };
|
|
433
|
+
const height_1: string;
|
|
434
|
+
export { height_1 as height };
|
|
435
|
+
const overflow_1: string;
|
|
436
|
+
export { overflow_1 as overflow };
|
|
437
|
+
const transparentBackground_1: boolean;
|
|
438
|
+
export { transparentBackground_1 as transparentBackground };
|
|
439
|
+
const infoTitle_1: string;
|
|
440
|
+
export { infoTitle_1 as infoTitle };
|
|
441
|
+
const infoText_1: string;
|
|
442
|
+
export { infoText_1 as infoText };
|
|
443
|
+
const disableInfo_1: boolean;
|
|
444
|
+
export { disableInfo_1 as disableInfo };
|
|
445
|
+
const showViewByBannerButton_1: boolean;
|
|
446
|
+
export { showViewByBannerButton_1 as showViewByBannerButton };
|
|
447
|
+
export function onBannerClick_1(): void;
|
|
448
|
+
export { onBannerClick_1 as onBannerClick };
|
|
449
|
+
const columnTitle_1: string;
|
|
450
|
+
export { columnTitle_1 as columnTitle };
|
|
451
|
+
const isPercentOfChange_1: boolean;
|
|
452
|
+
export { isPercentOfChange_1 as isPercentOfChange };
|
|
453
|
+
const PercentOfChangeData_1: number;
|
|
454
|
+
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
455
|
+
const backgroundImage_1: string;
|
|
456
|
+
export { backgroundImage_1 as backgroundImage };
|
|
457
|
+
const showBackgroundImage_1: boolean;
|
|
458
|
+
export { showBackgroundImage_1 as showBackgroundImage };
|
|
459
|
+
const backgroundImageStyle_1: {};
|
|
460
|
+
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
declare function BarChartsByWeeks(props: any): any;
|
|
651
465
|
declare namespace BarChartsByWeeks {
|
|
652
466
|
namespace propTypes {
|
|
653
|
-
const className:
|
|
654
|
-
const title:
|
|
655
|
-
const showHeaderTopValue:
|
|
656
|
-
const headerValueTopTitle:
|
|
657
|
-
const headerValueBottomTitle:
|
|
658
|
-
const headerValue:
|
|
659
|
-
const HeaderValueCurrencyType:
|
|
660
|
-
const HeaderValueIsPercent:
|
|
661
|
-
const barChartData:
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
const
|
|
666
|
-
const
|
|
667
|
-
const
|
|
668
|
-
const
|
|
669
|
-
const
|
|
670
|
-
const
|
|
671
|
-
const
|
|
672
|
-
const
|
|
673
|
-
const
|
|
674
|
-
const
|
|
675
|
-
const
|
|
676
|
-
const
|
|
677
|
-
const
|
|
678
|
-
const
|
|
679
|
-
const
|
|
680
|
-
const
|
|
681
|
-
title: PropTypes.Validator<string>;
|
|
682
|
-
iconType: PropTypes.Validator<string>;
|
|
683
|
-
iconColor: PropTypes.Validator<string>;
|
|
684
|
-
}> | null | undefined)[]>;
|
|
685
|
-
const showTwoBars: PropTypes.Requireable<boolean>;
|
|
686
|
-
const setLimitHeight: PropTypes.Requireable<number>;
|
|
687
|
-
const setLimitLow: PropTypes.Requireable<number>;
|
|
467
|
+
const className: any;
|
|
468
|
+
const title: any;
|
|
469
|
+
const showHeaderTopValue: any;
|
|
470
|
+
const headerValueTopTitle: any;
|
|
471
|
+
const headerValueBottomTitle: any;
|
|
472
|
+
const headerValue: any;
|
|
473
|
+
const HeaderValueCurrencyType: any;
|
|
474
|
+
const HeaderValueIsPercent: any;
|
|
475
|
+
const barChartData: any;
|
|
476
|
+
const isTitleOriganal: any;
|
|
477
|
+
const width: any;
|
|
478
|
+
const height: any;
|
|
479
|
+
const barChartColor: any;
|
|
480
|
+
const barChartSecondColor: any;
|
|
481
|
+
const xselectedColor: any;
|
|
482
|
+
const startWeekRange: any;
|
|
483
|
+
const endWeekRange: any;
|
|
484
|
+
const tooltipTitle: any;
|
|
485
|
+
const tooltipSecondTitle: any;
|
|
486
|
+
const yAxisCounter: any;
|
|
487
|
+
const isPercentValue: any;
|
|
488
|
+
const interval: any;
|
|
489
|
+
const showTitle: any;
|
|
490
|
+
const showLegend: any;
|
|
491
|
+
const legendData: any;
|
|
492
|
+
const showTwoBars: any;
|
|
493
|
+
const setLimitHeight: any;
|
|
494
|
+
const setLimitLow: any;
|
|
688
495
|
}
|
|
689
496
|
namespace defaultProps {
|
|
690
497
|
const className_1: string;
|
|
@@ -746,34 +553,24 @@ declare namespace BarChartsByWeeks {
|
|
|
746
553
|
export { legendData_1 as legendData };
|
|
747
554
|
const showTwoBars_1: boolean;
|
|
748
555
|
export { showTwoBars_1 as showTwoBars };
|
|
749
|
-
const setLimitHeight_1:
|
|
556
|
+
const setLimitHeight_1: any;
|
|
750
557
|
export { setLimitHeight_1 as setLimitHeight };
|
|
751
|
-
const setLimitLow_1:
|
|
558
|
+
const setLimitLow_1: any;
|
|
752
559
|
export { setLimitLow_1 as setLimitLow };
|
|
753
560
|
}
|
|
754
561
|
}
|
|
755
562
|
|
|
756
|
-
declare function PopupCharts(props: any):
|
|
563
|
+
declare function PopupCharts(props: any): any;
|
|
757
564
|
declare namespace PopupCharts {
|
|
758
565
|
namespace propTypes {
|
|
759
|
-
const title:
|
|
760
|
-
const chartType:
|
|
761
|
-
const popupChartsItemsData:
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
name: PropTypes.Requireable<string>;
|
|
768
|
-
value: PropTypes.Requireable<number>;
|
|
769
|
-
}> | null | undefined)[]>;
|
|
770
|
-
noDataText: PropTypes.Requireable<string>;
|
|
771
|
-
}> | null | undefined)[]>;
|
|
772
|
-
const isPopupChartsOpen: PropTypes.Requireable<boolean>;
|
|
773
|
-
const width: PropTypes.Requireable<string>;
|
|
774
|
-
const height: PropTypes.Requireable<string>;
|
|
775
|
-
const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
776
|
-
const subtitleTextColor: PropTypes.Requireable<string>;
|
|
566
|
+
const title: any;
|
|
567
|
+
const chartType: any;
|
|
568
|
+
const popupChartsItemsData: any;
|
|
569
|
+
const isPopupChartsOpen: any;
|
|
570
|
+
const width: any;
|
|
571
|
+
const height: any;
|
|
572
|
+
const onCloseClick: any;
|
|
573
|
+
const subtitleTextColor: any;
|
|
777
574
|
}
|
|
778
575
|
namespace defaultProps {
|
|
779
576
|
const title_1: string;
|
|
@@ -816,30 +613,32 @@ declare namespace PopupCharts {
|
|
|
816
613
|
}
|
|
817
614
|
}
|
|
818
615
|
|
|
819
|
-
declare function TotalDoughnutChart(props: any):
|
|
616
|
+
declare function TotalDoughnutChart(props: any): any;
|
|
820
617
|
declare namespace TotalDoughnutChart {
|
|
821
618
|
namespace propTypes {
|
|
822
|
-
const className:
|
|
823
|
-
const title:
|
|
824
|
-
const value:
|
|
825
|
-
const
|
|
826
|
-
const
|
|
827
|
-
const
|
|
828
|
-
const
|
|
829
|
-
const
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
const itemsPercentagesValueAside:
|
|
834
|
-
const itemsBoldedValues:
|
|
835
|
-
const itemsValuesSeparateLine:
|
|
836
|
-
const width:
|
|
837
|
-
const height:
|
|
838
|
-
const textcolor:
|
|
839
|
-
const
|
|
840
|
-
const
|
|
841
|
-
const
|
|
842
|
-
const
|
|
619
|
+
const className: any;
|
|
620
|
+
const title: any;
|
|
621
|
+
const value: any;
|
|
622
|
+
const rootFont: any;
|
|
623
|
+
const containerPadding: any;
|
|
624
|
+
const addingBenchmark: any;
|
|
625
|
+
const dotCut: any;
|
|
626
|
+
const currencySign: any;
|
|
627
|
+
const currencyType: any;
|
|
628
|
+
const legendData: any;
|
|
629
|
+
const legendBelow: any;
|
|
630
|
+
const itemsPercentagesValueAside: any;
|
|
631
|
+
const itemsBoldedValues: any;
|
|
632
|
+
const itemsValuesSeparateLine: any;
|
|
633
|
+
const width: any;
|
|
634
|
+
const height: any;
|
|
635
|
+
const textcolor: any;
|
|
636
|
+
const titleFontSize: any;
|
|
637
|
+
const FormattedValueFontSize: any;
|
|
638
|
+
const isPercent: any;
|
|
639
|
+
const hideTitleAndValue: any;
|
|
640
|
+
const noDataText: any;
|
|
641
|
+
const textAfterValue: any;
|
|
843
642
|
}
|
|
844
643
|
namespace defaultProps {
|
|
845
644
|
const className_1: string;
|
|
@@ -848,6 +647,10 @@ declare namespace TotalDoughnutChart {
|
|
|
848
647
|
export { title_1 as title };
|
|
849
648
|
const value_1: number;
|
|
850
649
|
export { value_1 as value };
|
|
650
|
+
const rootFont_1: string;
|
|
651
|
+
export { rootFont_1 as rootFont };
|
|
652
|
+
const containerPadding_1: string;
|
|
653
|
+
export { containerPadding_1 as containerPadding };
|
|
851
654
|
const addingBenchmark_1: boolean;
|
|
852
655
|
export { addingBenchmark_1 as addingBenchmark };
|
|
853
656
|
const dotCut_1: boolean;
|
|
@@ -856,8 +659,10 @@ declare namespace TotalDoughnutChart {
|
|
|
856
659
|
export { currencySign_1 as currencySign };
|
|
857
660
|
const currencyType_1: string;
|
|
858
661
|
export { currencyType_1 as currencyType };
|
|
859
|
-
const legendData_1:
|
|
662
|
+
const legendData_1: any[];
|
|
860
663
|
export { legendData_1 as legendData };
|
|
664
|
+
const legendBelow_1: boolean;
|
|
665
|
+
export { legendBelow_1 as legendBelow };
|
|
861
666
|
const itemsPercentagesValueAside_1: boolean;
|
|
862
667
|
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
863
668
|
const itemsBoldedValues_1: boolean;
|
|
@@ -870,6 +675,10 @@ declare namespace TotalDoughnutChart {
|
|
|
870
675
|
export { height_1 as height };
|
|
871
676
|
const textcolor_1: string;
|
|
872
677
|
export { textcolor_1 as textcolor };
|
|
678
|
+
const titleFontSize_1: string;
|
|
679
|
+
export { titleFontSize_1 as titleFontSize };
|
|
680
|
+
const FormattedValueFontSize_1: string;
|
|
681
|
+
export { FormattedValueFontSize_1 as FormattedValueFontSize };
|
|
873
682
|
const isPercent_1: boolean;
|
|
874
683
|
export { isPercent_1 as isPercent };
|
|
875
684
|
const hideTitleAndValue_1: boolean;
|
|
@@ -881,13 +690,13 @@ declare namespace TotalDoughnutChart {
|
|
|
881
690
|
}
|
|
882
691
|
}
|
|
883
692
|
|
|
884
|
-
declare function TopToggleList(props: any):
|
|
693
|
+
declare function TopToggleList(props: any): any;
|
|
885
694
|
declare namespace TopToggleList {
|
|
886
695
|
namespace propTypes {
|
|
887
|
-
const width:
|
|
888
|
-
const height:
|
|
889
|
-
const title:
|
|
890
|
-
const list:
|
|
696
|
+
const width: any;
|
|
697
|
+
const height: any;
|
|
698
|
+
const title: any;
|
|
699
|
+
const list: any;
|
|
891
700
|
}
|
|
892
701
|
namespace defaultProps {
|
|
893
702
|
const width_1: string;
|
|
@@ -904,22 +713,18 @@ declare namespace TopToggleList {
|
|
|
904
713
|
}
|
|
905
714
|
}
|
|
906
715
|
|
|
907
|
-
declare function MarketShareDescription(props: any):
|
|
716
|
+
declare function MarketShareDescription(props: any): any;
|
|
908
717
|
declare namespace MarketShareDescription {
|
|
909
718
|
namespace propTypes {
|
|
910
|
-
const marketShareData:
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
const
|
|
916
|
-
const width: PropTypes.Requireable<string>;
|
|
917
|
-
const iconColor: PropTypes.Requireable<string>;
|
|
918
|
-
const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
919
|
-
const dotCut: PropTypes.Requireable<boolean>;
|
|
719
|
+
const marketShareData: any;
|
|
720
|
+
const height: any;
|
|
721
|
+
const width: any;
|
|
722
|
+
const iconColor: any;
|
|
723
|
+
const onBannerClick: any;
|
|
724
|
+
const dotCut: any;
|
|
920
725
|
}
|
|
921
726
|
namespace defaultProps {
|
|
922
|
-
const marketShareData_1:
|
|
727
|
+
const marketShareData_1: any[];
|
|
923
728
|
export { marketShareData_1 as marketShareData };
|
|
924
729
|
const width_1: string;
|
|
925
730
|
export { width_1 as width };
|
|
@@ -934,48 +739,40 @@ declare namespace MarketShareDescription {
|
|
|
934
739
|
}
|
|
935
740
|
}
|
|
936
741
|
|
|
937
|
-
declare function Heatmap(props: any):
|
|
742
|
+
declare function Heatmap(props: any): any;
|
|
938
743
|
declare namespace Heatmap {
|
|
939
744
|
namespace propTypes {
|
|
940
|
-
const title:
|
|
941
|
-
const data:
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
color: PropTypes.Validator<string>;
|
|
945
|
-
}> | null | undefined)[]>;
|
|
946
|
-
const lowLimit: PropTypes.Validator<number>;
|
|
947
|
-
const barHeight: PropTypes.Validator<string>;
|
|
745
|
+
const title: any;
|
|
746
|
+
const data: any;
|
|
747
|
+
const lowLimit: any;
|
|
748
|
+
const barHeight: any;
|
|
948
749
|
}
|
|
949
750
|
}
|
|
950
751
|
|
|
951
|
-
declare function TotalHorizontalCharts(props: any):
|
|
752
|
+
declare function TotalHorizontalCharts(props: any): any;
|
|
952
753
|
declare namespace TotalHorizontalCharts {
|
|
953
754
|
namespace propTypes {
|
|
954
|
-
const className:
|
|
955
|
-
const title:
|
|
956
|
-
const value:
|
|
957
|
-
const dotCut:
|
|
958
|
-
const currencySign:
|
|
959
|
-
const currencyType:
|
|
960
|
-
const chartsData:
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
const
|
|
966
|
-
const
|
|
967
|
-
const
|
|
968
|
-
const
|
|
969
|
-
const
|
|
970
|
-
const
|
|
971
|
-
const
|
|
972
|
-
const
|
|
973
|
-
const
|
|
974
|
-
const
|
|
975
|
-
const isPercentage: PropTypes.Requireable<boolean>;
|
|
976
|
-
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
977
|
-
const hideTotalValue: PropTypes.Requireable<boolean>;
|
|
978
|
-
const hideTitle: PropTypes.Requireable<boolean>;
|
|
755
|
+
const className: any;
|
|
756
|
+
const title: any;
|
|
757
|
+
const value: any;
|
|
758
|
+
const dotCut: any;
|
|
759
|
+
const currencySign: any;
|
|
760
|
+
const currencyType: any;
|
|
761
|
+
const chartsData: any;
|
|
762
|
+
const showScrollerBarsCount: any;
|
|
763
|
+
const showPercentAsideValue: any;
|
|
764
|
+
const labelFontSize: any;
|
|
765
|
+
const labelLimitedLetters: any;
|
|
766
|
+
const width: any;
|
|
767
|
+
const height: any;
|
|
768
|
+
const rightGap: any;
|
|
769
|
+
const textColor: any;
|
|
770
|
+
const noDataText: any;
|
|
771
|
+
const isDollar: any;
|
|
772
|
+
const isPercentage: any;
|
|
773
|
+
const showDollarSign: any;
|
|
774
|
+
const hideTotalValue: any;
|
|
775
|
+
const hideTitle: any;
|
|
979
776
|
}
|
|
980
777
|
namespace defaultProps {
|
|
981
778
|
const className_1: string;
|
|
@@ -990,7 +787,7 @@ declare namespace TotalHorizontalCharts {
|
|
|
990
787
|
export { currencySign_1 as currencySign };
|
|
991
788
|
const currencyType_1: string;
|
|
992
789
|
export { currencyType_1 as currencyType };
|
|
993
|
-
const chartsData_1:
|
|
790
|
+
const chartsData_1: any[];
|
|
994
791
|
export { chartsData_1 as chartsData };
|
|
995
792
|
const showScrollerBarsCount_1: number;
|
|
996
793
|
export { showScrollerBarsCount_1 as showScrollerBarsCount };
|
|
@@ -1023,22 +820,22 @@ declare namespace TotalHorizontalCharts {
|
|
|
1023
820
|
}
|
|
1024
821
|
}
|
|
1025
822
|
|
|
1026
|
-
declare function IconButton(props: any):
|
|
823
|
+
declare function IconButton(props: any): any;
|
|
1027
824
|
declare namespace IconButton {
|
|
1028
825
|
namespace propTypes {
|
|
1029
|
-
const fileLink:
|
|
1030
|
-
const showProcess:
|
|
1031
|
-
const buttonText:
|
|
1032
|
-
const iconName:
|
|
1033
|
-
const contentColor:
|
|
1034
|
-
const backgroundColor:
|
|
1035
|
-
const borderColor:
|
|
1036
|
-
const borderRadius:
|
|
1037
|
-
const iconHeight:
|
|
1038
|
-
const iconWidth:
|
|
1039
|
-
const disabled:
|
|
1040
|
-
const onClick:
|
|
1041
|
-
const onCancelClick:
|
|
826
|
+
const fileLink: any;
|
|
827
|
+
const showProcess: any;
|
|
828
|
+
const buttonText: any;
|
|
829
|
+
const iconName: any;
|
|
830
|
+
const contentColor: any;
|
|
831
|
+
const backgroundColor: any;
|
|
832
|
+
const borderColor: any;
|
|
833
|
+
const borderRadius: any;
|
|
834
|
+
const iconHeight: any;
|
|
835
|
+
const iconWidth: any;
|
|
836
|
+
const disabled: any;
|
|
837
|
+
const onClick: any;
|
|
838
|
+
const onCancelClick: any;
|
|
1042
839
|
}
|
|
1043
840
|
namespace defaultProps {
|
|
1044
841
|
const fileLink_1: string;
|
|
@@ -1070,37 +867,30 @@ declare namespace IconButton {
|
|
|
1070
867
|
}
|
|
1071
868
|
}
|
|
1072
869
|
|
|
1073
|
-
declare function DoublePanelDataRow(props: any):
|
|
870
|
+
declare function DoublePanelDataRow(props: any): any;
|
|
1074
871
|
|
|
1075
|
-
declare function BarChart(props: any):
|
|
872
|
+
declare function BarChart(props: any): any;
|
|
1076
873
|
declare namespace BarChart {
|
|
1077
874
|
namespace propTypes {
|
|
1078
|
-
const title:
|
|
1079
|
-
const barChartData:
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
const
|
|
1085
|
-
const
|
|
1086
|
-
const
|
|
1087
|
-
const
|
|
1088
|
-
const
|
|
1089
|
-
const
|
|
1090
|
-
const
|
|
1091
|
-
const
|
|
1092
|
-
const
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
1098
|
-
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
1099
|
-
const referenceLineColor: PropTypes.Requireable<string>;
|
|
1100
|
-
const referenceLineDashed: PropTypes.Requireable<string>;
|
|
1101
|
-
const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
|
|
1102
|
-
const currentBarColor: PropTypes.Requireable<string>;
|
|
1103
|
-
const isPercent: PropTypes.Requireable<boolean>;
|
|
875
|
+
const title: any;
|
|
876
|
+
const barChartData: any;
|
|
877
|
+
const width: any;
|
|
878
|
+
const height: any;
|
|
879
|
+
const barSize: any;
|
|
880
|
+
const barFontSizeValue: any;
|
|
881
|
+
const barChartColor: any;
|
|
882
|
+
const showDollarSign: any;
|
|
883
|
+
const isDollar: any;
|
|
884
|
+
const showLegend: any;
|
|
885
|
+
const legendData: any;
|
|
886
|
+
const showReferenceLine: any;
|
|
887
|
+
const referenceLinePoint: any;
|
|
888
|
+
const referenceLineColor: any;
|
|
889
|
+
const referenceLineDashed: any;
|
|
890
|
+
const showCurrentCampaignStyle: any;
|
|
891
|
+
const currentBarColor: any;
|
|
892
|
+
const isPercent: any;
|
|
893
|
+
const noDataText: any;
|
|
1104
894
|
}
|
|
1105
895
|
namespace defaultProps {
|
|
1106
896
|
const title_1: string;
|
|
@@ -1147,7 +937,596 @@ declare namespace BarChart {
|
|
|
1147
937
|
export { currentBarColor_1 as currentBarColor };
|
|
1148
938
|
const isPercent_1: boolean;
|
|
1149
939
|
export { isPercent_1 as isPercent };
|
|
940
|
+
const noDataText_1: string;
|
|
941
|
+
export { noDataText_1 as noDataText };
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
declare function DoubleBarSingleLine(props: any): any;
|
|
946
|
+
|
|
947
|
+
declare function AreaChart(props: any): any;
|
|
948
|
+
|
|
949
|
+
declare function BreakdownPanel(props: any): any;
|
|
950
|
+
|
|
951
|
+
declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
|
|
952
|
+
text?: string;
|
|
953
|
+
type?: string;
|
|
954
|
+
size?: string;
|
|
955
|
+
height?: string;
|
|
956
|
+
width?: string;
|
|
957
|
+
disabled?: boolean;
|
|
958
|
+
textColor?: string;
|
|
959
|
+
onClick: any;
|
|
960
|
+
leftIcon?: string;
|
|
961
|
+
rightIcon?: string;
|
|
962
|
+
}): any;
|
|
963
|
+
|
|
964
|
+
declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
|
|
965
|
+
data?: any[];
|
|
966
|
+
title?: string;
|
|
967
|
+
subtitle?: string;
|
|
968
|
+
leftHeader?: string;
|
|
969
|
+
rightHeader?: string;
|
|
970
|
+
topHeader?: string;
|
|
971
|
+
bottomHeader?: string;
|
|
972
|
+
colorPalette?: string[];
|
|
973
|
+
height?: string;
|
|
974
|
+
width?: string;
|
|
975
|
+
backgroundColor?: string;
|
|
976
|
+
showAxis?: boolean;
|
|
977
|
+
noDataText?: string;
|
|
978
|
+
}): any;
|
|
979
|
+
|
|
980
|
+
declare function BatteryChart(props: any): any;
|
|
981
|
+
|
|
982
|
+
declare function PerformanceAnalyticsLegend(props: any): any;
|
|
983
|
+
|
|
984
|
+
declare function BrushChart(props: any): any;
|
|
985
|
+
|
|
986
|
+
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, }: {
|
|
987
|
+
className?: string;
|
|
988
|
+
width?: string;
|
|
989
|
+
height?: string;
|
|
990
|
+
title?: string;
|
|
991
|
+
data?: any[];
|
|
992
|
+
totalsData?: any[];
|
|
993
|
+
showLegend?: boolean;
|
|
994
|
+
legendData?: any[];
|
|
995
|
+
maxBarRange?: number;
|
|
996
|
+
showLineChart?: boolean;
|
|
997
|
+
lineRange?: number;
|
|
998
|
+
lineFontSizeValue?: string;
|
|
999
|
+
barFontSizeValue?: string;
|
|
1000
|
+
barSize?: number;
|
|
1001
|
+
barChartHeight?: number;
|
|
1002
|
+
lineChartHeight?: number;
|
|
1003
|
+
isLineChartCurrency?: boolean;
|
|
1004
|
+
isLineChartBolded?: boolean;
|
|
1005
|
+
setLineChartTooltip?: boolean;
|
|
1006
|
+
isTopBarPercent?: boolean;
|
|
1007
|
+
showSecondBar?: boolean;
|
|
1008
|
+
showPeriod?: boolean;
|
|
1009
|
+
currencySign?: string;
|
|
1010
|
+
currencySignLine?: string;
|
|
1011
|
+
noDataText?: string;
|
|
1012
|
+
}): any;
|
|
1013
|
+
|
|
1014
|
+
declare function BarChartWithAreaChart(props: any): any;
|
|
1015
|
+
|
|
1016
|
+
declare function BarChartTwoRows(props: any): any;
|
|
1017
|
+
|
|
1018
|
+
declare function TwoBarCharts(props: any): any;
|
|
1019
|
+
declare namespace TwoBarCharts {
|
|
1020
|
+
namespace propTypes {
|
|
1021
|
+
const title: any;
|
|
1022
|
+
const barChartData: any;
|
|
1023
|
+
const width: any;
|
|
1024
|
+
const height: any;
|
|
1025
|
+
const barSize: any;
|
|
1026
|
+
const barFontSizeValue: any;
|
|
1027
|
+
const barChartColorFirst: any;
|
|
1028
|
+
const barChartColorSecond: any;
|
|
1029
|
+
const isDollar: any;
|
|
1030
|
+
const showLegend: any;
|
|
1031
|
+
const legendData: any;
|
|
1032
|
+
const showDollarSign: any;
|
|
1033
|
+
const showReferenceLine: any;
|
|
1034
|
+
const referenceLinePoint: any;
|
|
1035
|
+
const referenceLineColor: any;
|
|
1036
|
+
const referenceLineDashed: any;
|
|
1037
|
+
const showTooltip: any;
|
|
1038
|
+
}
|
|
1039
|
+
namespace defaultProps {
|
|
1040
|
+
const title_1: string;
|
|
1041
|
+
export { title_1 as title };
|
|
1042
|
+
const barChartData_1: {
|
|
1043
|
+
title: string;
|
|
1044
|
+
date: string;
|
|
1045
|
+
valueOne: number;
|
|
1046
|
+
valueTwo: number;
|
|
1047
|
+
}[];
|
|
1048
|
+
export { barChartData_1 as barChartData };
|
|
1049
|
+
const width_1: string;
|
|
1050
|
+
export { width_1 as width };
|
|
1051
|
+
const height_1: string;
|
|
1052
|
+
export { height_1 as height };
|
|
1053
|
+
const barSize_1: number;
|
|
1054
|
+
export { barSize_1 as barSize };
|
|
1055
|
+
const barFontSizeValue_1: string;
|
|
1056
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
1057
|
+
const barChartColorFirst_1: string;
|
|
1058
|
+
export { barChartColorFirst_1 as barChartColorFirst };
|
|
1059
|
+
const barChartColorSecond_1: string;
|
|
1060
|
+
export { barChartColorSecond_1 as barChartColorSecond };
|
|
1061
|
+
const isDollar_1: boolean;
|
|
1062
|
+
export { isDollar_1 as isDollar };
|
|
1063
|
+
const showDollarSign_1: boolean;
|
|
1064
|
+
export { showDollarSign_1 as showDollarSign };
|
|
1065
|
+
const showLegend_1: boolean;
|
|
1066
|
+
export { showLegend_1 as showLegend };
|
|
1067
|
+
const legendData_1: {
|
|
1068
|
+
title: string;
|
|
1069
|
+
iconType: string;
|
|
1070
|
+
iconColor: string;
|
|
1071
|
+
}[];
|
|
1072
|
+
export { legendData_1 as legendData };
|
|
1073
|
+
const showReferenceLine_1: boolean;
|
|
1074
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
1075
|
+
const referenceLinePoint_1: number;
|
|
1076
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
1077
|
+
const referenceLineColor_1: string;
|
|
1078
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
1079
|
+
const referenceLineDashed_1: string;
|
|
1080
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
1081
|
+
const showTooltip_1: boolean;
|
|
1082
|
+
export { showTooltip_1 as showTooltip };
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
declare function CollapseData(props: any): any;
|
|
1087
|
+
declare namespace CollapseData {
|
|
1088
|
+
namespace propTypes {
|
|
1089
|
+
const title: any;
|
|
1090
|
+
const noDataText: any;
|
|
1091
|
+
const width: any;
|
|
1092
|
+
const height: any;
|
|
1093
|
+
const addPlusMark: any;
|
|
1094
|
+
const addArrowToTotal: any;
|
|
1095
|
+
const tableData: any;
|
|
1096
|
+
}
|
|
1097
|
+
namespace defaultProps {
|
|
1098
|
+
const title_1: string;
|
|
1099
|
+
export { title_1 as title };
|
|
1100
|
+
const noDataText_1: string;
|
|
1101
|
+
export { noDataText_1 as noDataText };
|
|
1102
|
+
const width_1: string;
|
|
1103
|
+
export { width_1 as width };
|
|
1104
|
+
const height_1: string;
|
|
1105
|
+
export { height_1 as height };
|
|
1106
|
+
const tableData_1: any[];
|
|
1107
|
+
export { tableData_1 as tableData };
|
|
1108
|
+
const addPlusMark_1: boolean;
|
|
1109
|
+
export { addPlusMark_1 as addPlusMark };
|
|
1110
|
+
const addArrowToTotal_1: boolean;
|
|
1111
|
+
export { addArrowToTotal_1 as addArrowToTotal };
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
declare function InsightsCarousel({ className, children, onClose, title, icon, titleColor, iconColor, navColor, }: {
|
|
1116
|
+
className: any;
|
|
1117
|
+
children: any;
|
|
1118
|
+
onClose: any;
|
|
1119
|
+
title?: string;
|
|
1120
|
+
icon?: any;
|
|
1121
|
+
titleColor?: string;
|
|
1122
|
+
iconColor?: string;
|
|
1123
|
+
navColor?: string;
|
|
1124
|
+
}): any;
|
|
1125
|
+
|
|
1126
|
+
declare function DownloadProgress(props: any): any;
|
|
1127
|
+
declare namespace DownloadProgress {
|
|
1128
|
+
namespace propTypes {
|
|
1129
|
+
const title: any;
|
|
1130
|
+
const succeededMessage: any;
|
|
1131
|
+
const failedMessage: any;
|
|
1132
|
+
const downloadStatus: any;
|
|
1133
|
+
const showShadow: any;
|
|
1134
|
+
const progressPercent: any;
|
|
1135
|
+
const refreshInterval: any;
|
|
1136
|
+
const progressBarColor: any;
|
|
1137
|
+
const onTryAgainClick: any;
|
|
1138
|
+
const className: any;
|
|
1139
|
+
}
|
|
1140
|
+
namespace defaultProps {
|
|
1141
|
+
const title_1: string;
|
|
1142
|
+
export { title_1 as title };
|
|
1143
|
+
const succeededMessage_1: string;
|
|
1144
|
+
export { succeededMessage_1 as succeededMessage };
|
|
1145
|
+
const failedMessage_1: string;
|
|
1146
|
+
export { failedMessage_1 as failedMessage };
|
|
1147
|
+
const downloadStatus_1: string;
|
|
1148
|
+
export { downloadStatus_1 as downloadStatus };
|
|
1149
|
+
const showShadow_1: boolean;
|
|
1150
|
+
export { showShadow_1 as showShadow };
|
|
1151
|
+
const progressPercent_1: number;
|
|
1152
|
+
export { progressPercent_1 as progressPercent };
|
|
1153
|
+
const refreshInterval_1: number;
|
|
1154
|
+
export { refreshInterval_1 as refreshInterval };
|
|
1155
|
+
const progressBarColor_1: string;
|
|
1156
|
+
export { progressBarColor_1 as progressBarColor };
|
|
1157
|
+
export function onTryAgainClick_1(): void;
|
|
1158
|
+
export { onTryAgainClick_1 as onTryAgainClick };
|
|
1159
|
+
const className_1: string;
|
|
1160
|
+
export { className_1 as className };
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
declare function ModalWithOverlay(props: any): any;
|
|
1165
|
+
|
|
1166
|
+
declare function DropdownNew(props: any): any;
|
|
1167
|
+
|
|
1168
|
+
declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, }: {
|
|
1169
|
+
label: any;
|
|
1170
|
+
disabled: any;
|
|
1171
|
+
borderColor: any;
|
|
1172
|
+
borderColorFocus: any;
|
|
1173
|
+
textColor: any;
|
|
1174
|
+
hoverColor: any;
|
|
1175
|
+
required: any;
|
|
1176
|
+
placeholder: any;
|
|
1177
|
+
borderRadius: any;
|
|
1178
|
+
year: any;
|
|
1179
|
+
width: any;
|
|
1180
|
+
height: any;
|
|
1181
|
+
withMarginBottom?: boolean;
|
|
1182
|
+
onChange: any;
|
|
1183
|
+
selectedValue: any;
|
|
1184
|
+
}): any;
|
|
1185
|
+
|
|
1186
|
+
declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, onChange, onBlur, required, disabled, isDarkerBackground, width, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, }: {
|
|
1187
|
+
label: any;
|
|
1188
|
+
labelEmptyValue: any;
|
|
1189
|
+
size: any;
|
|
1190
|
+
selectedValue: any;
|
|
1191
|
+
placeHolder: any;
|
|
1192
|
+
onChange: any;
|
|
1193
|
+
onBlur: any;
|
|
1194
|
+
required: any;
|
|
1195
|
+
disabled: any;
|
|
1196
|
+
isDarkerBackground?: boolean;
|
|
1197
|
+
width: any;
|
|
1198
|
+
error: any;
|
|
1199
|
+
errorMessage: any;
|
|
1200
|
+
labelColor: any;
|
|
1201
|
+
leftIcon: any;
|
|
1202
|
+
rightIcon: any;
|
|
1203
|
+
password: any;
|
|
1204
|
+
leftIconOnClick: any;
|
|
1205
|
+
rightIconOnClick: any;
|
|
1206
|
+
}): any;
|
|
1207
|
+
declare namespace Input {
|
|
1208
|
+
namespace propTypes {
|
|
1209
|
+
const placeHolder: any;
|
|
1210
|
+
const label: any;
|
|
1211
|
+
const labelEmptyValue: any;
|
|
1212
|
+
const size: any;
|
|
1213
|
+
const labelColor: any;
|
|
1214
|
+
const required: any;
|
|
1215
|
+
const width: any;
|
|
1216
|
+
const disabled: any;
|
|
1217
|
+
const error: any;
|
|
1218
|
+
const errorMessage: any;
|
|
1219
|
+
const selectedValue: any;
|
|
1220
|
+
const onChange: any;
|
|
1221
|
+
const leftIconOnClick: any;
|
|
1222
|
+
const rightIconOnClick: any;
|
|
1223
|
+
const onBlur: any;
|
|
1224
|
+
const leftIcon: any;
|
|
1225
|
+
const rightIcon: any;
|
|
1226
|
+
const password: any;
|
|
1227
|
+
}
|
|
1228
|
+
namespace defaultProps {
|
|
1229
|
+
const placeHolder_1: string;
|
|
1230
|
+
export { placeHolder_1 as placeHolder };
|
|
1231
|
+
const label_1: string;
|
|
1232
|
+
export { label_1 as label };
|
|
1233
|
+
const labelEmptyValue_1: string;
|
|
1234
|
+
export { labelEmptyValue_1 as labelEmptyValue };
|
|
1235
|
+
const size_1: string;
|
|
1236
|
+
export { size_1 as size };
|
|
1237
|
+
const labelColor_1: string;
|
|
1238
|
+
export { labelColor_1 as labelColor };
|
|
1239
|
+
const required_1: boolean;
|
|
1240
|
+
export { required_1 as required };
|
|
1241
|
+
const width_1: string;
|
|
1242
|
+
export { width_1 as width };
|
|
1243
|
+
const disabled_1: boolean;
|
|
1244
|
+
export { disabled_1 as disabled };
|
|
1245
|
+
const error_1: boolean;
|
|
1246
|
+
export { error_1 as error };
|
|
1247
|
+
const errorMessage_1: string;
|
|
1248
|
+
export { errorMessage_1 as errorMessage };
|
|
1249
|
+
const selectedValue_1: string;
|
|
1250
|
+
export { selectedValue_1 as selectedValue };
|
|
1251
|
+
const leftIcon_1: string;
|
|
1252
|
+
export { leftIcon_1 as leftIcon };
|
|
1253
|
+
const rightIcon_1: string;
|
|
1254
|
+
export { rightIcon_1 as rightIcon };
|
|
1255
|
+
export function leftIconOnClick_1(): void;
|
|
1256
|
+
export { leftIconOnClick_1 as leftIconOnClick };
|
|
1257
|
+
export function rightIconOnClick_1(): void;
|
|
1258
|
+
export { rightIconOnClick_1 as rightIconOnClick };
|
|
1259
|
+
export function onBlur_1(): void;
|
|
1260
|
+
export { onBlur_1 as onBlur };
|
|
1261
|
+
const password_1: boolean;
|
|
1262
|
+
export { password_1 as password };
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
declare function Tooltip(props: any): any;
|
|
1267
|
+
|
|
1268
|
+
/**
|
|
1269
|
+
* ToggleSwitch component for on/off states.
|
|
1270
|
+
* Supports small/large sizes and disabled state.
|
|
1271
|
+
*/
|
|
1272
|
+
declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
|
|
1273
|
+
[x: string]: any;
|
|
1274
|
+
checked: any;
|
|
1275
|
+
onChange: any;
|
|
1276
|
+
size?: string;
|
|
1277
|
+
disabled?: boolean;
|
|
1278
|
+
}): any;
|
|
1279
|
+
declare namespace ToggleSwitch {
|
|
1280
|
+
namespace propTypes {
|
|
1281
|
+
const checked: any;
|
|
1282
|
+
const onChange: any;
|
|
1283
|
+
const size: any;
|
|
1284
|
+
const disabled: any;
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
declare function ContainerTable(props: any): any;
|
|
1289
|
+
|
|
1290
|
+
declare function MenuRoute(props: any): any;
|
|
1291
|
+
|
|
1292
|
+
declare function Build({ width, height, fill }: {
|
|
1293
|
+
width?: string;
|
|
1294
|
+
height?: string;
|
|
1295
|
+
fill?: string;
|
|
1296
|
+
}): any;
|
|
1297
|
+
|
|
1298
|
+
declare function Track({ width, height, fill }: {
|
|
1299
|
+
width?: string;
|
|
1300
|
+
height?: string;
|
|
1301
|
+
fill?: string;
|
|
1302
|
+
}): any;
|
|
1303
|
+
|
|
1304
|
+
declare function Execute({ width, height, fill }: {
|
|
1305
|
+
width?: string;
|
|
1306
|
+
height?: string;
|
|
1307
|
+
fill?: string;
|
|
1308
|
+
}): any;
|
|
1309
|
+
|
|
1310
|
+
declare function Dashboard({ width, height, fill }: {
|
|
1311
|
+
width?: string;
|
|
1312
|
+
height?: string;
|
|
1313
|
+
fill?: string;
|
|
1314
|
+
}): any;
|
|
1315
|
+
|
|
1316
|
+
declare function Campaigns({ width, height, fill }: {
|
|
1317
|
+
width?: string;
|
|
1318
|
+
height?: string;
|
|
1319
|
+
fill?: string;
|
|
1320
|
+
}): any;
|
|
1321
|
+
|
|
1322
|
+
declare function Budgets({ width, height, fill }: {
|
|
1323
|
+
width?: string;
|
|
1324
|
+
height?: string;
|
|
1325
|
+
fill?: string;
|
|
1326
|
+
}): any;
|
|
1327
|
+
|
|
1328
|
+
declare function SampleRunEngine({ width, height, fill }: {
|
|
1329
|
+
width?: string;
|
|
1330
|
+
height?: string;
|
|
1331
|
+
fill?: string;
|
|
1332
|
+
}): any;
|
|
1333
|
+
|
|
1334
|
+
declare function Coupons({ width, height, fill }: {
|
|
1335
|
+
width?: string;
|
|
1336
|
+
height?: string;
|
|
1337
|
+
fill?: string;
|
|
1338
|
+
}): any;
|
|
1339
|
+
|
|
1340
|
+
declare function RulesEngine({ width, height, fill }: {
|
|
1341
|
+
width?: string;
|
|
1342
|
+
height?: string;
|
|
1343
|
+
fill?: string;
|
|
1344
|
+
}): any;
|
|
1345
|
+
|
|
1346
|
+
declare function AdvancedThresholds({ width, height, fill }: {
|
|
1347
|
+
width?: string;
|
|
1348
|
+
height?: string;
|
|
1349
|
+
fill?: string;
|
|
1350
|
+
}): any;
|
|
1351
|
+
|
|
1352
|
+
declare function PreTestWhatIf({ width, height, fill }: {
|
|
1353
|
+
width?: string;
|
|
1354
|
+
height?: string;
|
|
1355
|
+
fill?: string;
|
|
1356
|
+
}): any;
|
|
1357
|
+
|
|
1358
|
+
declare function CustomerSegments({ width, height, fill }: {
|
|
1359
|
+
width?: string;
|
|
1360
|
+
height?: string;
|
|
1361
|
+
fill?: string;
|
|
1362
|
+
}): any;
|
|
1363
|
+
|
|
1364
|
+
declare function GroupBuilder({ width, height, fill }: {
|
|
1365
|
+
width?: string;
|
|
1366
|
+
height?: string;
|
|
1367
|
+
fill?: string;
|
|
1368
|
+
}): any;
|
|
1369
|
+
|
|
1370
|
+
declare function ItemsStores({ width, height, fill }: {
|
|
1371
|
+
width?: string;
|
|
1372
|
+
height?: string;
|
|
1373
|
+
fill?: string;
|
|
1374
|
+
}): any;
|
|
1375
|
+
|
|
1376
|
+
declare function Analytics({ width, height, fill }: {
|
|
1377
|
+
width?: string;
|
|
1378
|
+
height?: string;
|
|
1379
|
+
fill?: string;
|
|
1380
|
+
}): any;
|
|
1381
|
+
|
|
1382
|
+
declare function Table(props: any): any;
|
|
1383
|
+
declare namespace Table {
|
|
1384
|
+
const displayName: string;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
declare function FilterPop(props: any): any;
|
|
1388
|
+
|
|
1389
|
+
declare function SortPop(props: any): any;
|
|
1390
|
+
|
|
1391
|
+
declare function RangePop(props: any): any;
|
|
1392
|
+
|
|
1393
|
+
declare function SearchInput(props: any): any;
|
|
1394
|
+
|
|
1395
|
+
declare function ItemManagerPanel({ width, height, disableSection, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, maxVisibleVendors }: {
|
|
1396
|
+
width?: string;
|
|
1397
|
+
height?: string;
|
|
1398
|
+
disableSection?: boolean;
|
|
1399
|
+
onSendForms?: () => void;
|
|
1400
|
+
editMode?: boolean;
|
|
1401
|
+
disabledSendForms?: boolean;
|
|
1402
|
+
AllFormsSent?: boolean;
|
|
1403
|
+
itemAndPackage?: any[];
|
|
1404
|
+
setItemAndPackage: any;
|
|
1405
|
+
linkColor?: string;
|
|
1406
|
+
backgroundColor?: string;
|
|
1407
|
+
buttonTooltipText?: string;
|
|
1408
|
+
maxVisibleVendors?: number;
|
|
1409
|
+
}): any;
|
|
1410
|
+
|
|
1411
|
+
/**
|
|
1412
|
+
* ModalDrawer component
|
|
1413
|
+
* @param {Object} props
|
|
1414
|
+
* @param {boolean} props.open - Whether the drawer is open
|
|
1415
|
+
* @param {function} props.onClose - Handler for closing the drawer
|
|
1416
|
+
* @param {React.ReactNode} props.children - Drawer content
|
|
1417
|
+
* @param {number} [props.widthPercent=70] - Width of the drawer as a percentage of the viewport width
|
|
1418
|
+
*/
|
|
1419
|
+
declare function ModalDrawer({ open, onClose, children, widthPercent }: {
|
|
1420
|
+
open: boolean;
|
|
1421
|
+
onClose: Function;
|
|
1422
|
+
children: React.ReactNode;
|
|
1423
|
+
widthPercent?: number;
|
|
1424
|
+
}): any;
|
|
1425
|
+
|
|
1426
|
+
declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, ...props }: {
|
|
1427
|
+
[x: string]: any;
|
|
1428
|
+
data?: any[];
|
|
1429
|
+
value: any;
|
|
1430
|
+
onSelectClick: any;
|
|
1431
|
+
disabled?: boolean;
|
|
1432
|
+
isDarkerBackground?: boolean;
|
|
1433
|
+
required?: boolean;
|
|
1434
|
+
selectedColor?: string;
|
|
1435
|
+
hoverColor?: string;
|
|
1436
|
+
dropdownMaxHeight?: string;
|
|
1437
|
+
width?: string;
|
|
1438
|
+
height?: string;
|
|
1439
|
+
label: any;
|
|
1440
|
+
labelEmptyValue: any;
|
|
1441
|
+
showLabelOnTop: any;
|
|
1442
|
+
placeHolder: any;
|
|
1443
|
+
labelColor: any;
|
|
1444
|
+
placeHolderColor: any;
|
|
1445
|
+
margin?: string;
|
|
1446
|
+
}): any;
|
|
1447
|
+
|
|
1448
|
+
declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, secondaryColor, seperateSectionBorder, children, }: {
|
|
1449
|
+
isOpen?: boolean;
|
|
1450
|
+
isDisabled?: boolean;
|
|
1451
|
+
onClose?: () => void;
|
|
1452
|
+
onConfirm?: () => void;
|
|
1453
|
+
title?: string;
|
|
1454
|
+
primaryText?: string;
|
|
1455
|
+
secondaryText?: string;
|
|
1456
|
+
width?: string;
|
|
1457
|
+
height?: string;
|
|
1458
|
+
color?: string;
|
|
1459
|
+
hoverColor?: string;
|
|
1460
|
+
secondaryColor?: string;
|
|
1461
|
+
seperateSectionBorder?: boolean;
|
|
1462
|
+
children: any;
|
|
1463
|
+
}): any;
|
|
1464
|
+
|
|
1465
|
+
declare function ToasterMessageBox({ color, messageText, linkText, duration, width, onLinkClick, onClose }: {
|
|
1466
|
+
color?: string;
|
|
1467
|
+
messageText?: string;
|
|
1468
|
+
linkText?: string;
|
|
1469
|
+
duration?: number;
|
|
1470
|
+
width?: string;
|
|
1471
|
+
onLinkClick?: () => void;
|
|
1472
|
+
onClose?: () => void;
|
|
1473
|
+
}): any;
|
|
1474
|
+
|
|
1475
|
+
declare function QuickFilterCards({ data, onCardToggle, width, }: {
|
|
1476
|
+
data?: any[];
|
|
1477
|
+
onCardToggle?: () => void;
|
|
1478
|
+
width?: string;
|
|
1479
|
+
}): any;
|
|
1480
|
+
|
|
1481
|
+
declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, }: {
|
|
1482
|
+
label: any;
|
|
1483
|
+
onChange: any;
|
|
1484
|
+
borderRadius: any;
|
|
1485
|
+
required: any;
|
|
1486
|
+
width: any;
|
|
1487
|
+
height: any;
|
|
1488
|
+
placeholder: any;
|
|
1489
|
+
disabled: any;
|
|
1490
|
+
borderColor: any;
|
|
1491
|
+
borderColorFocus: any;
|
|
1492
|
+
textColor: any;
|
|
1493
|
+
selectedValue: any;
|
|
1494
|
+
}): any;
|
|
1495
|
+
declare namespace RangePicker {
|
|
1496
|
+
namespace propTypes {
|
|
1497
|
+
const label: any;
|
|
1498
|
+
const onChange: any;
|
|
1499
|
+
const borderRadius: any;
|
|
1500
|
+
const required: any;
|
|
1501
|
+
const width: any;
|
|
1502
|
+
const height: any;
|
|
1503
|
+
const placeholder: any;
|
|
1504
|
+
const disabled: any;
|
|
1505
|
+
const borderColor: any;
|
|
1506
|
+
const borderColorFocus: any;
|
|
1507
|
+
const textColor: any;
|
|
1508
|
+
const selectedValue: any;
|
|
1509
|
+
}
|
|
1510
|
+
namespace defaultProps {
|
|
1511
|
+
const required_1: boolean;
|
|
1512
|
+
export { required_1 as required };
|
|
1513
|
+
const width_1: string;
|
|
1514
|
+
export { width_1 as width };
|
|
1515
|
+
const height_1: string;
|
|
1516
|
+
export { height_1 as height };
|
|
1517
|
+
const disabled_1: boolean;
|
|
1518
|
+
export { disabled_1 as disabled };
|
|
1519
|
+
const placeholder_1: string;
|
|
1520
|
+
export { placeholder_1 as placeholder };
|
|
1521
|
+
const borderColor_1: string;
|
|
1522
|
+
export { borderColor_1 as borderColor };
|
|
1523
|
+
const borderColorFocus_1: string;
|
|
1524
|
+
export { borderColorFocus_1 as borderColorFocus };
|
|
1525
|
+
const textColor_1: string;
|
|
1526
|
+
export { textColor_1 as textColor };
|
|
1527
|
+
const selectedValue_1: string;
|
|
1528
|
+
export { selectedValue_1 as selectedValue };
|
|
1150
1529
|
}
|
|
1151
1530
|
}
|
|
1152
1531
|
|
|
1153
|
-
export { BannerEventBoxList, BarChart, BarChartsByWeeks, Button, CollapseHeader, DialogOverlay, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
|
|
1532
|
+
export { AdvancedThresholds, Analytics, AreaChart, BannerEventBoxList, BarChart, BarChartTwoRows, BarChartWithAreaChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Budgets, Build, Button, Campaigns, 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, ToasterMessageBox, ToggleSwitch, Tooltip, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts, Track, TwoBarCharts, WeeksPicker };
|