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
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { ModalWithOverlay as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace parameters {
|
|
6
|
+
namespace docs {
|
|
7
|
+
namespace description {
|
|
8
|
+
const component: string;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export namespace argTypes {
|
|
13
|
+
export namespace title_1 {
|
|
14
|
+
export const control: string;
|
|
15
|
+
const description_1: string;
|
|
16
|
+
export { description_1 as description };
|
|
17
|
+
}
|
|
18
|
+
export { title_1 as title };
|
|
19
|
+
export namespace children {
|
|
20
|
+
const control_1: string;
|
|
21
|
+
export { control_1 as control };
|
|
22
|
+
const description_2: string;
|
|
23
|
+
export { description_2 as description };
|
|
24
|
+
}
|
|
25
|
+
export namespace onClose {
|
|
26
|
+
export const action: string;
|
|
27
|
+
const description_3: string;
|
|
28
|
+
export { description_3 as description };
|
|
29
|
+
}
|
|
30
|
+
export namespace onOk {
|
|
31
|
+
const action_1: string;
|
|
32
|
+
export { action_1 as action };
|
|
33
|
+
const description_4: string;
|
|
34
|
+
export { description_4 as description };
|
|
35
|
+
}
|
|
36
|
+
export namespace onCancel {
|
|
37
|
+
const action_2: string;
|
|
38
|
+
export { action_2 as action };
|
|
39
|
+
const description_5: string;
|
|
40
|
+
export { description_5 as description };
|
|
41
|
+
}
|
|
42
|
+
export namespace okButtonText {
|
|
43
|
+
const control_2: string;
|
|
44
|
+
export { control_2 as control };
|
|
45
|
+
const description_6: string;
|
|
46
|
+
export { description_6 as description };
|
|
47
|
+
}
|
|
48
|
+
export namespace cancelButtonText {
|
|
49
|
+
const control_3: string;
|
|
50
|
+
export { control_3 as control };
|
|
51
|
+
const description_7: string;
|
|
52
|
+
export { description_7 as description };
|
|
53
|
+
}
|
|
54
|
+
export namespace showCancelButton {
|
|
55
|
+
const control_4: string;
|
|
56
|
+
export { control_4 as control };
|
|
57
|
+
const description_8: string;
|
|
58
|
+
export { description_8 as description };
|
|
59
|
+
}
|
|
60
|
+
export namespace showOkButton {
|
|
61
|
+
const control_5: string;
|
|
62
|
+
export { control_5 as control };
|
|
63
|
+
const description_9: string;
|
|
64
|
+
export { description_9 as description };
|
|
65
|
+
}
|
|
66
|
+
export namespace okButtonLeftIcon {
|
|
67
|
+
const control_6: string;
|
|
68
|
+
export { control_6 as control };
|
|
69
|
+
const description_10: string;
|
|
70
|
+
export { description_10 as description };
|
|
71
|
+
}
|
|
72
|
+
export namespace okButtonRightIcon {
|
|
73
|
+
const control_7: string;
|
|
74
|
+
export { control_7 as control };
|
|
75
|
+
const description_11: string;
|
|
76
|
+
export { description_11 as description };
|
|
77
|
+
}
|
|
78
|
+
export namespace okButtonType {
|
|
79
|
+
const control_8: string;
|
|
80
|
+
export { control_8 as control };
|
|
81
|
+
const description_12: string;
|
|
82
|
+
export { description_12 as description };
|
|
83
|
+
}
|
|
84
|
+
export namespace width {
|
|
85
|
+
const control_9: string;
|
|
86
|
+
export { control_9 as control };
|
|
87
|
+
const description_13: string;
|
|
88
|
+
export { description_13 as description };
|
|
89
|
+
}
|
|
90
|
+
export namespace height {
|
|
91
|
+
const control_10: string;
|
|
92
|
+
export { control_10 as control };
|
|
93
|
+
const description_14: string;
|
|
94
|
+
export { description_14 as description };
|
|
95
|
+
}
|
|
96
|
+
export namespace overlayTransparent {
|
|
97
|
+
const control_11: string;
|
|
98
|
+
export { control_11 as control };
|
|
99
|
+
const description_15: string;
|
|
100
|
+
export { description_15 as description };
|
|
101
|
+
}
|
|
102
|
+
export namespace overlayOpacity {
|
|
103
|
+
const control_12: string;
|
|
104
|
+
export { control_12 as control };
|
|
105
|
+
const description_16: string;
|
|
106
|
+
export { description_16 as description };
|
|
107
|
+
}
|
|
108
|
+
export namespace cancelButtonType {
|
|
109
|
+
const control_13: string;
|
|
110
|
+
export { control_13 as control };
|
|
111
|
+
const description_17: string;
|
|
112
|
+
export { description_17 as description };
|
|
113
|
+
}
|
|
114
|
+
export namespace cancelButtonLeftIcon {
|
|
115
|
+
const control_14: string;
|
|
116
|
+
export { control_14 as control };
|
|
117
|
+
const description_18: string;
|
|
118
|
+
export { description_18 as description };
|
|
119
|
+
}
|
|
120
|
+
export namespace cancelButtonRightIcon {
|
|
121
|
+
const control_15: string;
|
|
122
|
+
export { control_15 as control };
|
|
123
|
+
const description_19: string;
|
|
124
|
+
export { description_19 as description };
|
|
125
|
+
}
|
|
126
|
+
export namespace tooltipContent {
|
|
127
|
+
const control_16: string;
|
|
128
|
+
export { control_16 as control };
|
|
129
|
+
const description_20: string;
|
|
130
|
+
export { description_20 as description };
|
|
131
|
+
}
|
|
132
|
+
export namespace disableOkButton {
|
|
133
|
+
const control_17: string;
|
|
134
|
+
export { control_17 as control };
|
|
135
|
+
const description_21: string;
|
|
136
|
+
export { description_21 as description };
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
export default _default;
|
|
141
|
+
export function Default(): any;
|
|
142
|
+
import ModalWithOverlay from "./ModalWithOverlay";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const ModalWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export const Modal: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
3
|
+
export const ModalHeader: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
4
|
+
export const ModalButtons: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
5
|
+
export const ModalTitle: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
6
|
+
export const ModalBody: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
7
|
+
export const ModalFooter: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default MonthPicker;
|
|
2
|
-
declare function MonthPicker({ availableMonths, label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, }: {
|
|
2
|
+
declare function MonthPicker({ availableMonths, label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, startYear }: {
|
|
3
3
|
availableMonths: any;
|
|
4
4
|
label: any;
|
|
5
5
|
onChange: any;
|
|
@@ -13,22 +13,23 @@ declare function MonthPicker({ availableMonths, label, onChange, borderRadius, r
|
|
|
13
13
|
borderColorFocus: any;
|
|
14
14
|
textColor: any;
|
|
15
15
|
selectedValue: any;
|
|
16
|
-
|
|
16
|
+
startYear: any;
|
|
17
|
+
}): any;
|
|
17
18
|
declare namespace MonthPicker {
|
|
18
19
|
namespace propTypes {
|
|
19
|
-
const availableMonths:
|
|
20
|
-
const label:
|
|
21
|
-
const onChange:
|
|
22
|
-
const borderRadius:
|
|
23
|
-
const required:
|
|
24
|
-
const width:
|
|
25
|
-
const height:
|
|
26
|
-
const placeholder:
|
|
27
|
-
const disabled:
|
|
28
|
-
const borderColor:
|
|
29
|
-
const borderColorFocus:
|
|
30
|
-
const textColor:
|
|
31
|
-
const selectedValue:
|
|
20
|
+
const availableMonths: any;
|
|
21
|
+
const label: any;
|
|
22
|
+
const onChange: any;
|
|
23
|
+
const borderRadius: any;
|
|
24
|
+
const required: any;
|
|
25
|
+
const width: any;
|
|
26
|
+
const height: any;
|
|
27
|
+
const placeholder: any;
|
|
28
|
+
const disabled: any;
|
|
29
|
+
const borderColor: any;
|
|
30
|
+
const borderColorFocus: any;
|
|
31
|
+
const textColor: any;
|
|
32
|
+
const selectedValue: any;
|
|
32
33
|
}
|
|
33
34
|
namespace defaultProps {
|
|
34
35
|
const required_1: boolean;
|
|
@@ -51,4 +52,3 @@ declare namespace MonthPicker {
|
|
|
51
52
|
export { selectedValue_1 as selectedValue };
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
|
-
import PropTypes from "prop-types";
|
|
@@ -55,7 +55,7 @@ declare namespace _default {
|
|
|
55
55
|
}
|
|
56
56
|
export { defaultValue_2 as defaultValue };
|
|
57
57
|
export namespace control_2 {
|
|
58
|
-
const type_5:
|
|
58
|
+
const type_5: any;
|
|
59
59
|
export { type_5 as type };
|
|
60
60
|
}
|
|
61
61
|
export { control_2 as control };
|
|
@@ -143,55 +143,6 @@ declare namespace _default {
|
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
export default _default;
|
|
146
|
-
export
|
|
147
|
-
export
|
|
148
|
-
namespace args {
|
|
149
|
-
export const availableMonths: string[];
|
|
150
|
-
const label_1: string;
|
|
151
|
-
export { label_1 as label };
|
|
152
|
-
const borderRadius_1: string;
|
|
153
|
-
export { borderRadius_1 as borderRadius };
|
|
154
|
-
const required_1: boolean;
|
|
155
|
-
export { required_1 as required };
|
|
156
|
-
export const width: string;
|
|
157
|
-
export const height: string;
|
|
158
|
-
export const placeholder: string;
|
|
159
|
-
export const disabled: boolean;
|
|
160
|
-
const borderColor_1: string;
|
|
161
|
-
export { borderColor_1 as borderColor };
|
|
162
|
-
const borderColorFocus_1: string;
|
|
163
|
-
export { borderColorFocus_1 as borderColorFocus };
|
|
164
|
-
const textColor_1: string;
|
|
165
|
-
export { textColor_1 as textColor };
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
export function InitialValue(args: any): import("react/jsx-runtime").JSX.Element;
|
|
169
|
-
export namespace InitialValue {
|
|
170
|
-
export namespace args_1 {
|
|
171
|
-
const availableMonths_1: string[];
|
|
172
|
-
export { availableMonths_1 as availableMonths };
|
|
173
|
-
const label_2: string;
|
|
174
|
-
export { label_2 as label };
|
|
175
|
-
const borderRadius_2: string;
|
|
176
|
-
export { borderRadius_2 as borderRadius };
|
|
177
|
-
const required_2: boolean;
|
|
178
|
-
export { required_2 as required };
|
|
179
|
-
const width_1: string;
|
|
180
|
-
export { width_1 as width };
|
|
181
|
-
const height_1: string;
|
|
182
|
-
export { height_1 as height };
|
|
183
|
-
const placeholder_1: string;
|
|
184
|
-
export { placeholder_1 as placeholder };
|
|
185
|
-
const disabled_1: boolean;
|
|
186
|
-
export { disabled_1 as disabled };
|
|
187
|
-
const borderColor_2: string;
|
|
188
|
-
export { borderColor_2 as borderColor };
|
|
189
|
-
const borderColorFocus_2: string;
|
|
190
|
-
export { borderColorFocus_2 as borderColorFocus };
|
|
191
|
-
const textColor_2: string;
|
|
192
|
-
export { textColor_2 as textColor };
|
|
193
|
-
export const selectedValue: string;
|
|
194
|
-
}
|
|
195
|
-
export { args_1 as args };
|
|
196
|
-
}
|
|
146
|
+
export const Default: any;
|
|
147
|
+
export const InitialValue: any;
|
|
197
148
|
import MonthPicker from "./MonthPicker";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export const MonthPickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
2
|
-
export const CalendarDiv: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
3
|
-
export const InputContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
4
|
-
export const StyledInput: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
5
|
-
export const StyledLabel: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
6
|
-
export const RequiredIndicator: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
7
|
-
export const ErrorLabel: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
8
|
-
export const OptionsContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
1
|
+
export const MonthPickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export const CalendarDiv: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
3
|
+
export const InputContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
4
|
+
export const StyledInput: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
5
|
+
export const StyledLabel: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
6
|
+
export const RequiredIndicator: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
7
|
+
export const ErrorLabel: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
8
|
+
export const OptionsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export default MonthPopupPicker;
|
|
2
|
-
declare function MonthPopupPicker({ isOpen, onChangeDate, value, setValue, startDateValue, availableMonths, }: {
|
|
2
|
+
declare function MonthPopupPicker({ isOpen, onChangeDate, value, setValue, startDateValue, availableMonths, startYear, }: {
|
|
3
3
|
isOpen: any;
|
|
4
4
|
onChangeDate: any;
|
|
5
5
|
value: any;
|
|
6
6
|
setValue: any;
|
|
7
7
|
startDateValue: any;
|
|
8
8
|
availableMonths: any;
|
|
9
|
-
|
|
9
|
+
startYear?: number;
|
|
10
|
+
}): any;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const DatePickerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export const DatePickerPopup: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
3
|
+
export const DatePickerHeader: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
4
|
+
export const NavDiv: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
5
|
+
export const DatePickerSelect: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
6
|
+
export const DatePickerCalendar: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
7
|
+
export const DateCell: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
export function NoDataFoundMessage(props: any):
|
|
2
|
-
export namespace NoDataFoundMessage {
|
|
3
|
-
namespace propTypes {
|
|
4
|
-
const noDataText: PropTypes.Requireable<string>;
|
|
5
|
-
}
|
|
6
|
-
namespace defaultProps {
|
|
7
|
-
const noDataText_1: string;
|
|
8
|
-
export { noDataText_1 as noDataText };
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
export function NoDataFoundMessage(props: any): any;
|
|
11
2
|
export default NoDataFoundMessage;
|
|
12
|
-
import PropTypes from "prop-types";
|
|
@@ -35,11 +35,5 @@ declare namespace _default {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
export default _default;
|
|
38
|
-
export
|
|
39
|
-
export namespace NoDataFound {
|
|
40
|
-
namespace args {
|
|
41
|
-
const noDataText_1: string;
|
|
42
|
-
export { noDataText_1 as noDataText };
|
|
43
|
-
}
|
|
44
|
-
}
|
|
38
|
+
export const NoDataFound: any;
|
|
45
39
|
import { NoDataFoundMessage } from "./NoDataFoundMessage";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export const NoDataFoundContainer: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
2
|
-
export const NoDataFoundTitle: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
3
|
-
export const NoDataFoundText: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
1
|
+
export const NoDataFoundContainer: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
2
|
+
export const NoDataFoundTitle: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
3
|
+
export const NoDataFoundText: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|
|
@@ -1,2 +1,80 @@
|
|
|
1
|
-
export function OneColumnContainer(props: any):
|
|
1
|
+
export function OneColumnContainer(props: any): any;
|
|
2
|
+
export namespace OneColumnContainer {
|
|
3
|
+
namespace propTypes {
|
|
4
|
+
const children: any;
|
|
5
|
+
const display: any;
|
|
6
|
+
const isLoading: any;
|
|
7
|
+
const gridTemplateColumns: any;
|
|
8
|
+
const itemClass: any;
|
|
9
|
+
const divStyle: any;
|
|
10
|
+
const overStyle: any;
|
|
11
|
+
const draggingStyle: any;
|
|
12
|
+
const droppedStyle: any;
|
|
13
|
+
const width: any;
|
|
14
|
+
const height: any;
|
|
15
|
+
const overflow: any;
|
|
16
|
+
const transparentBackground: any;
|
|
17
|
+
const infoTitle: any;
|
|
18
|
+
const infoText: any;
|
|
19
|
+
const disableInfo: any;
|
|
20
|
+
const showViewByBannerButton: any;
|
|
21
|
+
const onBannerClick: any;
|
|
22
|
+
const columnTitle: any;
|
|
23
|
+
const isPercentOfChange: any;
|
|
24
|
+
const PercentOfChangeData: any;
|
|
25
|
+
const backgroundImage: any;
|
|
26
|
+
const showBackgroundImage: any;
|
|
27
|
+
const backgroundImageStyle: any;
|
|
28
|
+
}
|
|
29
|
+
namespace defaultProps {
|
|
30
|
+
const children_1: any;
|
|
31
|
+
export { children_1 as children };
|
|
32
|
+
const display_1: string;
|
|
33
|
+
export { display_1 as display };
|
|
34
|
+
const isLoading_1: string;
|
|
35
|
+
export { isLoading_1 as isLoading };
|
|
36
|
+
const gridTemplateColumns_1: string;
|
|
37
|
+
export { gridTemplateColumns_1 as gridTemplateColumns };
|
|
38
|
+
const itemClass_1: string;
|
|
39
|
+
export { itemClass_1 as itemClass };
|
|
40
|
+
const divStyle_1: string;
|
|
41
|
+
export { divStyle_1 as divStyle };
|
|
42
|
+
const overStyle_1: string;
|
|
43
|
+
export { overStyle_1 as overStyle };
|
|
44
|
+
const draggingStyle_1: string;
|
|
45
|
+
export { draggingStyle_1 as draggingStyle };
|
|
46
|
+
const droppedStyle_1: string;
|
|
47
|
+
export { droppedStyle_1 as droppedStyle };
|
|
48
|
+
const width_1: string;
|
|
49
|
+
export { width_1 as width };
|
|
50
|
+
const height_1: string;
|
|
51
|
+
export { height_1 as height };
|
|
52
|
+
const overflow_1: string;
|
|
53
|
+
export { overflow_1 as overflow };
|
|
54
|
+
const transparentBackground_1: boolean;
|
|
55
|
+
export { transparentBackground_1 as transparentBackground };
|
|
56
|
+
const infoTitle_1: string;
|
|
57
|
+
export { infoTitle_1 as infoTitle };
|
|
58
|
+
const infoText_1: string;
|
|
59
|
+
export { infoText_1 as infoText };
|
|
60
|
+
const disableInfo_1: boolean;
|
|
61
|
+
export { disableInfo_1 as disableInfo };
|
|
62
|
+
const showViewByBannerButton_1: boolean;
|
|
63
|
+
export { showViewByBannerButton_1 as showViewByBannerButton };
|
|
64
|
+
export function onBannerClick_1(): void;
|
|
65
|
+
export { onBannerClick_1 as onBannerClick };
|
|
66
|
+
const columnTitle_1: string;
|
|
67
|
+
export { columnTitle_1 as columnTitle };
|
|
68
|
+
const isPercentOfChange_1: boolean;
|
|
69
|
+
export { isPercentOfChange_1 as isPercentOfChange };
|
|
70
|
+
const PercentOfChangeData_1: number;
|
|
71
|
+
export { PercentOfChangeData_1 as PercentOfChangeData };
|
|
72
|
+
const backgroundImage_1: string;
|
|
73
|
+
export { backgroundImage_1 as backgroundImage };
|
|
74
|
+
const showBackgroundImage_1: boolean;
|
|
75
|
+
export { showBackgroundImage_1 as showBackgroundImage };
|
|
76
|
+
const backgroundImageStyle_1: {};
|
|
77
|
+
export { backgroundImageStyle_1 as backgroundImageStyle };
|
|
78
|
+
}
|
|
79
|
+
}
|
|
2
80
|
export default OneColumnContainer;
|