sag_components 2.0.0-beta5 → 2.0.0-beta51

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.
Files changed (248) hide show
  1. package/dist/index.d.ts +203 -271
  2. package/dist/index.esm.js +28492 -79746
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +27852 -79117
  5. package/dist/index.js.map +1 -1
  6. package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
  7. package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
  8. package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
  9. package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
  10. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +1 -1
  11. package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +1 -7
  12. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
  13. package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
  14. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +3 -6
  15. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
  16. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
  17. package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
  18. package/dist/types/components/BarChart/BarChart.d.ts +4 -4
  19. package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
  20. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +4 -4
  21. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
  22. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
  23. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +4 -4
  24. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
  25. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
  26. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
  27. package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
  28. package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
  29. package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
  30. package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
  31. package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
  32. package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
  33. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
  34. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
  35. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
  36. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
  37. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
  38. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
  39. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
  40. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
  41. package/dist/types/components/Button/Button.d.ts +21 -21
  42. package/dist/types/components/Button/Button.stories.d.ts +12 -220
  43. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
  44. package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +1 -19
  45. package/dist/types/components/CampaignTool/Card.d.ts +2 -2
  46. package/dist/types/components/CampaignTool/Card.stories.d.ts +1 -1
  47. package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +1 -4
  48. package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +1 -7
  49. package/dist/types/components/CampaignTool/Popup.stories.d.ts +1 -66
  50. package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
  51. package/dist/types/components/CampaignTool/Table.d.ts +2 -2
  52. package/dist/types/components/CampaignTool/Table.stories.d.ts +1 -13
  53. package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
  54. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
  55. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
  56. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
  57. package/dist/types/components/CollapseData/CollapseData.d.ts +5 -5
  58. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
  59. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
  60. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
  61. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
  62. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
  63. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
  64. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
  65. package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +146 -137
  66. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
  67. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
  68. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
  69. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
  70. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
  71. package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
  72. package/dist/types/components/DropdownNew/DropdownNew.d.ts +7 -7
  73. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
  74. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
  75. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
  76. package/dist/types/components/EventList/EventList.d.ts +3 -3
  77. package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
  78. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
  79. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
  80. package/dist/types/components/FilterPanel/FilterPanel.d.ts +20 -10
  81. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +10 -662
  82. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
  83. package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
  84. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
  85. package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
  86. package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
  87. package/dist/types/components/Input/Input.stories.d.ts +14 -424
  88. package/dist/types/components/InputOld/InputOld.d.ts +2 -2
  89. package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
  90. package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
  91. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
  92. package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
  93. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
  94. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
  95. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
  96. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
  97. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
  98. package/dist/types/components/ListBox/ListBox.d.ts +9 -9
  99. package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
  100. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
  101. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
  102. package/dist/types/components/Modal/Modal.d.ts +1 -1
  103. package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
  104. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
  105. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
  106. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
  107. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
  108. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
  109. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
  110. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
  111. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
  112. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
  113. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
  114. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
  115. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
  116. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
  117. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
  118. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
  119. package/dist/types/components/PieChart/PieChart.d.ts +6 -6
  120. package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
  121. package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
  122. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
  123. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
  124. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
  125. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
  126. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +1 -1
  127. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
  128. package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
  129. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +8 -207
  130. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
  131. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
  132. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.d.ts +3 -3
  133. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.stories.d.ts +3 -52
  134. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
  135. package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
  136. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
  137. package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
  138. package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
  139. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
  140. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
  141. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +1 -11
  142. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +2 -2
  143. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
  144. package/dist/types/components/Select/Select.stories.d.ts +2 -35
  145. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
  146. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
  147. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
  148. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  149. package/dist/types/components/TabMenu/TabMenu.d.ts +29 -59
  150. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +14 -71
  151. package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -0
  152. package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
  153. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
  154. package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
  155. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
  156. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
  157. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
  158. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
  159. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
  160. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
  161. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
  162. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
  163. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
  164. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
  165. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
  166. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
  167. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
  168. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +18 -100
  169. package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
  170. package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
  171. package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
  172. package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
  173. package/dist/types/icons/AttachedIcon.d.ts +3 -3
  174. package/dist/types/icons/BellIcon.d.ts +5 -5
  175. package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
  176. package/dist/types/icons/CalendarIcon.d.ts +2 -2
  177. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
  178. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
  179. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
  180. package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
  181. package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
  182. package/dist/types/icons/ClockIcon.d.ts +2 -2
  183. package/dist/types/icons/CloseIcon.d.ts +3 -3
  184. package/dist/types/icons/CloseXIcon.d.ts +5 -5
  185. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
  186. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
  187. package/dist/types/icons/DocumentIcon.d.ts +5 -5
  188. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  189. package/dist/types/icons/DownloadIcon.d.ts +5 -5
  190. package/dist/types/icons/Duplicate.d.ts +2 -2
  191. package/dist/types/icons/ErrorIcon.d.ts +3 -3
  192. package/dist/types/icons/ExitIcon.d.ts +5 -5
  193. package/dist/types/icons/ExportIcon.d.ts +5 -6
  194. package/dist/types/icons/EyeIcon.d.ts +5 -5
  195. package/dist/types/icons/FileIcon.d.ts +3 -3
  196. package/dist/types/icons/FilterIcon.d.ts +5 -5
  197. package/dist/types/icons/FlyIcon.d.ts +5 -6
  198. package/dist/types/icons/FoodLionIcon.d.ts +4 -4
  199. package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
  200. package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
  201. package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
  202. package/dist/types/icons/HannafordIcon.d.ts +4 -4
  203. package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
  204. package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
  205. package/dist/types/icons/InfoIcon.d.ts +5 -5
  206. package/dist/types/icons/LampIcon.d.ts +3 -3
  207. package/dist/types/icons/LegendLineIcon.d.ts +3 -3
  208. package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
  209. package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
  210. package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
  211. package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
  212. package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
  213. package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
  214. package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
  215. package/dist/types/icons/OptionsIcon.d.ts +5 -5
  216. package/dist/types/icons/ReselectIcon.d.ts +5 -5
  217. package/dist/types/icons/SearchIcon.d.ts +3 -3
  218. package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
  219. package/dist/types/icons/ShoutIcon.d.ts +3 -3
  220. package/dist/types/icons/SortIcon.d.ts +6 -6
  221. package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
  222. package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
  223. package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
  224. package/dist/types/icons/SucceededIcon.d.ts +3 -3
  225. package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
  226. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
  227. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  228. package/dist/types/index.d.ts +6 -0
  229. package/dist/types/utils/CommonFunctions.d.ts +1 -1
  230. package/package.json +37 -41
  231. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  232. package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
  233. package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
  234. package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
  235. package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
  236. package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
  237. package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
  238. package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
  239. package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
  240. package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
  241. package/dist/types/components/TextField/TextField.d.ts +0 -6
  242. package/dist/types/components/TextField/TextField.style.d.ts +0 -1
  243. package/dist/types/reactTestApp/App.d.ts +0 -2
  244. package/dist/types/reactTestApp/vite.config.d.ts +0 -2
  245. package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
  246. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
  247. /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
  248. /package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.style.d.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -2,25 +2,25 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import PropTypes from 'prop-types';
