sag_components 2.0.0-beta15 → 2.0.0-beta150
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 +775 -279
- package/dist/index.esm.js +35678 -12876
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +35691 -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.stories.d.ts +70 -10
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +0 -37
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -69
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BarChart/BarChart.d.ts +7 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +0 -64
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Table.stories.d.ts → BrushChart/BrushChart.stories.d.ts} +84 -54
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +1 -21
- package/dist/types/components/Button/Button.stories.d.ts +107 -255
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CollapseData/CollapseData.d.ts +11 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +2 -2
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Card.stories.d.ts → ContainerTable/ContainerTable.stories.d.ts} +37 -33
- package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +2 -61
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +282 -0
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +2 -58
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
- package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
- package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
- package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
- package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
- package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
- package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
- package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +10 -10
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +11 -662
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/Input/Input.d.ts +2 -1
- package/dist/types/components/Input/Input.stories.d.ts +134 -515
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +16 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +130 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +26 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +7 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +15 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +17 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
- package/dist/types/components/ListBox/ListBox.d.ts +9 -9
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
- package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +168 -0
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
- package/dist/types/components/MessageBox/MessageBox.d.ts +17 -0
- package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
- package/dist/types/components/MessageBox/MessageBox.styles.d.ts +7 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +15 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +2 -1
- package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +79 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +22 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +336 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +9 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +26 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +3 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +2 -1
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -14
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +161 -305
- 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 +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +51 -7
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +77 -80
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
- package/dist/types/components/Table/DropMenus/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 +44 -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 +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +10 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +57 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +21 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +0 -22
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +7 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +34 -100
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +30 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +18 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +98 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
- package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
- package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
- package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
- package/dist/types/icons/AttachedIcon.d.ts +3 -3
- package/dist/types/icons/BarcodeIcon.d.ts +6 -0
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +2 -2
- package/dist/types/icons/CalendarInOpen.d.ts +5 -1
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronIcon.d.ts +7 -0
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/CommentIcon.d.ts +7 -0
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +2 -2
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FolderIcon.d.ts +6 -0
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/OkCircleIcon.d.ts +6 -0
- package/dist/types/icons/OkIcon.d.ts +6 -0
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/PeopleIcon.d.ts +6 -0
- package/dist/types/icons/Plus.d.ts +6 -0
- package/dist/types/icons/PlusIcon.d.ts +6 -0
- package/dist/types/icons/RedDot.d.ts +5 -0
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/TrashIcon.d.ts +7 -0
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/icons/index.d.ts +20 -0
- package/dist/types/index.d.ts +50 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -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/TextField/TextField.d.ts +0 -6
- package/dist/types/components/TextField/TextField.style.d.ts +0 -1
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
- /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.style.d.ts +0 -0
|
@@ -0,0 +1,503 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { Table as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
namespace width {
|
|
7
|
+
const control: string;
|
|
8
|
+
const description: string;
|
|
9
|
+
const name: string;
|
|
10
|
+
}
|
|
11
|
+
namespace height {
|
|
12
|
+
const control_1: string;
|
|
13
|
+
export { control_1 as control };
|
|
14
|
+
const description_1: string;
|
|
15
|
+
export { description_1 as description };
|
|
16
|
+
const name_1: string;
|
|
17
|
+
export { name_1 as name };
|
|
18
|
+
}
|
|
19
|
+
namespace tableTitle {
|
|
20
|
+
const control_2: string;
|
|
21
|
+
export { control_2 as control };
|
|
22
|
+
const description_2: string;
|
|
23
|
+
export { description_2 as description };
|
|
24
|
+
const name_2: string;
|
|
25
|
+
export { name_2 as name };
|
|
26
|
+
}
|
|
27
|
+
namespace tableBackground {
|
|
28
|
+
const control_3: string;
|
|
29
|
+
export { control_3 as control };
|
|
30
|
+
const description_3: string;
|
|
31
|
+
export { description_3 as description };
|
|
32
|
+
const name_3: string;
|
|
33
|
+
export { name_3 as name };
|
|
34
|
+
export const defaultValue: string;
|
|
35
|
+
}
|
|
36
|
+
namespace hideRowsCounter {
|
|
37
|
+
const control_4: string;
|
|
38
|
+
export { control_4 as control };
|
|
39
|
+
const description_4: string;
|
|
40
|
+
export { description_4 as description };
|
|
41
|
+
const name_4: string;
|
|
42
|
+
export { name_4 as name };
|
|
43
|
+
const defaultValue_1: boolean;
|
|
44
|
+
export { defaultValue_1 as defaultValue };
|
|
45
|
+
}
|
|
46
|
+
namespace data {
|
|
47
|
+
const control_5: string;
|
|
48
|
+
export { control_5 as control };
|
|
49
|
+
const description_5: string;
|
|
50
|
+
export { description_5 as description };
|
|
51
|
+
const name_5: string;
|
|
52
|
+
export { name_5 as name };
|
|
53
|
+
}
|
|
54
|
+
namespace onButtonClick {
|
|
55
|
+
export const action: string;
|
|
56
|
+
const description_6: string;
|
|
57
|
+
export { description_6 as description };
|
|
58
|
+
const name_6: string;
|
|
59
|
+
export { name_6 as name };
|
|
60
|
+
}
|
|
61
|
+
namespace columns {
|
|
62
|
+
const control_6: string;
|
|
63
|
+
export { control_6 as control };
|
|
64
|
+
const description_7: string;
|
|
65
|
+
export { description_7 as description };
|
|
66
|
+
const name_7: string;
|
|
67
|
+
export { name_7 as name };
|
|
68
|
+
}
|
|
69
|
+
namespace onSort {
|
|
70
|
+
const action_1: string;
|
|
71
|
+
export { action_1 as action };
|
|
72
|
+
const description_8: string;
|
|
73
|
+
export { description_8 as description };
|
|
74
|
+
const name_8: string;
|
|
75
|
+
export { name_8 as name };
|
|
76
|
+
}
|
|
77
|
+
namespace onFilter {
|
|
78
|
+
const action_2: string;
|
|
79
|
+
export { action_2 as action };
|
|
80
|
+
const description_9: string;
|
|
81
|
+
export { description_9 as description };
|
|
82
|
+
const name_9: string;
|
|
83
|
+
export { name_9 as name };
|
|
84
|
+
}
|
|
85
|
+
namespace onSelectAll {
|
|
86
|
+
const action_3: string;
|
|
87
|
+
export { action_3 as action };
|
|
88
|
+
const description_10: string;
|
|
89
|
+
export { description_10 as description };
|
|
90
|
+
const name_10: string;
|
|
91
|
+
export { name_10 as name };
|
|
92
|
+
}
|
|
93
|
+
namespace buttonColor {
|
|
94
|
+
const control_7: string;
|
|
95
|
+
export { control_7 as control };
|
|
96
|
+
const description_11: string;
|
|
97
|
+
export { description_11 as description };
|
|
98
|
+
const name_11: string;
|
|
99
|
+
export { name_11 as name };
|
|
100
|
+
const defaultValue_2: string;
|
|
101
|
+
export { defaultValue_2 as defaultValue };
|
|
102
|
+
}
|
|
103
|
+
namespace buttonHoverColor {
|
|
104
|
+
const control_8: string;
|
|
105
|
+
export { control_8 as control };
|
|
106
|
+
const description_12: string;
|
|
107
|
+
export { description_12 as description };
|
|
108
|
+
const name_12: string;
|
|
109
|
+
export { name_12 as name };
|
|
110
|
+
const defaultValue_3: string;
|
|
111
|
+
export { defaultValue_3 as defaultValue };
|
|
112
|
+
}
|
|
113
|
+
namespace showSideButton {
|
|
114
|
+
const control_9: string;
|
|
115
|
+
export { control_9 as control };
|
|
116
|
+
const description_13: string;
|
|
117
|
+
export { description_13 as description };
|
|
118
|
+
const name_13: string;
|
|
119
|
+
export { name_13 as name };
|
|
120
|
+
const defaultValue_4: boolean;
|
|
121
|
+
export { defaultValue_4 as defaultValue };
|
|
122
|
+
}
|
|
123
|
+
namespace onSideButtonClick {
|
|
124
|
+
const action_4: string;
|
|
125
|
+
export { action_4 as action };
|
|
126
|
+
const description_14: string;
|
|
127
|
+
export { description_14 as description };
|
|
128
|
+
const name_14: string;
|
|
129
|
+
export { name_14 as name };
|
|
130
|
+
}
|
|
131
|
+
namespace sideButtonColor {
|
|
132
|
+
const control_10: string;
|
|
133
|
+
export { control_10 as control };
|
|
134
|
+
const description_15: string;
|
|
135
|
+
export { description_15 as description };
|
|
136
|
+
const name_15: string;
|
|
137
|
+
export { name_15 as name };
|
|
138
|
+
const defaultValue_5: string;
|
|
139
|
+
export { defaultValue_5 as defaultValue };
|
|
140
|
+
}
|
|
141
|
+
namespace sideButtonHoverColor {
|
|
142
|
+
const control_11: string;
|
|
143
|
+
export { control_11 as control };
|
|
144
|
+
const description_16: string;
|
|
145
|
+
export { description_16 as description };
|
|
146
|
+
const name_16: string;
|
|
147
|
+
export { name_16 as name };
|
|
148
|
+
const defaultValue_6: string;
|
|
149
|
+
export { defaultValue_6 as defaultValue };
|
|
150
|
+
}
|
|
151
|
+
namespace children {
|
|
152
|
+
const control_12: string;
|
|
153
|
+
export { control_12 as control };
|
|
154
|
+
const description_17: string;
|
|
155
|
+
export { description_17 as description };
|
|
156
|
+
const name_17: string;
|
|
157
|
+
export { name_17 as name };
|
|
158
|
+
}
|
|
159
|
+
namespace tableBodyHeight {
|
|
160
|
+
const control_13: string;
|
|
161
|
+
export { control_13 as control };
|
|
162
|
+
const description_18: string;
|
|
163
|
+
export { description_18 as description };
|
|
164
|
+
const name_18: string;
|
|
165
|
+
export { name_18 as name };
|
|
166
|
+
}
|
|
167
|
+
namespace isLoading {
|
|
168
|
+
const control_14: string;
|
|
169
|
+
export { control_14 as control };
|
|
170
|
+
const description_19: string;
|
|
171
|
+
export { description_19 as description };
|
|
172
|
+
const name_19: string;
|
|
173
|
+
export { name_19 as name };
|
|
174
|
+
}
|
|
175
|
+
namespace isLoadingText {
|
|
176
|
+
const control_15: string;
|
|
177
|
+
export { control_15 as control };
|
|
178
|
+
const description_20: string;
|
|
179
|
+
export { description_20 as description };
|
|
180
|
+
const name_20: string;
|
|
181
|
+
export { name_20 as name };
|
|
182
|
+
}
|
|
183
|
+
namespace onRowClick {
|
|
184
|
+
const action_5: string;
|
|
185
|
+
export { action_5 as action };
|
|
186
|
+
const description_21: string;
|
|
187
|
+
export { description_21 as description };
|
|
188
|
+
const name_21: string;
|
|
189
|
+
export { name_21 as name };
|
|
190
|
+
}
|
|
191
|
+
namespace onLastRowsReached {
|
|
192
|
+
const action_6: string;
|
|
193
|
+
export { action_6 as action };
|
|
194
|
+
const description_22: string;
|
|
195
|
+
export { description_22 as description };
|
|
196
|
+
const name_22: string;
|
|
197
|
+
export { name_22 as name };
|
|
198
|
+
}
|
|
199
|
+
namespace lastRowsThreshold {
|
|
200
|
+
const control_16: string;
|
|
201
|
+
export { control_16 as control };
|
|
202
|
+
const description_23: string;
|
|
203
|
+
export { description_23 as description };
|
|
204
|
+
const name_23: string;
|
|
205
|
+
export { name_23 as name };
|
|
206
|
+
}
|
|
207
|
+
namespace onSendClick {
|
|
208
|
+
const action_7: string;
|
|
209
|
+
export { action_7 as action };
|
|
210
|
+
const description_24: string;
|
|
211
|
+
export { description_24 as description };
|
|
212
|
+
const name_24: string;
|
|
213
|
+
export { name_24 as name };
|
|
214
|
+
}
|
|
215
|
+
namespace showHorizontalScroll {
|
|
216
|
+
const control_17: string;
|
|
217
|
+
export { control_17 as control };
|
|
218
|
+
const description_25: string;
|
|
219
|
+
export { description_25 as description };
|
|
220
|
+
const name_25: string;
|
|
221
|
+
export { name_25 as name };
|
|
222
|
+
}
|
|
223
|
+
namespace onDeleteClick {
|
|
224
|
+
const action_8: string;
|
|
225
|
+
export { action_8 as action };
|
|
226
|
+
const description_26: string;
|
|
227
|
+
export { description_26 as description };
|
|
228
|
+
const name_26: string;
|
|
229
|
+
export { name_26 as name };
|
|
230
|
+
}
|
|
231
|
+
namespace showNoDataInSearch {
|
|
232
|
+
const control_18: string;
|
|
233
|
+
export { control_18 as control };
|
|
234
|
+
const description_27: string;
|
|
235
|
+
export { description_27 as description };
|
|
236
|
+
const name_27: string;
|
|
237
|
+
export { name_27 as name };
|
|
238
|
+
}
|
|
239
|
+
namespace resetTableFocus {
|
|
240
|
+
const control_19: string;
|
|
241
|
+
export { control_19 as control };
|
|
242
|
+
const description_28: string;
|
|
243
|
+
export { description_28 as description };
|
|
244
|
+
const name_28: string;
|
|
245
|
+
export { name_28 as name };
|
|
246
|
+
}
|
|
247
|
+
namespace onTableFocusChange {
|
|
248
|
+
const action_9: string;
|
|
249
|
+
export { action_9 as action };
|
|
250
|
+
const description_29: string;
|
|
251
|
+
export { description_29 as description };
|
|
252
|
+
const name_29: string;
|
|
253
|
+
export { name_29 as name };
|
|
254
|
+
}
|
|
255
|
+
namespace clearFocusOnOutsideClick {
|
|
256
|
+
const control_20: string;
|
|
257
|
+
export { control_20 as control };
|
|
258
|
+
const description_30: string;
|
|
259
|
+
export { description_30 as description };
|
|
260
|
+
const name_30: string;
|
|
261
|
+
export { name_30 as name };
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
export default _default;
|
|
266
|
+
export namespace Default {
|
|
267
|
+
namespace args {
|
|
268
|
+
const width_1: string;
|
|
269
|
+
export { width_1 as width };
|
|
270
|
+
const height_1: string;
|
|
271
|
+
export { height_1 as height };
|
|
272
|
+
const tableTitle_1: string;
|
|
273
|
+
export { tableTitle_1 as tableTitle };
|
|
274
|
+
const tableBodyHeight_1: string;
|
|
275
|
+
export { tableBodyHeight_1 as tableBodyHeight };
|
|
276
|
+
const hideRowsCounter_1: boolean;
|
|
277
|
+
export { hideRowsCounter_1 as hideRowsCounter };
|
|
278
|
+
const isLoading_1: boolean;
|
|
279
|
+
export { isLoading_1 as isLoading };
|
|
280
|
+
const isLoadingText_1: string;
|
|
281
|
+
export { isLoadingText_1 as isLoadingText };
|
|
282
|
+
const lastRowsThreshold_1: number;
|
|
283
|
+
export { lastRowsThreshold_1 as lastRowsThreshold };
|
|
284
|
+
const data_1: any[];
|
|
285
|
+
export { data_1 as data };
|
|
286
|
+
const columns_1: any[];
|
|
287
|
+
export { columns_1 as columns };
|
|
288
|
+
export function onButtonClick_1(): void;
|
|
289
|
+
export { onButtonClick_1 as onButtonClick };
|
|
290
|
+
const buttonColor_1: string;
|
|
291
|
+
export { buttonColor_1 as buttonColor };
|
|
292
|
+
const buttonHoverColor_1: string;
|
|
293
|
+
export { buttonHoverColor_1 as buttonHoverColor };
|
|
294
|
+
const showSideButton_1: boolean;
|
|
295
|
+
export { showSideButton_1 as showSideButton };
|
|
296
|
+
export function onSideButtonClick_1(): void;
|
|
297
|
+
export { onSideButtonClick_1 as onSideButtonClick };
|
|
298
|
+
const sideButtonColor_1: string;
|
|
299
|
+
export { sideButtonColor_1 as sideButtonColor };
|
|
300
|
+
const sideButtonHoverColor_1: string;
|
|
301
|
+
export { sideButtonHoverColor_1 as sideButtonHoverColor };
|
|
302
|
+
const showHorizontalScroll_1: boolean;
|
|
303
|
+
export { showHorizontalScroll_1 as showHorizontalScroll };
|
|
304
|
+
const showNoDataInSearch_1: boolean;
|
|
305
|
+
export { showNoDataInSearch_1 as showNoDataInSearch };
|
|
306
|
+
const resetTableFocus_1: boolean;
|
|
307
|
+
export { resetTableFocus_1 as resetTableFocus };
|
|
308
|
+
const clearFocusOnOutsideClick_1: boolean;
|
|
309
|
+
export { clearFocusOnOutsideClick_1 as clearFocusOnOutsideClick };
|
|
310
|
+
const children_1: import("react/jsx-runtime").JSX.Element;
|
|
311
|
+
export { children_1 as children };
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
export namespace WithData {
|
|
315
|
+
export namespace args_1 {
|
|
316
|
+
const width_2: string;
|
|
317
|
+
export { width_2 as width };
|
|
318
|
+
const height_2: string;
|
|
319
|
+
export { height_2 as height };
|
|
320
|
+
const tableBackground_1: string;
|
|
321
|
+
export { tableBackground_1 as tableBackground };
|
|
322
|
+
const tableBodyHeight_2: string;
|
|
323
|
+
export { tableBodyHeight_2 as tableBodyHeight };
|
|
324
|
+
const tableTitle_2: string;
|
|
325
|
+
export { tableTitle_2 as tableTitle };
|
|
326
|
+
export const counter: number;
|
|
327
|
+
const hideRowsCounter_2: boolean;
|
|
328
|
+
export { hideRowsCounter_2 as hideRowsCounter };
|
|
329
|
+
const isLoading_2: boolean;
|
|
330
|
+
export { isLoading_2 as isLoading };
|
|
331
|
+
const isLoadingText_2: string;
|
|
332
|
+
export { isLoadingText_2 as isLoadingText };
|
|
333
|
+
const lastRowsThreshold_2: number;
|
|
334
|
+
export { lastRowsThreshold_2 as lastRowsThreshold };
|
|
335
|
+
export { columns1 as columns };
|
|
336
|
+
export { data1 as data };
|
|
337
|
+
const buttonColor_2: string;
|
|
338
|
+
export { buttonColor_2 as buttonColor };
|
|
339
|
+
const showNoDataInSearch_2: boolean;
|
|
340
|
+
export { showNoDataInSearch_2 as showNoDataInSearch };
|
|
341
|
+
const resetTableFocus_2: boolean;
|
|
342
|
+
export { resetTableFocus_2 as resetTableFocus };
|
|
343
|
+
const clearFocusOnOutsideClick_2: boolean;
|
|
344
|
+
export { clearFocusOnOutsideClick_2 as clearFocusOnOutsideClick };
|
|
345
|
+
}
|
|
346
|
+
export { args_1 as args };
|
|
347
|
+
}
|
|
348
|
+
export namespace WithTagsAndData {
|
|
349
|
+
export namespace args_2 {
|
|
350
|
+
const width_3: string;
|
|
351
|
+
export { width_3 as width };
|
|
352
|
+
const height_3: string;
|
|
353
|
+
export { height_3 as height };
|
|
354
|
+
const tableBackground_2: string;
|
|
355
|
+
export { tableBackground_2 as tableBackground };
|
|
356
|
+
const tableBodyHeight_3: string;
|
|
357
|
+
export { tableBodyHeight_3 as tableBodyHeight };
|
|
358
|
+
const tableTitle_3: string;
|
|
359
|
+
export { tableTitle_3 as tableTitle };
|
|
360
|
+
const counter_1: number;
|
|
361
|
+
export { counter_1 as counter };
|
|
362
|
+
const hideRowsCounter_3: boolean;
|
|
363
|
+
export { hideRowsCounter_3 as hideRowsCounter };
|
|
364
|
+
const isLoading_3: boolean;
|
|
365
|
+
export { isLoading_3 as isLoading };
|
|
366
|
+
const isLoadingText_3: string;
|
|
367
|
+
export { isLoadingText_3 as isLoadingText };
|
|
368
|
+
const lastRowsThreshold_3: number;
|
|
369
|
+
export { lastRowsThreshold_3 as lastRowsThreshold };
|
|
370
|
+
export { columns1 as columns };
|
|
371
|
+
export { data1 as data };
|
|
372
|
+
const buttonColor_3: string;
|
|
373
|
+
export { buttonColor_3 as buttonColor };
|
|
374
|
+
const showNoDataInSearch_3: boolean;
|
|
375
|
+
export { showNoDataInSearch_3 as showNoDataInSearch };
|
|
376
|
+
const resetTableFocus_3: boolean;
|
|
377
|
+
export { resetTableFocus_3 as resetTableFocus };
|
|
378
|
+
const clearFocusOnOutsideClick_3: boolean;
|
|
379
|
+
export { clearFocusOnOutsideClick_3 as clearFocusOnOutsideClick };
|
|
380
|
+
const children_2: import("react/jsx-runtime").JSX.Element;
|
|
381
|
+
export { children_2 as children };
|
|
382
|
+
}
|
|
383
|
+
export { args_2 as args };
|
|
384
|
+
}
|
|
385
|
+
export namespace EmptyState {
|
|
386
|
+
export namespace args_3 {
|
|
387
|
+
const width_4: string;
|
|
388
|
+
export { width_4 as width };
|
|
389
|
+
const height_4: string;
|
|
390
|
+
export { height_4 as height };
|
|
391
|
+
const tableBodyHeight_4: string;
|
|
392
|
+
export { tableBodyHeight_4 as tableBodyHeight };
|
|
393
|
+
const tableTitle_4: string;
|
|
394
|
+
export { tableTitle_4 as tableTitle };
|
|
395
|
+
const hideRowsCounter_4: boolean;
|
|
396
|
+
export { hideRowsCounter_4 as hideRowsCounter };
|
|
397
|
+
const columns_2: any[];
|
|
398
|
+
export { columns_2 as columns };
|
|
399
|
+
const data_2: any[];
|
|
400
|
+
export { data_2 as data };
|
|
401
|
+
const showNoDataInSearch_4: boolean;
|
|
402
|
+
export { showNoDataInSearch_4 as showNoDataInSearch };
|
|
403
|
+
}
|
|
404
|
+
export { args_3 as args };
|
|
405
|
+
}
|
|
406
|
+
export namespace NoDataInSearch {
|
|
407
|
+
export namespace args_4 {
|
|
408
|
+
const width_5: string;
|
|
409
|
+
export { width_5 as width };
|
|
410
|
+
const height_5: string;
|
|
411
|
+
export { height_5 as height };
|
|
412
|
+
const tableBodyHeight_5: string;
|
|
413
|
+
export { tableBodyHeight_5 as tableBodyHeight };
|
|
414
|
+
const tableTitle_5: string;
|
|
415
|
+
export { tableTitle_5 as tableTitle };
|
|
416
|
+
const hideRowsCounter_5: boolean;
|
|
417
|
+
export { hideRowsCounter_5 as hideRowsCounter };
|
|
418
|
+
export { columns1 as columns };
|
|
419
|
+
const data_3: any[];
|
|
420
|
+
export { data_3 as data };
|
|
421
|
+
const showNoDataInSearch_5: boolean;
|
|
422
|
+
export { showNoDataInSearch_5 as showNoDataInSearch };
|
|
423
|
+
export const noDataInSearchTitle: string;
|
|
424
|
+
export const noDataInSearchMessage: string;
|
|
425
|
+
}
|
|
426
|
+
export { args_4 as args };
|
|
427
|
+
}
|
|
428
|
+
export namespace WithDataHiddenCounter {
|
|
429
|
+
export namespace args_5 {
|
|
430
|
+
const width_6: string;
|
|
431
|
+
export { width_6 as width };
|
|
432
|
+
const height_6: string;
|
|
433
|
+
export { height_6 as height };
|
|
434
|
+
const tableBodyHeight_6: string;
|
|
435
|
+
export { tableBodyHeight_6 as tableBodyHeight };
|
|
436
|
+
const tableTitle_6: string;
|
|
437
|
+
export { tableTitle_6 as tableTitle };
|
|
438
|
+
const counter_2: number;
|
|
439
|
+
export { counter_2 as counter };
|
|
440
|
+
const hideRowsCounter_6: boolean;
|
|
441
|
+
export { hideRowsCounter_6 as hideRowsCounter };
|
|
442
|
+
const isLoading_4: boolean;
|
|
443
|
+
export { isLoading_4 as isLoading };
|
|
444
|
+
const isLoadingText_4: string;
|
|
445
|
+
export { isLoadingText_4 as isLoadingText };
|
|
446
|
+
const lastRowsThreshold_4: number;
|
|
447
|
+
export { lastRowsThreshold_4 as lastRowsThreshold };
|
|
448
|
+
export { columns1 as columns };
|
|
449
|
+
export { data1 as data };
|
|
450
|
+
const buttonColor_4: string;
|
|
451
|
+
export { buttonColor_4 as buttonColor };
|
|
452
|
+
const showNoDataInSearch_6: boolean;
|
|
453
|
+
export { showNoDataInSearch_6 as showNoDataInSearch };
|
|
454
|
+
}
|
|
455
|
+
export { args_5 as args };
|
|
456
|
+
}
|
|
457
|
+
export namespace SupplierEvents {
|
|
458
|
+
export namespace args_6 {
|
|
459
|
+
const width_7: string;
|
|
460
|
+
export { width_7 as width };
|
|
461
|
+
const height_7: string;
|
|
462
|
+
export { height_7 as height };
|
|
463
|
+
const tableBodyHeight_7: string;
|
|
464
|
+
export { tableBodyHeight_7 as tableBodyHeight };
|
|
465
|
+
const tableTitle_7: string;
|
|
466
|
+
export { tableTitle_7 as tableTitle };
|
|
467
|
+
export { supplierColumns as columns };
|
|
468
|
+
export { supplierData as data };
|
|
469
|
+
const showSideButton_2: boolean;
|
|
470
|
+
export { showSideButton_2 as showSideButton };
|
|
471
|
+
const showHorizontalScroll_2: boolean;
|
|
472
|
+
export { showHorizontalScroll_2 as showHorizontalScroll };
|
|
473
|
+
}
|
|
474
|
+
export { args_6 as args };
|
|
475
|
+
}
|
|
476
|
+
export namespace SupplierEventsWithTags {
|
|
477
|
+
export namespace args_7 {
|
|
478
|
+
const width_8: string;
|
|
479
|
+
export { width_8 as width };
|
|
480
|
+
const height_8: string;
|
|
481
|
+
export { height_8 as height };
|
|
482
|
+
const tableBodyHeight_8: string;
|
|
483
|
+
export { tableBodyHeight_8 as tableBodyHeight };
|
|
484
|
+
const tableTitle_8: string;
|
|
485
|
+
export { tableTitle_8 as tableTitle };
|
|
486
|
+
const counter_3: number;
|
|
487
|
+
export { counter_3 as counter };
|
|
488
|
+
export { supplierColumns as columns };
|
|
489
|
+
export { supplierData as data };
|
|
490
|
+
const showSideButton_3: boolean;
|
|
491
|
+
export { showSideButton_3 as showSideButton };
|
|
492
|
+
const showHorizontalScroll_3: boolean;
|
|
493
|
+
export { showHorizontalScroll_3 as showHorizontalScroll };
|
|
494
|
+
const children_3: import("react/jsx-runtime").JSX.Element;
|
|
495
|
+
export { children_3 as children };
|
|
496
|
+
}
|
|
497
|
+
export { args_7 as args };
|
|
498
|
+
}
|
|
499
|
+
import Table from "./Table";
|
|
500
|
+
import { columns1 } from "./data";
|
|
501
|
+
import { data1 } from "./data";
|
|
502
|
+
import { supplierColumns } from "./data";
|
|
503
|
+
import { supplierData } from "./data";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const TableWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const TableContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export const TableBodyScrollWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const TableTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>> & string;
|
|
5
|
+
export const Thead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
|
|
6
|
+
export const HeaderCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, never>> & string;
|
|
7
|
+
export const Tbody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
|
|
8
|
+
export const BodyCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
|
|
9
|
+
export const StyledRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;
|
|
10
|
+
export const NoInfoFound: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export const TableTop: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
13
|
+
export const SubTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
14
|
+
export const NoEventsParent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
15
|
+
export const NoEventsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
16
|
+
export const NoEventsMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
17
|
+
export const LoadingWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
18
|
+
export const LoadingText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export default TableBody;
|
|
2
|
+
declare function TableBody({ columns, data, onRowClick, onSendClick, buttonColor, buttonHoverColor, selectedColor, onDeleteClick, resetFocusIndex, changeFocusIndex, onFocusChange, indexToShimmer, statuses, onCommentSave, commentTextLimit, ref, }: {
|
|
3
|
+
columns: any;
|
|
4
|
+
data: any;
|
|
5
|
+
onRowClick: any;
|
|
6
|
+
onSendClick: any;
|
|
7
|
+
buttonColor: any;
|
|
8
|
+
buttonHoverColor: any;
|
|
9
|
+
selectedColor: any;
|
|
10
|
+
onDeleteClick: any;
|
|
11
|
+
resetFocusIndex: any;
|
|
12
|
+
changeFocusIndex: any;
|
|
13
|
+
onFocusChange: any;
|
|
14
|
+
indexToShimmer?: number;
|
|
15
|
+
statuses?: {
|
|
16
|
+
status: string;
|
|
17
|
+
palette: string[];
|
|
18
|
+
}[];
|
|
19
|
+
onCommentSave?: () => void;
|
|
20
|
+
commentTextLimit?: number;
|
|
21
|
+
ref?: any;
|
|
22
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
declare namespace TableBody {
|
|
24
|
+
namespace propTypes {
|
|
25
|
+
const columns: PropTypes.Validator<any[]>;
|
|
26
|
+
const data: PropTypes.Validator<any[]>;
|
|
27
|
+
const onRowClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
28
|
+
const onSendClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
29
|
+
const buttonColor: PropTypes.Requireable<string>;
|
|
30
|
+
const buttonHoverColor: PropTypes.Requireable<string>;
|
|
31
|
+
const selectedColor: PropTypes.Requireable<string>;
|
|
32
|
+
const onDeleteClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
|
+
const resetFocusIndex: PropTypes.Requireable<boolean>;
|
|
34
|
+
const changeFocusIndex: PropTypes.Requireable<number>;
|
|
35
|
+
const onFocusChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
36
|
+
const indexToShimmer: PropTypes.Requireable<number>;
|
|
37
|
+
const statuses: PropTypes.Requireable<any[]>;
|
|
38
|
+
const onCommentSave: PropTypes.Requireable<(...args: any[]) => any>;
|
|
39
|
+
const commentTextLimit: PropTypes.Requireable<number>;
|
|
40
|
+
const ref: PropTypes.Requireable<object>;
|
|
41
|
+
}
|
|
42
|
+
const displayName: string;
|
|
43
|
+
}
|
|
44
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const StyledTableBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
|
|
2
|
+
export const TableRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;
|
|
3
|
+
export const Tooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const TableCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
|
|
5
|
+
export const SkeletonCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
|
|
6
|
+
export const SkeletonBar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export const PackageStatusContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export const ButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
export const SentStatus: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
export const TrashIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export const CommentIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
+
export const DisabledTrashIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
|
+
export const StatusCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
|
+
export const StatusCellCircle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
15
|
+
export const TagContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
16
|
+
export const TagChip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
17
|
+
export const TagOverflow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
18
|
+
export const MultiTagWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
19
|
+
export const TextareaWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
20
|
+
export const TextareaLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
21
|
+
export const CommentTextarea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never>> & string;
|
|
22
|
+
export const CharacterCount: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default TableHeader;
|
|
2
|
+
declare function TableHeader({ columns, onSort, onFilter, onSelectAll, activeFilters, activeSorts }: {
|
|
3
|
+
columns: any;
|
|
4
|
+
onSort: any;
|
|
5
|
+
onFilter: any;
|
|
6
|
+
onSelectAll: any;
|
|
7
|
+
activeFilters?: any[];
|
|
8
|
+
activeSorts?: any[];
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const StyledTableHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
|
|
2
|
+
export const HeaderCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, never>> & string;
|
|
3
|
+
export const ColumnContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const ColumnCheckbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
5
|
+
export const ColumnLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
6
|
+
export const ColumnActions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export const IconButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
8
|
+
export const PopWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|