sag_components 2.0.0-beta6 → 2.0.0-beta61
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 +1090 -1237
- package/dist/index.esm.js +30478 -79686
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29895 -79111
- 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 +79 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +1 -1
- package/dist/types/components/AttachedFile/AttachedFile.d.ts +23 -24
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -35
- package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +14 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -19
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -5
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +38 -39
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -61
- package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +70 -74
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -40
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -12
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +17 -18
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -38
- package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
- package/dist/types/components/BarChart/BarChart.d.ts +70 -79
- package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -320
- package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +73 -82
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -300
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -31
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +56 -66
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -147
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +99 -107
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -465
- 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 +44 -45
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -224
- 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 +73 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +1 -1
- 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/BrushChart/BrushChart.stories.d.ts +8 -0
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +9 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +4 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +3 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +5 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +92 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +22 -22
- package/dist/types/components/Button/Button.stories.d.ts +185 -393
- package/dist/types/components/Button/Button.style.d.ts +5 -5
- package/dist/types/components/Button/Button.test.d.ts +1 -1
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +26 -33
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -64
- package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
- package/dist/types/components/CampaignTool/Card.d.ts +31 -37
- package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -57
- package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
- package/dist/types/components/CampaignTool/FormInput.d.ts +5 -5
- package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -5
- package/dist/types/components/CampaignTool/MultipleCard.d.ts +14 -15
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -31
- package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
- package/dist/types/components/CampaignTool/PageFilterBar.d.ts +11 -12
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -23
- package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
- package/dist/types/components/CampaignTool/Popup.d.ts +26 -27
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -166
- package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
- package/dist/types/components/CampaignTool/PopupContent.d.ts +23 -28
- package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
- package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -41
- package/dist/types/components/CampaignTool/Table.d.ts +51 -56
- package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -120
- package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
- package/dist/types/components/CheckBox/CheckBox.d.ts +2 -15
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -150
- package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -21
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -221
- package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
- package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.d.ts +23 -34
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -86
- package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +67 -70
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -151
- package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +23 -24
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -79
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +20 -21
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -41
- 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/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +251 -0
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +2 -34
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -103
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
- package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +38 -39
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -159
- package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +72 -79
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +240 -574
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +74 -81
- package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +68 -75
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +47 -48
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -151
- package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
- package/dist/types/components/EventList/EventList.d.ts +26 -30
- package/dist/types/components/EventList/EventList.stories.d.ts +67 -84
- package/dist/types/components/EventList/EventList.style.d.ts +4 -4
- package/dist/types/components/EventListItem/EventListItem.d.ts +26 -27
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -81
- package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
- package/dist/types/components/FilterContainer/FilterContainer.d.ts +2 -3
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -15
- package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +62 -82
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +172 -824
- package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
- package/dist/types/components/FormattedValue/FormattedValue.d.ts +44 -45
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -297
- package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
- package/dist/types/components/Heatmap/Heatmap.d.ts +10 -15
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -87
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +13 -15
- package/dist/types/components/IconButton/IconButton.d.ts +47 -48
- package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -166
- package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
- package/dist/types/components/Input/Input.d.ts +79 -80
- package/dist/types/components/Input/Input.stories.d.ts +278 -688
- package/dist/types/components/Input/Input.style.d.ts +7 -7
- package/dist/types/components/InputOld/InputOld.d.ts +65 -66
- package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -130
- package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +10 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +47 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +53 -58
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -300
- package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
- package/dist/types/components/LinkButton/LinkButton.d.ts +13 -13
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -279
- package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
- package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -1
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +2 -35
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -72
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +12 -12
- package/dist/types/components/ListBox/ListBox.d.ts +15 -15
- package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -162
- package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +26 -31
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -135
- package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
- package/dist/types/components/Modal/Modal.d.ts +6 -6
- package/dist/types/components/Modal/Modal.style.d.ts +4 -4
- package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -8
- package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -7
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +53 -54
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -197
- package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
- package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +9 -9
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +2 -12
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -45
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +80 -63
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -149
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -10
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +68 -86
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -263
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +2 -29
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -98
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +64 -85
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -236
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +28 -37
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -102
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
- package/dist/types/components/PieChart/PieChart.d.ts +62 -66
- package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -295
- package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +53 -64
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -280
- package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +24 -29
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -77
- package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +23 -24
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -94
- package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +53 -54
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -197
- package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
- package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +9 -9
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +17 -69
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +194 -393
- package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +69 -76
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -12
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +61 -68
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.d.ts +44 -0
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.stories.d.ts +129 -0
- package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +2 -0
- package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -9
- package/dist/types/components/RangePicker/RangePicker.d.ts +51 -52
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -194
- package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
- package/dist/types/components/ReportTable/ReportTable.d.ts +74 -83
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -322
- package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
- package/dist/types/components/SagButton/SagButton.d.ts +44 -45
- package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -168
- package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
- package/dist/types/components/SagInput/SagInput.d.ts +35 -36
- package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -88
- package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +44 -50
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -222
- package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
- package/dist/types/components/SearchInput/SearchInput.d.ts +23 -24
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +39 -49
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +49 -49
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -260
- package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
- package/dist/types/components/Select/Select.d.ts +21 -21
- package/dist/types/components/Select/Select.stories.d.ts +252 -285
- package/dist/types/components/Select/Select.style.d.ts +6 -6
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -28
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -398
- 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 +54 -90
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +181 -174
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +59 -58
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +56 -59
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -137
- package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
- package/dist/types/components/Tooltip/Tooltip.d.ts +23 -24
- package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
- package/dist/types/components/TopToggleList/TopToggleList.d.ts +23 -24
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -36
- package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
- package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +34 -40
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -176
- package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +81 -86
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -379
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +47 -54
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -237
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +51 -56
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -257
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +77 -66
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -416
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +71 -76
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -331
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
- package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +23 -24
- package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +65 -74
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +156 -238
- package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
- package/dist/types/icons/ArrowDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -6
- package/dist/types/icons/ArrowSelectIcon.d.ts +6 -6
- package/dist/types/icons/ArrowUpIcon.d.ts +6 -6
- package/dist/types/icons/AttachedIcon.d.ts +6 -6
- package/dist/types/icons/BellIcon.d.ts +6 -6
- package/dist/types/icons/ButtonArrowRight.d.ts +5 -5
- package/dist/types/icons/Calendar.d.ts +2 -2
- package/dist/types/icons/CalendarIcon.d.ts +6 -6
- package/dist/types/icons/CalendarInOpen.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -7
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -7
- package/dist/types/icons/ChervronLeftIcon.d.ts +6 -2
- package/dist/types/icons/ChervronRightIcon.d.ts +6 -2
- package/dist/types/icons/ChevronLeftIcon.d.ts +4 -4
- package/dist/types/icons/ChevronRightIcon.d.ts +4 -4
- package/dist/types/icons/ClockIcon.d.ts +6 -6
- package/dist/types/icons/CloseIcon.d.ts +6 -6
- package/dist/types/icons/CloseXIcon.d.ts +6 -6
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -7
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -7
- package/dist/types/icons/DocumentIcon.d.ts +6 -6
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +6 -6
- package/dist/types/icons/Duplicate.d.ts +7 -7
- package/dist/types/icons/ErrorIcon.d.ts +6 -6
- package/dist/types/icons/ExitIcon.d.ts +7 -7
- package/dist/types/icons/ExportIcon.d.ts +6 -7
- package/dist/types/icons/EyeIcon.d.ts +7 -7
- package/dist/types/icons/FileIcon.d.ts +6 -6
- package/dist/types/icons/FilterIcon.d.ts +6 -6
- package/dist/types/icons/FlyIcon.d.ts +6 -7
- package/dist/types/icons/FoodLionChartIcon.d.ts +2 -2
- package/dist/types/icons/FoodLionIcon.d.ts +6 -6
- package/dist/types/icons/FoodLionNewIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -2
- package/dist/types/icons/GiantFoodIcon.d.ts +7 -7
- package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -7
- package/dist/types/icons/HannafordChartIcon.d.ts +2 -2
- package/dist/types/icons/HannafordIcon.d.ts +6 -6
- package/dist/types/icons/HannafordIcon_new.d.ts +7 -6
- package/dist/types/icons/HannafordNewIcon.d.ts +5 -5
- package/dist/types/icons/InfoIcon.d.ts +7 -7
- package/dist/types/icons/LampIcon.d.ts +6 -6
- package/dist/types/icons/LegendLineIcon.d.ts +6 -6
- package/dist/types/icons/LegendUnionIcon.d.ts +6 -6
- package/dist/types/icons/MaintenanceIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemOpenIcon.d.ts +6 -7
- package/dist/types/icons/MenuItemRightIcon.d.ts +7 -7
- package/dist/types/icons/MenuItemUpIcon.d.ts +6 -7
- package/dist/types/icons/NoDataFoundIcon.d.ts +11 -12
- package/dist/types/icons/OptionsIcon.d.ts +6 -6
- package/dist/types/icons/ReselectIcon.d.ts +6 -6
- package/dist/types/icons/SearchIcon.d.ts +6 -6
- package/dist/types/icons/ShoppingCartIcon.d.ts +6 -6
- package/dist/types/icons/ShoutIcon.d.ts +6 -6
- package/dist/types/icons/Sort.d.ts +1 -1
- package/dist/types/icons/SortIcon.d.ts +7 -7
- package/dist/types/icons/SpotlightProductIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -2
- package/dist/types/icons/StopAndShopIcon.d.ts +7 -7
- package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -6
- package/dist/types/icons/SucceededIcon.d.ts +6 -6
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -2
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -5
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -6
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/index.d.ts +32 -23
- package/dist/types/utils/CommonFunctions.d.ts +6 -6
- package/dist/types/utils/ComponentFactory.d.ts +4 -4
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/dist/types/utils/IconsHandler.style.d.ts +1 -1
- package/dist/types/utils/regex/Email.regex.d.ts +1 -1
- package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -1
- package/dist/types/utils/regex/Phone.regex.d.ts +1 -1
- package/package.json +40 -41
- 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/SagIconButton/SagIconButton.d.ts +0 -45
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +0 -178
- package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +0 -2
- package/dist/types/components/TextField/TextField.d.ts +0 -6
- package/dist/types/components/TextField/TextField.stories.d.ts +0 -243
- 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
|
@@ -1,824 +1,172 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export
|
|
3
|
-
export { FilterPanel as component };
|
|
4
|
-
export
|
|
5
|
-
export namespace argTypes {
|
|
6
|
-
namespace width {
|
|
7
|
-
|
|
8
|
-
namespace control {
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
namespace height {
|
|
14
|
-
|
|
15
|
-
export { name_1 as name };
|
|
16
|
-
export namespace control_1 {
|
|
17
|
-
|
|
18
|
-
export { type_1 as type };
|
|
19
|
-
}
|
|
20
|
-
export { control_1 as control };
|
|
21
|
-
|
|
22
|
-
export { description_1 as description };
|
|
23
|
-
}
|
|
24
|
-
namespace borderColor {
|
|
25
|
-
|
|
26
|
-
export { name_2 as name };
|
|
27
|
-
|
|
28
|
-
export { description_2 as description };
|
|
29
|
-
export namespace control_2 {
|
|
30
|
-
|
|
31
|
-
export { type_2 as type };
|
|
32
|
-
export
|
|
33
|
-
}
|
|
34
|
-
export { control_2 as control };
|
|
35
|
-
}
|
|
36
|
-
namespace okButtonBackgroundColor {
|
|
37
|
-
|
|
38
|
-
export { name_3 as name };
|
|
39
|
-
|
|
40
|
-
export { description_3 as description };
|
|
41
|
-
export namespace control_3 {
|
|
42
|
-
|
|
43
|
-
export { type_3 as type };
|
|
44
|
-
|
|
45
|
-
export { presetColors_1 as presetColors };
|
|
46
|
-
}
|
|
47
|
-
export { control_3 as control };
|
|
48
|
-
}
|
|
49
|
-
namespace okButtonHoverColor {
|
|
50
|
-
|
|
51
|
-
export { name_4 as name };
|
|
52
|
-
|
|
53
|
-
export { description_4 as description };
|
|
54
|
-
export namespace control_4 {
|
|
55
|
-
|
|
56
|
-
export { type_4 as type };
|
|
57
|
-
|
|
58
|
-
export { presetColors_2 as presetColors };
|
|
59
|
-
}
|
|
60
|
-
export { control_4 as control };
|
|
61
|
-
}
|
|
62
|
-
namespace resetButtonBackgroundColor {
|
|
63
|
-
|
|
64
|
-
export { name_5 as name };
|
|
65
|
-
|
|
66
|
-
export { description_5 as description };
|
|
67
|
-
export namespace control_5 {
|
|
68
|
-
|
|
69
|
-
export { type_5 as type };
|
|
70
|
-
|
|
71
|
-
export { presetColors_3 as presetColors };
|
|
72
|
-
}
|
|
73
|
-
export { control_5 as control };
|
|
74
|
-
}
|
|
75
|
-
namespace resetButtonHoverColor {
|
|
76
|
-
|
|
77
|
-
export { name_6 as name };
|
|
78
|
-
|
|
79
|
-
export { description_6 as description };
|
|
80
|
-
export namespace control_6 {
|
|
81
|
-
|
|
82
|
-
export { type_6 as type };
|
|
83
|
-
|
|
84
|
-
export { presetColors_4 as presetColors };
|
|
85
|
-
}
|
|
86
|
-
export { control_6 as control };
|
|
87
|
-
}
|
|
88
|
-
namespace onOkClick {
|
|
89
|
-
|
|
90
|
-
export { name_7 as name };
|
|
91
|
-
export
|
|
92
|
-
|
|
93
|
-
export { description_7 as description };
|
|
94
|
-
}
|
|
95
|
-
namespace onResetClick {
|
|
96
|
-
|
|
97
|
-
export { name_8 as name };
|
|
98
|
-
|
|
99
|
-
export { action_1 as action };
|
|
100
|
-
|
|
101
|
-
export { description_8 as description };
|
|
102
|
-
}
|
|
103
|
-
namespace onItemValueChanged {
|
|
104
|
-
|
|
105
|
-
export { name_9 as name };
|
|
106
|
-
|
|
107
|
-
export { action_2 as action };
|
|
108
|
-
|
|
109
|
-
export { description_9 as description };
|
|
110
|
-
}
|
|
111
|
-
namespace fieldsData {
|
|
112
|
-
|
|
113
|
-
export { description_10 as description };
|
|
114
|
-
}
|
|
115
|
-
namespace disableOKButton {
|
|
116
|
-
|
|
117
|
-
export { name_10 as name };
|
|
118
|
-
export namespace control_7 {
|
|
119
|
-
|
|
120
|
-
export { type_7 as type };
|
|
121
|
-
}
|
|
122
|
-
export { control_7 as control };
|
|
123
|
-
|
|
124
|
-
export { description_11 as description };
|
|
125
|
-
}
|
|
126
|
-
namespace className {
|
|
127
|
-
|
|
128
|
-
export { name_11 as name };
|
|
129
|
-
export namespace control_8 {
|
|
130
|
-
|
|
131
|
-
export { type_8 as type };
|
|
132
|
-
}
|
|
133
|
-
export { control_8 as control };
|
|
134
|
-
|
|
135
|
-
export { description_12 as description };
|
|
136
|
-
}
|
|
137
|
-
namespace showShadow {
|
|
138
|
-
|
|
139
|
-
export { name_12 as name };
|
|
140
|
-
export namespace control_9 {
|
|
141
|
-
|
|
142
|
-
export { type_9 as type };
|
|
143
|
-
}
|
|
144
|
-
export { control_9 as control };
|
|
145
|
-
|
|
146
|
-
export { description_13 as description };
|
|
147
|
-
}
|
|
148
|
-
namespace tooltipTextGoButton {
|
|
149
|
-
|
|
150
|
-
export { name_13 as name };
|
|
151
|
-
export namespace control_10 {
|
|
152
|
-
|
|
153
|
-
export { type_10 as type };
|
|
154
|
-
}
|
|
155
|
-
export { control_10 as control };
|
|
156
|
-
|
|
157
|
-
export { description_14 as description };
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
export default _default;
|
|
162
|
-
export
|
|
163
|
-
export
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
export { okButtonHoverColor_1 as okButtonHoverColor };
|
|
174
|
-
const resetButtonHoverColor_1: string;
|
|
175
|
-
export { resetButtonHoverColor_1 as resetButtonHoverColor };
|
|
176
|
-
const borderColor_1: string;
|
|
177
|
-
export { borderColor_1 as borderColor };
|
|
178
|
-
const disableOKButton_1: boolean;
|
|
179
|
-
export { disableOKButton_1 as disableOKButton };
|
|
180
|
-
const tooltipTextGoButton_1: string;
|
|
181
|
-
export { tooltipTextGoButton_1 as tooltipTextGoButton };
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
export function MultiDropdown(args: any): import("react/jsx-runtime").JSX.Element;
|
|
185
|
-
export namespace MultiDropdown {
|
|
186
|
-
export namespace args_1 {
|
|
187
|
-
export { NewItemCenterMultiData as fieldsData };
|
|
188
|
-
const width_2: string;
|
|
189
|
-
export { width_2 as width };
|
|
190
|
-
const height_2: string;
|
|
191
|
-
export { height_2 as height };
|
|
192
|
-
const okButtonBackgroundColor_2: string;
|
|
193
|
-
export { okButtonBackgroundColor_2 as okButtonBackgroundColor };
|
|
194
|
-
const okButtonHoverColor_2: string;
|
|
195
|
-
export { okButtonHoverColor_2 as okButtonHoverColor };
|
|
196
|
-
const resetButtonHoverColor_2: string;
|
|
197
|
-
export { resetButtonHoverColor_2 as resetButtonHoverColor };
|
|
198
|
-
const borderColor_2: string;
|
|
199
|
-
export { borderColor_2 as borderColor };
|
|
200
|
-
const disableOKButton_2: boolean;
|
|
201
|
-
export { disableOKButton_2 as disableOKButton };
|
|
202
|
-
}
|
|
203
|
-
export { args_1 as args };
|
|
204
|
-
}
|
|
205
|
-
export function FilterPanelBlue(args: any): import("react/jsx-runtime").JSX.Element;
|
|
206
|
-
export namespace FilterPanelBlue {
|
|
207
|
-
export namespace args_2 {
|
|
208
|
-
export { NewItemCenterData as fieldsData };
|
|
209
|
-
const width_3: string;
|
|
210
|
-
export { width_3 as width };
|
|
211
|
-
const height_3: string;
|
|
212
|
-
export { height_3 as height };
|
|
213
|
-
const okButtonBackgroundColor_3: string;
|
|
214
|
-
export { okButtonBackgroundColor_3 as okButtonBackgroundColor };
|
|
215
|
-
const okButtonHoverColor_3: string;
|
|
216
|
-
export { okButtonHoverColor_3 as okButtonHoverColor };
|
|
217
|
-
const resetButtonHoverColor_3: string;
|
|
218
|
-
export { resetButtonHoverColor_3 as resetButtonHoverColor };
|
|
219
|
-
const borderColor_3: string;
|
|
220
|
-
export { borderColor_3 as borderColor };
|
|
221
|
-
const disableOKButton_3: boolean;
|
|
222
|
-
export { disableOKButton_3 as disableOKButton };
|
|
223
|
-
const tooltipTextGoButton_2: string;
|
|
224
|
-
export { tooltipTextGoButton_2 as tooltipTextGoButton };
|
|
225
|
-
}
|
|
226
|
-
export { args_2 as args };
|
|
227
|
-
}
|
|
228
|
-
export function NewItemCenterEventsPage(args: any): import("react/jsx-runtime").JSX.Element;
|
|
229
|
-
export namespace NewItemCenterEventsPage {
|
|
230
|
-
export namespace args_3 {
|
|
231
|
-
export { NewItemCenterData as fieldsData };
|
|
232
|
-
const width_4: string;
|
|
233
|
-
export { width_4 as width };
|
|
234
|
-
const height_4: string;
|
|
235
|
-
export { height_4 as height };
|
|
236
|
-
const okButtonBackgroundColor_4: string;
|
|
237
|
-
export { okButtonBackgroundColor_4 as okButtonBackgroundColor };
|
|
238
|
-
const okButtonHoverColor_4: string;
|
|
239
|
-
export { okButtonHoverColor_4 as okButtonHoverColor };
|
|
240
|
-
const resetButtonHoverColor_4: string;
|
|
241
|
-
export { resetButtonHoverColor_4 as resetButtonHoverColor };
|
|
242
|
-
const borderColor_4: string;
|
|
243
|
-
export { borderColor_4 as borderColor };
|
|
244
|
-
const disableOKButton_4: boolean;
|
|
245
|
-
export { disableOKButton_4 as disableOKButton };
|
|
246
|
-
}
|
|
247
|
-
export { args_3 as args };
|
|
248
|
-
}
|
|
249
|
-
export function FilterQuatertlyReport(args: any): import("react/jsx-runtime").JSX.Element;
|
|
250
|
-
export namespace FilterQuatertlyReport {
|
|
251
|
-
export namespace args_4 {
|
|
252
|
-
export { QuatertlyData as fieldsData };
|
|
253
|
-
const width_5: string;
|
|
254
|
-
export { width_5 as width };
|
|
255
|
-
const height_5: string;
|
|
256
|
-
export { height_5 as height };
|
|
257
|
-
const okButtonBackgroundColor_5: string;
|
|
258
|
-
export { okButtonBackgroundColor_5 as okButtonBackgroundColor };
|
|
259
|
-
const okButtonHoverColor_5: string;
|
|
260
|
-
export { okButtonHoverColor_5 as okButtonHoverColor };
|
|
261
|
-
const resetButtonHoverColor_5: string;
|
|
262
|
-
export { resetButtonHoverColor_5 as resetButtonHoverColor };
|
|
263
|
-
const borderColor_5: string;
|
|
264
|
-
export { borderColor_5 as borderColor };
|
|
265
|
-
const disableOKButton_5: boolean;
|
|
266
|
-
export { disableOKButton_5 as disableOKButton };
|
|
267
|
-
export const availableQuarters: string[];
|
|
268
|
-
export const availableMonths: string[];
|
|
269
|
-
export const availableYears: string[];
|
|
270
|
-
}
|
|
271
|
-
export { args_4 as args };
|
|
272
|
-
}
|
|
273
|
-
export function NoXClearOptionPage(args: any): import("react/jsx-runtime").JSX.Element;
|
|
274
|
-
export namespace NoXClearOptionPage {
|
|
275
|
-
export namespace args_5 {
|
|
276
|
-
export { NewItemCenterNoShowXClearOptionData as fieldsData };
|
|
277
|
-
const width_6: string;
|
|
278
|
-
export { width_6 as width };
|
|
279
|
-
const height_6: string;
|
|
280
|
-
export { height_6 as height };
|
|
281
|
-
const okButtonBackgroundColor_6: string;
|
|
282
|
-
export { okButtonBackgroundColor_6 as okButtonBackgroundColor };
|
|
283
|
-
const okButtonHoverColor_6: string;
|
|
284
|
-
export { okButtonHoverColor_6 as okButtonHoverColor };
|
|
285
|
-
const resetButtonHoverColor_6: string;
|
|
286
|
-
export { resetButtonHoverColor_6 as resetButtonHoverColor };
|
|
287
|
-
const borderColor_6: string;
|
|
288
|
-
export { borderColor_6 as borderColor };
|
|
289
|
-
const disableOKButton_6: boolean;
|
|
290
|
-
export { disableOKButton_6 as disableOKButton };
|
|
291
|
-
}
|
|
292
|
-
export { args_5 as args };
|
|
293
|
-
}
|
|
294
|
-
export function PeriodPickerWithInitialValueDaterange(args: any): import("react/jsx-runtime").JSX.Element;
|
|
295
|
-
export namespace PeriodPickerWithInitialValueDaterange {
|
|
296
|
-
export namespace args_6 {
|
|
297
|
-
export { PeriodPickerWithInitialDaterangeData as fieldsData };
|
|
298
|
-
const width_7: string;
|
|
299
|
-
export { width_7 as width };
|
|
300
|
-
const height_7: string;
|
|
301
|
-
export { height_7 as height };
|
|
302
|
-
const okButtonBackgroundColor_7: string;
|
|
303
|
-
export { okButtonBackgroundColor_7 as okButtonBackgroundColor };
|
|
304
|
-
const okButtonHoverColor_7: string;
|
|
305
|
-
export { okButtonHoverColor_7 as okButtonHoverColor };
|
|
306
|
-
const resetButtonHoverColor_7: string;
|
|
307
|
-
export { resetButtonHoverColor_7 as resetButtonHoverColor };
|
|
308
|
-
const borderColor_7: string;
|
|
309
|
-
export { borderColor_7 as borderColor };
|
|
310
|
-
const disableOKButton_7: boolean;
|
|
311
|
-
export { disableOKButton_7 as disableOKButton };
|
|
312
|
-
export const useExternalFilterState: boolean;
|
|
313
|
-
}
|
|
314
|
-
export { args_6 as args };
|
|
315
|
-
}
|
|
316
|
-
export function PeriodPickerWithInitialValueQuarter(args: any): import("react/jsx-runtime").JSX.Element;
|
|
317
|
-
export namespace PeriodPickerWithInitialValueQuarter {
|
|
318
|
-
export namespace args_7 {
|
|
319
|
-
export { PeriodPickerWithInitialQuarterData as fieldsData };
|
|
320
|
-
const width_8: string;
|
|
321
|
-
export { width_8 as width };
|
|
322
|
-
const height_8: string;
|
|
323
|
-
export { height_8 as height };
|
|
324
|
-
const okButtonBackgroundColor_8: string;
|
|
325
|
-
export { okButtonBackgroundColor_8 as okButtonBackgroundColor };
|
|
326
|
-
const okButtonHoverColor_8: string;
|
|
327
|
-
export { okButtonHoverColor_8 as okButtonHoverColor };
|
|
328
|
-
const resetButtonHoverColor_8: string;
|
|
329
|
-
export { resetButtonHoverColor_8 as resetButtonHoverColor };
|
|
330
|
-
const borderColor_8: string;
|
|
331
|
-
export { borderColor_8 as borderColor };
|
|
332
|
-
const disableOKButton_8: boolean;
|
|
333
|
-
export { disableOKButton_8 as disableOKButton };
|
|
334
|
-
const useExternalFilterState_1: boolean;
|
|
335
|
-
export { useExternalFilterState_1 as useExternalFilterState };
|
|
336
|
-
}
|
|
337
|
-
export { args_7 as args };
|
|
338
|
-
}
|
|
339
|
-
export function PeriodPickerWithInitialValueMonth(args: any): import("react/jsx-runtime").JSX.Element;
|
|
340
|
-
export namespace PeriodPickerWithInitialValueMonth {
|
|
341
|
-
export namespace args_8 {
|
|
342
|
-
export { PeriodPickerWithInitialMonthData as fieldsData };
|
|
343
|
-
const width_9: string;
|
|
344
|
-
export { width_9 as width };
|
|
345
|
-
const height_9: string;
|
|
346
|
-
export { height_9 as height };
|
|
347
|
-
const okButtonBackgroundColor_9: string;
|
|
348
|
-
export { okButtonBackgroundColor_9 as okButtonBackgroundColor };
|
|
349
|
-
const okButtonHoverColor_9: string;
|
|
350
|
-
export { okButtonHoverColor_9 as okButtonHoverColor };
|
|
351
|
-
const resetButtonHoverColor_9: string;
|
|
352
|
-
export { resetButtonHoverColor_9 as resetButtonHoverColor };
|
|
353
|
-
const borderColor_9: string;
|
|
354
|
-
export { borderColor_9 as borderColor };
|
|
355
|
-
const disableOKButton_9: boolean;
|
|
356
|
-
export { disableOKButton_9 as disableOKButton };
|
|
357
|
-
const useExternalFilterState_2: boolean;
|
|
358
|
-
export { useExternalFilterState_2 as useExternalFilterState };
|
|
359
|
-
}
|
|
360
|
-
export { args_8 as args };
|
|
361
|
-
}
|
|
362
|
-
export function PeriodPickerWithInitialValueYear(args: any): import("react/jsx-runtime").JSX.Element;
|
|
363
|
-
export namespace PeriodPickerWithInitialValueYear {
|
|
364
|
-
export namespace args_9 {
|
|
365
|
-
export { PeriodPickerWithInitialYearData as fieldsData };
|
|
366
|
-
const width_10: string;
|
|
367
|
-
export { width_10 as width };
|
|
368
|
-
const height_10: string;
|
|
369
|
-
export { height_10 as height };
|
|
370
|
-
const okButtonBackgroundColor_10: string;
|
|
371
|
-
export { okButtonBackgroundColor_10 as okButtonBackgroundColor };
|
|
372
|
-
const okButtonHoverColor_10: string;
|
|
373
|
-
export { okButtonHoverColor_10 as okButtonHoverColor };
|
|
374
|
-
const resetButtonHoverColor_10: string;
|
|
375
|
-
export { resetButtonHoverColor_10 as resetButtonHoverColor };
|
|
376
|
-
const borderColor_10: string;
|
|
377
|
-
export { borderColor_10 as borderColor };
|
|
378
|
-
const disableOKButton_10: boolean;
|
|
379
|
-
export { disableOKButton_10 as disableOKButton };
|
|
380
|
-
const useExternalFilterState_3: boolean;
|
|
381
|
-
export { useExternalFilterState_3 as useExternalFilterState };
|
|
382
|
-
const showShadow_1: boolean;
|
|
383
|
-
export { showShadow_1 as showShadow };
|
|
384
|
-
}
|
|
385
|
-
export { args_9 as args };
|
|
386
|
-
}
|
|
387
|
-
import FilterPanel from "./FilterPanel";
|
|
388
|
-
declare const NewItemCenterData: ({
|
|
389
|
-
name: string;
|
|
390
|
-
label: string;
|
|
391
|
-
labelEmptyValue: string;
|
|
392
|
-
disabled: boolean;
|
|
393
|
-
required: boolean;
|
|
394
|
-
inputType: string;
|
|
395
|
-
placeHolder: string;
|
|
396
|
-
xIconShow: boolean;
|
|
397
|
-
dropdownOptions: {
|
|
398
|
-
value: string;
|
|
399
|
-
label: string;
|
|
400
|
-
}[];
|
|
401
|
-
defaultValue: {
|
|
402
|
-
value: string;
|
|
403
|
-
label: string;
|
|
404
|
-
}[];
|
|
405
|
-
showInfo?: undefined;
|
|
406
|
-
} | {
|
|
407
|
-
name: string;
|
|
408
|
-
label: string;
|
|
409
|
-
labelEmptyValue: string;
|
|
410
|
-
disabled: boolean;
|
|
411
|
-
required: boolean;
|
|
412
|
-
inputType: string;
|
|
413
|
-
placeHolder: string;
|
|
414
|
-
dropdownOptions: {
|
|
415
|
-
value: string;
|
|
416
|
-
label: string;
|
|
417
|
-
}[];
|
|
418
|
-
xIconShow?: undefined;
|
|
419
|
-
defaultValue?: undefined;
|
|
420
|
-
showInfo?: undefined;
|
|
421
|
-
} | {
|
|
422
|
-
name: string;
|
|
423
|
-
label: string;
|
|
424
|
-
labelEmptyValue: string;
|
|
425
|
-
disabled: boolean;
|
|
426
|
-
required: boolean;
|
|
427
|
-
inputType: string;
|
|
428
|
-
showInfo: boolean;
|
|
429
|
-
placeHolder: string;
|
|
430
|
-
xIconShow?: undefined;
|
|
431
|
-
dropdownOptions?: undefined;
|
|
432
|
-
defaultValue?: undefined;
|
|
433
|
-
})[];
|
|
434
|
-
declare const NewItemCenterMultiData: ({
|
|
435
|
-
name: string;
|
|
436
|
-
label: string;
|
|
437
|
-
labelEmptyValue: string;
|
|
438
|
-
disabled: boolean;
|
|
439
|
-
required: boolean;
|
|
440
|
-
xIconShow: boolean;
|
|
441
|
-
inputType: string;
|
|
442
|
-
placeHolder: string;
|
|
443
|
-
dropdownOptions: {
|
|
444
|
-
value: string;
|
|
445
|
-
label: string;
|
|
446
|
-
}[];
|
|
447
|
-
defaultValue: {
|
|
448
|
-
value: string;
|
|
449
|
-
label: string;
|
|
450
|
-
}[];
|
|
451
|
-
showInfo?: undefined;
|
|
452
|
-
} | {
|
|
453
|
-
name: string;
|
|
454
|
-
label: string;
|
|
455
|
-
labelEmptyValue: string;
|
|
456
|
-
disabled: boolean;
|
|
457
|
-
required: boolean;
|
|
458
|
-
inputType: string;
|
|
459
|
-
placeHolder: string;
|
|
460
|
-
dropdownOptions: {
|
|
461
|
-
value: string;
|
|
462
|
-
label: string;
|
|
463
|
-
}[];
|
|
464
|
-
xIconShow?: undefined;
|
|
465
|
-
defaultValue?: undefined;
|
|
466
|
-
showInfo?: undefined;
|
|
467
|
-
} | {
|
|
468
|
-
name: string;
|
|
469
|
-
label: string;
|
|
470
|
-
labelEmptyValue: string;
|
|
471
|
-
disabled: boolean;
|
|
472
|
-
required: boolean;
|
|
473
|
-
inputType: string;
|
|
474
|
-
showInfo: boolean;
|
|
475
|
-
placeHolder: string;
|
|
476
|
-
xIconShow?: undefined;
|
|
477
|
-
dropdownOptions?: undefined;
|
|
478
|
-
defaultValue?: undefined;
|
|
479
|
-
})[];
|
|
480
|
-
declare const QuatertlyData: ({
|
|
481
|
-
name: string;
|
|
482
|
-
label: string;
|
|
483
|
-
labelEmptyValue: string;
|
|
484
|
-
disabled: boolean;
|
|
485
|
-
required: boolean;
|
|
486
|
-
inputType: string;
|
|
487
|
-
placeHolder: string;
|
|
488
|
-
xIconShow: boolean;
|
|
489
|
-
dropdownOptions: {
|
|
490
|
-
value: string;
|
|
491
|
-
label: string;
|
|
492
|
-
}[];
|
|
493
|
-
availableQuarters?: undefined;
|
|
494
|
-
availableMonths?: undefined;
|
|
495
|
-
availableYears?: undefined;
|
|
496
|
-
defaultValueYears?: undefined;
|
|
497
|
-
} | {
|
|
498
|
-
name: string;
|
|
499
|
-
label: string;
|
|
500
|
-
labelEmptyValue: string;
|
|
501
|
-
disabled: boolean;
|
|
502
|
-
required: boolean;
|
|
503
|
-
inputType: string;
|
|
504
|
-
placeHolder: string;
|
|
505
|
-
dropdownOptions: {
|
|
506
|
-
value: string;
|
|
507
|
-
label: string;
|
|
508
|
-
}[];
|
|
509
|
-
xIconShow?: undefined;
|
|
510
|
-
availableQuarters?: undefined;
|
|
511
|
-
availableMonths?: undefined;
|
|
512
|
-
availableYears?: undefined;
|
|
513
|
-
defaultValueYears?: undefined;
|
|
514
|
-
} | {
|
|
515
|
-
name: string;
|
|
516
|
-
label: string;
|
|
517
|
-
labelEmptyValue: string;
|
|
518
|
-
disabled: boolean;
|
|
519
|
-
required: boolean;
|
|
520
|
-
inputType: string;
|
|
521
|
-
placeHolder: string;
|
|
522
|
-
dropdownOptions: {
|
|
523
|
-
value: string;
|
|
524
|
-
label: string;
|
|
525
|
-
}[];
|
|
526
|
-
availableQuarters: string[];
|
|
527
|
-
availableMonths: string[];
|
|
528
|
-
availableYears: string[];
|
|
529
|
-
defaultValueYears: {
|
|
530
|
-
value: string;
|
|
531
|
-
label: string;
|
|
532
|
-
};
|
|
533
|
-
xIconShow?: undefined;
|
|
534
|
-
})[];
|
|
535
|
-
declare const NewItemCenterNoShowXClearOptionData: ({
|
|
536
|
-
name: string;
|
|
537
|
-
label: string;
|
|
538
|
-
labelEmptyValue: string;
|
|
539
|
-
disabled: boolean;
|
|
540
|
-
required: boolean;
|
|
541
|
-
inputType: string;
|
|
542
|
-
placeHolder: string;
|
|
543
|
-
xIconShow: boolean;
|
|
544
|
-
dropdownOptions: {
|
|
545
|
-
value: string;
|
|
546
|
-
label: string;
|
|
547
|
-
}[];
|
|
548
|
-
defaultValue: {
|
|
549
|
-
value: string;
|
|
550
|
-
label: string;
|
|
551
|
-
}[];
|
|
552
|
-
showInfo?: undefined;
|
|
553
|
-
} | {
|
|
554
|
-
name: string;
|
|
555
|
-
label: string;
|
|
556
|
-
labelEmptyValue: string;
|
|
557
|
-
disabled: boolean;
|
|
558
|
-
required: boolean;
|
|
559
|
-
inputType: string;
|
|
560
|
-
placeHolder: string;
|
|
561
|
-
xIconShow: boolean;
|
|
562
|
-
dropdownOptions: {
|
|
563
|
-
value: string;
|
|
564
|
-
label: string;
|
|
565
|
-
}[];
|
|
566
|
-
defaultValue?: undefined;
|
|
567
|
-
showInfo?: undefined;
|
|
568
|
-
} | {
|
|
569
|
-
name: string;
|
|
570
|
-
label: string;
|
|
571
|
-
labelEmptyValue: string;
|
|
572
|
-
disabled: boolean;
|
|
573
|
-
required: boolean;
|
|
574
|
-
inputType: string;
|
|
575
|
-
showInfo: boolean;
|
|
576
|
-
placeHolder: string;
|
|
577
|
-
xIconShow?: undefined;
|
|
578
|
-
dropdownOptions?: undefined;
|
|
579
|
-
defaultValue?: undefined;
|
|
580
|
-
})[];
|
|
581
|
-
declare const PeriodPickerWithInitialDaterangeData: ({
|
|
582
|
-
name: string;
|
|
583
|
-
label: string;
|
|
584
|
-
labelEmptyValue: string;
|
|
585
|
-
disabled: boolean;
|
|
586
|
-
required: boolean;
|
|
587
|
-
inputType: string;
|
|
588
|
-
placeHolder: string;
|
|
589
|
-
xIconShow: boolean;
|
|
590
|
-
dropdownOptions: {
|
|
591
|
-
value: string;
|
|
592
|
-
label: string;
|
|
593
|
-
}[];
|
|
594
|
-
periodPickerSelectedValue?: undefined;
|
|
595
|
-
selectedValue?: undefined;
|
|
596
|
-
availableQuarters?: undefined;
|
|
597
|
-
availableMonths?: undefined;
|
|
598
|
-
defaultValueYears?: undefined;
|
|
599
|
-
} | {
|
|
600
|
-
name: string;
|
|
601
|
-
label: string;
|
|
602
|
-
labelEmptyValue: string;
|
|
603
|
-
disabled: boolean;
|
|
604
|
-
required: boolean;
|
|
605
|
-
inputType: string;
|
|
606
|
-
placeHolder: string;
|
|
607
|
-
dropdownOptions: {
|
|
608
|
-
value: string;
|
|
609
|
-
label: string;
|
|
610
|
-
}[];
|
|
611
|
-
xIconShow?: undefined;
|
|
612
|
-
periodPickerSelectedValue?: undefined;
|
|
613
|
-
selectedValue?: undefined;
|
|
614
|
-
availableQuarters?: undefined;
|
|
615
|
-
availableMonths?: undefined;
|
|
616
|
-
defaultValueYears?: undefined;
|
|
617
|
-
} | {
|
|
618
|
-
name: string;
|
|
619
|
-
label: string;
|
|
620
|
-
labelEmptyValue: string;
|
|
621
|
-
disabled: boolean;
|
|
622
|
-
required: boolean;
|
|
623
|
-
inputType: string;
|
|
624
|
-
periodPickerSelectedValue: {
|
|
625
|
-
value: string;
|
|
626
|
-
label: string;
|
|
627
|
-
}[];
|
|
628
|
-
selectedValue: string;
|
|
629
|
-
placeHolder: string;
|
|
630
|
-
dropdownOptions: {
|
|
631
|
-
value: string;
|
|
632
|
-
label: string;
|
|
633
|
-
}[];
|
|
634
|
-
availableQuarters: string[];
|
|
635
|
-
availableMonths: string[];
|
|
636
|
-
defaultValueYears: {
|
|
637
|
-
value: string;
|
|
638
|
-
label: string;
|
|
639
|
-
};
|
|
640
|
-
xIconShow?: undefined;
|
|
641
|
-
})[];
|
|
642
|
-
declare const PeriodPickerWithInitialQuarterData: ({
|
|
643
|
-
name: string;
|
|
644
|
-
label: string;
|
|
645
|
-
labelEmptyValue: string;
|
|
646
|
-
disabled: boolean;
|
|
647
|
-
required: boolean;
|
|
648
|
-
inputType: string;
|
|
649
|
-
placeHolder: string;
|
|
650
|
-
xIconShow: boolean;
|
|
651
|
-
dropdownOptions: {
|
|
652
|
-
value: string;
|
|
653
|
-
label: string;
|
|
654
|
-
}[];
|
|
655
|
-
periodPickerSelectedValue?: undefined;
|
|
656
|
-
selectedValue?: undefined;
|
|
657
|
-
availableQuarters?: undefined;
|
|
658
|
-
availableMonths?: undefined;
|
|
659
|
-
defaultValueYears?: undefined;
|
|
660
|
-
} | {
|
|
661
|
-
name: string;
|
|
662
|
-
label: string;
|
|
663
|
-
labelEmptyValue: string;
|
|
664
|
-
disabled: boolean;
|
|
665
|
-
required: boolean;
|
|
666
|
-
inputType: string;
|
|
667
|
-
placeHolder: string;
|
|
668
|
-
dropdownOptions: {
|
|
669
|
-
value: string;
|
|
670
|
-
label: string;
|
|
671
|
-
}[];
|
|
672
|
-
xIconShow?: undefined;
|
|
673
|
-
periodPickerSelectedValue?: undefined;
|
|
674
|
-
selectedValue?: undefined;
|
|
675
|
-
availableQuarters?: undefined;
|
|
676
|
-
availableMonths?: undefined;
|
|
677
|
-
defaultValueYears?: undefined;
|
|
678
|
-
} | {
|
|
679
|
-
name: string;
|
|
680
|
-
label: string;
|
|
681
|
-
labelEmptyValue: string;
|
|
682
|
-
disabled: boolean;
|
|
683
|
-
required: boolean;
|
|
684
|
-
inputType: string;
|
|
685
|
-
periodPickerSelectedValue: {
|
|
686
|
-
value: string;
|
|
687
|
-
label: string;
|
|
688
|
-
}[];
|
|
689
|
-
selectedValue: string;
|
|
690
|
-
placeHolder: string;
|
|
691
|
-
dropdownOptions: {
|
|
692
|
-
value: string;
|
|
693
|
-
label: string;
|
|
694
|
-
}[];
|
|
695
|
-
availableQuarters: string[];
|
|
696
|
-
availableMonths: string[];
|
|
697
|
-
defaultValueYears: {
|
|
698
|
-
value: string;
|
|
699
|
-
label: string;
|
|
700
|
-
};
|
|
701
|
-
xIconShow?: undefined;
|
|
702
|
-
})[];
|
|
703
|
-
declare const PeriodPickerWithInitialMonthData: ({
|
|
704
|
-
name: string;
|
|
705
|
-
label: string;
|
|
706
|
-
labelEmptyValue: string;
|
|
707
|
-
disabled: boolean;
|
|
708
|
-
required: boolean;
|
|
709
|
-
inputType: string;
|
|
710
|
-
placeHolder: string;
|
|
711
|
-
xIconShow: boolean;
|
|
712
|
-
dropdownOptions: {
|
|
713
|
-
value: string;
|
|
714
|
-
label: string;
|
|
715
|
-
}[];
|
|
716
|
-
periodPickerSelectedValue?: undefined;
|
|
717
|
-
selectedValue?: undefined;
|
|
718
|
-
availableQuarters?: undefined;
|
|
719
|
-
availableMonths?: undefined;
|
|
720
|
-
defaultValueYears?: undefined;
|
|
721
|
-
} | {
|
|
722
|
-
name: string;
|
|
723
|
-
label: string;
|
|
724
|
-
labelEmptyValue: string;
|
|
725
|
-
disabled: boolean;
|
|
726
|
-
required: boolean;
|
|
727
|
-
inputType: string;
|
|
728
|
-
placeHolder: string;
|
|
729
|
-
dropdownOptions: {
|
|
730
|
-
value: string;
|
|
731
|
-
label: string;
|
|
732
|
-
}[];
|
|
733
|
-
xIconShow?: undefined;
|
|
734
|
-
periodPickerSelectedValue?: undefined;
|
|
735
|
-
selectedValue?: undefined;
|
|
736
|
-
availableQuarters?: undefined;
|
|
737
|
-
availableMonths?: undefined;
|
|
738
|
-
defaultValueYears?: undefined;
|
|
739
|
-
} | {
|
|
740
|
-
name: string;
|
|
741
|
-
label: string;
|
|
742
|
-
labelEmptyValue: string;
|
|
743
|
-
disabled: boolean;
|
|
744
|
-
required: boolean;
|
|
745
|
-
inputType: string;
|
|
746
|
-
periodPickerSelectedValue: {
|
|
747
|
-
value: string;
|
|
748
|
-
label: string;
|
|
749
|
-
}[];
|
|
750
|
-
selectedValue: string;
|
|
751
|
-
placeHolder: string;
|
|
752
|
-
dropdownOptions: {
|
|
753
|
-
value: string;
|
|
754
|
-
label: string;
|
|
755
|
-
}[];
|
|
756
|
-
availableQuarters: string[];
|
|
757
|
-
availableMonths: string[];
|
|
758
|
-
defaultValueYears: {
|
|
759
|
-
value: string;
|
|
760
|
-
label: string;
|
|
761
|
-
};
|
|
762
|
-
xIconShow?: undefined;
|
|
763
|
-
})[];
|
|
764
|
-
declare const PeriodPickerWithInitialYearData: ({
|
|
765
|
-
name: string;
|
|
766
|
-
label: string;
|
|
767
|
-
labelEmptyValue: string;
|
|
768
|
-
disabled: boolean;
|
|
769
|
-
required: boolean;
|
|
770
|
-
inputType: string;
|
|
771
|
-
placeHolder: string;
|
|
772
|
-
xIconShow: boolean;
|
|
773
|
-
dropdownOptions: {
|
|
774
|
-
value: string;
|
|
775
|
-
label: string;
|
|
776
|
-
}[];
|
|
777
|
-
periodPickerSelectedValue?: undefined;
|
|
778
|
-
selectedValue?: undefined;
|
|
779
|
-
availableQuarters?: undefined;
|
|
780
|
-
availableMonths?: undefined;
|
|
781
|
-
defaultValueYears?: undefined;
|
|
782
|
-
} | {
|
|
783
|
-
name: string;
|
|
784
|
-
label: string;
|
|
785
|
-
labelEmptyValue: string;
|
|
786
|
-
disabled: boolean;
|
|
787
|
-
required: boolean;
|
|
788
|
-
inputType: string;
|
|
789
|
-
placeHolder: string;
|
|
790
|
-
dropdownOptions: {
|
|
791
|
-
value: string;
|
|
792
|
-
label: string;
|
|
793
|
-
}[];
|
|
794
|
-
xIconShow?: undefined;
|
|
795
|
-
periodPickerSelectedValue?: undefined;
|
|
796
|
-
selectedValue?: undefined;
|
|
797
|
-
availableQuarters?: undefined;
|
|
798
|
-
availableMonths?: undefined;
|
|
799
|
-
defaultValueYears?: undefined;
|
|
800
|
-
} | {
|
|
801
|
-
name: string;
|
|
802
|
-
label: string;
|
|
803
|
-
labelEmptyValue: string;
|
|
804
|
-
disabled: boolean;
|
|
805
|
-
required: boolean;
|
|
806
|
-
inputType: string;
|
|
807
|
-
periodPickerSelectedValue: {
|
|
808
|
-
value: string;
|
|
809
|
-
label: string;
|
|
810
|
-
}[];
|
|
811
|
-
selectedValue: string;
|
|
812
|
-
placeHolder: string;
|
|
813
|
-
dropdownOptions: {
|
|
814
|
-
value: string;
|
|
815
|
-
label: string;
|
|
816
|
-
}[];
|
|
817
|
-
availableQuarters: string[];
|
|
818
|
-
availableMonths: string[];
|
|
819
|
-
defaultValueYears: {
|
|
820
|
-
value: string;
|
|
821
|
-
label: string;
|
|
822
|
-
};
|
|
823
|
-
xIconShow?: undefined;
|
|
824
|
-
})[];
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { FilterPanel as component };
|
|
4
|
+
export let tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
namespace width {
|
|
7
|
+
let name: string;
|
|
8
|
+
namespace control {
|
|
9
|
+
let type: string;
|
|
10
|
+
}
|
|
11
|
+
let description: string;
|
|
12
|
+
}
|
|
13
|
+
namespace height {
|
|
14
|
+
let name_1: string;
|
|
15
|
+
export { name_1 as name };
|
|
16
|
+
export namespace control_1 {
|
|
17
|
+
let type_1: string;
|
|
18
|
+
export { type_1 as type };
|
|
19
|
+
}
|
|
20
|
+
export { control_1 as control };
|
|
21
|
+
let description_1: string;
|
|
22
|
+
export { description_1 as description };
|
|
23
|
+
}
|
|
24
|
+
namespace borderColor {
|
|
25
|
+
let name_2: string;
|
|
26
|
+
export { name_2 as name };
|
|
27
|
+
let description_2: string;
|
|
28
|
+
export { description_2 as description };
|
|
29
|
+
export namespace control_2 {
|
|
30
|
+
let type_2: string;
|
|
31
|
+
export { type_2 as type };
|
|
32
|
+
export let presetColors: string[];
|
|
33
|
+
}
|
|
34
|
+
export { control_2 as control };
|
|
35
|
+
}
|
|
36
|
+
namespace okButtonBackgroundColor {
|
|
37
|
+
let name_3: string;
|
|
38
|
+
export { name_3 as name };
|
|
39
|
+
let description_3: string;
|
|
40
|
+
export { description_3 as description };
|
|
41
|
+
export namespace control_3 {
|
|
42
|
+
let type_3: string;
|
|
43
|
+
export { type_3 as type };
|
|
44
|
+
let presetColors_1: string[];
|
|
45
|
+
export { presetColors_1 as presetColors };
|
|
46
|
+
}
|
|
47
|
+
export { control_3 as control };
|
|
48
|
+
}
|
|
49
|
+
namespace okButtonHoverColor {
|
|
50
|
+
let name_4: string;
|
|
51
|
+
export { name_4 as name };
|
|
52
|
+
let description_4: string;
|
|
53
|
+
export { description_4 as description };
|
|
54
|
+
export namespace control_4 {
|
|
55
|
+
let type_4: string;
|
|
56
|
+
export { type_4 as type };
|
|
57
|
+
let presetColors_2: string[];
|
|
58
|
+
export { presetColors_2 as presetColors };
|
|
59
|
+
}
|
|
60
|
+
export { control_4 as control };
|
|
61
|
+
}
|
|
62
|
+
namespace resetButtonBackgroundColor {
|
|
63
|
+
let name_5: string;
|
|
64
|
+
export { name_5 as name };
|
|
65
|
+
let description_5: string;
|
|
66
|
+
export { description_5 as description };
|
|
67
|
+
export namespace control_5 {
|
|
68
|
+
let type_5: string;
|
|
69
|
+
export { type_5 as type };
|
|
70
|
+
let presetColors_3: string[];
|
|
71
|
+
export { presetColors_3 as presetColors };
|
|
72
|
+
}
|
|
73
|
+
export { control_5 as control };
|
|
74
|
+
}
|
|
75
|
+
namespace resetButtonHoverColor {
|
|
76
|
+
let name_6: string;
|
|
77
|
+
export { name_6 as name };
|
|
78
|
+
let description_6: string;
|
|
79
|
+
export { description_6 as description };
|
|
80
|
+
export namespace control_6 {
|
|
81
|
+
let type_6: string;
|
|
82
|
+
export { type_6 as type };
|
|
83
|
+
let presetColors_4: string[];
|
|
84
|
+
export { presetColors_4 as presetColors };
|
|
85
|
+
}
|
|
86
|
+
export { control_6 as control };
|
|
87
|
+
}
|
|
88
|
+
namespace onOkClick {
|
|
89
|
+
let name_7: string;
|
|
90
|
+
export { name_7 as name };
|
|
91
|
+
export let action: string;
|
|
92
|
+
let description_7: string;
|
|
93
|
+
export { description_7 as description };
|
|
94
|
+
}
|
|
95
|
+
namespace onResetClick {
|
|
96
|
+
let name_8: string;
|
|
97
|
+
export { name_8 as name };
|
|
98
|
+
let action_1: string;
|
|
99
|
+
export { action_1 as action };
|
|
100
|
+
let description_8: string;
|
|
101
|
+
export { description_8 as description };
|
|
102
|
+
}
|
|
103
|
+
namespace onItemValueChanged {
|
|
104
|
+
let name_9: string;
|
|
105
|
+
export { name_9 as name };
|
|
106
|
+
let action_2: string;
|
|
107
|
+
export { action_2 as action };
|
|
108
|
+
let description_9: string;
|
|
109
|
+
export { description_9 as description };
|
|
110
|
+
}
|
|
111
|
+
namespace fieldsData {
|
|
112
|
+
let description_10: string;
|
|
113
|
+
export { description_10 as description };
|
|
114
|
+
}
|
|
115
|
+
namespace disableOKButton {
|
|
116
|
+
let name_10: string;
|
|
117
|
+
export { name_10 as name };
|
|
118
|
+
export namespace control_7 {
|
|
119
|
+
let type_7: string;
|
|
120
|
+
export { type_7 as type };
|
|
121
|
+
}
|
|
122
|
+
export { control_7 as control };
|
|
123
|
+
let description_11: string;
|
|
124
|
+
export { description_11 as description };
|
|
125
|
+
}
|
|
126
|
+
namespace className {
|
|
127
|
+
let name_11: string;
|
|
128
|
+
export { name_11 as name };
|
|
129
|
+
export namespace control_8 {
|
|
130
|
+
let type_8: string;
|
|
131
|
+
export { type_8 as type };
|
|
132
|
+
}
|
|
133
|
+
export { control_8 as control };
|
|
134
|
+
let description_12: string;
|
|
135
|
+
export { description_12 as description };
|
|
136
|
+
}
|
|
137
|
+
namespace showShadow {
|
|
138
|
+
let name_12: string;
|
|
139
|
+
export { name_12 as name };
|
|
140
|
+
export namespace control_9 {
|
|
141
|
+
let type_9: string;
|
|
142
|
+
export { type_9 as type };
|
|
143
|
+
}
|
|
144
|
+
export { control_9 as control };
|
|
145
|
+
let description_13: string;
|
|
146
|
+
export { description_13 as description };
|
|
147
|
+
}
|
|
148
|
+
namespace tooltipTextGoButton {
|
|
149
|
+
let name_13: string;
|
|
150
|
+
export { name_13 as name };
|
|
151
|
+
export namespace control_10 {
|
|
152
|
+
let type_10: string;
|
|
153
|
+
export { type_10 as type };
|
|
154
|
+
}
|
|
155
|
+
export { control_10 as control };
|
|
156
|
+
let description_14: string;
|
|
157
|
+
export { description_14 as description };
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
export default _default;
|
|
162
|
+
export const DisableOKButton: any;
|
|
163
|
+
export const MultiDropdown: any;
|
|
164
|
+
export const FilterPanelBlue: any;
|
|
165
|
+
export const NewItemCenterEventsPage: any;
|
|
166
|
+
export const FilterQuatertlyReport: any;
|
|
167
|
+
export const NoXClearOptionPage: any;
|
|
168
|
+
export const PeriodPickerWithInitialValueDaterange: any;
|
|
169
|
+
export const PeriodPickerWithInitialValueQuarter: any;
|
|
170
|
+
export const PeriodPickerWithInitialValueMonth: any;
|
|
171
|
+
export const PeriodPickerWithInitialValueYear: any;
|
|
172
|
+
import FilterPanel from './FilterPanel';
|