3
3
 
4
4
  declare function Button({ text, type, size, height, width, disabled, textColor, backgroundColor, borderColor, hoverTextColor, hoverBackgroundColor, hoverBorderColor, disabledTextColor, disabledBackgroundColor, disabledBorderColor, onClick, leftIcon, rightIcon, isSubmitButton, }: {
5
- text?: string | undefined;
6
- type?: string | undefined;
7
- size?: string | undefined;
8
- height?: string | undefined;
9
- width?: string | undefined;
10
- disabled?: boolean | undefined;
11
- textColor?: string | undefined;
12
- backgroundColor?: string | undefined;
13
- borderColor?: string | undefined;
14
- hoverTextColor?: string | undefined;
15
- hoverBackgroundColor?: string | undefined;
16
- hoverBorderColor?: string | undefined;
17
- disabledTextColor?: string | undefined;
18
- disabledBackgroundColor?: string | undefined;
19
- disabledBorderColor?: string | undefined;
20
- onClick: any;
21
- leftIcon?: string | undefined;
22
- rightIcon?: string | undefined;
23
- isSubmitButton?: boolean | undefined;
5
+ text?: string;
6
+ type?: string;
7
+ size?: string;
8
+ height?: string;
9
+ width?: string;
10
+ disabled?: boolean;
11
+ textColor?: string;
12
+ backgroundColor?: string;
13
+ borderColor?: string;
14
+ hoverTextColor?: string;
15
+ hoverBackgroundColor?: string;
16
+ hoverBorderColor?: string;
17
+ disabledTextColor?: string;
18
+ disabledBackgroundColor?: string;
19
+ disabledBorderColor?: string;
20
+ onClick?: () => void;
21
+ leftIcon?: string;
22
+ rightIcon?: string;
23
+ isSubmitButton?: boolean;
24
24
  }): react_jsx_runtime.JSX.Element;
25
25
 
26
26
  declare function PieChart(props: any): react_jsx_runtime.JSX.Element;
@@ -36,10 +36,10 @@ declare namespace PieChart {
36
36
  const currencyType: PropTypes.Requireable<string>;
37
37
  const dotCut: PropTypes.Requireable<boolean>;
38
38
  const isPercent: PropTypes.Requireable<boolean>;
39
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
39
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
40
40
  name: PropTypes.Requireable<string>;
41
41
  description: PropTypes.Requireable<string>;
42
- }> | null | undefined)[]>;
42
+ }>[]>;
43
43
  const itemsBoldedValues: PropTypes.Requireable<boolean>;
44
44
  const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
45
45
  const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
