sag_components 2.0.0-beta15 → 2.0.0-beta151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +941 -562
- package/dist/index.esm.js +35677 -12876
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +35690 -12838
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/AttachedFile/AttachedFile.d.ts +6 -7
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +1 -38
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +1 -70
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +3 -4
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
- package/dist/types/components/BarChart/BarChart.d.ts +22 -28
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +1 -81
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -31
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +1 -65
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +31 -39
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.d.ts +13 -14
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
- package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Table.stories.d.ts → BrushChart/BrushChart.stories.d.ts} +84 -54
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +45 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +1 -21
- package/dist/types/components/Button/Button.stories.d.ts +107 -255
- package/dist/types/components/Button/Button.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +5 -12
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/Card.d.ts +7 -13
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
- package/dist/types/components/CampaignTool/FormInput.d.ts +1 -1
- package/dist/types/components/CampaignTool/FormSelect.d.ts +1 -1
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +3 -4
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +2 -3
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
- package/dist/types/components/CampaignTool/Popup.d.ts +7 -8
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
- package/dist/types/components/CampaignTool/PopupContent.d.ts +7 -12
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
- package/dist/types/components/CampaignTool/Table.d.ts +14 -19
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
- package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +15 -15
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +1 -1
- package/dist/types/components/CollapseData/CollapseData.d.ts +13 -18
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +16 -31
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +6 -7
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Card.stories.d.ts → ContainerTable/ContainerTable.stories.d.ts} +37 -33
- package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +6 -7
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +1 -1
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +11 -12
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +3 -62
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +282 -0
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +3 -59
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +13 -14
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
- package/dist/types/components/EventList/EventList.d.ts +8 -12
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventList/EventList.style.d.ts +4 -4
- package/dist/types/components/EventListItem/EventListItem.d.ts +7 -8
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
- package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
- package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
- package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
- package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
- package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
- package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
- package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
- package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
- package/dist/types/components/FilterContainer/FilterContainer.d.ts +1 -2
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +20 -47
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +11 -662
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +13 -14
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
- package/dist/types/components/Heatmap/Heatmap.d.ts +5 -10
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +13 -15
- package/dist/types/components/IconButton/IconButton.d.ts +14 -15
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
- package/dist/types/components/Input/Input.d.ts +21 -21
- package/dist/types/components/Input/Input.stories.d.ts +134 -515
- package/dist/types/components/Input/Input.style.d.ts +7 -7
- package/dist/types/components/InputOld/InputOld.d.ts +17 -18
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +16 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +130 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +23 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +17 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +7 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +13 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +15 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +14 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +18 -23
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
- package/dist/types/components/LinkButton/LinkButton.d.ts +10 -10
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +12 -12
- package/dist/types/components/ListBox/ListBox.d.ts +10 -10
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +8 -13
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
- package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
- package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +168 -0
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
- package/dist/types/components/MessageBox/MessageBox.d.ts +17 -0
- package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
- package/dist/types/components/MessageBox/MessageBox.styles.d.ts +7 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/Modal/Modal.style.d.ts +4 -4
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +1 -1
- package/dist/types/components/Modal/ModalTotalCost.d.ts +1 -1
- package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +14 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +16 -16
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +1 -11
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +79 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -10
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +22 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +336 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +9 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +21 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +24 -42
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +1 -28
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +16 -37
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +5 -14
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
- package/dist/types/components/PieChart/PieChart.d.ts +22 -26
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +9 -20
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +7 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +6 -7
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +16 -16
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +3 -2
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +15 -15
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +161 -305
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
- package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +6 -0
- package/dist/types/components/QuickFilterCards/QuickFilterCards.stories.d.ts +49 -0
- package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -0
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +17 -24
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +15 -22
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +1 -1
- package/dist/types/components/RangePicker/RangePicker.d.ts +13 -14
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
- package/dist/types/components/ReportTable/ReportTable.d.ts +17 -26
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
- package/dist/types/components/SagButton/SagButton.d.ts +13 -14
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +15 -16
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -0
- package/dist/types/components/SagInput/SagInput.d.ts +10 -11
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +14 -20
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
- package/dist/types/components/SearchInput/SearchInput.d.ts +1 -23
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +51 -7
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +3 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +16 -16
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
- package/dist/types/components/Select/Select.d.ts +1 -1
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/Select/Select.style.d.ts +6 -6
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +26 -26
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -61
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +77 -80
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +11 -58
- package/dist/types/components/Table/DropMenus/FieldPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
- package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +6 -0
- package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +10 -0
- package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
- package/dist/types/components/Table/FilterIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
- package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +5 -0
- package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
- package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
- package/dist/types/components/Table/NoEvents.d.ts +5 -0
- package/dist/types/components/Table/SortIcon.d.ts +6 -0
- package/dist/types/components/Table/Table.d.ts +5 -0
- package/dist/types/components/Table/Table.stories.d.ts +503 -0
- package/dist/types/components/Table/Table.style.d.ts +18 -0
- package/dist/types/components/Table/TableBody.d.ts +43 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +22 -0
- package/dist/types/components/Table/TableHeader.d.ts +9 -0
- package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
- package/dist/types/components/Table/data.d.ts +356 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +12 -15
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +10 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +57 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +20 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +1 -23
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +5 -6
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +8 -14
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +25 -30
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +15 -22
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +14 -19
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +35 -24
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +23 -28
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +6 -7
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +20 -26
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +34 -100
- package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +29 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +18 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +98 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ArrowDropDownIcon.d.ts +3 -3
- package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
- package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
- package/dist/types/icons/ArrowSelectIcon.d.ts +4 -4
- package/dist/types/icons/ArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/AttachedIcon.d.ts +4 -4
- package/dist/types/icons/BarcodeIcon.d.ts +6 -0
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/Calendar.d.ts +1 -1
- package/dist/types/icons/CalendarIcon.d.ts +3 -3
- package/dist/types/icons/CalendarInOpen.d.ts +5 -1
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +4 -4
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +4 -4
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +4 -4
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronIcon.d.ts +7 -0
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +3 -3
- package/dist/types/icons/CloseIcon.d.ts +4 -4
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +4 -4
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +4 -4
- package/dist/types/icons/CommentIcon.d.ts +7 -0
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +3 -3
- package/dist/types/icons/ErrorIcon.d.ts +4 -4
- package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
- package/dist/types/icons/ExitIcon.d.ts +6 -6
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +6 -6
- package/dist/types/icons/FileIcon.d.ts +4 -4
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FolderIcon.d.ts +6 -0
- package/dist/types/icons/FoodLionChartIcon.d.ts +1 -1
- package/dist/types/icons/FoodLionIcon.d.ts +5 -5
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodChartIcon.d.ts +1 -1
- package/dist/types/icons/GiantFoodIcon.d.ts +6 -6
- package/dist/types/icons/GiantFoodIcon_new.d.ts +6 -6
- package/dist/types/icons/HannafordChartIcon.d.ts +1 -1
- package/dist/types/icons/HannafordIcon.d.ts +5 -5
- package/dist/types/icons/HannafordIcon_new.d.ts +6 -5
- package/dist/types/icons/HannafordNewIcon.d.ts +3 -3
- package/dist/types/icons/InfoIcon.d.ts +6 -6
- package/dist/types/icons/LampIcon.d.ts +4 -4
- package/dist/types/icons/LegendLineIcon.d.ts +4 -4
- package/dist/types/icons/LegendUnionIcon.d.ts +4 -4
- package/dist/types/icons/MaintenanceIcon.d.ts +6 -6
- package/dist/types/icons/MenuItemClosedIcon.d.ts +4 -4
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +4 -4
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +5 -6
- package/dist/types/icons/OkCircleIcon.d.ts +6 -0
- package/dist/types/icons/OkIcon.d.ts +6 -0
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/PeopleIcon.d.ts +6 -0
- package/dist/types/icons/Plus.d.ts +6 -0
- package/dist/types/icons/PlusIcon.d.ts +6 -0
- package/dist/types/icons/RedDot.d.ts +5 -0
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +4 -4
- package/dist/types/icons/ShoppingCartIcon.d.ts +3 -3
- package/dist/types/icons/ShoutIcon.d.ts +4 -4
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +4 -4
- package/dist/types/icons/StopAndShopChartIcon.d.ts +1 -1
- package/dist/types/icons/StopAndShopIcon.d.ts +6 -6
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +1 -1
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +5 -5
- package/dist/types/icons/TrashIcon.d.ts +7 -0
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/icons/index.d.ts +20 -0
- package/dist/types/index.d.ts +50 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -1
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/dist/types/utils/IconsHandler.style.d.ts +1 -1
- package/package.json +43 -40
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +0 -19
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +0 -64
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +0 -31
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +0 -23
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +0 -166
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
- package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +0 -574
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +0 -2
- package/dist/types/components/TextField/TextField.d.ts +0 -6
- package/dist/types/components/TextField/TextField.style.d.ts +0 -1
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export default TopToggleList;
|
|
2
|
-
declare function TopToggleList(props: any):
|
|
2
|
+
declare function TopToggleList(props: any): any;
|
|
3
3
|
declare namespace TopToggleList {
|
|
4
4
|
namespace propTypes {
|
|
5
|
-
const width:
|
|
6
|
-
const height:
|
|
7
|
-
const title:
|
|
8
|
-
const list:
|
|
5
|
+
const width: any;
|
|
6
|
+
const height: any;
|
|
7
|
+
const title: any;
|
|
8
|
+
const list: any;
|
|
9
9
|
}
|
|
10
10
|
namespace defaultProps {
|
|
11
11
|
const width_1: string;
|
|
@@ -21,4 +21,3 @@ declare namespace TopToggleList {
|
|
|
21
21
|
export { list_1 as list };
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
import PropTypes from "prop-types";
|
|
@@ -21,16 +21,5 @@ declare namespace _default {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
export default _default;
|
|
24
|
-
export
|
|
25
|
-
export namespace Example {
|
|
26
|
-
namespace args {
|
|
27
|
-
const title_2: string;
|
|
28
|
-
export { title_2 as title };
|
|
29
|
-
const list_1: {
|
|
30
|
-
value: string;
|
|
31
|
-
label: string;
|
|
32
|
-
}[];
|
|
33
|
-
export { list_1 as list };
|
|
34
|
-
}
|
|
35
|
-
}
|
|
24
|
+
export const Example: any;
|
|
36
25
|
import TopToggleList from "./TopToggleList";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const TopToggleListMainContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
2
|
-
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
3
|
-
export const ListContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
4
|
-
export const ListItem: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
5
|
-
export const Item: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
1
|
+
export const TopToggleListMainContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
3
|
+
export const ListContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
4
|
+
export const ListItem: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
5
|
+
export const Item: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
export function TotalBenchmark(props: any):
|
|
1
|
+
export function TotalBenchmark(props: any): any;
|
|
2
2
|
export namespace TotalBenchmark {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
const data:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const
|
|
11
|
-
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
12
|
-
const width: PropTypes.Requireable<string>;
|
|
13
|
-
const height: PropTypes.Requireable<string>;
|
|
14
|
-
const textcolor: PropTypes.Requireable<string>;
|
|
15
|
-
const noDataText: PropTypes.Requireable<string>;
|
|
4
|
+
const data: any;
|
|
5
|
+
const dotCut: any;
|
|
6
|
+
const addingBenchmark: any;
|
|
7
|
+
const width: any;
|
|
8
|
+
const height: any;
|
|
9
|
+
const textcolor: any;
|
|
10
|
+
const noDataText: any;
|
|
16
11
|
}
|
|
17
12
|
namespace defaultProps {
|
|
18
13
|
export namespace data_1 {
|
|
@@ -37,4 +32,3 @@ export namespace TotalBenchmark {
|
|
|
37
32
|
}
|
|
38
33
|
}
|
|
39
34
|
export default TotalBenchmark;
|
|
40
|
-
import PropTypes from "prop-types";
|
|
@@ -95,82 +95,7 @@ declare namespace _default {
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
export default _default;
|
|
98
|
-
export
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
export { arrDataOneBenchmark as data };
|
|
102
|
-
const dotCut_1: boolean;
|
|
103
|
-
export { dotCut_1 as dotCut };
|
|
104
|
-
const width_1: string;
|
|
105
|
-
export { width_1 as width };
|
|
106
|
-
const height_1: string;
|
|
107
|
-
export { height_1 as height };
|
|
108
|
-
const textColor_1: string;
|
|
109
|
-
export { textColor_1 as textColor };
|
|
110
|
-
const noDataText_1: string;
|
|
111
|
-
export { noDataText_1 as noDataText };
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
export function TwoBenchmarks(args: any): import("react/jsx-runtime").JSX.Element;
|
|
115
|
-
export namespace TwoBenchmarks {
|
|
116
|
-
export namespace args_1 {
|
|
117
|
-
export { arrDataTwoBenchmarks as data };
|
|
118
|
-
const dotCut_2: boolean;
|
|
119
|
-
export { dotCut_2 as dotCut };
|
|
120
|
-
const width_2: string;
|
|
121
|
-
export { width_2 as width };
|
|
122
|
-
const height_2: string;
|
|
123
|
-
export { height_2 as height };
|
|
124
|
-
const textColor_2: string;
|
|
125
|
-
export { textColor_2 as textColor };
|
|
126
|
-
const noDataText_2: string;
|
|
127
|
-
export { noDataText_2 as noDataText };
|
|
128
|
-
}
|
|
129
|
-
export { args_1 as args };
|
|
130
|
-
}
|
|
131
|
-
export function DataWithNulls(args: any): import("react/jsx-runtime").JSX.Element;
|
|
132
|
-
export namespace DataWithNulls {
|
|
133
|
-
export namespace args_2 {
|
|
134
|
-
export { arrDataWithNulls as data };
|
|
135
|
-
const dotCut_3: boolean;
|
|
136
|
-
export { dotCut_3 as dotCut };
|
|
137
|
-
const width_3: string;
|
|
138
|
-
export { width_3 as width };
|
|
139
|
-
const height_3: string;
|
|
140
|
-
export { height_3 as height };
|
|
141
|
-
const textColor_3: string;
|
|
142
|
-
export { textColor_3 as textColor };
|
|
143
|
-
const noDataText_3: string;
|
|
144
|
-
export { noDataText_3 as noDataText };
|
|
145
|
-
}
|
|
146
|
-
export { args_2 as args };
|
|
147
|
-
}
|
|
98
|
+
export const OneBenchmark: any;
|
|
99
|
+
export const TwoBenchmarks: any;
|
|
100
|
+
export const DataWithNulls: any;
|
|
148
101
|
import { TotalBenchmark } from "./TotalBenchmark";
|
|
149
|
-
declare const arrDataOneBenchmark: ({
|
|
150
|
-
title: string;
|
|
151
|
-
value: number;
|
|
152
|
-
totalValue: number;
|
|
153
|
-
benchmarkValue: number;
|
|
154
|
-
} | {
|
|
155
|
-
title: string;
|
|
156
|
-
value: number;
|
|
157
|
-
totalValue?: undefined;
|
|
158
|
-
benchmarkValue?: undefined;
|
|
159
|
-
})[];
|
|
160
|
-
declare const arrDataTwoBenchmarks: {
|
|
161
|
-
title: string;
|
|
162
|
-
value: number;
|
|
163
|
-
totalValue: number;
|
|
164
|
-
benchmarkValue: number;
|
|
165
|
-
}[];
|
|
166
|
-
declare const arrDataWithNulls: ({
|
|
167
|
-
title: string;
|
|
168
|
-
value: null;
|
|
169
|
-
totalValue: number;
|
|
170
|
-
benchmarkValue: number;
|
|
171
|
-
} | {
|
|
172
|
-
title: string;
|
|
173
|
-
value: number;
|
|
174
|
-
totalValue: number;
|
|
175
|
-
benchmarkValue: number;
|
|
176
|
-
})[];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export const ControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
2
|
-
export const Controls: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
3
|
-
export const TitleAndValueContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
4
|
-
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
5
|
-
export const FormattedValue: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
6
|
-
export const FormattedValueNoData: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
7
|
-
export const BenchmarkContainerParent: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
8
|
-
export const BenchmarkContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
9
|
-
export const NoDataFoundContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
1
|
+
export const ControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export const Controls: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
3
|
+
export const TitleAndValueContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
4
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
5
|
+
export const FormattedValue: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
6
|
+
export const FormattedValueNoData: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
7
|
+
export const BenchmarkContainerParent: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
8
|
+
export const BenchmarkContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
9
|
+
export const NoDataFoundContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
@@ -1,33 +1,29 @@
|
|
|
1
|
-
export function TotalBenchmarkAreachart(props: any):
|
|
1
|
+
export function TotalBenchmarkAreachart(props: any): any;
|
|
2
2
|
export namespace TotalBenchmarkAreachart {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
const title:
|
|
5
|
-
const value:
|
|
6
|
-
const arrowSign:
|
|
7
|
-
const addingBenchmark:
|
|
8
|
-
const benchmarkTotalValue:
|
|
9
|
-
const benchmarkValue:
|
|
10
|
-
const areaChartData:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const value2Title: PropTypes.Requireable<string>;
|
|
28
|
-
const noDataText: PropTypes.Requireable<string>;
|
|
29
|
-
const startWeekRange: PropTypes.Requireable<string>;
|
|
30
|
-
const endWeekRange: PropTypes.Requireable<string>;
|
|
4
|
+
const title: any;
|
|
5
|
+
const value: any;
|
|
6
|
+
const arrowSign: any;
|
|
7
|
+
const addingBenchmark: any;
|
|
8
|
+
const benchmarkTotalValue: any;
|
|
9
|
+
const benchmarkValue: any;
|
|
10
|
+
const areaChartData: any;
|
|
11
|
+
const width: any;
|
|
12
|
+
const height: any;
|
|
13
|
+
const textcolor: any;
|
|
14
|
+
const areaChart1Color: any;
|
|
15
|
+
const areaChart2Color: any;
|
|
16
|
+
const xselectedColor: any;
|
|
17
|
+
const fillChart1Color: any;
|
|
18
|
+
const fillChart2Color: any;
|
|
19
|
+
const startOffset: any;
|
|
20
|
+
const endOffset: any;
|
|
21
|
+
const opacity: any;
|
|
22
|
+
const value1Title: any;
|
|
23
|
+
const value2Title: any;
|
|
24
|
+
const noDataText: any;
|
|
25
|
+
const startWeekRange: any;
|
|
26
|
+
const endWeekRange: any;
|
|
31
27
|
}
|
|
32
28
|
namespace defaultProps {
|
|
33
29
|
const title_1: string;
|
|
@@ -40,7 +36,7 @@ export namespace TotalBenchmarkAreachart {
|
|
|
40
36
|
export { addingBenchmark_1 as addingBenchmark };
|
|
41
37
|
const benchmarkTotalValue_1: string;
|
|
42
38
|
export { benchmarkTotalValue_1 as benchmarkTotalValue };
|
|
43
|
-
const benchmarkValue_1:
|
|
39
|
+
const benchmarkValue_1: any;
|
|
44
40
|
export { benchmarkValue_1 as benchmarkValue };
|
|
45
41
|
const areaChartData_1: {
|
|
46
42
|
title: string;
|
|
@@ -83,4 +79,3 @@ export namespace TotalBenchmarkAreachart {
|
|
|
83
79
|
}
|
|
84
80
|
}
|
|
85
81
|
export default TotalBenchmarkAreachart;
|
|
86
|
-
import PropTypes from "prop-types";
|
|
@@ -234,146 +234,7 @@ declare namespace _default {
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
export default _default;
|
|
237
|
-
export
|
|
238
|
-
export
|
|
239
|
-
|
|
240
|
-
const title_2: string;
|
|
241
|
-
export { title_2 as title };
|
|
242
|
-
const value_1: number;
|
|
243
|
-
export { value_1 as value };
|
|
244
|
-
const arrowSign_1: string;
|
|
245
|
-
export { arrowSign_1 as arrowSign };
|
|
246
|
-
const benchmarkTotalValue_1: number;
|
|
247
|
-
export { benchmarkTotalValue_1 as benchmarkTotalValue };
|
|
248
|
-
const benchmarkValue_1: number;
|
|
249
|
-
export { benchmarkValue_1 as benchmarkValue };
|
|
250
|
-
export { arrData as areaChartData };
|
|
251
|
-
const width_1: string;
|
|
252
|
-
export { width_1 as width };
|
|
253
|
-
const height_1: string;
|
|
254
|
-
export { height_1 as height };
|
|
255
|
-
const textcolor_1: string;
|
|
256
|
-
export { textcolor_1 as textcolor };
|
|
257
|
-
const areaChart1Color_1: string;
|
|
258
|
-
export { areaChart1Color_1 as areaChart1Color };
|
|
259
|
-
const areaChart2Color_1: string;
|
|
260
|
-
export { areaChart2Color_1 as areaChart2Color };
|
|
261
|
-
const startOffset_1: string;
|
|
262
|
-
export { startOffset_1 as startOffset };
|
|
263
|
-
const endOffset_1: string;
|
|
264
|
-
export { endOffset_1 as endOffset };
|
|
265
|
-
const opacity_1: string;
|
|
266
|
-
export { opacity_1 as opacity };
|
|
267
|
-
const noDataText_1: string;
|
|
268
|
-
export { noDataText_1 as noDataText };
|
|
269
|
-
const xselectedColor_1: string;
|
|
270
|
-
export { xselectedColor_1 as xselectedColor };
|
|
271
|
-
export const fillChart1Color: string;
|
|
272
|
-
export const fillChart2Color: string;
|
|
273
|
-
const startWeekRange_1: string;
|
|
274
|
-
export { startWeekRange_1 as startWeekRange };
|
|
275
|
-
const endWeekRange_1: string;
|
|
276
|
-
export { endWeekRange_1 as endWeekRange };
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
export function SalesGrowthNegative(args: any): import("react/jsx-runtime").JSX.Element;
|
|
280
|
-
export namespace SalesGrowthNegative {
|
|
281
|
-
export namespace args_1 {
|
|
282
|
-
const title_3: string;
|
|
283
|
-
export { title_3 as title };
|
|
284
|
-
const value_2: number;
|
|
285
|
-
export { value_2 as value };
|
|
286
|
-
const arrowSign_2: string;
|
|
287
|
-
export { arrowSign_2 as arrowSign };
|
|
288
|
-
const benchmarkTotalValue_2: number;
|
|
289
|
-
export { benchmarkTotalValue_2 as benchmarkTotalValue };
|
|
290
|
-
const benchmarkValue_2: number;
|
|
291
|
-
export { benchmarkValue_2 as benchmarkValue };
|
|
292
|
-
export { arrData as areaChartData };
|
|
293
|
-
const width_2: string;
|
|
294
|
-
export { width_2 as width };
|
|
295
|
-
const height_2: string;
|
|
296
|
-
export { height_2 as height };
|
|
297
|
-
const textcolor_2: string;
|
|
298
|
-
export { textcolor_2 as textcolor };
|
|
299
|
-
const areaChart1Color_2: string;
|
|
300
|
-
export { areaChart1Color_2 as areaChart1Color };
|
|
301
|
-
const areaChart2Color_2: string;
|
|
302
|
-
export { areaChart2Color_2 as areaChart2Color };
|
|
303
|
-
const startOffset_2: string;
|
|
304
|
-
export { startOffset_2 as startOffset };
|
|
305
|
-
const opacity_2: string;
|
|
306
|
-
export { opacity_2 as opacity };
|
|
307
|
-
const endOffset_2: string;
|
|
308
|
-
export { endOffset_2 as endOffset };
|
|
309
|
-
const noDataText_2: string;
|
|
310
|
-
export { noDataText_2 as noDataText };
|
|
311
|
-
const xselectedColor_2: string;
|
|
312
|
-
export { xselectedColor_2 as xselectedColor };
|
|
313
|
-
const fillChart1Color_1: string;
|
|
314
|
-
export { fillChart1Color_1 as fillChart1Color };
|
|
315
|
-
const fillChart2Color_1: string;
|
|
316
|
-
export { fillChart2Color_1 as fillChart2Color };
|
|
317
|
-
const startWeekRange_2: string;
|
|
318
|
-
export { startWeekRange_2 as startWeekRange };
|
|
319
|
-
const endWeekRange_2: string;
|
|
320
|
-
export { endWeekRange_2 as endWeekRange };
|
|
321
|
-
}
|
|
322
|
-
export { args_1 as args };
|
|
323
|
-
}
|
|
324
|
-
export function BetweenTwoYears(args: any): import("react/jsx-runtime").JSX.Element;
|
|
325
|
-
export namespace BetweenTwoYears {
|
|
326
|
-
export namespace args_2 {
|
|
327
|
-
const title_4: string;
|
|
328
|
-
export { title_4 as title };
|
|
329
|
-
const value_3: number;
|
|
330
|
-
export { value_3 as value };
|
|
331
|
-
const arrowSign_3: string;
|
|
332
|
-
export { arrowSign_3 as arrowSign };
|
|
333
|
-
const benchmarkTotalValue_3: number;
|
|
334
|
-
export { benchmarkTotalValue_3 as benchmarkTotalValue };
|
|
335
|
-
const benchmarkValue_3: number;
|
|
336
|
-
export { benchmarkValue_3 as benchmarkValue };
|
|
337
|
-
export { arrDataBetweenTwoYears as areaChartData };
|
|
338
|
-
const width_3: string;
|
|
339
|
-
export { width_3 as width };
|
|
340
|
-
const height_3: string;
|
|
341
|
-
export { height_3 as height };
|
|
342
|
-
const textcolor_3: string;
|
|
343
|
-
export { textcolor_3 as textcolor };
|
|
344
|
-
const areaChart1Color_3: string;
|
|
345
|
-
export { areaChart1Color_3 as areaChart1Color };
|
|
346
|
-
const areaChart2Color_3: string;
|
|
347
|
-
export { areaChart2Color_3 as areaChart2Color };
|
|
348
|
-
const startOffset_3: string;
|
|
349
|
-
export { startOffset_3 as startOffset };
|
|
350
|
-
const opacity_3: string;
|
|
351
|
-
export { opacity_3 as opacity };
|
|
352
|
-
const endOffset_3: string;
|
|
353
|
-
export { endOffset_3 as endOffset };
|
|
354
|
-
const noDataText_3: string;
|
|
355
|
-
export { noDataText_3 as noDataText };
|
|
356
|
-
const xselectedColor_3: string;
|
|
357
|
-
export { xselectedColor_3 as xselectedColor };
|
|
358
|
-
const fillChart1Color_2: string;
|
|
359
|
-
export { fillChart1Color_2 as fillChart1Color };
|
|
360
|
-
const fillChart2Color_2: string;
|
|
361
|
-
export { fillChart2Color_2 as fillChart2Color };
|
|
362
|
-
const startWeekRange_3: string;
|
|
363
|
-
export { startWeekRange_3 as startWeekRange };
|
|
364
|
-
const endWeekRange_3: string;
|
|
365
|
-
export { endWeekRange_3 as endWeekRange };
|
|
366
|
-
}
|
|
367
|
-
export { args_2 as args };
|
|
368
|
-
}
|
|
237
|
+
export const SalesGrowth: any;
|
|
238
|
+
export const SalesGrowthNegative: any;
|
|
239
|
+
export const BetweenTwoYears: any;
|
|
369
240
|
import { TotalBenchmarkAreachart } from "./TotalBenchmarkAreachart";
|
|
370
|
-
declare const arrData: {
|
|
371
|
-
title: string;
|
|
372
|
-
value1: number;
|
|
373
|
-
value2: number;
|
|
374
|
-
}[];
|
|
375
|
-
declare const arrDataBetweenTwoYears: {
|
|
376
|
-
title: string;
|
|
377
|
-
value1: number;
|
|
378
|
-
value2: number;
|
|
379
|
-
}[];
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export const ControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
2
|
-
export const Controls: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
3
|
-
export const AreaChartContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
4
|
-
export const TooltipDiv: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
5
|
-
export const TooltipLabel: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
6
|
-
export const TooltipTitle: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
7
|
-
export const TitleAndValueContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
8
|
-
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
9
|
-
export const ValueAndBenchmarkContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
10
|
-
export const DetailsRowArrowContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
11
|
-
export const FormattedValue: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
12
|
-
export const CurrencySign: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
13
|
-
export const FormattedValueNoDataMessage: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
14
|
-
export const BenchmarkContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
15
|
-
export const EventWeeksLegendMainContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
16
|
-
export const EventWeeksLegendContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
17
|
-
export const EventWeeksLegendTitle: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
18
|
-
export const EventWeeksLegendColorRectangle: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
19
|
-
export const EventWeeksLegendDataElementsContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
20
|
-
export const EventWeeksLegendDataElement: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
1
|
+
export const ControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export const Controls: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
3
|
+
export const AreaChartContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
4
|
+
export const TooltipDiv: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
5
|
+
export const TooltipLabel: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
6
|
+
export const TooltipTitle: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
7
|
+
export const TitleAndValueContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
8
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
9
|
+
export const ValueAndBenchmarkContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
10
|
+
export const DetailsRowArrowContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
11
|
+
export const FormattedValue: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
12
|
+
export const CurrencySign: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
13
|
+
export const FormattedValueNoDataMessage: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
14
|
+
export const BenchmarkContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
15
|
+
export const EventWeeksLegendMainContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
16
|
+
export const EventWeeksLegendContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
17
|
+
export const EventWeeksLegendTitle: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
18
|
+
export const EventWeeksLegendColorRectangle: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
19
|
+
export const EventWeeksLegendDataElementsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
20
|
+
export const EventWeeksLegendDataElement: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
@@ -1,21 +1,18 @@
|
|
|
1
|
-
export function TotalBenchmarkArrows(props: any):
|
|
1
|
+
export function TotalBenchmarkArrows(props: any): any;
|
|
2
2
|
export namespace TotalBenchmarkArrows {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
const title:
|
|
5
|
-
const value:
|
|
6
|
-
const addingBenchmark:
|
|
7
|
-
const benchmarkTotalValue:
|
|
8
|
-
const benchmarkValue:
|
|
9
|
-
const detailsTitle:
|
|
10
|
-
const detailsData:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const height: PropTypes.Requireable<string>;
|
|
17
|
-
const textcolor: PropTypes.Requireable<string>;
|
|
18
|
-
const noDataText: PropTypes.Requireable<string>;
|
|
4
|
+
const title: any;
|
|
5
|
+
const value: any;
|
|
6
|
+
const addingBenchmark: any;
|
|
7
|
+
const benchmarkTotalValue: any;
|
|
8
|
+
const benchmarkValue: any;
|
|
9
|
+
const detailsTitle: any;
|
|
10
|
+
const detailsData: any;
|
|
11
|
+
const dotCut: any;
|
|
12
|
+
const width: any;
|
|
13
|
+
const height: any;
|
|
14
|
+
const textcolor: any;
|
|
15
|
+
const noDataText: any;
|
|
19
16
|
}
|
|
20
17
|
namespace defaultProps {
|
|
21
18
|
const title_1: string;
|
|
@@ -30,13 +27,10 @@ export namespace TotalBenchmarkArrows {
|
|
|
30
27
|
export { benchmarkValue_1 as benchmarkValue };
|
|
31
28
|
const detailsTitle_1: string;
|
|
32
29
|
export { detailsTitle_1 as detailsTitle };
|
|
33
|
-
const detailsData_1:
|
|
34
|
-
title: string;
|
|
35
|
-
value: null;
|
|
36
|
-
} | {
|
|
30
|
+
const detailsData_1: {
|
|
37
31
|
title: string;
|
|
38
32
|
value: number;
|
|
39
|
-
}
|
|
33
|
+
}[];
|
|
40
34
|
export { detailsData_1 as detailsData };
|
|
41
35
|
const dotCut_1: boolean;
|
|
42
36
|
export { dotCut_1 as dotCut };
|
|
@@ -51,4 +45,3 @@ export namespace TotalBenchmarkArrows {
|
|
|
51
45
|
}
|
|
52
46
|
}
|
|
53
47
|
export default TotalBenchmarkArrows;
|
|
54
|
-
import PropTypes from "prop-types";
|
|
@@ -139,99 +139,7 @@ declare namespace _default {
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
export default _default;
|
|
142
|
-
export
|
|
143
|
-
export
|
|
144
|
-
|
|
145
|
-
const title_2: string;
|
|
146
|
-
export { title_2 as title };
|
|
147
|
-
const value_1: number;
|
|
148
|
-
export { value_1 as value };
|
|
149
|
-
const benchmarkTotalValue_1: number;
|
|
150
|
-
export { benchmarkTotalValue_1 as benchmarkTotalValue };
|
|
151
|
-
const benchmarkValue_1: number;
|
|
152
|
-
export { benchmarkValue_1 as benchmarkValue };
|
|
153
|
-
const detailsTitle_1: string;
|
|
154
|
-
export { detailsTitle_1 as detailsTitle };
|
|
155
|
-
export { arrDetailsData as detailsData };
|
|
156
|
-
const dotCut_1: boolean;
|
|
157
|
-
export { dotCut_1 as dotCut };
|
|
158
|
-
const width_1: string;
|
|
159
|
-
export { width_1 as width };
|
|
160
|
-
const height_1: string;
|
|
161
|
-
export { height_1 as height };
|
|
162
|
-
const textcolor_1: string;
|
|
163
|
-
export { textcolor_1 as textcolor };
|
|
164
|
-
const noDataText_1: string;
|
|
165
|
-
export { noDataText_1 as noDataText };
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
export function GreaterAvarage(args: any): import("react/jsx-runtime").JSX.Element;
|
|
169
|
-
export namespace GreaterAvarage {
|
|
170
|
-
export namespace args_1 {
|
|
171
|
-
const title_3: string;
|
|
172
|
-
export { title_3 as title };
|
|
173
|
-
const value_2: number;
|
|
174
|
-
export { value_2 as value };
|
|
175
|
-
const benchmarkTotalValue_2: number;
|
|
176
|
-
export { benchmarkTotalValue_2 as benchmarkTotalValue };
|
|
177
|
-
const benchmarkValue_2: number;
|
|
178
|
-
export { benchmarkValue_2 as benchmarkValue };
|
|
179
|
-
const detailsTitle_2: string;
|
|
180
|
-
export { detailsTitle_2 as detailsTitle };
|
|
181
|
-
export { arrDetailsDataUp as detailsData };
|
|
182
|
-
const dotCut_2: boolean;
|
|
183
|
-
export { dotCut_2 as dotCut };
|
|
184
|
-
const width_2: string;
|
|
185
|
-
export { width_2 as width };
|
|
186
|
-
const height_2: string;
|
|
187
|
-
export { height_2 as height };
|
|
188
|
-
const textcolor_2: string;
|
|
189
|
-
export { textcolor_2 as textcolor };
|
|
190
|
-
const noDataText_2: string;
|
|
191
|
-
export { noDataText_2 as noDataText };
|
|
192
|
-
}
|
|
193
|
-
export { args_1 as args };
|
|
194
|
-
}
|
|
195
|
-
export function DataWithNulls(args: any): import("react/jsx-runtime").JSX.Element;
|
|
196
|
-
export namespace DataWithNulls {
|
|
197
|
-
export namespace args_2 {
|
|
198
|
-
const title_4: string;
|
|
199
|
-
export { title_4 as title };
|
|
200
|
-
const value_3: number;
|
|
201
|
-
export { value_3 as value };
|
|
202
|
-
const benchmarkTotalValue_3: number;
|
|
203
|
-
export { benchmarkTotalValue_3 as benchmarkTotalValue };
|
|
204
|
-
const benchmarkValue_3: number;
|
|
205
|
-
export { benchmarkValue_3 as benchmarkValue };
|
|
206
|
-
const detailsTitle_3: string;
|
|
207
|
-
export { detailsTitle_3 as detailsTitle };
|
|
208
|
-
export { arrDetailsDataWithNulls as detailsData };
|
|
209
|
-
const dotCut_3: boolean;
|
|
210
|
-
export { dotCut_3 as dotCut };
|
|
211
|
-
const width_3: string;
|
|
212
|
-
export { width_3 as width };
|
|
213
|
-
const height_3: string;
|
|
214
|
-
export { height_3 as height };
|
|
215
|
-
const textcolor_3: string;
|
|
216
|
-
export { textcolor_3 as textcolor };
|
|
217
|
-
const noDataText_3: string;
|
|
218
|
-
export { noDataText_3 as noDataText };
|
|
219
|
-
}
|
|
220
|
-
export { args_2 as args };
|
|
221
|
-
}
|
|
142
|
+
export const LessAvarage: any;
|
|
143
|
+
export const GreaterAvarage: any;
|
|
144
|
+
export const DataWithNulls: any;
|
|
222
145
|
import { TotalBenchmarkArrows } from "./TotalBenchmarkArrows";
|
|
223
|
-
declare const arrDetailsData: {
|
|
224
|
-
title: string;
|
|
225
|
-
value: number;
|
|
226
|
-
}[];
|
|
227
|
-
declare const arrDetailsDataUp: {
|
|
228
|
-
title: string;
|
|
229
|
-
value: number;
|
|
230
|
-
}[];
|
|
231
|
-
declare const arrDetailsDataWithNulls: ({
|
|
232
|
-
title: string;
|
|
233
|
-
value: null;
|
|
234
|
-
} | {
|
|
235
|
-
title: string;
|
|
236
|
-
value: number;
|
|
237
|
-
})[];
|