sag_components 2.0.0-beta7 → 2.0.0-beta71
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 +226 -277
- package/dist/index.esm.js +30561 -79673
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29935 -79055
- 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/AutocompleteField/AutocompleteField.d.ts +1 -1
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +1 -7
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +3 -6
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- 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 +4 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +4 -4
- 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 +4 -4
- 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/BrushChart/BrushChart.stories.d.ts +8 -0
- 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 +15 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +93 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +21 -21
- package/dist/types/components/Button/Button.stories.d.ts +12 -220
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +1 -19
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/Card.stories.d.ts +1 -1
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +1 -4
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +1 -7
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +1 -66
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CampaignTool/Table.stories.d.ts +1 -13
- 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 +5 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +7 -7
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +16 -15
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +10 -662
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/Input/Input.stories.d.ts +14 -424
- 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/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/Modal/Modal.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/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 +1 -1
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +8 -207
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.stories.d.ts +3 -52
- 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/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.stories.d.ts +1 -11
- 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 +28 -60
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +88 -81
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -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/Tooltip/Tooltip.d.ts +2 -2
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +18 -100
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- 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/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +2 -2
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/index.d.ts +9 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -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/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/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.style.d.ts +0 -0
|
@@ -159,666 +159,14 @@ declare namespace _default {
|
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
export default _default;
|
|
162
|
-
export
|
|
163
|
-
export
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
const okButtonHoverColor_1: string;
|
|
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
|
-
}
|
|
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;
|
|
387
172
|
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
|
-
})[];
|