@@ -69,7 +69,7 @@ declare namespace PieChart {
69
69
  export { dotCut_1 as dotCut };
70
70
  const isPercent_1: boolean;
71
71
  export { isPercent_1 as isPercent };
72
- const legendData_1: never[];
72
+ const legendData_1: any[];
73
73
  export { legendData_1 as legendData };
74
74
  const itemsBoldedValues_1: boolean;
75
75
  export { itemsBoldedValues_1 as itemsBoldedValues };
@@ -96,8 +96,8 @@ declare namespace EventDetailsCard {
96
96
  const height: PropTypes.Requireable<string>;
97
97
  const className: PropTypes.Requireable<string>;
98
98
  const displayBannersDropdown: PropTypes.Requireable<boolean>;
99
- const banners: PropTypes.Requireable<(string | null | undefined)[]>;
100
- const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
99
+ const banners: PropTypes.Requireable<string[]>;
100
+ const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
101
101
  const count: PropTypes.Requireable<number>;
102
102
  const buttonText: PropTypes.Requireable<string>;
103
103
  const onViewButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
@@ -135,41 +135,35 @@ declare namespace EventDetailsCard {
135
135
  }
136
136
  }
137
137
 
138
- declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
139
- declare namespace LinnerDataBox {
140
- namespace propTypes {
141
- const className: PropTypes.Requireable<string>;
142
- const width: PropTypes.Requireable<string>;
143
- const height: PropTypes.Requireable<string>;
144
- const data: PropTypes.Requireable<(PropTypes.InferProps<{
145
- title: PropTypes.Requireable<string>;
146
- value: PropTypes.Requireable<number>;
147
- sign: PropTypes.Requireable<string>;
148
- extraInfo: PropTypes.Requireable<(PropTypes.InferProps<{
149
- title: PropTypes.Requireable<string>;
150
- value: PropTypes.Requireable<number>;
151
- }> | null | undefined)[]>;
152
- }> | null | undefined)[]>;
153
- const backgroundColor: PropTypes.Requireable<string>;
154
- const customDataFormat: PropTypes.Requireable<boolean>;
155
- }
156
- namespace defaultProps {
157
- const className_1: string;
158
- export { className_1 as className };
159
- const width_1: string;
160
- export { width_1 as width };
161
- const height_1: string;
162
- export { height_1 as height };
163
- const data_1: never[];
164
- export { data_1 as data };
165
- const backgroundColor_1: string;
166
- export { backgroundColor_1 as backgroundColor };
167
- const customDataFormat_1: boolean;
168
- export { customDataFormat_1 as customDataFormat };
169
- }
170
- }
138
+ declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
171
139
 
172
- declare function TabMenu(props: any): react_jsx_runtime.JSX.Element;
140
+ declare function TabMenu({ activeColor, headlineContent, children, className, color, currentTab, headlineInsteadTabs, headlineText, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, onTopButtonClick, tabs, }: {
141
+ activeColor?: string;
142
+ headlineContent?: react_jsx_runtime.JSX.Element;
143
+ children?: any;
144
+ className?: string;
145
+ color?: string;
146
+ currentTab?: number;
147
+ headlineInsteadTabs?: boolean;
148
+ headlineText?: string;
149
+ inputWidth?: string;
150
+ onFilterButtonClick?: () => void;
151
+ onSearchFieldTyping?: () => void;
152
+ onTabChange?: () => void;
153
+ panelIsOpen?: boolean;
154
+ setBackground?: boolean;
155
+ showActions?: boolean;
156
+ showFilterButton?: boolean;
157
+ showLabel?: boolean;
158
+ showSearchInput?: boolean;
159
+ showViewOptionsButton?: boolean;
160
+ disabledButton?: boolean;
161
+ setTopRightButton?: boolean;
162
+ rightButtonText?: string;
163
+ rightButtonIcon?: string;
164
+ onTopButtonClick?: () => void;
165
+ tabs?: any[];
166
+ }): react_jsx_runtime.JSX.Element;
173
167
  declare namespace TabMenu {
174
168
  namespace propTypes {
175
169
  const activeColor: PropTypes.Requireable<string>;
@@ -195,76 +189,20 @@ declare namespace TabMenu {
195
189
  const rightButtonText: PropTypes.Requireable<string>;
196
190
  const rightButtonIcon: PropTypes.Requireable<string>;
197
191
  const onTopButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
198
- const tabs: PropTypes.Requireable<(PropTypes.InferProps<{
192
+ const tabs: PropTypes.Requireable<PropTypes.InferProps<{
199
193
  title: PropTypes.Requireable<string>;
200
194
  content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
201
- }> | null | undefined)[]>;
202
- }
203
- namespace defaultProps {
204
- const activeColor_1: string;
205
- export { activeColor_1 as activeColor };
206
- const children_1: null;
207
- export { children_1 as children };
208
- const className_1: string;
209
- export { className_1 as className };
210
- const color_1: string;
211
- export { color_1 as color };
212
- const currentTab_1: number;
213
- export { currentTab_1 as currentTab };
214
- const headlineInsteadTabs_1: boolean;
215
- export { headlineInsteadTabs_1 as headlineInsteadTabs };
216
- const headlineText_1: string;
217
- export { headlineText_1 as headlineText };
218
- const inputWidth_1: string;
219
- export { inputWidth_1 as inputWidth };
220
- export function onFilterButtonClick_1(): void;
221
- export { onFilterButtonClick_1 as onFilterButtonClick };
222
- export function onSearchFieldTyping_1(): void;
223
- export { onSearchFieldTyping_1 as onSearchFieldTyping };
224
- export function onTabChange_1(): void;
225
- export { onTabChange_1 as onTabChange };
226
- const panelIsOpen_1: boolean;
227
- export { panelIsOpen_1 as panelIsOpen };
228
- const setBackground_1: boolean;
229
- export { setBackground_1 as setBackground };
230
- const showActions_1: boolean;
231
- export { showActions_1 as showActions };
232
- const showFilterButton_1: boolean;
233
- export { showFilterButton_1 as showFilterButton };
234
- const showLabel_1: boolean;
235
- export { showLabel_1 as showLabel };
236
- const showSearchInput_1: boolean;
237
- export { showSearchInput_1 as showSearchInput };
238
- const showViewOptionsButton_1: boolean;
239
- export { showViewOptionsButton_1 as showViewOptionsButton };
240
- const disabledButton_1: boolean;
241
- export { disabledButton_1 as disabledButton };
242
- const setTopRightButton_1: boolean;
243
- export { setTopRightButton_1 as setTopRightButton };
244
- const rightButtonText_1: string;
245
- export { rightButtonText_1 as rightButtonText };
246
- const rightButtonIcon_1: string;
247
- export { rightButtonIcon_1 as rightButtonIcon };
248
- export function onTopButtonClick_1(): void;
249
- export { onTopButtonClick_1 as onTopButtonClick };
250
- const tabs_1: ({
251
- title: string;
252
- content: react_jsx_runtime.JSX.Element;
253
- } | {
254
- title: string;
255
- content: string;
256
- })[];
257
- export { tabs_1 as tabs };
195
+ }>[]>;
258
196
  }
259
197
  }
260
198
 
261
199
  declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
262
200
  declare namespace FilterPanel {
263
201
  namespace propTypes {
264
- const availableQuarters: PropTypes.Requireable<(string | null | undefined)[]>;
265
- const availableMonths: PropTypes.Requireable<(string | null | undefined)[]>;
266
- const availableYears: PropTypes.Requireable<(string | null | undefined)[]>;
267
- const fieldsData: PropTypes.Requireable<(PropTypes.InferProps<{
202
+ const availableQuarters: PropTypes.Requireable<string[]>;
203
+ const availableMonths: PropTypes.Requireable<string[]>;
204
+ const availableYears: PropTypes.Requireable<string[]>;
205
+ const fieldsData: PropTypes.Requireable<PropTypes.InferProps<{
268
206
  disabled: PropTypes.Requireable<boolean>;
269
207
  required: PropTypes.Requireable<boolean>;
270
208
  inputType: PropTypes.Requireable<string>;
@@ -273,20 +211,30 @@ declare namespace FilterPanel {
273
211
  label: PropTypes.Requireable<string>;
274
212
  labelEmptyValue: PropTypes.Requireable<string>;
275
213
  name: PropTypes.Requireable<string>;
276
- selectedValue: PropTypes.Requireable<string>;
214
+ periodPickerSelectedValue: PropTypes.Requireable<string>;
215
+ selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
216
+ value: PropTypes.Requireable<string>;
217
+ label: PropTypes.Requireable<string>;
218
+ }>[]>;
219
+ orderBy: PropTypes.Requireable<string>;
220
+ elementType: PropTypes.Requireable<string>;
277
221
  value: PropTypes.Requireable<number>;
278
222
  color: PropTypes.Requireable<string>;
279
- dropdownOptions: PropTypes.Requireable<(PropTypes.InferProps<{
223
+ defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
224
+ value: PropTypes.Requireable<string>;
225
+ label: PropTypes.Requireable<string>;
226
+ }>>;
227
+ dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
280
228
  value: PropTypes.Requireable<string>;
281
229
  label: PropTypes.Requireable<string>;
282
- }> | null | undefined)[]>;
283
- }> | null | undefined)[]>;
230
+ }>[]>;
231
+ }>[]>;
284
232
  const width: PropTypes.Requireable<string>;
285
233
  const height: PropTypes.Requireable<string>;
286
234
  const okButtonBackgroundColor: PropTypes.Requireable<string>;
287
235
  const okButtonHoverColor: PropTypes.Requireable<string>;
288
236
  const resetButtonHoverColor: PropTypes.Requireable<string>;
289
- const borderColor: string;
237
+ const borderColor: PropTypes.Requireable<string>;
290
238
  const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
291
239
  const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
292
240
  const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
@@ -303,7 +251,7 @@ declare namespace FilterPanel {
303
251
  export { availableMonths_1 as availableMonths };
304
252
  const availableYears_1: string[];
305
253
  export { availableYears_1 as availableYears };
306
- const fieldsData_1: never[];
254
+ const fieldsData_1: any[];
307
255
  export { fieldsData_1 as fieldsData };
308
256
  const width_1: string;
309
257
  export { width_1 as width };
@@ -342,13 +290,13 @@ declare namespace ReportTable {
342
290
  const buttonText: PropTypes.Requireable<string>;
343
291
  const buttonIconName: PropTypes.Requireable<string>;
344
292
  const tableData: PropTypes.Requireable<PropTypes.InferProps<{
345
- columnsHeadings: PropTypes.Requireable<(PropTypes.InferProps<{
293
+ columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
346
294
  label: PropTypes.Requireable<string>;
347
295
  key: PropTypes.Requireable<string>;
348
- }> | null | undefined)[]>;
349
- rowsValues: PropTypes.Requireable<({
350
- [x: string]: string | null | undefined;
351
- } | null | undefined)[]>;
296
+ }>[]>;
297
+ rowsValues: PropTypes.Requireable<{
298
+ [x: string]: string;
299
+ }[]>;
352
300
  }>>;
353
301
  const maxColumnsNumber: PropTypes.Requireable<number>;
354
302
  const useColorLinearGradient: PropTypes.Requireable<boolean>;
@@ -421,10 +369,10 @@ declare namespace ReportTable {
421
369
  declare function EventList(props: any): react_jsx_runtime.JSX.Element;
422
370
  declare namespace EventList {
423
371
  namespace propTypes {
424
- const eventsData: PropTypes.Requireable<(PropTypes.InferProps<{
372
+ const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
425
373
  eventName: PropTypes.Requireable<string>;
426
374
  period: PropTypes.Requireable<string>;
427
- }> | null | undefined)[]>;
375
+ }>[]>;
428
376
  const selectTextColor: PropTypes.Requireable<string>;
429
377
  const height: PropTypes.Requireable<string>;
430
378
  const width: PropTypes.Requireable<string>;
@@ -432,7 +380,7 @@ declare namespace EventList {
432
380
  const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
433
381
  }
434
382
  namespace defaultProps {
435
- const eventsData_1: never[];
383
+ const eventsData_1: any[];
436
384
  export { eventsData_1 as eventsData };
437
385
  const selectTextColor_1: string;
438
386
  export { selectTextColor_1 as selectTextColor };
@@ -457,7 +405,7 @@ declare namespace BannerEventBoxList {
457
405
  const eventName: PropTypes.Requireable<string>;
458
406
  const count: PropTypes.Requireable<number>;
459
407
  const toggleColor: PropTypes.Requireable<string>;
460
- const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
408
+ const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
461
409
  const retailer: PropTypes.Requireable<string>;
462
410
  const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
463
411
  const showLoader: PropTypes.Requireable<boolean>;
@@ -467,7 +415,6 @@ declare namespace BannerEventBoxList {
467
415
  const disableToggle: PropTypes.Requireable<boolean>;
468
416
  const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
469
417
  const bannerWidth: PropTypes.Requireable<string>;
470
- const loaderColor: PropTypes.Requireable<string>;
471
418
  const showDraft: PropTypes.Requireable<boolean>;
472
419
  }
473
420
  namespace defaultProps {
@@ -481,7 +428,7 @@ declare namespace BannerEventBoxList {
481
428
  export { eventType_1 as eventType };
482
429
  const eventName_1: string;
483
430
  export { eventName_1 as eventName };
484
- const count_1: null;
431
+ const count_1: any;
485
432
  export { count_1 as count };
486
433
  const toggleColor_1: string;
487
434
  export { toggleColor_1 as toggleColor };
@@ -509,12 +456,10 @@ declare namespace BannerEventBoxList {
509
456
  export { showEventDetails_1 as showEventDetails };
510
457
  const disableToggle_1: boolean;
511
458
  export { disableToggle_1 as disableToggle };
512
- const children_1: null;
459
+ const children_1: any;
513
460
  export { children_1 as children };
514
461
  const bannerWidth_1: string;
515
462
  export { bannerWidth_1 as bannerWidth };
516
- const loaderColor_1: string;
517
- export { loaderColor_1 as loaderColor };
518
463
  const showDraft_1: boolean;
519
464
  export { showDraft_1 as showDraft };
520
465
  }
@@ -531,7 +476,7 @@ declare namespace DialogOverlay {
531
476
  namespace defaultProps {
532
477
  const title_1: string;
533
478
  export { title_1 as title };
534
- const children_1: null;
479
+ const children_1: any;
535
480
  export { children_1 as children };
536
481
  export function onDialogClose_1(): void;
537
482
  export { onDialogClose_1 as onDialogClose };
@@ -546,10 +491,22 @@ declare namespace CollapseHeader {
546
491
  const className: PropTypes.Requireable<string>;
547
492
  const showRetailerIcon: PropTypes.Requireable<boolean>;
548
493
  const showPeriodIcon: PropTypes.Requireable<boolean>;
549
- const viewCreativeRetailersData: PropTypes.Requireable<(PropTypes.InferProps<{
494
+ const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
550
495
  label: PropTypes.Requireable<string>;
551
- }> | null | undefined)[]>;
552
- const data: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
496
+ }>[]>;
497
+ const data: PropTypes.Requireable<PropTypes.InferProps<{
498
+ eventType: PropTypes.Requireable<string>;
499
+ retailer: PropTypes.Requireable<string>;
500
+ eventDescription: PropTypes.Requireable<string>;
501
+ objectivesDescription: PropTypes.Requireable<string>;
502
+ eventDatesValue: PropTypes.Requireable<string>;
503
+ externalEventDescription: PropTypes.Requireable<string>;
504
+ externalEventID: PropTypes.Requireable<string>;
505
+ storeType: PropTypes.Requireable<string>;
506
+ category: PropTypes.Requireable<string>;
507
+ supplier: PropTypes.Requireable<string>;
508
+ brand: PropTypes.Requireable<string>;
509
+ }>>;
553
510
  const showViewCreativeButton: PropTypes.Requireable<boolean>;
554
511
  const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
555
512
  const descriptionTitle: PropTypes.Requireable<string>;
@@ -610,77 +567,26 @@ declare namespace CollapseHeader {
610
567
  }
611
568
 
612
569
  declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
613
- hoverColor: any;
614
- multipleSelection: any;
615
- xIconShow: any;
616
- disabled: any;
617
- error: any;
618
- errorMessage: any;
619
- label: any;
620
- labelColor: any;
621
- placeHolder: any;
622
- width: any;
623
- checkBoxColor: any;
624
- onChange: any;
625
- options: any;
626
- selectedValue: any;
627
- }): react_jsx_runtime.JSX.Element;
628
- declare namespace QuickFilter {
629
- namespace propTypes {
630
- const hoverColor: PropTypes.Requireable<string>;
631
- const multipleSelection: PropTypes.Requireable<boolean>;
632
- const disabled: PropTypes.Requireable<boolean>;
633
- const error: PropTypes.Requireable<boolean>;
634
- const errorMessage: string;
635
- const label: PropTypes.Requireable<string>;
636
- const labelColor: PropTypes.Requireable<string>;
637
- const placeHolder: PropTypes.Requireable<string>;
638
- const width: PropTypes.Requireable<string>;
639
- const checkBoxColor: PropTypes.Requireable<string>;
640
- const onChange: PropTypes.Requireable<(...args: any[]) => any>;
641
- const options: PropTypes.Requireable<(PropTypes.InferProps<{
642
- id: PropTypes.Requireable<string>;
643
- label: PropTypes.Requireable<string>;
644
- }> | null | undefined)[]>;
645
- const selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
646
- id: PropTypes.Requireable<string>;
647
- label: PropTypes.Requireable<string>;
648
- }> | null | undefined)[]>;
649
- }
650
- namespace defaultProps {
651
- const hoverColor_1: string;
652
- export { hoverColor_1 as hoverColor };
653
- const multipleSelection_1: boolean;
654
- export { multipleSelection_1 as multipleSelection };
655
- const disabled_1: boolean;
656
- export { disabled_1 as disabled };
657
- const error_1: boolean;
658
- export { error_1 as error };
659
- const errorMessage_1: string;
660
- export { errorMessage_1 as errorMessage };
661
- const label_1: string;
662
- export { label_1 as label };
663
- const labelColor_1: string;
664
- export { labelColor_1 as labelColor };
665
- const placeHolder_1: string;
666
- export { placeHolder_1 as placeHolder };
667
- const width_1: string;
668
- export { width_1 as width };
669
- const checkBoxColor_1: string;
670
- export { checkBoxColor_1 as checkBoxColor };
671
- export function onChange_1(): void;
672
- export { onChange_1 as onChange };
673
- const options_1: never[];
674
- export { options_1 as options };
675
- const selectedValue_1: never[];
676
- export { selectedValue_1 as selectedValue };
677
- }
678
- }
570
+ hoverColor?: string;
571
+ multipleSelection?: boolean;
572
+ xIconShow?: boolean;
573
+ disabled?: boolean;
574
+ error?: boolean;
575
+ errorMessage?: string;
576
+ label?: string;
577
+ labelColor?: string;
578
+ placeHolder?: string;
579
+ width?: string;
580
+ checkBoxColor?: string;
581
+ onChange?: (value: any) => void;
582
+ options?: any[];
583
+ selectedValue?: any[];
584
+ }): react_jsx_runtime.JSX.Element;
679
585
 
680
586
  declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
681
587
  declare namespace OneColumnContainer {
682
588
  namespace propTypes {
683
- const children: PropTypes.Requireable<string>;
589
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
684
590
  const display: PropTypes.Requireable<string>;
685
591
  const isLoading: PropTypes.Requireable<boolean>;
686
592
  const gridTemplateColumns: PropTypes.Requireable<string>;
@@ -692,15 +598,21 @@ declare namespace OneColumnContainer {
692
598
  const width: PropTypes.Requireable<string>;
693
599
  const height: PropTypes.Requireable<string>;
694
600
  const overflow: PropTypes.Requireable<string>;
601
+ const transparentBackground: PropTypes.Requireable<boolean>;
695
602
  const infoTitle: PropTypes.Requireable<string>;
696
603
  const infoText: PropTypes.Requireable<string>;
697
604
  const disableInfo: PropTypes.Requireable<boolean>;
698
605
  const showViewByBannerButton: PropTypes.Requireable<boolean>;
699
606
  const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
700
607
  const columnTitle: PropTypes.Requireable<string>;
608
+ const isPercentOfChange: PropTypes.Requireable<boolean>;
609
+ const PercentOfChangeData: PropTypes.Requireable<number>;
610
+ const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
611
+ const showBackgroundImage: PropTypes.Requireable<boolean>;
612
+ const backgroundImageStyle: PropTypes.Requireable<object>;
701
613
  }
702
614
  namespace defaultProps {
703
- const children_1: string;
615
+ const children_1: any;
704
616
  export { children_1 as children };
705
617
  const display_1: string;
706
618
  export { display_1 as display };
@@ -724,6 +636,8 @@ declare namespace OneColumnContainer {
724
636
  export { height_1 as height };
725
637
  const overflow_1: string;
726
638
  export { overflow_1 as overflow };
639
+ const transparentBackground_1: boolean;
640
+ export { transparentBackground_1 as transparentBackground };
727
641
  const infoTitle_1: string;
728
642
  export { infoTitle_1 as infoTitle };
729
643
  const infoText_1: string;
@@ -736,6 +650,16 @@ declare namespace OneColumnContainer {
736
650
  export { onBannerClick_1 as onBannerClick };
737
651
  const columnTitle_1: string;
738
652
  export { columnTitle_1 as columnTitle };
653
+ const isPercentOfChange_1: boolean;
654
+ export { isPercentOfChange_1 as isPercentOfChange };
655
+ const PercentOfChangeData_1: number;
656
+ export { PercentOfChangeData_1 as PercentOfChangeData };
657
+ const backgroundImage_1: string;
658
+ export { backgroundImage_1 as backgroundImage };
659
+ const showBackgroundImage_1: boolean;
660
+ export { showBackgroundImage_1 as showBackgroundImage };
661
+ const backgroundImageStyle_1: {};
662
+ export { backgroundImageStyle_1 as backgroundImageStyle };
739
663
  }
740
664
  }
741
665
 
@@ -750,10 +674,10 @@ declare namespace BarChartsByWeeks {
750
674
  const headerValue: PropTypes.Requireable<number>;
751
675
  const HeaderValueCurrencyType: PropTypes.Requireable<string>;
752
676
  const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
753
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
677
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
754
678
  title: PropTypes.Requireable<string>;
755
679
  value: PropTypes.Requireable<number>;
756
- }> | null | undefined)[]>;
680
+ }>[]>;
757
681
  const isTitleOriganal: PropTypes.Requireable<boolean>;
758
682
  const width: PropTypes.Requireable<string>;
759
683
  const height: PropTypes.Requireable<string>;
@@ -769,11 +693,11 @@ declare namespace BarChartsByWeeks {
769
693
  const interval: PropTypes.Requireable<string>;
770
694
  const showTitle: PropTypes.Requireable<boolean>;
771
695
  const showLegend: PropTypes.Requireable<boolean>;
772
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
696
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
773
697
  title: PropTypes.Validator<string>;
774
698
  iconType: PropTypes.Validator<string>;
775
699
  iconColor: PropTypes.Validator<string>;
776
- }> | null | undefined)[]>;
700
+ }>[]>;
777
701
  const showTwoBars: PropTypes.Requireable<boolean>;
778
702
  const setLimitHeight: PropTypes.Requireable<number>;
779
703
  const setLimitLow: PropTypes.Requireable<number>;
@@ -838,9 +762,9 @@ declare namespace BarChartsByWeeks {
838
762
  export { legendData_1 as legendData };
839
763
  const showTwoBars_1: boolean;
840
764
  export { showTwoBars_1 as showTwoBars };
841
- const setLimitHeight_1: null;
765
+ const setLimitHeight_1: any;
842
766
  export { setLimitHeight_1 as setLimitHeight };
843
- const setLimitLow_1: null;
767
+ const setLimitLow_1: any;
844
768
  export { setLimitLow_1 as setLimitLow };
845
769
  }
846
770
  }
@@ -850,17 +774,17 @@ declare namespace PopupCharts {
850
774
  namespace propTypes {
851
775
  const title: PropTypes.Requireable<string>;
852
776
  const chartType: PropTypes.Requireable<string>;
853
- const popupChartsItemsData: PropTypes.Requireable<(PropTypes.InferProps<{
777
+ const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
854
778
  title: PropTypes.Requireable<string>;
855
779
  chartType: PropTypes.Requireable<string>;
856
780
  value: PropTypes.Requireable<number>;
857
- legendData: PropTypes.Requireable<(PropTypes.InferProps<{
781
+ legendData: PropTypes.Requireable<PropTypes.InferProps<{
858
782
  color: PropTypes.Requireable<string>;
859
783
  name: PropTypes.Requireable<string>;
860
784
  value: PropTypes.Requireable<number>;
861
- }> | null | undefined)[]>;
785
+ }>[]>;
862
786
  noDataText: PropTypes.Requireable<string>;
863
- }> | null | undefined)[]>;
787
+ }>[]>;
864
788
  const isPopupChartsOpen: PropTypes.Requireable<boolean>;
865
789
  const width: PropTypes.Requireable<string>;
866
790
  const height: PropTypes.Requireable<string>;
@@ -914,20 +838,26 @@ declare namespace TotalDoughnutChart {
914
838
  const className: PropTypes.Requireable<string>;
915
839
  const title: PropTypes.Requireable<string>;
916
840
  const value: PropTypes.Requireable<number>;
841
+ const rootFont: PropTypes.Requireable<string>;
842
+ const containerPadding: PropTypes.Requireable<string>;
917
843
  const addingBenchmark: PropTypes.Requireable<boolean>;
918
844
  const dotCut: PropTypes.Requireable<boolean>;
919
845
  const currencySign: PropTypes.Requireable<boolean>;
920
846
  const currencyType: PropTypes.Requireable<string>;
921
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
847
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
848
+ color: PropTypes.Requireable<string>;
849
+ value: PropTypes.Requireable<number>;
922
850
  name: PropTypes.Requireable<string>;
923
- description: PropTypes.Requireable<string>;
924
- }> | null | undefined)[]>;
851
+ }>[]>;
852
+ const legendBelow: PropTypes.Requireable<boolean>;
925
853
  const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
926
854
  const itemsBoldedValues: PropTypes.Requireable<boolean>;
927
855
  const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
928
856
  const width: PropTypes.Requireable<string>;
929
857
  const height: PropTypes.Requireable<string>;
930
858
  const textcolor: PropTypes.Requireable<string>;
859
+ const titleFontSize: PropTypes.Requireable<string>;
860
+ const FormattedValueFontSize: PropTypes.Requireable<string>;
931
861
  const isPercent: PropTypes.Requireable<boolean>;
932
862
  const hideTitleAndValue: PropTypes.Requireable<boolean>;
933
863
  const noDataText: PropTypes.Requireable<string>;
@@ -940,6 +870,10 @@ declare namespace TotalDoughnutChart {
940
870
  export { title_1 as title };
941
871
  const value_1: number;
942
872
  export { value_1 as value };
873
+ const rootFont_1: string;
874
+ export { rootFont_1 as rootFont };
875
+ const containerPadding_1: string;
876
+ export { containerPadding_1 as containerPadding };
943
877
  const addingBenchmark_1: boolean;
944
878
  export { addingBenchmark_1 as addingBenchmark };
945
879
  const dotCut_1: boolean;
@@ -948,8 +882,10 @@ declare namespace TotalDoughnutChart {
948
882
  export { currencySign_1 as currencySign };
949
883
  const currencyType_1: string;
950
884
  export { currencyType_1 as currencyType };
951
- const legendData_1: never[];
885
+ const legendData_1: any[];
952
886
  export { legendData_1 as legendData };
887
+ const legendBelow_1: boolean;
888
+ export { legendBelow_1 as legendBelow };
953
889
  const itemsPercentagesValueAside_1: boolean;
954
890
  export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
955
891
  const itemsBoldedValues_1: boolean;
@@ -962,6 +898,10 @@ declare namespace TotalDoughnutChart {
962
898
  export { height_1 as height };
963
899
  const textcolor_1: string;
964
900
  export { textcolor_1 as textcolor };
901
+ const titleFontSize_1: string;
902
+ export { titleFontSize_1 as titleFontSize };
903
+ const FormattedValueFontSize_1: string;
904
+ export { FormattedValueFontSize_1 as FormattedValueFontSize };
965
905
  const isPercent_1: boolean;
966
906
  export { isPercent_1 as isPercent };
967
907
  const hideTitleAndValue_1: boolean;
@@ -999,11 +939,11 @@ declare namespace TopToggleList {
999
939
  declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
1000
940
  declare namespace MarketShareDescription {
1001
941
  namespace propTypes {
1002
- const marketShareData: PropTypes.Requireable<(PropTypes.InferProps<{
942
+ const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
1003
943
  label: PropTypes.Requireable<string>;
1004
944
  checked: PropTypes.Requireable<boolean>;
1005
945
  disabled: PropTypes.Requireable<boolean>;
1006
- }> | null | undefined)[]>;
946
+ }>[]>;
1007
947
  const height: PropTypes.Requireable<string>;
1008
948
  const width: PropTypes.Requireable<string>;
1009
949
  const iconColor: PropTypes.Requireable<string>;
@@ -1011,7 +951,7 @@ declare namespace MarketShareDescription {
1011
951
  const dotCut: PropTypes.Requireable<boolean>;
1012
952
  }
1013
953
  namespace defaultProps {
1014
- const marketShareData_1: never[];
954
+ const marketShareData_1: any[];
1015
955
  export { marketShareData_1 as marketShareData };
1016
956
  const width_1: string;
1017
957
  export { width_1 as width };
@@ -1030,11 +970,11 @@ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
1030
970
  declare namespace Heatmap {
1031
971
  namespace propTypes {
1032
972
  const title: PropTypes.Validator<string>;
1033
- const data: PropTypes.Validator<(PropTypes.InferProps<{
973
+ const data: PropTypes.Validator<PropTypes.InferProps<{
1034
974
  value: PropTypes.Validator<number>;
1035
975
  label: PropTypes.Validator<string>;
1036
976
  color: PropTypes.Validator<string>;
1037
- }> | null | undefined)[]>;
977
+ }>[]>;
1038
978
  const lowLimit: PropTypes.Validator<number>;
1039
979
  const barHeight: PropTypes.Validator<string>;
1040
980
  }
@@ -1049,11 +989,11 @@ declare namespace TotalHorizontalCharts {
1049
989
  const dotCut: PropTypes.Requireable<boolean>;
1050
990
  const currencySign: PropTypes.Requireable<boolean>;
1051
991
  const currencyType: PropTypes.Requireable<string>;
1052
- const chartsData: PropTypes.Requireable<(PropTypes.InferProps<{
992
+ const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
1053
993
  name: PropTypes.Requireable<string>;
1054
994
  value: PropTypes.Requireable<number>;
1055
995
  color: PropTypes.Requireable<string>;
1056
- }> | null | undefined)[]>;
996
+ }>[]>;
1057
997
  const showScrollerBarsCount: PropTypes.Requireable<number>;
1058
998
  const showPercentAsideValue: PropTypes.Requireable<boolean>;
1059
999
  const labelFontSize: PropTypes.Requireable<number>;
@@ -1082,7 +1022,7 @@ declare namespace TotalHorizontalCharts {
1082
1022
  export { currencySign_1 as currencySign };
1083
1023
  const currencyType_1: string;
1084
1024
  export { currencyType_1 as currencyType };
1085
- const chartsData_1: never[];
1025
+ const chartsData_1: any[];
1086
1026
  export { chartsData_1 as chartsData };
1087
1027
  const showScrollerBarsCount_1: number;
1088
1028
  export { showScrollerBarsCount_1 as showScrollerBarsCount };
@@ -1162,48 +1102,17 @@ declare namespace IconButton {
1162
1102
  }
1163
1103
  }
1164
1104
 
1165
- declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
1166
- declare namespace DoublePanelDataRow {
1167
- namespace propTypes {
1168
- const className: PropTypes.Requireable<string>;
1169
- const width: PropTypes.Requireable<string>;
1170
- const height: PropTypes.Requireable<string>;
1171
- const data: PropTypes.Requireable<(PropTypes.InferProps<{
1172
- title: PropTypes.Requireable<string>;
1173
- value: PropTypes.Requireable<number>;
1174
- sign: PropTypes.Requireable<string>;
1175
- }> | null | undefined)[]>;
1176
- const backgroundColor: PropTypes.Requireable<string>;
1177
- const customDataFormat: PropTypes.Requireable<boolean>;
1178
- const showPercentChange: PropTypes.Requireable<boolean>;
1179
- }
1180
- namespace defaultProps {
1181
- const className_1: string;
1182
- export { className_1 as className };
1183
- const width_1: string;
1184
- export { width_1 as width };
1185
- const height_1: string;
1186
- export { height_1 as height };
1187
- const data_1: never[];
1188
- export { data_1 as data };
1189
- const backgroundColor_1: string;
1190
- export { backgroundColor_1 as backgroundColor };
1191
- const customDataFormat_1: boolean;
1192
- export { customDataFormat_1 as customDataFormat };
1193
- const showPercentChange_1: boolean;
1194
- export { showPercentChange_1 as showPercentChange };
1195
- }
1196
- }
1105
+ declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
1197
1106
 
1198
1107
  declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
1199
1108
  declare namespace BarChart {
1200
1109
  namespace propTypes {
1201
1110
  const title: PropTypes.Requireable<string>;
1202
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
1111
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
1203
1112
  title: PropTypes.Requireable<string>;
1204
1113
  date: PropTypes.Requireable<string>;
1205
1114
  value: PropTypes.Requireable<number>;
1206
- }> | null | undefined)[]>;
1115
+ }>[]>;
1207
1116
  const width: PropTypes.Requireable<string>;
1208
1117
  const height: PropTypes.Requireable<string>;
1209
1118
  const barSize: PropTypes.Requireable<number>;
@@ -1212,11 +1121,11 @@ declare namespace BarChart {
1212
1121
  const showDollarSign: PropTypes.Requireable<boolean>;
1213
1122
  const isDollar: PropTypes.Requireable<boolean>;
1214
1123
  const showLegend: PropTypes.Requireable<boolean>;
1215
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
1124
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
1216
1125
  title: PropTypes.Validator<string>;
1217
1126
  iconType: PropTypes.Validator<string>;
1218
1127
  iconColor: PropTypes.Validator<string>;
1219
- }> | null | undefined)[]>;
1128
+ }>[]>;
1220
1129
  const showReferenceLine: PropTypes.Requireable<boolean>;
1221
1130
  const referenceLinePoint: PropTypes.Requireable<number>;
1222
1131
  const referenceLineColor: PropTypes.Requireable<string>;
@@ -1273,4 +1182,27 @@ declare namespace BarChart {
1273
1182
  }
1274
1183
  }
1275
1184
 
1276
- export { BannerEventBoxList, BarChart, BarChartsByWeeks, Button, CollapseHeader, DialogOverlay, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
1185
+ declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
1186
+
1187
+ declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
1188
+
1189
+ declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
1190
+
1191
+ declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
1192
+ text?: string;
1193
+ type?: string;
1194
+ size?: string;
1195
+ height?: string;
1196
+ width?: string;
1197
+ disabled?: boolean;
1198
+ textColor?: string;
1199
+ onClick: any;
1200
+ leftIcon?: string;
1201
+ rightIcon?: string;
1202
+ }): react_jsx_runtime.JSX.Element;
1203
+
1204
+ declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
1205
+
1206
+ declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
1207
+
1208
+ export { AreaChart, BannerEventBoxList, BarChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, Button, CollapseHeader, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinkButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PerformanceAnalyticsLegend, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };