sag_components 2.0.0-beta1 → 2.0.0-beta100
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 +1430 -20
- package/dist/index.esm.js +35607 -3099
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +35637 -3078
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +0 -37
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -72
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BarChart/BarChart.d.ts +7 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +0 -64
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Table.stories.d.ts → BrushChart/BrushChart.stories.d.ts} +84 -54
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +1 -21
- package/dist/types/components/Button/Button.stories.d.ts +105 -255
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CollapseData/CollapseData.d.ts +11 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Card.stories.d.ts → ContainerTable/ContainerTable.stories.d.ts} +37 -33
- package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
- package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
- package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
- package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
- package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
- package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
- package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
- package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +29 -7
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +11 -662
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/Input/Input.stories.d.ts +98 -500
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +24 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +18 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +13 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
- package/dist/types/components/ListBox/ListBox.d.ts +9 -9
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Execute.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 +52 -0
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +112 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +2 -1
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +24 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +11 -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 +9 -9
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +3 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +2 -1
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +161 -305
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/SagIconButton/SagIconButton.d.ts +3 -3
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +51 -7
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +77 -80
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
- package/dist/types/components/Table/NoEvents.d.ts +5 -0
- package/dist/types/components/Table/Table.d.ts +2 -0
- package/dist/types/components/Table/Table.stories.d.ts +138 -0
- package/dist/types/components/Table/Table.style.d.ts +14 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +21 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +7 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +34 -100
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +28 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +27 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +9 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
- package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
- package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
- package/dist/types/icons/AttachedIcon.d.ts +3 -3
- package/dist/types/icons/BarcodeIcon.d.ts +6 -0
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronIcon.d.ts +7 -0
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +2 -2
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FolderIcon.d.ts +6 -0
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/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/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/icons/index.d.ts +15 -0
- package/dist/types/index.d.ts +49 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -1
- package/package.json +40 -41
- 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/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,25 +1,1435 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
2
3
|
|
|
3
|
-
declare function Button(
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
4
|
+
declare function Button(props: any): react_jsx_runtime.JSX.Element;
|
|
5
|
+
|
|
6
|
+
declare function PieChart(props: any): react_jsx_runtime.JSX.Element;
|
|
7
|
+
declare namespace PieChart {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const className: PropTypes.Requireable<string>;
|
|
10
|
+
const width: PropTypes.Requireable<string>;
|
|
11
|
+
const height: PropTypes.Requireable<string>;
|
|
12
|
+
const textcolor: PropTypes.Requireable<string>;
|
|
13
|
+
const title: PropTypes.Requireable<string>;
|
|
14
|
+
const value: PropTypes.Requireable<number>;
|
|
15
|
+
const currencySign: PropTypes.Requireable<boolean>;
|
|
16
|
+
const currencyType: PropTypes.Requireable<string>;
|
|
17
|
+
const dotCut: PropTypes.Requireable<boolean>;
|
|
18
|
+
const isPercent: PropTypes.Requireable<boolean>;
|
|
19
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
20
|
+
name: PropTypes.Requireable<string>;
|
|
21
|
+
description: PropTypes.Requireable<string>;
|
|
22
|
+
}>[]>;
|
|
23
|
+
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
24
|
+
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
25
|
+
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
26
|
+
const hideTitleAndValue: PropTypes.Requireable<boolean>;
|
|
27
|
+
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
28
|
+
const textAfterValue: PropTypes.Requireable<string>;
|
|
29
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
30
|
+
}
|
|
31
|
+
namespace defaultProps {
|
|
32
|
+
const className_1: string;
|
|
33
|
+
export { className_1 as className };
|
|
34
|
+
const width_1: string;
|
|
35
|
+
export { width_1 as width };
|
|
36
|
+
const height_1: string;
|
|
37
|
+
export { height_1 as height };
|
|
38
|
+
const textcolor_1: string;
|
|
39
|
+
export { textcolor_1 as textcolor };
|
|
40
|
+
const title_1: string;
|
|
41
|
+
export { title_1 as title };
|
|
42
|
+
const value_1: number;
|
|
43
|
+
export { value_1 as value };
|
|
44
|
+
const currencySign_1: boolean;
|
|
45
|
+
export { currencySign_1 as currencySign };
|
|
46
|
+
const currencyType_1: string;
|
|
47
|
+
export { currencyType_1 as currencyType };
|
|
48
|
+
const dotCut_1: boolean;
|
|
49
|
+
export { dotCut_1 as dotCut };
|
|
50
|
+
const isPercent_1: boolean;
|
|
51
|
+
export { isPercent_1 as isPercent };
|
|
52
|
+
const legendData_1: any[];
|
|
53
|
+
export { legendData_1 as legendData };
|
|
54
|
+
const itemsBoldedValues_1: boolean;
|
|
55
|
+
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
56
|
+
const itemsPercentagesValueAside_1: boolean;
|
|
57
|
+
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
58
|
+
const itemsValuesSeparateLine_1: boolean;
|
|
59
|
+
export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
|
|
60
|
+
const hideTitleAndValue_1: boolean;
|
|
61
|
+
export { hideTitleAndValue_1 as hideTitleAndValue };
|
|
62
|
+
const addingBenchmark_1: boolean;
|
|
63
|
+
export { addingBenchmark_1 as addingBenchmark };
|
|
64
|
+
const textAfterValue_1: string;
|
|
65
|
+
export { textAfterValue_1 as textAfterValue };
|
|
66
|
+
const noDataText_1: string;
|
|
67
|
+
export { noDataText_1 as noDataText };
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
declare function EventDetailsCard(props: any): react_jsx_runtime.JSX.Element;
|
|
72
|
+
declare namespace EventDetailsCard {
|
|
73
|
+
namespace propTypes {
|
|
74
|
+
const title: PropTypes.Requireable<string>;
|
|
75
|
+
const width: PropTypes.Requireable<string>;
|
|
76
|
+
const height: PropTypes.Requireable<string>;
|
|
77
|
+
const className: PropTypes.Requireable<string>;
|
|
78
|
+
const displayBannersDropdown: PropTypes.Requireable<boolean>;
|
|
79
|
+
const banners: PropTypes.Requireable<string[]>;
|
|
80
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
81
|
+
const count: PropTypes.Requireable<number>;
|
|
82
|
+
const buttonText: PropTypes.Requireable<string>;
|
|
83
|
+
const onViewButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
84
|
+
const onBannersDropdownClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
85
|
+
const disableViewDetailsButton: PropTypes.Requireable<boolean>;
|
|
86
|
+
}
|
|
87
|
+
namespace defaultProps {
|
|
88
|
+
const title_1: string;
|
|
89
|
+
export { title_1 as title };
|
|
90
|
+
const width_1: string;
|
|
91
|
+
export { width_1 as width };
|
|
92
|
+
const height_1: string;
|
|
93
|
+
export { height_1 as height };
|
|
94
|
+
const className_1: string;
|
|
95
|
+
export { className_1 as className };
|
|
96
|
+
const displayBannersDropdown_1: boolean;
|
|
97
|
+
export { displayBannersDropdown_1 as displayBannersDropdown };
|
|
98
|
+
const banners_1: string[];
|
|
99
|
+
export { banners_1 as banners };
|
|
100
|
+
const data_1: {
|
|
101
|
+
label: string;
|
|
102
|
+
value: string;
|
|
103
|
+
}[];
|
|
104
|
+
export { data_1 as data };
|
|
105
|
+
const count_1: number;
|
|
106
|
+
export { count_1 as count };
|
|
107
|
+
const buttonText_1: string;
|
|
108
|
+
export { buttonText_1 as buttonText };
|
|
109
|
+
export function onViewButtonClick_1(): void;
|
|
110
|
+
export { onViewButtonClick_1 as onViewButtonClick };
|
|
111
|
+
export function onBannersDropdownClick_1(): void;
|
|
112
|
+
export { onBannersDropdownClick_1 as onBannersDropdownClick };
|
|
113
|
+
const disableViewDetailsButton_1: boolean;
|
|
114
|
+
export { disableViewDetailsButton_1 as disableViewDetailsButton };
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
|
|
119
|
+
|
|
120
|
+
declare function TabMenu(props: any): react_jsx_runtime.JSX.Element;
|
|
121
|
+
|
|
122
|
+
declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
|
|
123
|
+
declare namespace FilterPanel {
|
|
124
|
+
namespace propTypes {
|
|
125
|
+
const availableQuarters: PropTypes.Requireable<string[]>;
|
|
126
|
+
const availableMonths: PropTypes.Requireable<string[]>;
|
|
127
|
+
const availableYears: PropTypes.Requireable<string[]>;
|
|
128
|
+
const fieldsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
129
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
130
|
+
required: PropTypes.Requireable<boolean>;
|
|
131
|
+
inputType: PropTypes.Requireable<string>;
|
|
132
|
+
placeHolder: PropTypes.Requireable<string>;
|
|
133
|
+
xIconShow: PropTypes.Requireable<boolean>;
|
|
134
|
+
label: PropTypes.Requireable<string>;
|
|
135
|
+
labelEmptyValue: PropTypes.Requireable<string>;
|
|
136
|
+
name: PropTypes.Requireable<string>;
|
|
137
|
+
periodPickerSelectedValue: PropTypes.Requireable<string>;
|
|
138
|
+
selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
|
|
139
|
+
value: PropTypes.Requireable<string>;
|
|
140
|
+
label: PropTypes.Requireable<string>;
|
|
141
|
+
}>[]>;
|
|
142
|
+
orderBy: PropTypes.Requireable<string>;
|
|
143
|
+
elementType: PropTypes.Requireable<string>;
|
|
144
|
+
value: PropTypes.Requireable<number>;
|
|
145
|
+
color: PropTypes.Requireable<string>;
|
|
146
|
+
defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
|
|
147
|
+
value: PropTypes.Requireable<string>;
|
|
148
|
+
label: PropTypes.Requireable<string>;
|
|
149
|
+
}>>;
|
|
150
|
+
dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
|
|
151
|
+
value: PropTypes.Requireable<string>;
|
|
152
|
+
label: PropTypes.Requireable<string>;
|
|
153
|
+
}>[]>;
|
|
154
|
+
}>[]>;
|
|
155
|
+
const width: PropTypes.Requireable<string>;
|
|
156
|
+
const height: PropTypes.Requireable<string>;
|
|
157
|
+
const okButtonBackgroundColor: PropTypes.Requireable<string>;
|
|
158
|
+
const okButtonHoverColor: PropTypes.Requireable<string>;
|
|
159
|
+
const resetButtonHoverColor: PropTypes.Requireable<string>;
|
|
160
|
+
const borderColor: PropTypes.Requireable<string>;
|
|
161
|
+
const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
162
|
+
const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
163
|
+
const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
|
|
164
|
+
const disableOKButton: PropTypes.Requireable<boolean>;
|
|
165
|
+
const className: PropTypes.Requireable<string>;
|
|
166
|
+
const useExternalFilterState: PropTypes.Requireable<boolean>;
|
|
167
|
+
const showShadow: PropTypes.Requireable<boolean>;
|
|
168
|
+
const tooltipTextGoButton: PropTypes.Requireable<string>;
|
|
169
|
+
}
|
|
170
|
+
namespace defaultProps {
|
|
171
|
+
const availableQuarters_1: string[];
|
|
172
|
+
export { availableQuarters_1 as availableQuarters };
|
|
173
|
+
const availableMonths_1: string[];
|
|
174
|
+
export { availableMonths_1 as availableMonths };
|
|
175
|
+
const availableYears_1: string[];
|
|
176
|
+
export { availableYears_1 as availableYears };
|
|
177
|
+
const fieldsData_1: any[];
|
|
178
|
+
export { fieldsData_1 as fieldsData };
|
|
179
|
+
const width_1: string;
|
|
180
|
+
export { width_1 as width };
|
|
181
|
+
const height_1: string;
|
|
182
|
+
export { height_1 as height };
|
|
183
|
+
const okButtonBackgroundColor_1: string;
|
|
184
|
+
export { okButtonBackgroundColor_1 as okButtonBackgroundColor };
|
|
185
|
+
const okButtonHoverColor_1: string;
|
|
186
|
+
export { okButtonHoverColor_1 as okButtonHoverColor };
|
|
187
|
+
const resetButtonHoverColor_1: string;
|
|
188
|
+
export { resetButtonHoverColor_1 as resetButtonHoverColor };
|
|
189
|
+
const borderColor_1: string;
|
|
190
|
+
export { borderColor_1 as borderColor };
|
|
191
|
+
export function onOkClick_1(): void;
|
|
192
|
+
export { onOkClick_1 as onOkClick };
|
|
193
|
+
export function onResetClick_1(): void;
|
|
194
|
+
export { onResetClick_1 as onResetClick };
|
|
195
|
+
export function onItemValueChanged_1(): void;
|
|
196
|
+
export { onItemValueChanged_1 as onItemValueChanged };
|
|
197
|
+
const disableOKButton_1: boolean;
|
|
198
|
+
export { disableOKButton_1 as disableOKButton };
|
|
199
|
+
const className_1: string;
|
|
200
|
+
export { className_1 as className };
|
|
201
|
+
const useExternalFilterState_1: boolean;
|
|
202
|
+
export { useExternalFilterState_1 as useExternalFilterState };
|
|
203
|
+
const showShadow_1: boolean;
|
|
204
|
+
export { showShadow_1 as showShadow };
|
|
205
|
+
const tooltipTextGoButton_1: string;
|
|
206
|
+
export { tooltipTextGoButton_1 as tooltipTextGoButton };
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
declare function ReportTable(props: any): react_jsx_runtime.JSX.Element;
|
|
211
|
+
declare namespace ReportTable {
|
|
212
|
+
namespace propTypes {
|
|
213
|
+
const buttonText: PropTypes.Requireable<string>;
|
|
214
|
+
const buttonIconName: PropTypes.Requireable<string>;
|
|
215
|
+
const tableData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
216
|
+
columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
|
|
217
|
+
label: PropTypes.Requireable<string>;
|
|
218
|
+
key: PropTypes.Requireable<string>;
|
|
219
|
+
}>[]>;
|
|
220
|
+
rowsValues: PropTypes.Requireable<{
|
|
221
|
+
[x: string]: string;
|
|
222
|
+
}[]>;
|
|
223
|
+
}>>;
|
|
224
|
+
const maxColumnsNumber: PropTypes.Requireable<number>;
|
|
225
|
+
const useColorLinearGradient: PropTypes.Requireable<boolean>;
|
|
226
|
+
const useSelectButtons: PropTypes.Requireable<boolean>;
|
|
227
|
+
const disableSelectButtons: PropTypes.Requireable<boolean>;
|
|
228
|
+
const disableInfo: PropTypes.Requireable<boolean>;
|
|
229
|
+
const selectTextColor: PropTypes.Requireable<string>;
|
|
230
|
+
const onSelectRowClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
231
|
+
const onCheckRowClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
232
|
+
const onAllRowsCheckBoxClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
233
|
+
const useCheckBoxes: PropTypes.Requireable<boolean>;
|
|
234
|
+
const selectHoverColor: PropTypes.Requireable<string>;
|
|
235
|
+
const enableHover: PropTypes.Requireable<boolean>;
|
|
236
|
+
const enablePagination: PropTypes.Requireable<boolean>;
|
|
237
|
+
}
|
|
238
|
+
namespace defaultProps {
|
|
239
|
+
const buttonText_1: string;
|
|
240
|
+
export { buttonText_1 as buttonText };
|
|
241
|
+
const buttonIconName_1: string;
|
|
242
|
+
export { buttonIconName_1 as buttonIconName };
|
|
243
|
+
export namespace tableData_1 {
|
|
244
|
+
const columnsHeadings: {
|
|
245
|
+
label: string;
|
|
246
|
+
key: string;
|
|
247
|
+
}[];
|
|
248
|
+
const rowsValues: {
|
|
249
|
+
retailer: string;
|
|
250
|
+
eventDescription: string;
|
|
251
|
+
totalCost: string;
|
|
252
|
+
incBaselineSales: string;
|
|
253
|
+
}[];
|
|
254
|
+
}
|
|
255
|
+
export { tableData_1 as tableData };
|
|
256
|
+
const maxColumnsNumber_1: number;
|
|
257
|
+
export { maxColumnsNumber_1 as maxColumnsNumber };
|
|
258
|
+
const useColorLinearGradient_1: boolean;
|
|
259
|
+
export { useColorLinearGradient_1 as useColorLinearGradient };
|
|
260
|
+
const enableHover_1: boolean;
|
|
261
|
+
export { enableHover_1 as enableHover };
|
|
262
|
+
const enablePagination_1: boolean;
|
|
263
|
+
export { enablePagination_1 as enablePagination };
|
|
264
|
+
const selectHoverColor_1: string;
|
|
265
|
+
export { selectHoverColor_1 as selectHoverColor };
|
|
266
|
+
const useSelectButtons_1: boolean;
|
|
267
|
+
export { useSelectButtons_1 as useSelectButtons };
|
|
268
|
+
const disableSelectButtons_1: boolean;
|
|
269
|
+
export { disableSelectButtons_1 as disableSelectButtons };
|
|
270
|
+
const disableInfo_1: boolean;
|
|
271
|
+
export { disableInfo_1 as disableInfo };
|
|
272
|
+
const selectTextColor_1: string;
|
|
273
|
+
export { selectTextColor_1 as selectTextColor };
|
|
274
|
+
export function onSelectRowClick_1(): void;
|
|
275
|
+
export { onSelectRowClick_1 as onSelectRowClick };
|
|
276
|
+
export function onCheckRowClick_1(): void;
|
|
277
|
+
export { onCheckRowClick_1 as onCheckRowClick };
|
|
278
|
+
export function onAllRowsCheckBoxClick_1(): void;
|
|
279
|
+
export { onAllRowsCheckBoxClick_1 as onAllRowsCheckBoxClick };
|
|
280
|
+
const useCheckBoxes_1: boolean;
|
|
281
|
+
export { useCheckBoxes_1 as useCheckBoxes };
|
|
282
|
+
export const limit: number;
|
|
283
|
+
export const currentPage: number;
|
|
284
|
+
export const totalPages: number;
|
|
285
|
+
export const totalTableResults: number;
|
|
286
|
+
export const isLoading: boolean;
|
|
287
|
+
export function onSortChangeCallback(): void;
|
|
288
|
+
export function onSortReset(): void;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
declare function EventList(props: any): react_jsx_runtime.JSX.Element;
|
|
293
|
+
declare namespace EventList {
|
|
294
|
+
namespace propTypes {
|
|
295
|
+
const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
296
|
+
eventName: PropTypes.Requireable<string>;
|
|
297
|
+
period: PropTypes.Requireable<string>;
|
|
298
|
+
}>[]>;
|
|
299
|
+
const selectTextColor: PropTypes.Requireable<string>;
|
|
300
|
+
const height: PropTypes.Requireable<string>;
|
|
301
|
+
const width: PropTypes.Requireable<string>;
|
|
302
|
+
const itemHeight: PropTypes.Requireable<string>;
|
|
303
|
+
const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
304
|
+
}
|
|
305
|
+
namespace defaultProps {
|
|
306
|
+
const eventsData_1: any[];
|
|
307
|
+
export { eventsData_1 as eventsData };
|
|
308
|
+
const selectTextColor_1: string;
|
|
309
|
+
export { selectTextColor_1 as selectTextColor };
|
|
310
|
+
const width_1: string;
|
|
311
|
+
export { width_1 as width };
|
|
312
|
+
const height_1: string;
|
|
313
|
+
export { height_1 as height };
|
|
314
|
+
const itemHeight_1: string;
|
|
315
|
+
export { itemHeight_1 as itemHeight };
|
|
316
|
+
export function onSelectClick_1(): void;
|
|
317
|
+
export { onSelectClick_1 as onSelectClick };
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
declare function BannerEventBoxList(props: any): react_jsx_runtime.JSX.Element;
|
|
322
|
+
|
|
323
|
+
declare function DialogOverlay(props: any): react_jsx_runtime.JSX.Element;
|
|
324
|
+
declare namespace DialogOverlay {
|
|
325
|
+
namespace propTypes {
|
|
326
|
+
const title: PropTypes.Requireable<string>;
|
|
327
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
328
|
+
const onDialogClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
329
|
+
const className: PropTypes.Requireable<string>;
|
|
330
|
+
}
|
|
331
|
+
namespace defaultProps {
|
|
332
|
+
const title_1: string;
|
|
333
|
+
export { title_1 as title };
|
|
334
|
+
const children_1: any;
|
|
335
|
+
export { children_1 as children };
|
|
336
|
+
export function onDialogClose_1(): void;
|
|
337
|
+
export { onDialogClose_1 as onDialogClose };
|
|
338
|
+
const className_1: string;
|
|
339
|
+
export { className_1 as className };
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
declare function CollapseHeader(props: any): react_jsx_runtime.JSX.Element;
|
|
344
|
+
declare namespace CollapseHeader {
|
|
345
|
+
namespace propTypes {
|
|
346
|
+
const className: PropTypes.Requireable<string>;
|
|
347
|
+
const showRetailerIcon: PropTypes.Requireable<boolean>;
|
|
348
|
+
const showPeriodIcon: PropTypes.Requireable<boolean>;
|
|
349
|
+
const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
350
|
+
label: PropTypes.Requireable<string>;
|
|
351
|
+
}>[]>;
|
|
352
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
353
|
+
eventType: PropTypes.Requireable<string>;
|
|
354
|
+
retailer: PropTypes.Requireable<string>;
|
|
355
|
+
eventDescription: PropTypes.Requireable<string>;
|
|
356
|
+
objectivesDescription: PropTypes.Requireable<string>;
|
|
357
|
+
eventDatesValue: PropTypes.Requireable<string>;
|
|
358
|
+
externalEventDescription: PropTypes.Requireable<string>;
|
|
359
|
+
externalEventID: PropTypes.Requireable<string>;
|
|
360
|
+
storeType: PropTypes.Requireable<string>;
|
|
361
|
+
category: PropTypes.Requireable<string>;
|
|
362
|
+
supplier: PropTypes.Requireable<string>;
|
|
363
|
+
brand: PropTypes.Requireable<string>;
|
|
364
|
+
}>>;
|
|
365
|
+
const showViewCreativeButton: PropTypes.Requireable<boolean>;
|
|
366
|
+
const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
367
|
+
const descriptionTitle: PropTypes.Requireable<string>;
|
|
368
|
+
const datesTitle: PropTypes.Requireable<string>;
|
|
369
|
+
const width: PropTypes.Requireable<string>;
|
|
370
|
+
const height: PropTypes.Requireable<string>;
|
|
371
|
+
const textcolor: PropTypes.Requireable<string>;
|
|
372
|
+
const showDraft: PropTypes.Requireable<boolean>;
|
|
373
|
+
const buttonText: PropTypes.Requireable<string>;
|
|
374
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
375
|
+
}
|
|
376
|
+
namespace defaultProps {
|
|
377
|
+
const className_1: string;
|
|
378
|
+
export { className_1 as className };
|
|
379
|
+
const showRetailerIcon_1: boolean;
|
|
380
|
+
export { showRetailerIcon_1 as showRetailerIcon };
|
|
381
|
+
const showPeriodIcon_1: boolean;
|
|
382
|
+
export { showPeriodIcon_1 as showPeriodIcon };
|
|
383
|
+
const viewCreativeRetailersData_1: {
|
|
384
|
+
label: string;
|
|
385
|
+
}[];
|
|
386
|
+
export { viewCreativeRetailersData_1 as viewCreativeRetailersData };
|
|
387
|
+
export namespace data_1 {
|
|
388
|
+
const eventType: string;
|
|
389
|
+
const retailer: string;
|
|
390
|
+
const eventDescription: string;
|
|
391
|
+
const objectivesDescription: string;
|
|
392
|
+
const eventDatesValue: string;
|
|
393
|
+
const externalEventDescription: string;
|
|
394
|
+
const externalEventID: string;
|
|
395
|
+
const storeType: string;
|
|
396
|
+
const category: string;
|
|
397
|
+
const supplier: string;
|
|
398
|
+
const brand: string;
|
|
399
|
+
}
|
|
400
|
+
export { data_1 as data };
|
|
401
|
+
const showViewCreativeButton_1: boolean;
|
|
402
|
+
export { showViewCreativeButton_1 as showViewCreativeButton };
|
|
403
|
+
export function viewCreativeOnClick_1(): void;
|
|
404
|
+
export { viewCreativeOnClick_1 as viewCreativeOnClick };
|
|
405
|
+
const width_1: string;
|
|
406
|
+
export { width_1 as width };
|
|
407
|
+
const height_1: string;
|
|
408
|
+
export { height_1 as height };
|
|
409
|
+
const textcolor_1: string;
|
|
410
|
+
export { textcolor_1 as textcolor };
|
|
411
|
+
const showDraft_1: boolean;
|
|
412
|
+
export { showDraft_1 as showDraft };
|
|
413
|
+
const disabled_1: boolean;
|
|
414
|
+
export { disabled_1 as disabled };
|
|
415
|
+
const buttonText_1: string;
|
|
416
|
+
export { buttonText_1 as buttonText };
|
|
417
|
+
const descriptionTitle_1: string;
|
|
418
|
+
export { descriptionTitle_1 as descriptionTitle };
|
|
419
|
+
const datesTitle_1: string;
|
|
420
|
+
export { datesTitle_1 as datesTitle };
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
|
|
425
|
+
hoverColor?: string;
|
|
426
|
+
multipleSelection?: boolean;
|
|
427
|
+
xIconShow?: boolean;
|
|
428
|
+
disabled?: boolean;
|
|
429
|
+
error?: boolean;
|
|
430
|
+
errorMessage?: string;
|
|
431
|
+
label?: string;
|
|
432
|
+
labelColor?: string;
|
|
433
|
+
placeHolder?: string;
|
|
434
|
+
width?: string;
|
|
435
|
+
checkBoxColor?: string;
|
|
436
|
+
onChange?: (value: any) => void;
|
|
437
|
+
options?: any[];
|
|
438
|
+
selectedValue?: any[];
|
|
439
|
+
}): react_jsx_runtime.JSX.Element;
|
|
440
|
+
|
|
441
|
+
declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
|
|
442
|
+
declare namespace OneColumnContainer {
|
|
443
|
+
namespace propTypes {
|
|
444
|
+
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
445
|
+
const display: PropTypes.Requireable<string>;
|
|
446
|
+
const isLoading: PropTypes.Requireable<boolean>;
|
|
447
|
+
const gridTemplateColumns: PropTypes.Requireable<string>;
|
|
448
|
+
const itemClass: PropTypes.Requireable<string>;
|
|
449
|
+
const divStyle: PropTypes.Requireable<string>;
|
|
450
|
+
const overStyle: PropTypes.Requireable<string>;
|
|
451
|
+
const draggingStyle: PropTypes.Requireable<string>;
|
|
452
|
+
const droppedStyle: PropTypes.Requireable<string>;
|
|
453
|
+
const width: PropTypes.Requireable<string>;
|
|
454
|
+
const height: PropTypes.Requireable<string>;
|
|
455
|
+
const overflow: PropTypes.Requireable<string>;
|
|
456
|
+
const transparentBackground: PropTypes.Requireable<boolean>;
|
|
457
|
+
const infoTitle: PropTypes.Requireable<string>;
|
|
458
|
+
const infoText: PropTypes.Requireable<string>;
|
|
459
|
+
const disableInfo: PropTypes.Requireable<boolean>;
|
|
460
|
+
const showViewByBannerButton: PropTypes.Requireable<boolean>;
|
|
461
|
+
const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
462
|
+
const columnTitle: PropTypes.Requireable<string>;
|
|
463
|
+
const isPercentOfChange: PropTypes.Requireable<boolean>;
|
|
464
|
+
const PercentOfChangeData: PropTypes.Requireable<number>;
|
|
465
|
+
const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
466
|
+
const showBackgroundImage: PropTypes.Requireable<boolean>;
|
|
467
|
+
const backgroundImageStyle: PropTypes.Requireable<object>;
|
|
468
|
+
}
|
|
469
|
+
namespace defaultProps {
|
|
470
|
+
const children_1: any;
|
|
471
|
+
export { children_1 as children };
|
|
472
|
+
const display_1: string;
|
|
473
|
+
export { display_1 as display };
|
|
474
|
+
const isLoading_1: string;
|
|
475
|
+
export { isLoading_1 as isLoading };
|
|
476
|
+
const gridTemplateColumns_1: string;
|
|
477
|
+
export { gridTemplateColumns_1 as gridTemplateColumns };
|
|
478
|
+
const itemClass_1: string;
|
|
479
|
+
export { itemClass_1 as itemClass };
|
|
480
|
+
const divStyle_1: string;
|
|
481
|
+
export { divStyle_1 as divStyle };
|
|
482
|
+
const overStyle_1: string;
|
|
483
|
+
export { overStyle_1 as overStyle };
|
|
484
|
+
const draggingStyle_1: string;
|
|
485
|
+
export { draggingStyle_1 as draggingStyle };
|
|
486
|
+
const droppedStyle_1: string;
|
|
487
|
+
export { droppedStyle_1 as droppedStyle };
|
|
488
|
+
const width_1: string;
|
|
489
|
+
export { width_1 as width };
|
|
490
|
+
const height_1: string;
|
|
491
|
+
export { height_1 as height };
|
|
492
|
+
const overflow_1: string;
|
|
493
|
+
export { overflow_1 as overflow };
|
|
494
|
+
const transparentBackground_1: boolean;
|
|
495
|
+
export { transparentBackground_1 as transparentBackground };
|
|
496
|
+
const infoTitle_1: string;
|
|
497
|
+
export { infoTitle_1 as infoTitle };
|
|
498
|
+
const infoText_1: string;
|
|
499
|
+
export { infoText_1 as infoText };
|
|
500
|
+
const disableInfo_1: boolean;
|
|
501
|
+
export { disableInfo_1 as disableInfo };
|
|
502
|
+
const showViewByBannerButton_1: boolean;
|
|
503
|
+
export { showViewByBannerButton_1 as showViewByBannerButton };
|
|
504
|
+
export function onBannerClick_1(): void;
|
|
505
|
+
export { onBannerClick_1 as onBannerClick };
|
|
506
|
+
const columnTitle_1: string;
|
|
507
|
+
export { columnTitle_1 as columnTitle };
|
|
508
|
+
const isPercentOfChange_1: boolean;
|
|
509
|
+
export { isPercentOfChange_1 as isPercentOfChange };
|
|
510
|
+
const PercentOfChangeData_1: number;
|
|
511
|
+
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
512
|
+
const backgroundImage_1: string;
|
|
513
|
+
export { backgroundImage_1 as backgroundImage };
|
|
514
|
+
const showBackgroundImage_1: boolean;
|
|
515
|
+
export { showBackgroundImage_1 as showBackgroundImage };
|
|
516
|
+
const backgroundImageStyle_1: {};
|
|
517
|
+
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
|
|
522
|
+
declare namespace BarChartsByWeeks {
|
|
523
|
+
namespace propTypes {
|
|
524
|
+
const className: PropTypes.Requireable<string>;
|
|
525
|
+
const title: PropTypes.Requireable<string>;
|
|
526
|
+
const showHeaderTopValue: PropTypes.Requireable<boolean>;
|
|
527
|
+
const headerValueTopTitle: PropTypes.Requireable<string>;
|
|
528
|
+
const headerValueBottomTitle: PropTypes.Requireable<string>;
|
|
529
|
+
const headerValue: PropTypes.Requireable<number>;
|
|
530
|
+
const HeaderValueCurrencyType: PropTypes.Requireable<string>;
|
|
531
|
+
const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
|
|
532
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
533
|
+
title: PropTypes.Requireable<string>;
|
|
534
|
+
value: PropTypes.Requireable<number>;
|
|
535
|
+
}>[]>;
|
|
536
|
+
const isTitleOriganal: PropTypes.Requireable<boolean>;
|
|
537
|
+
const width: PropTypes.Requireable<string>;
|
|
538
|
+
const height: PropTypes.Requireable<string>;
|
|
539
|
+
const barChartColor: PropTypes.Requireable<string>;
|
|
540
|
+
const barChartSecondColor: PropTypes.Requireable<string>;
|
|
541
|
+
const xselectedColor: PropTypes.Requireable<string>;
|
|
542
|
+
const startWeekRange: PropTypes.Requireable<string>;
|
|
543
|
+
const endWeekRange: PropTypes.Requireable<string>;
|
|
544
|
+
const tooltipTitle: PropTypes.Requireable<string>;
|
|
545
|
+
const tooltipSecondTitle: PropTypes.Requireable<string>;
|
|
546
|
+
const yAxisCounter: PropTypes.Requireable<number>;
|
|
547
|
+
const isPercentValue: PropTypes.Requireable<boolean>;
|
|
548
|
+
const interval: PropTypes.Requireable<string>;
|
|
549
|
+
const showTitle: PropTypes.Requireable<boolean>;
|
|
550
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
551
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
552
|
+
title: PropTypes.Validator<string>;
|
|
553
|
+
iconType: PropTypes.Validator<string>;
|
|
554
|
+
iconColor: PropTypes.Validator<string>;
|
|
555
|
+
}>[]>;
|
|
556
|
+
const showTwoBars: PropTypes.Requireable<boolean>;
|
|
557
|
+
const setLimitHeight: PropTypes.Requireable<number>;
|
|
558
|
+
const setLimitLow: PropTypes.Requireable<number>;
|
|
559
|
+
}
|
|
560
|
+
namespace defaultProps {
|
|
561
|
+
const className_1: string;
|
|
562
|
+
export { className_1 as className };
|
|
563
|
+
const title_1: string;
|
|
564
|
+
export { title_1 as title };
|
|
565
|
+
const showHeaderTopValue_1: boolean;
|
|
566
|
+
export { showHeaderTopValue_1 as showHeaderTopValue };
|
|
567
|
+
const headerValueTopTitle_1: string;
|
|
568
|
+
export { headerValueTopTitle_1 as headerValueTopTitle };
|
|
569
|
+
const headerValueBottomTitle_1: string;
|
|
570
|
+
export { headerValueBottomTitle_1 as headerValueBottomTitle };
|
|
571
|
+
const headerValue_1: number;
|
|
572
|
+
export { headerValue_1 as headerValue };
|
|
573
|
+
const HeaderValueCurrencyType_1: string;
|
|
574
|
+
export { HeaderValueCurrencyType_1 as HeaderValueCurrencyType };
|
|
575
|
+
const HeaderValueIsPercent_1: boolean;
|
|
576
|
+
export { HeaderValueIsPercent_1 as HeaderValueIsPercent };
|
|
577
|
+
const barChartData_1: {
|
|
578
|
+
title: string;
|
|
579
|
+
value: number;
|
|
580
|
+
}[];
|
|
581
|
+
export { barChartData_1 as barChartData };
|
|
582
|
+
const width_1: string;
|
|
583
|
+
export { width_1 as width };
|
|
584
|
+
const height_1: string;
|
|
585
|
+
export { height_1 as height };
|
|
586
|
+
const barChartColor_1: string;
|
|
587
|
+
export { barChartColor_1 as barChartColor };
|
|
588
|
+
const barChartSecondColor_1: string;
|
|
589
|
+
export { barChartSecondColor_1 as barChartSecondColor };
|
|
590
|
+
const xselectedColor_1: string;
|
|
591
|
+
export { xselectedColor_1 as xselectedColor };
|
|
592
|
+
const tooltipTitle_1: string;
|
|
593
|
+
export { tooltipTitle_1 as tooltipTitle };
|
|
594
|
+
const tooltipSecondTitle_1: string;
|
|
595
|
+
export { tooltipSecondTitle_1 as tooltipSecondTitle };
|
|
596
|
+
const startWeekRange_1: number;
|
|
597
|
+
export { startWeekRange_1 as startWeekRange };
|
|
598
|
+
const endWeekRange_1: number;
|
|
599
|
+
export { endWeekRange_1 as endWeekRange };
|
|
600
|
+
const yAxisCounter_1: number;
|
|
601
|
+
export { yAxisCounter_1 as yAxisCounter };
|
|
602
|
+
const isPercentValue_1: boolean;
|
|
603
|
+
export { isPercentValue_1 as isPercentValue };
|
|
604
|
+
const interval_1: string;
|
|
605
|
+
export { interval_1 as interval };
|
|
606
|
+
const showTitle_1: boolean;
|
|
607
|
+
export { showTitle_1 as showTitle };
|
|
608
|
+
const showLegend_1: boolean;
|
|
609
|
+
export { showLegend_1 as showLegend };
|
|
610
|
+
const isTitleOriganal_1: boolean;
|
|
611
|
+
export { isTitleOriganal_1 as isTitleOriganal };
|
|
612
|
+
const legendData_1: {
|
|
613
|
+
title: string;
|
|
614
|
+
iconType: string;
|
|
615
|
+
iconColor: string;
|
|
616
|
+
}[];
|
|
617
|
+
export { legendData_1 as legendData };
|
|
618
|
+
const showTwoBars_1: boolean;
|
|
619
|
+
export { showTwoBars_1 as showTwoBars };
|
|
620
|
+
const setLimitHeight_1: any;
|
|
621
|
+
export { setLimitHeight_1 as setLimitHeight };
|
|
622
|
+
const setLimitLow_1: any;
|
|
623
|
+
export { setLimitLow_1 as setLimitLow };
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
declare function PopupCharts(props: any): react_jsx_runtime.JSX.Element;
|
|
628
|
+
declare namespace PopupCharts {
|
|
629
|
+
namespace propTypes {
|
|
630
|
+
const title: PropTypes.Requireable<string>;
|
|
631
|
+
const chartType: PropTypes.Requireable<string>;
|
|
632
|
+
const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
633
|
+
title: PropTypes.Requireable<string>;
|
|
634
|
+
chartType: PropTypes.Requireable<string>;
|
|
635
|
+
value: PropTypes.Requireable<number>;
|
|
636
|
+
legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
637
|
+
color: PropTypes.Requireable<string>;
|
|
638
|
+
name: PropTypes.Requireable<string>;
|
|
639
|
+
value: PropTypes.Requireable<number>;
|
|
640
|
+
}>[]>;
|
|
641
|
+
noDataText: PropTypes.Requireable<string>;
|
|
642
|
+
}>[]>;
|
|
643
|
+
const isPopupChartsOpen: PropTypes.Requireable<boolean>;
|
|
644
|
+
const width: PropTypes.Requireable<string>;
|
|
645
|
+
const height: PropTypes.Requireable<string>;
|
|
646
|
+
const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
647
|
+
const subtitleTextColor: PropTypes.Requireable<string>;
|
|
648
|
+
}
|
|
649
|
+
namespace defaultProps {
|
|
650
|
+
const title_1: string;
|
|
651
|
+
export { title_1 as title };
|
|
652
|
+
const chartType_1: string;
|
|
653
|
+
export { chartType_1 as chartType };
|
|
654
|
+
const isPopupChartsOpen_1: boolean;
|
|
655
|
+
export { isPopupChartsOpen_1 as isPopupChartsOpen };
|
|
656
|
+
const popupChartsItemsData_1: ({
|
|
657
|
+
title: string;
|
|
658
|
+
chartType: string;
|
|
659
|
+
value: number;
|
|
660
|
+
legendData: {
|
|
661
|
+
color: string;
|
|
662
|
+
name: string;
|
|
663
|
+
value: number;
|
|
664
|
+
}[];
|
|
665
|
+
noDataText: string;
|
|
666
|
+
chartsData?: undefined;
|
|
667
|
+
} | {
|
|
668
|
+
title: string;
|
|
669
|
+
chartType: string;
|
|
670
|
+
value: number;
|
|
671
|
+
chartsData: {
|
|
672
|
+
label: string;
|
|
673
|
+
value: number;
|
|
674
|
+
}[];
|
|
675
|
+
noDataText: string;
|
|
676
|
+
legendData?: undefined;
|
|
677
|
+
})[];
|
|
678
|
+
export { popupChartsItemsData_1 as popupChartsItemsData };
|
|
679
|
+
const width_1: string;
|
|
680
|
+
export { width_1 as width };
|
|
681
|
+
const height_1: string;
|
|
682
|
+
export { height_1 as height };
|
|
683
|
+
export function onCloseClick_1(): void;
|
|
684
|
+
export { onCloseClick_1 as onCloseClick };
|
|
685
|
+
const subtitleTextColor_1: string;
|
|
686
|
+
export { subtitleTextColor_1 as subtitleTextColor };
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
declare function TotalDoughnutChart(props: any): react_jsx_runtime.JSX.Element;
|
|
691
|
+
declare namespace TotalDoughnutChart {
|
|
692
|
+
namespace propTypes {
|
|
693
|
+
const className: PropTypes.Requireable<string>;
|
|
694
|
+
const title: PropTypes.Requireable<string>;
|
|
695
|
+
const value: PropTypes.Requireable<number>;
|
|
696
|
+
const rootFont: PropTypes.Requireable<string>;
|
|
697
|
+
const containerPadding: PropTypes.Requireable<string>;
|
|
698
|
+
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
699
|
+
const dotCut: PropTypes.Requireable<boolean>;
|
|
700
|
+
const currencySign: PropTypes.Requireable<boolean>;
|
|
701
|
+
const currencyType: PropTypes.Requireable<string>;
|
|
702
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
703
|
+
color: PropTypes.Requireable<string>;
|
|
704
|
+
value: PropTypes.Requireable<number>;
|
|
705
|
+
name: PropTypes.Requireable<string>;
|
|
706
|
+
}>[]>;
|
|
707
|
+
const legendBelow: PropTypes.Requireable<boolean>;
|
|
708
|
+
const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
|
|
709
|
+
const itemsBoldedValues: PropTypes.Requireable<boolean>;
|
|
710
|
+
const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
|
|
711
|
+
const width: PropTypes.Requireable<string>;
|
|
712
|
+
const height: PropTypes.Requireable<string>;
|
|
713
|
+
const textcolor: PropTypes.Requireable<string>;
|
|
714
|
+
const titleFontSize: PropTypes.Requireable<string>;
|
|
715
|
+
const FormattedValueFontSize: PropTypes.Requireable<string>;
|
|
716
|
+
const isPercent: PropTypes.Requireable<boolean>;
|
|
717
|
+
const hideTitleAndValue: PropTypes.Requireable<boolean>;
|
|
718
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
719
|
+
const textAfterValue: PropTypes.Requireable<string>;
|
|
720
|
+
}
|
|
721
|
+
namespace defaultProps {
|
|
722
|
+
const className_1: string;
|
|
723
|
+
export { className_1 as className };
|
|
724
|
+
const title_1: string;
|
|
725
|
+
export { title_1 as title };
|
|
726
|
+
const value_1: number;
|
|
727
|
+
export { value_1 as value };
|
|
728
|
+
const rootFont_1: string;
|
|
729
|
+
export { rootFont_1 as rootFont };
|
|
730
|
+
const containerPadding_1: string;
|
|
731
|
+
export { containerPadding_1 as containerPadding };
|
|
732
|
+
const addingBenchmark_1: boolean;
|
|
733
|
+
export { addingBenchmark_1 as addingBenchmark };
|
|
734
|
+
const dotCut_1: boolean;
|
|
735
|
+
export { dotCut_1 as dotCut };
|
|
736
|
+
const currencySign_1: boolean;
|
|
737
|
+
export { currencySign_1 as currencySign };
|
|
738
|
+
const currencyType_1: string;
|
|
739
|
+
export { currencyType_1 as currencyType };
|
|
740
|
+
const legendData_1: any[];
|
|
741
|
+
export { legendData_1 as legendData };
|
|
742
|
+
const legendBelow_1: boolean;
|
|
743
|
+
export { legendBelow_1 as legendBelow };
|
|
744
|
+
const itemsPercentagesValueAside_1: boolean;
|
|
745
|
+
export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
|
|
746
|
+
const itemsBoldedValues_1: boolean;
|
|
747
|
+
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
748
|
+
const itemsValuesSeparateLine_1: boolean;
|
|
749
|
+
export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
|
|
750
|
+
const width_1: string;
|
|
751
|
+
export { width_1 as width };
|
|
752
|
+
const height_1: string;
|
|
753
|
+
export { height_1 as height };
|
|
754
|
+
const textcolor_1: string;
|
|
755
|
+
export { textcolor_1 as textcolor };
|
|
756
|
+
const titleFontSize_1: string;
|
|
757
|
+
export { titleFontSize_1 as titleFontSize };
|
|
758
|
+
const FormattedValueFontSize_1: string;
|
|
759
|
+
export { FormattedValueFontSize_1 as FormattedValueFontSize };
|
|
760
|
+
const isPercent_1: boolean;
|
|
761
|
+
export { isPercent_1 as isPercent };
|
|
762
|
+
const hideTitleAndValue_1: boolean;
|
|
763
|
+
export { hideTitleAndValue_1 as hideTitleAndValue };
|
|
764
|
+
const noDataText_1: string;
|
|
765
|
+
export { noDataText_1 as noDataText };
|
|
766
|
+
const textAfterValue_1: string;
|
|
767
|
+
export { textAfterValue_1 as textAfterValue };
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
declare function TopToggleList(props: any): react_jsx_runtime.JSX.Element;
|
|
772
|
+
declare namespace TopToggleList {
|
|
773
|
+
namespace propTypes {
|
|
774
|
+
const width: PropTypes.Requireable<string>;
|
|
775
|
+
const height: PropTypes.Requireable<string>;
|
|
776
|
+
const title: PropTypes.Requireable<string>;
|
|
777
|
+
const list: PropTypes.Requireable<any[]>;
|
|
778
|
+
}
|
|
779
|
+
namespace defaultProps {
|
|
780
|
+
const width_1: string;
|
|
781
|
+
export { width_1 as width };
|
|
782
|
+
const height_1: string;
|
|
783
|
+
export { height_1 as height };
|
|
784
|
+
const title_1: string;
|
|
785
|
+
export { title_1 as title };
|
|
786
|
+
const list_1: {
|
|
787
|
+
value: string;
|
|
788
|
+
label: string;
|
|
789
|
+
}[];
|
|
790
|
+
export { list_1 as list };
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
|
|
795
|
+
declare namespace MarketShareDescription {
|
|
796
|
+
namespace propTypes {
|
|
797
|
+
const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
798
|
+
label: PropTypes.Requireable<string>;
|
|
799
|
+
checked: PropTypes.Requireable<boolean>;
|
|
800
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
801
|
+
}>[]>;
|
|
802
|
+
const height: PropTypes.Requireable<string>;
|
|
803
|
+
const width: PropTypes.Requireable<string>;
|
|
804
|
+
const iconColor: PropTypes.Requireable<string>;
|
|
805
|
+
const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
806
|
+
const dotCut: PropTypes.Requireable<boolean>;
|
|
807
|
+
}
|
|
808
|
+
namespace defaultProps {
|
|
809
|
+
const marketShareData_1: any[];
|
|
810
|
+
export { marketShareData_1 as marketShareData };
|
|
811
|
+
const width_1: string;
|
|
812
|
+
export { width_1 as width };
|
|
813
|
+
const height_1: string;
|
|
814
|
+
export { height_1 as height };
|
|
815
|
+
const iconColor_1: string;
|
|
816
|
+
export { iconColor_1 as iconColor };
|
|
817
|
+
export function onBannerClick_1(): void;
|
|
818
|
+
export { onBannerClick_1 as onBannerClick };
|
|
819
|
+
const dotCut_1: boolean;
|
|
820
|
+
export { dotCut_1 as dotCut };
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
|
|
825
|
+
declare namespace Heatmap {
|
|
826
|
+
namespace propTypes {
|
|
827
|
+
const title: PropTypes.Validator<string>;
|
|
828
|
+
const data: PropTypes.Validator<PropTypes.InferProps<{
|
|
829
|
+
value: PropTypes.Validator<number>;
|
|
830
|
+
label: PropTypes.Validator<string>;
|
|
831
|
+
color: PropTypes.Validator<string>;
|
|
832
|
+
}>[]>;
|
|
833
|
+
const lowLimit: PropTypes.Validator<number>;
|
|
834
|
+
const barHeight: PropTypes.Validator<string>;
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
declare function TotalHorizontalCharts(props: any): react_jsx_runtime.JSX.Element;
|
|
839
|
+
declare namespace TotalHorizontalCharts {
|
|
840
|
+
namespace propTypes {
|
|
841
|
+
const className: PropTypes.Requireable<string>;
|
|
842
|
+
const title: PropTypes.Requireable<string>;
|
|
843
|
+
const value: PropTypes.Requireable<number>;
|
|
844
|
+
const dotCut: PropTypes.Requireable<boolean>;
|
|
845
|
+
const currencySign: PropTypes.Requireable<boolean>;
|
|
846
|
+
const currencyType: PropTypes.Requireable<string>;
|
|
847
|
+
const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
848
|
+
name: PropTypes.Requireable<string>;
|
|
849
|
+
value: PropTypes.Requireable<number>;
|
|
850
|
+
color: PropTypes.Requireable<string>;
|
|
851
|
+
}>[]>;
|
|
852
|
+
const showScrollerBarsCount: PropTypes.Requireable<number>;
|
|
853
|
+
const showPercentAsideValue: PropTypes.Requireable<boolean>;
|
|
854
|
+
const labelFontSize: PropTypes.Requireable<number>;
|
|
855
|
+
const labelLimitedLetters: PropTypes.Requireable<number>;
|
|
856
|
+
const width: PropTypes.Requireable<string>;
|
|
857
|
+
const height: PropTypes.Requireable<string>;
|
|
858
|
+
const rightGap: PropTypes.Requireable<number>;
|
|
859
|
+
const textColor: PropTypes.Requireable<string>;
|
|
860
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
861
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
862
|
+
const isPercentage: PropTypes.Requireable<boolean>;
|
|
863
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
864
|
+
const hideTotalValue: PropTypes.Requireable<boolean>;
|
|
865
|
+
const hideTitle: PropTypes.Requireable<boolean>;
|
|
866
|
+
}
|
|
867
|
+
namespace defaultProps {
|
|
868
|
+
const className_1: string;
|
|
869
|
+
export { className_1 as className };
|
|
870
|
+
const title_1: string;
|
|
871
|
+
export { title_1 as title };
|
|
872
|
+
const value_1: number;
|
|
873
|
+
export { value_1 as value };
|
|
874
|
+
const dotCut_1: boolean;
|
|
875
|
+
export { dotCut_1 as dotCut };
|
|
876
|
+
const currencySign_1: boolean;
|
|
877
|
+
export { currencySign_1 as currencySign };
|
|
878
|
+
const currencyType_1: string;
|
|
879
|
+
export { currencyType_1 as currencyType };
|
|
880
|
+
const chartsData_1: any[];
|
|
881
|
+
export { chartsData_1 as chartsData };
|
|
882
|
+
const showScrollerBarsCount_1: number;
|
|
883
|
+
export { showScrollerBarsCount_1 as showScrollerBarsCount };
|
|
884
|
+
const showPercentAsideValue_1: boolean;
|
|
885
|
+
export { showPercentAsideValue_1 as showPercentAsideValue };
|
|
886
|
+
const labelFontSize_1: number;
|
|
887
|
+
export { labelFontSize_1 as labelFontSize };
|
|
888
|
+
const labelLimitedLetters_1: number;
|
|
889
|
+
export { labelLimitedLetters_1 as labelLimitedLetters };
|
|
890
|
+
const width_1: string;
|
|
891
|
+
export { width_1 as width };
|
|
892
|
+
const height_1: string;
|
|
893
|
+
export { height_1 as height };
|
|
894
|
+
const rightGap_1: number;
|
|
895
|
+
export { rightGap_1 as rightGap };
|
|
896
|
+
const textColor_1: string;
|
|
897
|
+
export { textColor_1 as textColor };
|
|
898
|
+
const noDataText_1: string;
|
|
899
|
+
export { noDataText_1 as noDataText };
|
|
900
|
+
const isDollar_1: boolean;
|
|
901
|
+
export { isDollar_1 as isDollar };
|
|
902
|
+
const isPercentage_1: boolean;
|
|
903
|
+
export { isPercentage_1 as isPercentage };
|
|
904
|
+
const showDollarSign_1: boolean;
|
|
905
|
+
export { showDollarSign_1 as showDollarSign };
|
|
906
|
+
const hideTotalValue_1: boolean;
|
|
907
|
+
export { hideTotalValue_1 as hideTotalValue };
|
|
908
|
+
const hideTitle_1: boolean;
|
|
909
|
+
export { hideTitle_1 as hideTitle };
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
declare function IconButton(props: any): react_jsx_runtime.JSX.Element;
|
|
914
|
+
declare namespace IconButton {
|
|
915
|
+
namespace propTypes {
|
|
916
|
+
const fileLink: PropTypes.Requireable<string>;
|
|
917
|
+
const showProcess: PropTypes.Requireable<boolean>;
|
|
918
|
+
const buttonText: PropTypes.Requireable<string>;
|
|
919
|
+
const iconName: PropTypes.Requireable<string>;
|
|
920
|
+
const contentColor: PropTypes.Requireable<string>;
|
|
921
|
+
const backgroundColor: PropTypes.Requireable<string>;
|
|
922
|
+
const borderColor: PropTypes.Requireable<string>;
|
|
923
|
+
const borderRadius: PropTypes.Requireable<string>;
|
|
924
|
+
const iconHeight: PropTypes.Requireable<number>;
|
|
925
|
+
const iconWidth: PropTypes.Requireable<number>;
|
|
926
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
927
|
+
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
928
|
+
const onCancelClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
929
|
+
}
|
|
930
|
+
namespace defaultProps {
|
|
931
|
+
const fileLink_1: string;
|
|
932
|
+
export { fileLink_1 as fileLink };
|
|
933
|
+
const showProcess_1: boolean;
|
|
934
|
+
export { showProcess_1 as showProcess };
|
|
935
|
+
const buttonText_1: string;
|
|
936
|
+
export { buttonText_1 as buttonText };
|
|
937
|
+
const iconName_1: string;
|
|
938
|
+
export { iconName_1 as iconName };
|
|
939
|
+
const contentColor_1: string;
|
|
940
|
+
export { contentColor_1 as contentColor };
|
|
941
|
+
const backgroundColor_1: string;
|
|
942
|
+
export { backgroundColor_1 as backgroundColor };
|
|
943
|
+
const borderColor_1: string;
|
|
944
|
+
export { borderColor_1 as borderColor };
|
|
945
|
+
const borderRadius_1: string;
|
|
946
|
+
export { borderRadius_1 as borderRadius };
|
|
947
|
+
const iconHeight_1: number;
|
|
948
|
+
export { iconHeight_1 as iconHeight };
|
|
949
|
+
const iconWidth_1: number;
|
|
950
|
+
export { iconWidth_1 as iconWidth };
|
|
951
|
+
const disabled_1: boolean;
|
|
952
|
+
export { disabled_1 as disabled };
|
|
953
|
+
export function onClick_1(): void;
|
|
954
|
+
export { onClick_1 as onClick };
|
|
955
|
+
export function onCancelClick_1(): void;
|
|
956
|
+
export { onCancelClick_1 as onCancelClick };
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
|
|
961
|
+
|
|
962
|
+
declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
|
|
963
|
+
declare namespace BarChart {
|
|
964
|
+
namespace propTypes {
|
|
965
|
+
const title: PropTypes.Requireable<string>;
|
|
966
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
967
|
+
title: PropTypes.Requireable<string>;
|
|
968
|
+
date: PropTypes.Requireable<string>;
|
|
969
|
+
value: PropTypes.Requireable<number>;
|
|
970
|
+
}>[]>;
|
|
971
|
+
const width: PropTypes.Requireable<string>;
|
|
972
|
+
const height: PropTypes.Requireable<string>;
|
|
973
|
+
const barSize: PropTypes.Requireable<number>;
|
|
974
|
+
const barFontSizeValue: PropTypes.Requireable<string>;
|
|
975
|
+
const barChartColor: PropTypes.Requireable<string>;
|
|
976
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
977
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
978
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
979
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
980
|
+
title: PropTypes.Validator<string>;
|
|
981
|
+
iconType: PropTypes.Validator<string>;
|
|
982
|
+
iconColor: PropTypes.Validator<string>;
|
|
983
|
+
}>[]>;
|
|
984
|
+
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
985
|
+
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
986
|
+
const referenceLineColor: PropTypes.Requireable<string>;
|
|
987
|
+
const referenceLineDashed: PropTypes.Requireable<string>;
|
|
988
|
+
const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
|
|
989
|
+
const currentBarColor: PropTypes.Requireable<string>;
|
|
990
|
+
const isPercent: PropTypes.Requireable<boolean>;
|
|
991
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
992
|
+
}
|
|
993
|
+
namespace defaultProps {
|
|
994
|
+
const title_1: string;
|
|
995
|
+
export { title_1 as title };
|
|
996
|
+
const barChartData_1: {
|
|
997
|
+
title: string;
|
|
998
|
+
date: string;
|
|
999
|
+
value: number;
|
|
1000
|
+
}[];
|
|
1001
|
+
export { barChartData_1 as barChartData };
|
|
1002
|
+
const width_1: string;
|
|
1003
|
+
export { width_1 as width };
|
|
1004
|
+
const height_1: string;
|
|
1005
|
+
export { height_1 as height };
|
|
1006
|
+
const barSize_1: number;
|
|
1007
|
+
export { barSize_1 as barSize };
|
|
1008
|
+
const barFontSizeValue_1: string;
|
|
1009
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
1010
|
+
const barChartColor_1: string;
|
|
1011
|
+
export { barChartColor_1 as barChartColor };
|
|
1012
|
+
const showDollarSign_1: boolean;
|
|
1013
|
+
export { showDollarSign_1 as showDollarSign };
|
|
1014
|
+
const isDollar_1: boolean;
|
|
1015
|
+
export { isDollar_1 as isDollar };
|
|
1016
|
+
const showLegend_1: boolean;
|
|
1017
|
+
export { showLegend_1 as showLegend };
|
|
1018
|
+
const legendData_1: {
|
|
1019
|
+
title: string;
|
|
1020
|
+
iconType: string;
|
|
1021
|
+
iconColor: string;
|
|
1022
|
+
}[];
|
|
1023
|
+
export { legendData_1 as legendData };
|
|
1024
|
+
const showReferenceLine_1: boolean;
|
|
1025
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
1026
|
+
const referenceLinePoint_1: number;
|
|
1027
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
1028
|
+
const referenceLineColor_1: string;
|
|
1029
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
1030
|
+
const referenceLineDashed_1: string;
|
|
1031
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
1032
|
+
const showCurrentCampaignStyle_1: boolean;
|
|
1033
|
+
export { showCurrentCampaignStyle_1 as showCurrentCampaignStyle };
|
|
1034
|
+
const currentBarColor_1: string;
|
|
1035
|
+
export { currentBarColor_1 as currentBarColor };
|
|
1036
|
+
const isPercent_1: boolean;
|
|
1037
|
+
export { isPercent_1 as isPercent };
|
|
1038
|
+
const noDataText_1: string;
|
|
1039
|
+
export { noDataText_1 as noDataText };
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
|
|
1044
|
+
|
|
1045
|
+
declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1046
|
+
|
|
1047
|
+
declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
|
|
1048
|
+
|
|
1049
|
+
declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
|
|
1050
|
+
text?: string;
|
|
1051
|
+
type?: string;
|
|
1052
|
+
size?: string;
|
|
1053
|
+
height?: string;
|
|
1054
|
+
width?: string;
|
|
1055
|
+
disabled?: boolean;
|
|
1056
|
+
textColor?: string;
|
|
19
1057
|
onClick: any;
|
|
20
|
-
leftIcon?: string
|
|
21
|
-
rightIcon?: string
|
|
22
|
-
|
|
1058
|
+
leftIcon?: string;
|
|
1059
|
+
rightIcon?: string;
|
|
1060
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1061
|
+
|
|
1062
|
+
declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
|
|
1063
|
+
data?: any[];
|
|
1064
|
+
title?: string;
|
|
1065
|
+
subtitle?: string;
|
|
1066
|
+
leftHeader?: string;
|
|
1067
|
+
rightHeader?: string;
|
|
1068
|
+
topHeader?: string;
|
|
1069
|
+
bottomHeader?: string;
|
|
1070
|
+
colorPalette?: string[];
|
|
1071
|
+
height?: string;
|
|
1072
|
+
width?: string;
|
|
1073
|
+
backgroundColor?: string;
|
|
1074
|
+
showAxis?: boolean;
|
|
1075
|
+
noDataText?: string;
|
|
1076
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1077
|
+
|
|
1078
|
+
declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1079
|
+
|
|
1080
|
+
declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
|
|
1081
|
+
|
|
1082
|
+
declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1083
|
+
|
|
1084
|
+
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, }: {
|
|
1085
|
+
className?: string;
|
|
1086
|
+
width?: string;
|
|
1087
|
+
height?: string;
|
|
1088
|
+
title?: string;
|
|
1089
|
+
data?: any[];
|
|
1090
|
+
totalsData?: any[];
|
|
1091
|
+
showLegend?: boolean;
|
|
1092
|
+
legendData?: any[];
|
|
1093
|
+
maxBarRange?: number;
|
|
1094
|
+
showLineChart?: boolean;
|
|
1095
|
+
lineRange?: number;
|
|
1096
|
+
lineFontSizeValue?: string;
|
|
1097
|
+
barFontSizeValue?: string;
|
|
1098
|
+
barSize?: number;
|
|
1099
|
+
barChartHeight?: number;
|
|
1100
|
+
lineChartHeight?: number;
|
|
1101
|
+
isLineChartCurrency?: boolean;
|
|
1102
|
+
isLineChartBolded?: boolean;
|
|
1103
|
+
setLineChartTooltip?: boolean;
|
|
1104
|
+
isTopBarPercent?: boolean;
|
|
1105
|
+
showSecondBar?: boolean;
|
|
1106
|
+
showPeriod?: boolean;
|
|
1107
|
+
currencySign?: string;
|
|
1108
|
+
currencySignLine?: string;
|
|
1109
|
+
noDataText?: string;
|
|
1110
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1111
|
+
|
|
1112
|
+
declare function BarChartWithAreaChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1113
|
+
|
|
1114
|
+
declare function BarChartTwoRows(props: any): react_jsx_runtime.JSX.Element;
|
|
1115
|
+
|
|
1116
|
+
declare function TwoBarCharts(props: any): react_jsx_runtime.JSX.Element;
|
|
1117
|
+
declare namespace TwoBarCharts {
|
|
1118
|
+
namespace propTypes {
|
|
1119
|
+
const title: PropTypes.Requireable<string>;
|
|
1120
|
+
const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1121
|
+
title: PropTypes.Requireable<string>;
|
|
1122
|
+
date: PropTypes.Requireable<string>;
|
|
1123
|
+
value: PropTypes.Requireable<number>;
|
|
1124
|
+
}>[]>;
|
|
1125
|
+
const width: PropTypes.Requireable<string>;
|
|
1126
|
+
const height: PropTypes.Requireable<string>;
|
|
1127
|
+
const barSize: PropTypes.Requireable<number>;
|
|
1128
|
+
const barFontSizeValue: PropTypes.Requireable<string>;
|
|
1129
|
+
const barChartColorFirst: PropTypes.Requireable<string>;
|
|
1130
|
+
const barChartColorSecond: PropTypes.Requireable<string>;
|
|
1131
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
1132
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
1133
|
+
const legendData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1134
|
+
title: PropTypes.Validator<string>;
|
|
1135
|
+
iconType: PropTypes.Validator<string>;
|
|
1136
|
+
iconColor: PropTypes.Validator<string>;
|
|
1137
|
+
}>[]>;
|
|
1138
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
1139
|
+
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
1140
|
+
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
1141
|
+
const referenceLineColor: PropTypes.Requireable<string>;
|
|
1142
|
+
const referenceLineDashed: PropTypes.Requireable<string>;
|
|
1143
|
+
const showTooltip: PropTypes.Requireable<boolean>;
|
|
1144
|
+
}
|
|
1145
|
+
namespace defaultProps {
|
|
1146
|
+
const title_1: string;
|
|
1147
|
+
export { title_1 as title };
|
|
1148
|
+
const barChartData_1: {
|
|
1149
|
+
title: string;
|
|
1150
|
+
date: string;
|
|
1151
|
+
valueOne: number;
|
|
1152
|
+
valueTwo: number;
|
|
1153
|
+
}[];
|
|
1154
|
+
export { barChartData_1 as barChartData };
|
|
1155
|
+
const width_1: string;
|
|
1156
|
+
export { width_1 as width };
|
|
1157
|
+
const height_1: string;
|
|
1158
|
+
export { height_1 as height };
|
|
1159
|
+
const barSize_1: number;
|
|
1160
|
+
export { barSize_1 as barSize };
|
|
1161
|
+
const barFontSizeValue_1: string;
|
|
1162
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
1163
|
+
const barChartColorFirst_1: string;
|
|
1164
|
+
export { barChartColorFirst_1 as barChartColorFirst };
|
|
1165
|
+
const barChartColorSecond_1: string;
|
|
1166
|
+
export { barChartColorSecond_1 as barChartColorSecond };
|
|
1167
|
+
const isDollar_1: boolean;
|
|
1168
|
+
export { isDollar_1 as isDollar };
|
|
1169
|
+
const showDollarSign_1: boolean;
|
|
1170
|
+
export { showDollarSign_1 as showDollarSign };
|
|
1171
|
+
const showLegend_1: boolean;
|
|
1172
|
+
export { showLegend_1 as showLegend };
|
|
1173
|
+
const legendData_1: {
|
|
1174
|
+
title: string;
|
|
1175
|
+
iconType: string;
|
|
1176
|
+
iconColor: string;
|
|
1177
|
+
}[];
|
|
1178
|
+
export { legendData_1 as legendData };
|
|
1179
|
+
const showReferenceLine_1: boolean;
|
|
1180
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
1181
|
+
const referenceLinePoint_1: number;
|
|
1182
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
1183
|
+
const referenceLineColor_1: string;
|
|
1184
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
1185
|
+
const referenceLineDashed_1: string;
|
|
1186
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
1187
|
+
const showTooltip_1: boolean;
|
|
1188
|
+
export { showTooltip_1 as showTooltip };
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
declare function CollapseData(props: any): react_jsx_runtime.JSX.Element;
|
|
1193
|
+
declare namespace CollapseData {
|
|
1194
|
+
namespace propTypes {
|
|
1195
|
+
const title: PropTypes.Requireable<string>;
|
|
1196
|
+
const noDataText: PropTypes.Requireable<string>;
|
|
1197
|
+
const width: PropTypes.Requireable<string>;
|
|
1198
|
+
const height: PropTypes.Requireable<string>;
|
|
1199
|
+
const addPlusMark: PropTypes.Requireable<boolean>;
|
|
1200
|
+
const addArrowToTotal: PropTypes.Requireable<boolean>;
|
|
1201
|
+
const tableData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1202
|
+
key: PropTypes.Requireable<number>;
|
|
1203
|
+
icon: PropTypes.Requireable<string>;
|
|
1204
|
+
title: PropTypes.Requireable<string>;
|
|
1205
|
+
value: PropTypes.Requireable<number>;
|
|
1206
|
+
valueType: PropTypes.Requireable<string>;
|
|
1207
|
+
table: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1208
|
+
title: PropTypes.Requireable<string>;
|
|
1209
|
+
value: PropTypes.Requireable<number>;
|
|
1210
|
+
}>[]>;
|
|
1211
|
+
}>[]>;
|
|
1212
|
+
}
|
|
1213
|
+
namespace defaultProps {
|
|
1214
|
+
const title_1: string;
|
|
1215
|
+
export { title_1 as title };
|
|
1216
|
+
const noDataText_1: string;
|
|
1217
|
+
export { noDataText_1 as noDataText };
|
|
1218
|
+
const width_1: string;
|
|
1219
|
+
export { width_1 as width };
|
|
1220
|
+
const height_1: string;
|
|
1221
|
+
export { height_1 as height };
|
|
1222
|
+
const tableData_1: any[];
|
|
1223
|
+
export { tableData_1 as tableData };
|
|
1224
|
+
const addPlusMark_1: boolean;
|
|
1225
|
+
export { addPlusMark_1 as addPlusMark };
|
|
1226
|
+
const addArrowToTotal_1: boolean;
|
|
1227
|
+
export { addArrowToTotal_1 as addArrowToTotal };
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
declare function InsightsCarousel({ className, children, onClose, title, icon, titleColor, iconColor, navColor, }: {
|
|
1232
|
+
className: any;
|
|
1233
|
+
children: any;
|
|
1234
|
+
onClose: any;
|
|
1235
|
+
title?: string;
|
|
1236
|
+
icon?: react_jsx_runtime.JSX.Element;
|
|
1237
|
+
titleColor?: string;
|
|
1238
|
+
iconColor?: string;
|
|
1239
|
+
navColor?: string;
|
|
1240
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1241
|
+
|
|
1242
|
+
declare function DownloadProgress(props: any): react_jsx_runtime.JSX.Element;
|
|
1243
|
+
declare namespace DownloadProgress {
|
|
1244
|
+
namespace propTypes {
|
|
1245
|
+
const title: PropTypes.Requireable<string>;
|
|
1246
|
+
const succeededMessage: PropTypes.Requireable<string>;
|
|
1247
|
+
const failedMessage: PropTypes.Requireable<string>;
|
|
1248
|
+
const downloadStatus: PropTypes.Requireable<string>;
|
|
1249
|
+
const showShadow: PropTypes.Requireable<boolean>;
|
|
1250
|
+
const progressPercent: PropTypes.Requireable<number>;
|
|
1251
|
+
const refreshInterval: PropTypes.Requireable<number>;
|
|
1252
|
+
const progressBarColor: PropTypes.Requireable<string>;
|
|
1253
|
+
const onTryAgainClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1254
|
+
const className: PropTypes.Requireable<string>;
|
|
1255
|
+
}
|
|
1256
|
+
namespace defaultProps {
|
|
1257
|
+
const title_1: string;
|
|
1258
|
+
export { title_1 as title };
|
|
1259
|
+
const succeededMessage_1: string;
|
|
1260
|
+
export { succeededMessage_1 as succeededMessage };
|
|
1261
|
+
const failedMessage_1: string;
|
|
1262
|
+
export { failedMessage_1 as failedMessage };
|
|
1263
|
+
const downloadStatus_1: string;
|
|
1264
|
+
export { downloadStatus_1 as downloadStatus };
|
|
1265
|
+
const showShadow_1: boolean;
|
|
1266
|
+
export { showShadow_1 as showShadow };
|
|
1267
|
+
const progressPercent_1: number;
|
|
1268
|
+
export { progressPercent_1 as progressPercent };
|
|
1269
|
+
const refreshInterval_1: number;
|
|
1270
|
+
export { refreshInterval_1 as refreshInterval };
|
|
1271
|
+
const progressBarColor_1: string;
|
|
1272
|
+
export { progressBarColor_1 as progressBarColor };
|
|
1273
|
+
export function onTryAgainClick_1(): void;
|
|
1274
|
+
export { onTryAgainClick_1 as onTryAgainClick };
|
|
1275
|
+
const className_1: string;
|
|
1276
|
+
export { className_1 as className };
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
declare function ModalWithOverlay(props: any): react_jsx_runtime.JSX.Element;
|
|
1281
|
+
|
|
1282
|
+
declare function DropdownNew(props: any): react_jsx_runtime.JSX.Element;
|
|
1283
|
+
|
|
1284
|
+
declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, required, placeholder, borderRadius, year, width, height, onChange, selectedValue, }: {
|
|
1285
|
+
label: any;
|
|
1286
|
+
disabled: any;
|
|
1287
|
+
borderColor: any;
|
|
1288
|
+
borderColorFocus: any;
|
|
1289
|
+
textColor: any;
|
|
1290
|
+
required: any;
|
|
1291
|
+
placeholder: any;
|
|
1292
|
+
borderRadius: any;
|
|
1293
|
+
year: any;
|
|
1294
|
+
width: any;
|
|
1295
|
+
height: any;
|
|
1296
|
+
onChange: any;
|
|
1297
|
+
selectedValue: any;
|
|
1298
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1299
|
+
declare namespace WeeksPicker {
|
|
1300
|
+
namespace propTypes {
|
|
1301
|
+
const label: PropTypes.Validator<string>;
|
|
1302
|
+
const year: PropTypes.Validator<number>;
|
|
1303
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
1304
|
+
const defaultValues: PropTypes.Requireable<number[]>;
|
|
1305
|
+
const saveStartWeekID: PropTypes.Validator<(...args: any[]) => any>;
|
|
1306
|
+
const saveEndWeekID: PropTypes.Validator<(...args: any[]) => any>;
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, onChange, onBlur, required, disabled, width, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, }: {
|
|
1311
|
+
label: any;
|
|
1312
|
+
labelEmptyValue: any;
|
|
1313
|
+
size: any;
|
|
1314
|
+
selectedValue: any;
|
|
1315
|
+
placeHolder: any;
|
|
1316
|
+
onChange: any;
|
|
1317
|
+
onBlur: any;
|
|
1318
|
+
required: any;
|
|
1319
|
+
disabled: any;
|
|
1320
|
+
width: any;
|
|
1321
|
+
error: any;
|
|
1322
|
+
errorMessage: any;
|
|
1323
|
+
labelColor: any;
|
|
1324
|
+
leftIcon: any;
|
|
1325
|
+
rightIcon: any;
|
|
1326
|
+
password: any;
|
|
1327
|
+
leftIconOnClick: any;
|
|
1328
|
+
rightIconOnClick: any;
|
|
1329
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1330
|
+
declare namespace Input {
|
|
1331
|
+
namespace propTypes {
|
|
1332
|
+
const placeHolder: PropTypes.Requireable<string>;
|
|
1333
|
+
const label: PropTypes.Requireable<string>;
|
|
1334
|
+
const labelEmptyValue: PropTypes.Requireable<string>;
|
|
1335
|
+
const size: PropTypes.Requireable<string>;
|
|
1336
|
+
const labelColor: PropTypes.Requireable<string>;
|
|
1337
|
+
const required: PropTypes.Requireable<boolean>;
|
|
1338
|
+
const width: PropTypes.Requireable<string>;
|
|
1339
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
1340
|
+
const error: PropTypes.Requireable<boolean>;
|
|
1341
|
+
const errorMessage: PropTypes.Requireable<string>;
|
|
1342
|
+
const selectedValue: PropTypes.Requireable<string>;
|
|
1343
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
1344
|
+
const leftIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1345
|
+
const rightIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1346
|
+
const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1347
|
+
const leftIcon: PropTypes.Requireable<string>;
|
|
1348
|
+
const rightIcon: PropTypes.Requireable<string>;
|
|
1349
|
+
const password: PropTypes.Requireable<boolean>;
|
|
1350
|
+
}
|
|
1351
|
+
namespace defaultProps {
|
|
1352
|
+
const placeHolder_1: string;
|
|
1353
|
+
export { placeHolder_1 as placeHolder };
|
|
1354
|
+
const label_1: string;
|
|
1355
|
+
export { label_1 as label };
|
|
1356
|
+
const labelEmptyValue_1: string;
|
|
1357
|
+
export { labelEmptyValue_1 as labelEmptyValue };
|
|
1358
|
+
const size_1: string;
|
|
1359
|
+
export { size_1 as size };
|
|
1360
|
+
const labelColor_1: string;
|
|
1361
|
+
export { labelColor_1 as labelColor };
|
|
1362
|
+
const required_1: boolean;
|
|
1363
|
+
export { required_1 as required };
|
|
1364
|
+
const width_1: string;
|
|
1365
|
+
export { width_1 as width };
|
|
1366
|
+
const disabled_1: boolean;
|
|
1367
|
+
export { disabled_1 as disabled };
|
|
1368
|
+
const error_1: boolean;
|
|
1369
|
+
export { error_1 as error };
|
|
1370
|
+
const errorMessage_1: string;
|
|
1371
|
+
export { errorMessage_1 as errorMessage };
|
|
1372
|
+
const selectedValue_1: string;
|
|
1373
|
+
export { selectedValue_1 as selectedValue };
|
|
1374
|
+
const leftIcon_1: string;
|
|
1375
|
+
export { leftIcon_1 as leftIcon };
|
|
1376
|
+
const rightIcon_1: string;
|
|
1377
|
+
export { rightIcon_1 as rightIcon };
|
|
1378
|
+
export function leftIconOnClick_1(): void;
|
|
1379
|
+
export { leftIconOnClick_1 as leftIconOnClick };
|
|
1380
|
+
export function rightIconOnClick_1(): void;
|
|
1381
|
+
export { rightIconOnClick_1 as rightIconOnClick };
|
|
1382
|
+
export function onBlur_1(): void;
|
|
1383
|
+
export { onBlur_1 as onBlur };
|
|
1384
|
+
const password_1: boolean;
|
|
1385
|
+
export { password_1 as password };
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
/**
|
|
1390
|
+
* ToggleSwitch component for on/off states.
|
|
1391
|
+
* Supports small/large sizes and disabled state.
|
|
1392
|
+
*/
|
|
1393
|
+
declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
|
|
1394
|
+
[x: string]: any;
|
|
1395
|
+
checked: any;
|
|
1396
|
+
onChange: any;
|
|
1397
|
+
size?: string;
|
|
1398
|
+
disabled?: boolean;
|
|
1399
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1400
|
+
declare namespace ToggleSwitch {
|
|
1401
|
+
namespace propTypes {
|
|
1402
|
+
const checked: PropTypes.Validator<boolean>;
|
|
1403
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1404
|
+
const size: PropTypes.Requireable<string>;
|
|
1405
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
declare function ContainerTable(props: any): react_jsx_runtime.JSX.Element;
|
|
1410
|
+
|
|
1411
|
+
declare function MenuRoute(props: any): react_jsx_runtime.JSX.Element;
|
|
1412
|
+
|
|
1413
|
+
declare function Build({ width, height, fill }: {
|
|
1414
|
+
width?: string;
|
|
1415
|
+
height?: string;
|
|
1416
|
+
fill?: string;
|
|
1417
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1418
|
+
|
|
1419
|
+
declare function Track({ width, height, fill }: {
|
|
1420
|
+
width?: string;
|
|
1421
|
+
height?: string;
|
|
1422
|
+
fill?: string;
|
|
23
1423
|
}): react_jsx_runtime.JSX.Element;
|
|
24
1424
|
|
|
25
|
-
|
|
1425
|
+
declare function Execute({ width, height, fill }: {
|
|
1426
|
+
width?: string;
|
|
1427
|
+
height?: string;
|
|
1428
|
+
fill?: string;
|
|
1429
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1430
|
+
|
|
1431
|
+
declare function Table(props: any): react_jsx_runtime.JSX.Element;
|
|
1432
|
+
|
|
1433
|
+
declare function SearchInput(props: any): react_jsx_runtime.JSX.Element;
|
|
1434
|
+
|
|
1435
|
+
export { AreaChart, BannerEventBoxList, BarChart, BarChartTwoRows, BarChartWithAreaChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Build, Button, CollapseData, CollapseHeader, ContainerTable, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, DownloadProgress, DropdownNew, EventDetailsCard, EventList, Execute, FilterPanel, Heatmap, IconButton, Input, InsightsCarousel, LinkButton, LinnerDataBox, MarketShareDescription, MenuRoute, ModalWithOverlay, OneColumnContainer, PerformanceAnalyticsLegend, PieChart, PopupCharts, QuickFilter, ReportTable, SearchInput, SingleBarLineCharts, TabMenu, Table, ToggleSwitch, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts, Track, TwoBarCharts, WeeksPicker };
|