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
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export function PopupContent(props: any): import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
export namespace PopupContent {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
const RowsData: PropTypes.Requireable<
|
|
4
|
+
const RowsData: 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 borderColor: PropTypes.Requireable<string>;
|
|
10
10
|
const height: PropTypes.Requireable<string>;
|
|
11
11
|
const width: PropTypes.Requireable<string>;
|
|
12
12
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
13
13
|
}
|
|
14
14
|
namespace defaultProps {
|
|
15
|
-
const RowsData_1:
|
|
15
|
+
const RowsData_1: any[];
|
|
16
16
|
export { RowsData_1 as RowsData };
|
|
17
17
|
const borderColor_1: string;
|
|
18
18
|
export { borderColor_1 as borderColor };
|
|
@@ -2,11 +2,11 @@ export function Table(props: any): import("react/jsx-runtime").JSX.Element;
|
|
|
2
2
|
export namespace Table {
|
|
3
3
|
namespace propTypes {
|
|
4
4
|
const tableKey: PropTypes.Requireable<string>;
|
|
5
|
-
const data: PropTypes.Requireable<
|
|
5
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
6
6
|
key: PropTypes.Requireable<string>;
|
|
7
7
|
name: PropTypes.Requireable<string>;
|
|
8
8
|
age: PropTypes.Requireable<number>;
|
|
9
|
-
}>
|
|
9
|
+
}>[]>;
|
|
10
10
|
const width: PropTypes.Requireable<string>;
|
|
11
11
|
const height: PropTypes.Requireable<string>;
|
|
12
12
|
const onCheckAllInput: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -104,17 +104,5 @@ declare namespace _default {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
export default _default;
|
|
107
|
-
export
|
|
108
|
-
export namespace MainTable {
|
|
109
|
-
namespace args {
|
|
110
|
-
export { theData as data };
|
|
111
|
-
const rangePagination_1: number;
|
|
112
|
-
export { rangePagination_1 as rangePagination };
|
|
113
|
-
}
|
|
114
|
-
}
|
|
107
|
+
export const MainTable: any;
|
|
115
108
|
import { Table } from "../CampaignTool/Table";
|
|
116
|
-
declare const theData: {
|
|
117
|
-
key: string;
|
|
118
|
-
name: string;
|
|
119
|
-
age: number;
|
|
120
|
-
}[];
|
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
export function CheckBox(
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
label: any;
|
|
4
|
-
checked?: boolean | undefined;
|
|
5
|
-
disabled?: boolean | undefined;
|
|
6
|
-
width?: string | undefined;
|
|
7
|
-
height?: string | undefined;
|
|
8
|
-
iconSize?: string | undefined;
|
|
9
|
-
fontSize?: string | undefined;
|
|
10
|
-
colorChecked?: string | undefined;
|
|
11
|
-
colorUnchecked?: string | undefined;
|
|
12
|
-
colorDisabled?: string | undefined;
|
|
13
|
-
onClick: any;
|
|
14
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export function CheckBox(props: any): import("react/jsx-runtime").JSX.Element;
|
|
15
2
|
export default CheckBox;
|
|
@@ -122,29 +122,5 @@ declare namespace _default {
|
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
export default _default;
|
|
125
|
-
export
|
|
126
|
-
export namespace SelectAll {
|
|
127
|
-
namespace args {
|
|
128
|
-
const label_1: string;
|
|
129
|
-
export { label_1 as label };
|
|
130
|
-
const checked_1: boolean;
|
|
131
|
-
export { checked_1 as checked };
|
|
132
|
-
const disabled_1: boolean;
|
|
133
|
-
export { disabled_1 as disabled };
|
|
134
|
-
const width_1: string;
|
|
135
|
-
export { width_1 as width };
|
|
136
|
-
const height_1: string;
|
|
137
|
-
export { height_1 as height };
|
|
138
|
-
const fontSize_1: string;
|
|
139
|
-
export { fontSize_1 as fontSize };
|
|
140
|
-
const iconSize_1: string;
|
|
141
|
-
export { iconSize_1 as iconSize };
|
|
142
|
-
const colorChecked_1: string;
|
|
143
|
-
export { colorChecked_1 as colorChecked };
|
|
144
|
-
const colorUnchecked_1: string;
|
|
145
|
-
export { colorUnchecked_1 as colorUnchecked };
|
|
146
|
-
const colorDisabled_1: string;
|
|
147
|
-
export { colorDisabled_1 as colorDisabled };
|
|
148
|
-
}
|
|
149
|
-
}
|
|
125
|
+
export const SelectAll: any;
|
|
150
126
|
import { CheckBox } from "./CheckBox";
|
|
@@ -2,20 +2,20 @@ export function CheckBoxButton({ label, displayLabel, checked, disabled, showIco
|
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
label: any;
|
|
4
4
|
displayLabel: any;
|
|
5
|
-
checked?: boolean
|
|
6
|
-
disabled?: boolean
|
|
7
|
-
showIconInCheckBoxButtons?: boolean
|
|
8
|
-
width?: string
|
|
9
|
-
height?: string
|
|
10
|
-
iconSize?: string
|
|
11
|
-
fontSize?: string
|
|
12
|
-
iconColor?: string
|
|
13
|
-
borderColor?: string
|
|
14
|
-
borderRadius?: string
|
|
15
|
-
textColorChecked?: string
|
|
16
|
-
textColorUnchecked?: string
|
|
17
|
-
backgroundColorChecked?: string
|
|
18
|
-
backgroundColorUnchecked?: string
|
|
5
|
+
checked?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
showIconInCheckBoxButtons?: boolean;
|
|
8
|
+
width?: string;
|
|
9
|
+
height?: string;
|
|
10
|
+
iconSize?: string;
|
|
11
|
+
fontSize?: string;
|
|
12
|
+
iconColor?: string;
|
|
13
|
+
borderColor?: string;
|
|
14
|
+
borderRadius?: string;
|
|
15
|
+
textColorChecked?: string;
|
|
16
|
+
textColorUnchecked?: string;
|
|
17
|
+
backgroundColorChecked?: string;
|
|
18
|
+
backgroundColorUnchecked?: string;
|
|
19
19
|
onClick: any;
|
|
20
20
|
}): import("react/jsx-runtime").JSX.Element;
|
|
21
21
|
export default CheckBoxButton;
|
|
@@ -183,39 +183,5 @@ declare namespace _default {
|
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
export default _default;
|
|
186
|
-
export
|
|
187
|
-
export namespace Retailer {
|
|
188
|
-
namespace args {
|
|
189
|
-
const label_1: string;
|
|
190
|
-
export { label_1 as label };
|
|
191
|
-
const checked_1: boolean;
|
|
192
|
-
export { checked_1 as checked };
|
|
193
|
-
const disabled_1: boolean;
|
|
194
|
-
export { disabled_1 as disabled };
|
|
195
|
-
const showIconInCheckBoxButtons_1: boolean;
|
|
196
|
-
export { showIconInCheckBoxButtons_1 as showIconInCheckBoxButtons };
|
|
197
|
-
const width_1: string;
|
|
198
|
-
export { width_1 as width };
|
|
199
|
-
const height_1: string;
|
|
200
|
-
export { height_1 as height };
|
|
201
|
-
const fontSize_1: string;
|
|
202
|
-
export { fontSize_1 as fontSize };
|
|
203
|
-
const iconSize_1: string;
|
|
204
|
-
export { iconSize_1 as iconSize };
|
|
205
|
-
const iconColor_1: string;
|
|
206
|
-
export { iconColor_1 as iconColor };
|
|
207
|
-
const borderColor_1: string;
|
|
208
|
-
export { borderColor_1 as borderColor };
|
|
209
|
-
const borderRadius_1: string;
|
|
210
|
-
export { borderRadius_1 as borderRadius };
|
|
211
|
-
const textColorChecked_1: string;
|
|
212
|
-
export { textColorChecked_1 as textColorChecked };
|
|
213
|
-
const textColorUnchecked_1: string;
|
|
214
|
-
export { textColorUnchecked_1 as textColorUnchecked };
|
|
215
|
-
const backgroundColorChecked_1: string;
|
|
216
|
-
export { backgroundColorChecked_1 as backgroundColorChecked };
|
|
217
|
-
const backgroundColorUnchecked_1: string;
|
|
218
|
-
export { backgroundColorUnchecked_1 as backgroundColorUnchecked };
|
|
219
|
-
}
|
|
220
|
-
}
|
|
186
|
+
export const Retailer: any;
|
|
221
187
|
import { CheckBoxButton } from "./CheckBoxButton";
|
|
@@ -5,17 +5,17 @@ export namespace CollapseData {
|
|
|
5
5
|
const noDataText: PropTypes.Requireable<string>;
|
|
6
6
|
const width: PropTypes.Requireable<string>;
|
|
7
7
|
const height: PropTypes.Requireable<string>;
|
|
8
|
-
const tableData: PropTypes.Requireable<
|
|
8
|
+
const tableData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
9
9
|
key: PropTypes.Requireable<number>;
|
|
10
10
|
icon: PropTypes.Requireable<string>;
|
|
11
11
|
title: PropTypes.Requireable<string>;
|
|
12
12
|
value: PropTypes.Requireable<number>;
|
|
13
13
|
valueType: PropTypes.Requireable<string>;
|
|
14
|
-
table: PropTypes.Requireable<
|
|
14
|
+
table: PropTypes.Requireable<PropTypes.InferProps<{
|
|
15
15
|
title: PropTypes.Requireable<string>;
|
|
16
16
|
value: PropTypes.Requireable<number>;
|
|
17
|
-
}>
|
|
18
|
-
}>
|
|
17
|
+
}>[]>;
|
|
18
|
+
}>[]>;
|
|
19
19
|
}
|
|
20
20
|
namespace defaultProps {
|
|
21
21
|
const title_1: string;
|
|
@@ -26,7 +26,7 @@ export namespace CollapseData {
|
|
|
26
26
|
export { width_1 as width };
|
|
27
27
|
const height_1: string;
|
|
28
28
|
export { height_1 as height };
|
|
29
|
-
const tableData_1:
|
|
29
|
+
const tableData_1: any[];
|
|
30
30
|
export { tableData_1 as tableData };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -4,52 +4,29 @@ declare namespace _default {
|
|
|
4
4
|
export const tags: string[];
|
|
5
5
|
export namespace argTypes {
|
|
6
6
|
export namespace title_1 {
|
|
7
|
-
const
|
|
8
|
-
namespace control {
|
|
9
|
-
const type: string;
|
|
10
|
-
}
|
|
7
|
+
const control: string;
|
|
11
8
|
const description: string;
|
|
12
9
|
const defaultValue: string;
|
|
13
10
|
}
|
|
14
11
|
export { title_1 as title };
|
|
15
12
|
export namespace tableData {
|
|
16
|
-
const
|
|
17
|
-
export { name_1 as name };
|
|
18
|
-
export namespace control_1 {
|
|
19
|
-
const type_1: string;
|
|
20
|
-
export { type_1 as type };
|
|
21
|
-
}
|
|
13
|
+
const control_1: string;
|
|
22
14
|
export { control_1 as control };
|
|
23
15
|
}
|
|
24
16
|
export namespace width {
|
|
25
|
-
const
|
|
26
|
-
export { name_2 as name };
|
|
27
|
-
export namespace control_2 {
|
|
28
|
-
const type_2: string;
|
|
29
|
-
export { type_2 as type };
|
|
30
|
-
}
|
|
17
|
+
const control_2: string;
|
|
31
18
|
export { control_2 as control };
|
|
32
19
|
const description_1: string;
|
|
33
20
|
export { description_1 as description };
|
|
34
21
|
}
|
|
35
22
|
export namespace height {
|
|
36
|
-
const
|
|
37
|
-
export { name_3 as name };
|
|
38
|
-
export namespace control_3 {
|
|
39
|
-
const type_3: string;
|
|
40
|
-
export { type_3 as type };
|
|
41
|
-
}
|
|
23
|
+
const control_3: string;
|
|
42
24
|
export { control_3 as control };
|
|
43
25
|
const description_2: string;
|
|
44
26
|
export { description_2 as description };
|
|
45
27
|
}
|
|
46
28
|
export namespace noDataText {
|
|
47
|
-
const
|
|
48
|
-
export { name_4 as name };
|
|
49
|
-
export namespace control_4 {
|
|
50
|
-
const type_4: string;
|
|
51
|
-
export { type_4 as type };
|
|
52
|
-
}
|
|
29
|
+
const control_4: string;
|
|
53
30
|
export { control_4 as control };
|
|
54
31
|
const description_3: string;
|
|
55
32
|
export { description_3 as description };
|
|
@@ -57,7 +34,6 @@ declare namespace _default {
|
|
|
57
34
|
}
|
|
58
35
|
}
|
|
59
36
|
export default _default;
|
|
60
|
-
export function SmallContainedStyle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
61
37
|
export namespace SmallContainedStyle {
|
|
62
38
|
namespace args {
|
|
63
39
|
const title_2: string;
|
|
@@ -72,13 +48,10 @@ export namespace SmallContainedStyle {
|
|
|
72
48
|
title: string;
|
|
73
49
|
value: number;
|
|
74
50
|
valueType: string;
|
|
75
|
-
table:
|
|
51
|
+
table: {
|
|
76
52
|
title: string;
|
|
77
53
|
value: number;
|
|
78
|
-
}
|
|
79
|
-
title: string;
|
|
80
|
-
value: null;
|
|
81
|
-
})[];
|
|
54
|
+
}[];
|
|
82
55
|
}[];
|
|
83
56
|
export { tableData_1 as tableData };
|
|
84
57
|
}
|
|
@@ -4,10 +4,22 @@ export namespace CollapseHeader {
|
|
|
4
4
|
const className: PropTypes.Requireable<string>;
|
|
5
5
|
const showRetailerIcon: PropTypes.Requireable<boolean>;
|
|
6
6
|
const showPeriodIcon: PropTypes.Requireable<boolean>;
|
|
7
|
-
const viewCreativeRetailersData: PropTypes.Requireable<
|
|
7
|
+
const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
8
8
|
label: PropTypes.Requireable<string>;
|
|
9
|
-
}>
|
|
10
|
-
const data: PropTypes.Requireable<PropTypes.InferProps<
|
|
9
|
+
}>[]>;
|
|
10
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
11
|
+
eventType: PropTypes.Requireable<string>;
|
|
12
|
+
retailer: PropTypes.Requireable<string>;
|
|
13
|
+
eventDescription: PropTypes.Requireable<string>;
|
|
14
|
+
objectivesDescription: PropTypes.Requireable<string>;
|
|
15
|
+
eventDatesValue: PropTypes.Requireable<string>;
|
|
16
|
+
externalEventDescription: PropTypes.Requireable<string>;
|
|
17
|
+
externalEventID: PropTypes.Requireable<string>;
|
|
18
|
+
storeType: PropTypes.Requireable<string>;
|
|
19
|
+
category: PropTypes.Requireable<string>;
|
|
20
|
+
supplier: PropTypes.Requireable<string>;
|
|
21
|
+
brand: PropTypes.Requireable<string>;
|
|
22
|
+
}>>;
|
|
11
23
|
const showViewCreativeButton: PropTypes.Requireable<boolean>;
|
|
12
24
|
const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
13
25
|
const descriptionTitle: PropTypes.Requireable<string>;
|
|
@@ -96,56 +96,6 @@ declare namespace _default {
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
export default _default;
|
|
99
|
-
export
|
|
100
|
-
export
|
|
101
|
-
namespace args {
|
|
102
|
-
const showRetailerIcon_1: boolean;
|
|
103
|
-
export { showRetailerIcon_1 as showRetailerIcon };
|
|
104
|
-
export const showPeriodIcon: boolean;
|
|
105
|
-
export const viewCreativeRetailersData: null;
|
|
106
|
-
export { data };
|
|
107
|
-
const width_1: string;
|
|
108
|
-
export { width_1 as width };
|
|
109
|
-
const height_1: string;
|
|
110
|
-
export { height_1 as height };
|
|
111
|
-
const showDraft_1: boolean;
|
|
112
|
-
export { showDraft_1 as showDraft };
|
|
113
|
-
const showViewCreativeButton_1: boolean;
|
|
114
|
-
export { showViewCreativeButton_1 as showViewCreativeButton };
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
export function CrossRetailersEvent(args: any): import("react/jsx-runtime").JSX.Element;
|
|
118
|
-
export namespace CrossRetailersEvent {
|
|
119
|
-
export namespace args_1 {
|
|
120
|
-
const showRetailerIcon_2: boolean;
|
|
121
|
-
export { showRetailerIcon_2 as showRetailerIcon };
|
|
122
|
-
const showPeriodIcon_1: boolean;
|
|
123
|
-
export { showPeriodIcon_1 as showPeriodIcon };
|
|
124
|
-
export { viewCreativeRetailersData1 as viewCreativeRetailersData };
|
|
125
|
-
export { data };
|
|
126
|
-
const width_2: string;
|
|
127
|
-
export { width_2 as width };
|
|
128
|
-
const height_2: string;
|
|
129
|
-
export { height_2 as height };
|
|
130
|
-
const showViewCreativeButton_2: boolean;
|
|
131
|
-
export { showViewCreativeButton_2 as showViewCreativeButton };
|
|
132
|
-
}
|
|
133
|
-
export { args_1 as args };
|
|
134
|
-
}
|
|
99
|
+
export const LargeSellingEvent: any;
|
|
100
|
+
export const CrossRetailersEvent: any;
|
|
135
101
|
import { CollapseHeader } from "./CollapseHeader";
|
|
136
|
-
declare namespace data_1 {
|
|
137
|
-
const eventType: string;
|
|
138
|
-
const retailer: string;
|
|
139
|
-
const eventDescription: string;
|
|
140
|
-
const objectivesDescription: string;
|
|
141
|
-
const eventDatesValue: string;
|
|
142
|
-
const externalEventDescription: string;
|
|
143
|
-
const externalEventID: string;
|
|
144
|
-
const storeType: string;
|
|
145
|
-
const category: string;
|
|
146
|
-
const supplier: string;
|
|
147
|
-
const brand: string;
|
|
148
|
-
}
|
|
149
|
-
declare const viewCreativeRetailersData1: {
|
|
150
|
-
label: string;
|
|
151
|
-
}[];
|
|
@@ -49,31 +49,6 @@ declare namespace _default {
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
export default _default;
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
namespace args {
|
|
55
|
-
const title_2: string;
|
|
56
|
-
export { title_2 as title };
|
|
57
|
-
const subTitle_1: string;
|
|
58
|
-
export { subTitle_1 as subTitle };
|
|
59
|
-
const showBorder_1: boolean;
|
|
60
|
-
export { showBorder_1 as showBorder };
|
|
61
|
-
const buttonAlignment_1: string;
|
|
62
|
-
export { buttonAlignment_1 as buttonAlignment };
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
export function ProductLines(args: any): import("react/jsx-runtime").JSX.Element;
|
|
66
|
-
export namespace ProductLines {
|
|
67
|
-
export namespace args_1 {
|
|
68
|
-
const title_3: string;
|
|
69
|
-
export { title_3 as title };
|
|
70
|
-
const subTitle_2: string;
|
|
71
|
-
export { subTitle_2 as subTitle };
|
|
72
|
-
const showBorder_2: boolean;
|
|
73
|
-
export { showBorder_2 as showBorder };
|
|
74
|
-
const buttonAlignment_2: string;
|
|
75
|
-
export { buttonAlignment_2 as buttonAlignment };
|
|
76
|
-
}
|
|
77
|
-
export { args_1 as args };
|
|
78
|
-
}
|
|
52
|
+
export const EventsList: any;
|
|
53
|
+
export const ProductLines: any;
|
|
79
54
|
import CollapseMenuItem from "./CollapseMenuItem";
|
|
@@ -10,7 +10,7 @@ declare namespace DialogOverlay {
|
|
|
10
10
|
namespace defaultProps {
|
|
11
11
|
const title_1: string;
|
|
12
12
|
export { title_1 as title };
|
|
13
|
-
const children_1:
|
|
13
|
+
const children_1: any;
|
|
14
14
|
export { children_1 as children };
|
|
15
15
|
export function onDialogClose_1(): void;
|
|
16
16
|
export { onDialogClose_1 as onDialogClose };
|
|
@@ -27,15 +27,5 @@ declare namespace _default {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export default _default;
|
|
30
|
-
export
|
|
31
|
-
export namespace Modal {
|
|
32
|
-
namespace args {
|
|
33
|
-
const title_2: string;
|
|
34
|
-
export { title_2 as title };
|
|
35
|
-
const children_1: import("react/jsx-runtime").JSX.Element;
|
|
36
|
-
export { children_1 as children };
|
|
37
|
-
export function onDialogClose_1(): void;
|
|
38
|
-
export { onDialogClose_1 as onDialogClose };
|
|
39
|
-
}
|
|
40
|
-
}
|
|
30
|
+
export const Modal: any;
|
|
41
31
|
import DialogOverlay from "./DialogOverlay";
|