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
|
@@ -167,134 +167,8 @@ declare namespace _default {
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
export default _default;
|
|
170
|
-
export
|
|
171
|
-
export
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
export { mainTitle_1 as mainTitle };
|
|
175
|
-
const periodTitle_1: string;
|
|
176
|
-
export { periodTitle_1 as periodTitle };
|
|
177
|
-
export { kpiData1 as kpiData };
|
|
178
|
-
const width_1: string;
|
|
179
|
-
export { width_1 as width };
|
|
180
|
-
const height_1: string;
|
|
181
|
-
export { height_1 as height };
|
|
182
|
-
const buttonsIconColor_1: string;
|
|
183
|
-
export { buttonsIconColor_1 as buttonsIconColor };
|
|
184
|
-
const buttonsBorderColor_1: string;
|
|
185
|
-
export { buttonsBorderColor_1 as buttonsBorderColor };
|
|
186
|
-
const buttonsTextColorChecked_1: string;
|
|
187
|
-
export { buttonsTextColorChecked_1 as buttonsTextColorChecked };
|
|
188
|
-
const buttonsTextColorUnchecked_1: string;
|
|
189
|
-
export { buttonsTextColorUnchecked_1 as buttonsTextColorUnchecked };
|
|
190
|
-
const buttonsBackgroundColorChecked_1: string;
|
|
191
|
-
export { buttonsBackgroundColorChecked_1 as buttonsBackgroundColorChecked };
|
|
192
|
-
const buttonsBackgroundColorUnchecked_1: string;
|
|
193
|
-
export { buttonsBackgroundColorUnchecked_1 as buttonsBackgroundColorUnchecked };
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
export function AdusaTheme(args: any): import("react/jsx-runtime").JSX.Element;
|
|
197
|
-
export namespace AdusaTheme {
|
|
198
|
-
export namespace args_1 {
|
|
199
|
-
const mainTitle_2: string;
|
|
200
|
-
export { mainTitle_2 as mainTitle };
|
|
201
|
-
const periodTitle_2: string;
|
|
202
|
-
export { periodTitle_2 as periodTitle };
|
|
203
|
-
export { kpiData1 as kpiData };
|
|
204
|
-
const width_2: string;
|
|
205
|
-
export { width_2 as width };
|
|
206
|
-
const height_2: string;
|
|
207
|
-
export { height_2 as height };
|
|
208
|
-
const buttonsIconColor_2: string;
|
|
209
|
-
export { buttonsIconColor_2 as buttonsIconColor };
|
|
210
|
-
const buttonsBorderColor_2: string;
|
|
211
|
-
export { buttonsBorderColor_2 as buttonsBorderColor };
|
|
212
|
-
const buttonsTextColorChecked_2: string;
|
|
213
|
-
export { buttonsTextColorChecked_2 as buttonsTextColorChecked };
|
|
214
|
-
const buttonsTextColorUnchecked_2: string;
|
|
215
|
-
export { buttonsTextColorUnchecked_2 as buttonsTextColorUnchecked };
|
|
216
|
-
const buttonsBackgroundColorChecked_2: string;
|
|
217
|
-
export { buttonsBackgroundColorChecked_2 as buttonsBackgroundColorChecked };
|
|
218
|
-
const buttonsBackgroundColorUnchecked_2: string;
|
|
219
|
-
export { buttonsBackgroundColorUnchecked_2 as buttonsBackgroundColorUnchecked };
|
|
220
|
-
}
|
|
221
|
-
export { args_1 as args };
|
|
222
|
-
}
|
|
223
|
-
export function SelectAllIgnoreList(args: any): import("react/jsx-runtime").JSX.Element;
|
|
224
|
-
export namespace SelectAllIgnoreList {
|
|
225
|
-
export namespace args_2 {
|
|
226
|
-
const mainTitle_3: string;
|
|
227
|
-
export { mainTitle_3 as mainTitle };
|
|
228
|
-
const periodTitle_3: string;
|
|
229
|
-
export { periodTitle_3 as periodTitle };
|
|
230
|
-
export { kpiData1 as kpiData };
|
|
231
|
-
const width_3: string;
|
|
232
|
-
export { width_3 as width };
|
|
233
|
-
const height_3: string;
|
|
234
|
-
export { height_3 as height };
|
|
235
|
-
const buttonsIconColor_3: string;
|
|
236
|
-
export { buttonsIconColor_3 as buttonsIconColor };
|
|
237
|
-
const buttonsBorderColor_3: string;
|
|
238
|
-
export { buttonsBorderColor_3 as buttonsBorderColor };
|
|
239
|
-
const buttonsTextColorChecked_3: string;
|
|
240
|
-
export { buttonsTextColorChecked_3 as buttonsTextColorChecked };
|
|
241
|
-
const buttonsTextColorUnchecked_3: string;
|
|
242
|
-
export { buttonsTextColorUnchecked_3 as buttonsTextColorUnchecked };
|
|
243
|
-
const buttonsBackgroundColorChecked_3: string;
|
|
244
|
-
export { buttonsBackgroundColorChecked_3 as buttonsBackgroundColorChecked };
|
|
245
|
-
const buttonsBackgroundColorUnchecked_3: string;
|
|
246
|
-
export { buttonsBackgroundColorUnchecked_3 as buttonsBackgroundColorUnchecked };
|
|
247
|
-
const selectAllIgnoreList_1: string[];
|
|
248
|
-
export { selectAllIgnoreList_1 as selectAllIgnoreList };
|
|
249
|
-
}
|
|
250
|
-
export { args_2 as args };
|
|
251
|
-
}
|
|
252
|
-
export function HidePeriod(args: any): import("react/jsx-runtime").JSX.Element;
|
|
253
|
-
export namespace HidePeriod {
|
|
254
|
-
export namespace args_3 {
|
|
255
|
-
const mainTitle_4: string;
|
|
256
|
-
export { mainTitle_4 as mainTitle };
|
|
257
|
-
const periodTitle_4: string;
|
|
258
|
-
export { periodTitle_4 as periodTitle };
|
|
259
|
-
export { kpiData1 as kpiData };
|
|
260
|
-
const width_4: string;
|
|
261
|
-
export { width_4 as width };
|
|
262
|
-
const height_4: string;
|
|
263
|
-
export { height_4 as height };
|
|
264
|
-
const buttonsIconColor_4: string;
|
|
265
|
-
export { buttonsIconColor_4 as buttonsIconColor };
|
|
266
|
-
const buttonsBorderColor_4: string;
|
|
267
|
-
export { buttonsBorderColor_4 as buttonsBorderColor };
|
|
268
|
-
const buttonsTextColorChecked_4: string;
|
|
269
|
-
export { buttonsTextColorChecked_4 as buttonsTextColorChecked };
|
|
270
|
-
const buttonsTextColorUnchecked_4: string;
|
|
271
|
-
export { buttonsTextColorUnchecked_4 as buttonsTextColorUnchecked };
|
|
272
|
-
const buttonsBackgroundColorChecked_4: string;
|
|
273
|
-
export { buttonsBackgroundColorChecked_4 as buttonsBackgroundColorChecked };
|
|
274
|
-
const buttonsBackgroundColorUnchecked_4: string;
|
|
275
|
-
export { buttonsBackgroundColorUnchecked_4 as buttonsBackgroundColorUnchecked };
|
|
276
|
-
const selectAllIgnoreList_2: string[];
|
|
277
|
-
export { selectAllIgnoreList_2 as selectAllIgnoreList };
|
|
278
|
-
const hidePeriod_1: boolean;
|
|
279
|
-
export { hidePeriod_1 as hidePeriod };
|
|
280
|
-
}
|
|
281
|
-
export { args_3 as args };
|
|
282
|
-
}
|
|
170
|
+
export const SagTheme: any;
|
|
171
|
+
export const AdusaTheme: any;
|
|
172
|
+
export const SelectAllIgnoreList: any;
|
|
173
|
+
export const HidePeriod: any;
|
|
283
174
|
import { KpiFilter } from "./KpiFilter";
|
|
284
|
-
declare const kpiData1: ({
|
|
285
|
-
columnTitle: string;
|
|
286
|
-
buttonsArray: {
|
|
287
|
-
label: string;
|
|
288
|
-
checked: boolean;
|
|
289
|
-
disabled: boolean;
|
|
290
|
-
}[];
|
|
291
|
-
rightBorder: boolean;
|
|
292
|
-
} | {
|
|
293
|
-
columnTitle: string;
|
|
294
|
-
buttonsArray: {
|
|
295
|
-
label: string;
|
|
296
|
-
checked: boolean;
|
|
297
|
-
disabled: boolean;
|
|
298
|
-
}[];
|
|
299
|
-
rightBorder?: undefined;
|
|
300
|
-
})[];
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
|
|
2
|
-
text?: string
|
|
3
|
-
type?: string
|
|
4
|
-
size?: string
|
|
5
|
-
height?: string
|
|
6
|
-
width?: string
|
|
7
|
-
disabled?: boolean
|
|
8
|
-
textColor?: string
|
|
2
|
+
text?: string;
|
|
3
|
+
type?: string;
|
|
4
|
+
size?: string;
|
|
5
|
+
height?: string;
|
|
6
|
+
width?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
textColor?: string;
|
|
9
9
|
onClick: any;
|
|
10
|
-
leftIcon?: string
|
|
11
|
-
rightIcon?: string
|
|
10
|
+
leftIcon?: string;
|
|
11
|
+
rightIcon?: string;
|
|
12
12
|
}): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default LinkButton;
|
|
@@ -97,183 +97,14 @@ declare namespace _default {
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
export default _default;
|
|
100
|
-
export
|
|
101
|
-
export
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
export { disabled_1 as disabled };
|
|
111
|
-
const leftIcon_1: string;
|
|
112
|
-
export { leftIcon_1 as leftIcon };
|
|
113
|
-
const rightIcon_1: string;
|
|
114
|
-
export { rightIcon_1 as rightIcon };
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
export function PrimaryDisabled(args: any): import("react/jsx-runtime").JSX.Element;
|
|
118
|
-
export namespace PrimaryDisabled {
|
|
119
|
-
export namespace args_1 {
|
|
120
|
-
const text_2: string;
|
|
121
|
-
export { text_2 as text };
|
|
122
|
-
const type_10: string;
|
|
123
|
-
export { type_10 as type };
|
|
124
|
-
const size_2: string;
|
|
125
|
-
export { size_2 as size };
|
|
126
|
-
const disabled_2: boolean;
|
|
127
|
-
export { disabled_2 as disabled };
|
|
128
|
-
const leftIcon_2: string;
|
|
129
|
-
export { leftIcon_2 as leftIcon };
|
|
130
|
-
const rightIcon_2: string;
|
|
131
|
-
export { rightIcon_2 as rightIcon };
|
|
132
|
-
}
|
|
133
|
-
export { args_1 as args };
|
|
134
|
-
}
|
|
135
|
-
export function SecondaryDefault(args: any): import("react/jsx-runtime").JSX.Element;
|
|
136
|
-
export namespace SecondaryDefault {
|
|
137
|
-
export namespace args_2 {
|
|
138
|
-
const text_3: string;
|
|
139
|
-
export { text_3 as text };
|
|
140
|
-
const type_11: string;
|
|
141
|
-
export { type_11 as type };
|
|
142
|
-
const size_3: string;
|
|
143
|
-
export { size_3 as size };
|
|
144
|
-
const disabled_3: boolean;
|
|
145
|
-
export { disabled_3 as disabled };
|
|
146
|
-
const leftIcon_3: string;
|
|
147
|
-
export { leftIcon_3 as leftIcon };
|
|
148
|
-
const rightIcon_3: string;
|
|
149
|
-
export { rightIcon_3 as rightIcon };
|
|
150
|
-
}
|
|
151
|
-
export { args_2 as args };
|
|
152
|
-
}
|
|
153
|
-
export function SecondaryDisabled(args: any): import("react/jsx-runtime").JSX.Element;
|
|
154
|
-
export namespace SecondaryDisabled {
|
|
155
|
-
export namespace args_3 {
|
|
156
|
-
const text_4: string;
|
|
157
|
-
export { text_4 as text };
|
|
158
|
-
const type_12: string;
|
|
159
|
-
export { type_12 as type };
|
|
160
|
-
const size_4: string;
|
|
161
|
-
export { size_4 as size };
|
|
162
|
-
const disabled_4: boolean;
|
|
163
|
-
export { disabled_4 as disabled };
|
|
164
|
-
const leftIcon_4: string;
|
|
165
|
-
export { leftIcon_4 as leftIcon };
|
|
166
|
-
const rightIcon_4: string;
|
|
167
|
-
export { rightIcon_4 as rightIcon };
|
|
168
|
-
}
|
|
169
|
-
export { args_3 as args };
|
|
170
|
-
}
|
|
171
|
-
export function SmallButtonTwoIcons(args: any): import("react/jsx-runtime").JSX.Element;
|
|
172
|
-
export namespace SmallButtonTwoIcons {
|
|
173
|
-
export namespace args_4 {
|
|
174
|
-
const text_5: string;
|
|
175
|
-
export { text_5 as text };
|
|
176
|
-
const type_13: string;
|
|
177
|
-
export { type_13 as type };
|
|
178
|
-
const size_5: string;
|
|
179
|
-
export { size_5 as size };
|
|
180
|
-
const disabled_5: boolean;
|
|
181
|
-
export { disabled_5 as disabled };
|
|
182
|
-
const leftIcon_5: string;
|
|
183
|
-
export { leftIcon_5 as leftIcon };
|
|
184
|
-
const rightIcon_5: string;
|
|
185
|
-
export { rightIcon_5 as rightIcon };
|
|
186
|
-
}
|
|
187
|
-
export { args_4 as args };
|
|
188
|
-
}
|
|
189
|
-
export function SmallButtonLeftIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
190
|
-
export namespace SmallButtonLeftIcon {
|
|
191
|
-
export namespace args_5 {
|
|
192
|
-
const text_6: string;
|
|
193
|
-
export { text_6 as text };
|
|
194
|
-
const type_14: string;
|
|
195
|
-
export { type_14 as type };
|
|
196
|
-
const size_6: string;
|
|
197
|
-
export { size_6 as size };
|
|
198
|
-
const disabled_6: boolean;
|
|
199
|
-
export { disabled_6 as disabled };
|
|
200
|
-
const leftIcon_6: string;
|
|
201
|
-
export { leftIcon_6 as leftIcon };
|
|
202
|
-
const rightIcon_6: string;
|
|
203
|
-
export { rightIcon_6 as rightIcon };
|
|
204
|
-
}
|
|
205
|
-
export { args_5 as args };
|
|
206
|
-
}
|
|
207
|
-
export function SmallButtonRightIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
208
|
-
export namespace SmallButtonRightIcon {
|
|
209
|
-
export namespace args_6 {
|
|
210
|
-
const text_7: string;
|
|
211
|
-
export { text_7 as text };
|
|
212
|
-
const type_15: string;
|
|
213
|
-
export { type_15 as type };
|
|
214
|
-
const size_7: string;
|
|
215
|
-
export { size_7 as size };
|
|
216
|
-
const disabled_7: boolean;
|
|
217
|
-
export { disabled_7 as disabled };
|
|
218
|
-
const leftIcon_7: string;
|
|
219
|
-
export { leftIcon_7 as leftIcon };
|
|
220
|
-
const rightIcon_7: string;
|
|
221
|
-
export { rightIcon_7 as rightIcon };
|
|
222
|
-
}
|
|
223
|
-
export { args_6 as args };
|
|
224
|
-
}
|
|
225
|
-
export function MediumButtonTwoIcons(args: any): import("react/jsx-runtime").JSX.Element;
|
|
226
|
-
export namespace MediumButtonTwoIcons {
|
|
227
|
-
export namespace args_7 {
|
|
228
|
-
const text_8: string;
|
|
229
|
-
export { text_8 as text };
|
|
230
|
-
const type_16: string;
|
|
231
|
-
export { type_16 as type };
|
|
232
|
-
const size_8: string;
|
|
233
|
-
export { size_8 as size };
|
|
234
|
-
const disabled_8: boolean;
|
|
235
|
-
export { disabled_8 as disabled };
|
|
236
|
-
const leftIcon_8: string;
|
|
237
|
-
export { leftIcon_8 as leftIcon };
|
|
238
|
-
const rightIcon_8: string;
|
|
239
|
-
export { rightIcon_8 as rightIcon };
|
|
240
|
-
}
|
|
241
|
-
export { args_7 as args };
|
|
242
|
-
}
|
|
243
|
-
export function MediumButtonLeftIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
244
|
-
export namespace MediumButtonLeftIcon {
|
|
245
|
-
export namespace args_8 {
|
|
246
|
-
const text_9: string;
|
|
247
|
-
export { text_9 as text };
|
|
248
|
-
const type_17: string;
|
|
249
|
-
export { type_17 as type };
|
|
250
|
-
const size_9: string;
|
|
251
|
-
export { size_9 as size };
|
|
252
|
-
const disabled_9: boolean;
|
|
253
|
-
export { disabled_9 as disabled };
|
|
254
|
-
const leftIcon_9: string;
|
|
255
|
-
export { leftIcon_9 as leftIcon };
|
|
256
|
-
const rightIcon_9: string;
|
|
257
|
-
export { rightIcon_9 as rightIcon };
|
|
258
|
-
}
|
|
259
|
-
export { args_8 as args };
|
|
260
|
-
}
|
|
261
|
-
export function MediumButtonRightIcon(args: any): import("react/jsx-runtime").JSX.Element;
|
|
262
|
-
export namespace MediumButtonRightIcon {
|
|
263
|
-
export namespace args_9 {
|
|
264
|
-
const text_10: string;
|
|
265
|
-
export { text_10 as text };
|
|
266
|
-
const type_18: string;
|
|
267
|
-
export { type_18 as type };
|
|
268
|
-
const size_10: string;
|
|
269
|
-
export { size_10 as size };
|
|
270
|
-
const disabled_10: boolean;
|
|
271
|
-
export { disabled_10 as disabled };
|
|
272
|
-
const leftIcon_10: string;
|
|
273
|
-
export { leftIcon_10 as leftIcon };
|
|
274
|
-
const rightIcon_10: string;
|
|
275
|
-
export { rightIcon_10 as rightIcon };
|
|
276
|
-
}
|
|
277
|
-
export { args_9 as args };
|
|
278
|
-
}
|
|
100
|
+
export const PrimaryDefault: any;
|
|
101
|
+
export const PrimaryDisabled: any;
|
|
102
|
+
export const SecondaryDefault: any;
|
|
103
|
+
export const SecondaryDisabled: any;
|
|
104
|
+
export const SmallButtonTwoIcons: any;
|
|
105
|
+
export const SmallButtonLeftIcon: any;
|
|
106
|
+
export const SmallButtonRightIcon: any;
|
|
107
|
+
export const MediumButtonTwoIcons: any;
|
|
108
|
+
export const MediumButtonLeftIcon: any;
|
|
109
|
+
export const MediumButtonRightIcon: any;
|
|
279
110
|
import { LinkButton } from "./LinkButton";
|
|
@@ -1,35 +1,2 @@
|
|
|
1
1
|
export function LinnerDataBox(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
export namespace LinnerDataBox {
|
|
3
|
-
namespace propTypes {
|
|
4
|
-
const className: PropTypes.Requireable<string>;
|
|
5
|
-
const width: PropTypes.Requireable<string>;
|
|
6
|
-
const height: PropTypes.Requireable<string>;
|
|
7
|
-
const data: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
8
|
-
title: PropTypes.Requireable<string>;
|
|
9
|
-
value: PropTypes.Requireable<number>;
|
|
10
|
-
sign: PropTypes.Requireable<string>;
|
|
11
|
-
extraInfo: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
12
|
-
title: PropTypes.Requireable<string>;
|
|
13
|
-
value: PropTypes.Requireable<number>;
|
|
14
|
-
}> | null | undefined)[]>;
|
|
15
|
-
}> | null | undefined)[]>;
|
|
16
|
-
const backgroundColor: PropTypes.Requireable<string>;
|
|
17
|
-
const customDataFormat: PropTypes.Requireable<boolean>;
|
|
18
|
-
}
|
|
19
|
-
namespace defaultProps {
|
|
20
|
-
const className_1: string;
|
|
21
|
-
export { className_1 as className };
|
|
22
|
-
const width_1: string;
|
|
23
|
-
export { width_1 as width };
|
|
24
|
-
const height_1: string;
|
|
25
|
-
export { height_1 as height };
|
|
26
|
-
const data_1: never[];
|
|
27
|
-
export { data_1 as data };
|
|
28
|
-
const backgroundColor_1: string;
|
|
29
|
-
export { backgroundColor_1 as backgroundColor };
|
|
30
|
-
const customDataFormat_1: boolean;
|
|
31
|
-
export { customDataFormat_1 as customDataFormat };
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
2
|
export default LinnerDataBox;
|
|
35
|
-
import PropTypes from "prop-types";
|
|
@@ -35,38 +35,5 @@ declare namespace _default {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
export default _default;
|
|
38
|
-
export
|
|
39
|
-
export namespace LinnerDataBoxDefault {
|
|
40
|
-
namespace args {
|
|
41
|
-
export { data };
|
|
42
|
-
const width_1: string;
|
|
43
|
-
export { width_1 as width };
|
|
44
|
-
const height_1: string;
|
|
45
|
-
export { height_1 as height };
|
|
46
|
-
const backgroundColor_1: string;
|
|
47
|
-
export { backgroundColor_1 as backgroundColor };
|
|
48
|
-
}
|
|
49
|
-
}
|
|
38
|
+
export const LinnerDataBoxDefault: any;
|
|
50
39
|
import { LinnerDataBox } from "./LinnerDataBox";
|
|
51
|
-
declare const data: ({
|
|
52
|
-
title: string;
|
|
53
|
-
value: null;
|
|
54
|
-
sign: string;
|
|
55
|
-
extraInfo: ({
|
|
56
|
-
value: number;
|
|
57
|
-
title: string;
|
|
58
|
-
} | {
|
|
59
|
-
value: null;
|
|
60
|
-
title: string;
|
|
61
|
-
})[];
|
|
62
|
-
} | {
|
|
63
|
-
title: string;
|
|
64
|
-
value: number;
|
|
65
|
-
sign: string;
|
|
66
|
-
extraInfo: never[];
|
|
67
|
-
} | {
|
|
68
|
-
title: string;
|
|
69
|
-
value: undefined;
|
|
70
|
-
sign: string;
|
|
71
|
-
extraInfo: never[];
|
|
72
|
-
})[];
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
export const LinnerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
1
|
+
export const LinnerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
3
|
+
}>, never>, never>> & string;
|
|
2
4
|
export const DataBoxWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
5
|
export const DataBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
6
|
export const DataBoxTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export function ListBox({ data, width, height, borderColor, buttonsIconColor, buttonsBorderColor, buttonsTextColorChecked, buttonsTextColorUnchecked, buttonsBackgroundColorChecked, buttonsBackgroundColorUnchecked, onClick, ...props }: {
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
data: any;
|
|
4
|
-
width?: string
|
|
5
|
-
height?: string
|
|
6
|
-
borderColor?: string
|
|
7
|
-
buttonsIconColor?: string
|
|
8
|
-
buttonsBorderColor?: string
|
|
9
|
-
buttonsTextColorChecked?: string
|
|
10
|
-
buttonsTextColorUnchecked?: string
|
|
11
|
-
buttonsBackgroundColorChecked?: string
|
|
12
|
-
buttonsBackgroundColorUnchecked?: string
|
|
4
|
+
width?: string;
|
|
5
|
+
height?: string;
|
|
6
|
+
borderColor?: string;
|
|
7
|
+
buttonsIconColor?: string;
|
|
8
|
+
buttonsBorderColor?: string;
|
|
9
|
+
buttonsTextColorChecked?: string;
|
|
10
|
+
buttonsTextColorUnchecked?: string;
|
|
11
|
+
buttonsBackgroundColorChecked?: string;
|
|
12
|
+
buttonsBackgroundColorUnchecked?: string;
|
|
13
13
|
onClick: any;
|
|
14
14
|
}): import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export default ListBox;
|
|
@@ -130,33 +130,5 @@ declare namespace _default {
|
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
export default _default;
|
|
133
|
-
export
|
|
134
|
-
export namespace Retailers {
|
|
135
|
-
namespace args {
|
|
136
|
-
export { viewCreativeRetailersData1 as data };
|
|
137
|
-
const width_1: string;
|
|
138
|
-
export { width_1 as width };
|
|
139
|
-
const height_1: string;
|
|
140
|
-
export { height_1 as height };
|
|
141
|
-
const borderColor_1: string;
|
|
142
|
-
export { borderColor_1 as borderColor };
|
|
143
|
-
const buttonsIconColor_1: string;
|
|
144
|
-
export { buttonsIconColor_1 as buttonsIconColor };
|
|
145
|
-
const buttonsBorderColor_1: string;
|
|
146
|
-
export { buttonsBorderColor_1 as buttonsBorderColor };
|
|
147
|
-
const buttonsTextColorChecked_1: string;
|
|
148
|
-
export { buttonsTextColorChecked_1 as buttonsTextColorChecked };
|
|
149
|
-
const buttonsTextColorUnchecked_1: string;
|
|
150
|
-
export { buttonsTextColorUnchecked_1 as buttonsTextColorUnchecked };
|
|
151
|
-
const buttonsBackgroundColorChecked_1: string;
|
|
152
|
-
export { buttonsBackgroundColorChecked_1 as buttonsBackgroundColorChecked };
|
|
153
|
-
const buttonsBackgroundColorUnchecked_1: string;
|
|
154
|
-
export { buttonsBackgroundColorUnchecked_1 as buttonsBackgroundColorUnchecked };
|
|
155
|
-
}
|
|
156
|
-
}
|
|
133
|
+
export const Retailers: any;
|
|
157
134
|
import { ListBox } from "./ListBox";
|
|
158
|
-
declare const viewCreativeRetailersData1: {
|
|
159
|
-
label: string;
|
|
160
|
-
checked: boolean;
|
|
161
|
-
disabled: boolean;
|
|
162
|
-
}[];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export function MarketShareDescription(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
export namespace MarketShareDescription {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
const marketShareData: PropTypes.Requireable<
|
|
4
|
+
const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
5
5
|
label: PropTypes.Requireable<string>;
|
|
6
6
|
checked: PropTypes.Requireable<boolean>;
|
|
7
7
|
disabled: PropTypes.Requireable<boolean>;
|
|
8
|
-
}>
|
|
8
|
+
}>[]>;
|
|
9
9
|
const height: PropTypes.Requireable<string>;
|
|
10
10
|
const width: PropTypes.Requireable<string>;
|
|
11
11
|
const iconColor: PropTypes.Requireable<string>;
|
|
@@ -13,7 +13,7 @@ export namespace MarketShareDescription {
|
|
|
13
13
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
14
14
|
}
|
|
15
15
|
namespace defaultProps {
|
|
16
|
-
const marketShareData_1:
|
|
16
|
+
const marketShareData_1: any[];
|
|
17
17
|
export { marketShareData_1 as marketShareData };
|
|
18
18
|
const width_1: string;
|
|
19
19
|
export { width_1 as width };
|
|
@@ -64,72 +64,7 @@ declare namespace _default {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
export default _default;
|
|
67
|
-
export
|
|
68
|
-
export
|
|
69
|
-
|
|
70
|
-
export { marketShareData1 as marketShareData };
|
|
71
|
-
const width_1: string;
|
|
72
|
-
export { width_1 as width };
|
|
73
|
-
const height_1: string;
|
|
74
|
-
export { height_1 as height };
|
|
75
|
-
const iconColor_1: string;
|
|
76
|
-
export { iconColor_1 as iconColor };
|
|
77
|
-
const dotCut_1: boolean;
|
|
78
|
-
export { dotCut_1 as dotCut };
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
export function WeeklyTriers(args: any): import("react/jsx-runtime").JSX.Element;
|
|
82
|
-
export namespace WeeklyTriers {
|
|
83
|
-
export namespace args_1 {
|
|
84
|
-
export { weeklyTiersData1 as marketShareData };
|
|
85
|
-
const width_2: string;
|
|
86
|
-
export { width_2 as width };
|
|
87
|
-
const height_2: string;
|
|
88
|
-
export { height_2 as height };
|
|
89
|
-
const iconColor_2: string;
|
|
90
|
-
export { iconColor_2 as iconColor };
|
|
91
|
-
const dotCut_2: boolean;
|
|
92
|
-
export { dotCut_2 as dotCut };
|
|
93
|
-
}
|
|
94
|
-
export { args_1 as args };
|
|
95
|
-
}
|
|
96
|
-
export function PercentHeightWidth(args: any): import("react/jsx-runtime").JSX.Element;
|
|
97
|
-
export namespace PercentHeightWidth {
|
|
98
|
-
export namespace args_2 {
|
|
99
|
-
export { marketShareData1 as marketShareData };
|
|
100
|
-
const width_3: string;
|
|
101
|
-
export { width_3 as width };
|
|
102
|
-
const height_3: string;
|
|
103
|
-
export { height_3 as height };
|
|
104
|
-
const iconColor_3: string;
|
|
105
|
-
export { iconColor_3 as iconColor };
|
|
106
|
-
const dotCut_3: boolean;
|
|
107
|
-
export { dotCut_3 as dotCut };
|
|
108
|
-
}
|
|
109
|
-
export { args_2 as args };
|
|
110
|
-
}
|
|
67
|
+
export const MarketShare: any;
|
|
68
|
+
export const WeeklyTriers: any;
|
|
69
|
+
export const PercentHeightWidth: any;
|
|
111
70
|
import { MarketShareDescription } from "./MarketShareDescription";
|
|
112
|
-
declare const marketShareData1: {
|
|
113
|
-
name: string;
|
|
114
|
-
rowTitle: string;
|
|
115
|
-
fieldsArray: {
|
|
116
|
-
label: string;
|
|
117
|
-
value: number;
|
|
118
|
-
textBefore: string;
|
|
119
|
-
textAfter: string;
|
|
120
|
-
}[];
|
|
121
|
-
rowFooter: string;
|
|
122
|
-
showBanner: boolean;
|
|
123
|
-
}[];
|
|
124
|
-
declare const weeklyTiersData1: {
|
|
125
|
-
name: string;
|
|
126
|
-
rowTitle: string;
|
|
127
|
-
fieldsArray: {
|
|
128
|
-
label: string;
|
|
129
|
-
value: number;
|
|
130
|
-
textBefore: string;
|
|
131
|
-
textAfter: string;
|
|
132
|
-
}[];
|
|
133
|
-
rowFooter: string;
|
|
134
|
-
showBanner: boolean;
|
|
135
|
-
}[];
|
|
@@ -16,7 +16,7 @@ declare function MonthPicker({ availableMonths, label, onChange, borderRadius, r
|
|
|
16
16
|
}): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
declare namespace MonthPicker {
|
|
18
18
|
namespace propTypes {
|
|
19
|
-
const availableMonths: PropTypes.Validator<
|
|
19
|
+
const availableMonths: PropTypes.Validator<string[]>;
|
|
20
20
|
const label: PropTypes.Validator<string>;
|
|
21
21
|
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
22
22
|
const borderRadius: PropTypes.Validator<string>;
|