sag_components 2.0.0-beta4 → 2.0.0-beta41

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 +192 -270
  2. package/dist/index.esm.js +28422 -79757
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +27781 -79128
  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} +139 -146
  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 -9
  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 +11 -4
  164. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +5 -209
  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 +5 -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,19 +211,30 @@ declare namespace FilterPanel {
273
211
  label: PropTypes.Requireable<string>;
274
212
  labelEmptyValue: PropTypes.Requireable<string>;
275
213
  name: 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>;
276
221
  value: PropTypes.Requireable<number>;
277
222
  color: PropTypes.Requireable<string>;
278
- dropdownOptions: PropTypes.Requireable<(PropTypes.InferProps<{
223
+ defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
279
224
  value: PropTypes.Requireable<string>;
280
225
  label: PropTypes.Requireable<string>;
281
- }> | null | undefined)[]>;
282
- }> | null | undefined)[]>;
226
+ }>>;
227
+ dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
228
+ value: PropTypes.Requireable<string>;
229
+ label: PropTypes.Requireable<string>;
230
+ }>[]>;
231
+ }>[]>;
283
232
  const width: PropTypes.Requireable<string>;
284
233
  const height: PropTypes.Requireable<string>;
285
234
  const okButtonBackgroundColor: PropTypes.Requireable<string>;
286
235
  const okButtonHoverColor: PropTypes.Requireable<string>;
287
236
  const resetButtonHoverColor: PropTypes.Requireable<string>;
288
- const borderColor: string;
237
+ const borderColor: PropTypes.Requireable<string>;
289
238
  const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
290
239
  const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
291
240
  const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
@@ -302,7 +251,7 @@ declare namespace FilterPanel {
302
251
  export { availableMonths_1 as availableMonths };
303
252
  const availableYears_1: string[];
304
253
  export { availableYears_1 as availableYears };
305
- const fieldsData_1: never[];
254
+ const fieldsData_1: any[];
306
255
  export { fieldsData_1 as fieldsData };
307
256
  const width_1: string;
308
257
  export { width_1 as width };
@@ -341,13 +290,13 @@ declare namespace ReportTable {
341
290
  const buttonText: PropTypes.Requireable<string>;
342
291
  const buttonIconName: PropTypes.Requireable<string>;
343
292
  const tableData: PropTypes.Requireable<PropTypes.InferProps<{
344
- columnsHeadings: PropTypes.Requireable<(PropTypes.InferProps<{
293
+ columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
345
294
  label: PropTypes.Requireable<string>;
346
295
  key: PropTypes.Requireable<string>;
347
- }> | null | undefined)[]>;
348
- rowsValues: PropTypes.Requireable<({
349
- [x: string]: string | null | undefined;
350
- } | null | undefined)[]>;
296
+ }>[]>;
297
+ rowsValues: PropTypes.Requireable<{
298
+ [x: string]: string;
299
+ }[]>;
351
300
  }>>;
352
301
  const maxColumnsNumber: PropTypes.Requireable<number>;
353
302
  const useColorLinearGradient: PropTypes.Requireable<boolean>;
@@ -420,10 +369,10 @@ declare namespace ReportTable {
420
369
  declare function EventList(props: any): react_jsx_runtime.JSX.Element;
421
370
  declare namespace EventList {
422
371
  namespace propTypes {
423
- const eventsData: PropTypes.Requireable<(PropTypes.InferProps<{
372
+ const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
424
373
  eventName: PropTypes.Requireable<string>;
425
374
  period: PropTypes.Requireable<string>;
426
- }> | null | undefined)[]>;
375
+ }>[]>;
427
376
  const selectTextColor: PropTypes.Requireable<string>;
428
377
  const height: PropTypes.Requireable<string>;
429
378
  const width: PropTypes.Requireable<string>;
@@ -431,7 +380,7 @@ declare namespace EventList {
431
380
  const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
432
381
  }
433
382
  namespace defaultProps {
434
- const eventsData_1: never[];
383
+ const eventsData_1: any[];
435
384
  export { eventsData_1 as eventsData };
436
385
  const selectTextColor_1: string;
437
386
  export { selectTextColor_1 as selectTextColor };
@@ -456,7 +405,7 @@ declare namespace BannerEventBoxList {
456
405
  const eventName: PropTypes.Requireable<string>;
457
406
  const count: PropTypes.Requireable<number>;
458
407
  const toggleColor: PropTypes.Requireable<string>;
459
- const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
408
+ const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
460
409
  const retailer: PropTypes.Requireable<string>;
461
410
  const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
462
411
  const showLoader: PropTypes.Requireable<boolean>;
@@ -466,7 +415,6 @@ declare namespace BannerEventBoxList {
466
415
  const disableToggle: PropTypes.Requireable<boolean>;
467
416
  const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
468
417
  const bannerWidth: PropTypes.Requireable<string>;
469
- const loaderColor: PropTypes.Requireable<string>;
470
418
  const showDraft: PropTypes.Requireable<boolean>;
471
419
  }
472
420
  namespace defaultProps {
@@ -480,7 +428,7 @@ declare namespace BannerEventBoxList {
480
428
  export { eventType_1 as eventType };
481
429
  const eventName_1: string;
482
430
  export { eventName_1 as eventName };
483
- const count_1: null;
431
+ const count_1: any;
484
432
  export { count_1 as count };
485
433
  const toggleColor_1: string;
486
434
  export { toggleColor_1 as toggleColor };
@@ -508,12 +456,10 @@ declare namespace BannerEventBoxList {
508
456
  export { showEventDetails_1 as showEventDetails };
509
457
  const disableToggle_1: boolean;
510
458
  export { disableToggle_1 as disableToggle };
511
- const children_1: null;
459
+ const children_1: any;
512
460
  export { children_1 as children };
513
461
  const bannerWidth_1: string;
514
462
  export { bannerWidth_1 as bannerWidth };
515
- const loaderColor_1: string;
516
- export { loaderColor_1 as loaderColor };
517
463
  const showDraft_1: boolean;
518
464
  export { showDraft_1 as showDraft };
519
465
  }
@@ -530,7 +476,7 @@ declare namespace DialogOverlay {
530
476
  namespace defaultProps {
531
477
  const title_1: string;
532
478
  export { title_1 as title };
533
- const children_1: null;
479
+ const children_1: any;
534
480
  export { children_1 as children };
535
481
  export function onDialogClose_1(): void;
536
482
  export { onDialogClose_1 as onDialogClose };
@@ -545,10 +491,22 @@ declare namespace CollapseHeader {
545
491
  const className: PropTypes.Requireable<string>;
546
492
  const showRetailerIcon: PropTypes.Requireable<boolean>;
547
493
  const showPeriodIcon: PropTypes.Requireable<boolean>;
548
- const viewCreativeRetailersData: PropTypes.Requireable<(PropTypes.InferProps<{
494
+ const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
549
495
  label: PropTypes.Requireable<string>;
550
- }> | null | undefined)[]>;
551
- 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
+ }>>;
552
510
  const showViewCreativeButton: PropTypes.Requireable<boolean>;
553
511
  const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
554
512
  const descriptionTitle: PropTypes.Requireable<string>;
@@ -609,77 +567,26 @@ declare namespace CollapseHeader {
609
567
  }
610
568
 
611
569
  declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
612
- hoverColor: any;
613
- multipleSelection: any;
614
- xIconShow: any;
615
- disabled: any;
616
- error: any;
617
- errorMessage: any;
618
- label: any;
619
- labelColor: any;
620
- placeHolder: any;
621
- width: any;
622
- checkBoxColor: any;
623
- onChange: any;
624
- options: any;
625
- selectedValue: any;
626
- }): react_jsx_runtime.JSX.Element;
627
- declare namespace QuickFilter {
628
- namespace propTypes {
629
- const hoverColor: PropTypes.Requireable<string>;
630
- const multipleSelection: PropTypes.Requireable<boolean>;
631
- const disabled: PropTypes.Requireable<boolean>;
632
- const error: PropTypes.Requireable<boolean>;
633
- const errorMessage: string;
634
- const label: PropTypes.Requireable<string>;
635
- const labelColor: PropTypes.Requireable<string>;
636
- const placeHolder: PropTypes.Requireable<string>;
637
- const width: PropTypes.Requireable<string>;
638
- const checkBoxColor: PropTypes.Requireable<string>;
639
- const onChange: PropTypes.Requireable<(...args: any[]) => any>;
640
- const options: PropTypes.Requireable<(PropTypes.InferProps<{
641
- id: PropTypes.Requireable<string>;
642
- label: PropTypes.Requireable<string>;
643
- }> | null | undefined)[]>;
644
- const selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
645
- id: PropTypes.Requireable<string>;
646
- label: PropTypes.Requireable<string>;
647
- }> | null | undefined)[]>;
648
- }
649
- namespace defaultProps {
650
- const hoverColor_1: string;
651
- export { hoverColor_1 as hoverColor };
652
- const multipleSelection_1: boolean;
653
- export { multipleSelection_1 as multipleSelection };
654
- const disabled_1: boolean;
655
- export { disabled_1 as disabled };
656
- const error_1: boolean;
657
- export { error_1 as error };
658
- const errorMessage_1: string;
659
- export { errorMessage_1 as errorMessage };
660
- const label_1: string;
661
- export { label_1 as label };
662
- const labelColor_1: string;
663
- export { labelColor_1 as labelColor };
664
- const placeHolder_1: string;
665
- export { placeHolder_1 as placeHolder };
666
- const width_1: string;
667
- export { width_1 as width };
668
- const checkBoxColor_1: string;
669
- export { checkBoxColor_1 as checkBoxColor };
670
- export function onChange_1(): void;
671
- export { onChange_1 as onChange };
672
- const options_1: never[];
673
- export { options_1 as options };
674
- const selectedValue_1: never[];
675
- export { selectedValue_1 as selectedValue };
676
- }
677
- }
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;
678
585
 
679
586
  declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
680
587
  declare namespace OneColumnContainer {
681
588
  namespace propTypes {
682
- const children: PropTypes.Requireable<string>;
589
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
683
590
  const display: PropTypes.Requireable<string>;
684
591
  const isLoading: PropTypes.Requireable<boolean>;
685
592
  const gridTemplateColumns: PropTypes.Requireable<string>;
@@ -691,15 +598,21 @@ declare namespace OneColumnContainer {
691
598
  const width: PropTypes.Requireable<string>;
692
599
  const height: PropTypes.Requireable<string>;
693
600
  const overflow: PropTypes.Requireable<string>;
601
+ const transparentBackground: PropTypes.Requireable<boolean>;
694
602
  const infoTitle: PropTypes.Requireable<string>;
695
603
  const infoText: PropTypes.Requireable<string>;
696
604
  const disableInfo: PropTypes.Requireable<boolean>;
697
605
  const showViewByBannerButton: PropTypes.Requireable<boolean>;
698
606
  const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
699
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>;
700
613
  }
701
614
  namespace defaultProps {
702
- const children_1: string;
615
+ const children_1: any;
703
616
  export { children_1 as children };
704
617
  const display_1: string;
705
618
  export { display_1 as display };
@@ -723,6 +636,8 @@ declare namespace OneColumnContainer {
723
636
  export { height_1 as height };
724
637
  const overflow_1: string;
725
638
  export { overflow_1 as overflow };
639
+ const transparentBackground_1: boolean;
640
+ export { transparentBackground_1 as transparentBackground };
726
641
  const infoTitle_1: string;
727
642
  export { infoTitle_1 as infoTitle };
728
643
  const infoText_1: string;
@@ -735,6 +650,16 @@ declare namespace OneColumnContainer {
735
650
  export { onBannerClick_1 as onBannerClick };
736
651
  const columnTitle_1: string;
737
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 };
738
663
  }
739
664
  }
740
665
 
@@ -749,10 +674,10 @@ declare namespace BarChartsByWeeks {
749
674
  const headerValue: PropTypes.Requireable<number>;
750
675
  const HeaderValueCurrencyType: PropTypes.Requireable<string>;
751
676
  const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
752
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
677
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
753
678
  title: PropTypes.Requireable<string>;
754
679
  value: PropTypes.Requireable<number>;
755
- }> | null | undefined)[]>;
680
+ }>[]>;
756
681
  const isTitleOriganal: PropTypes.Requireable<boolean>;
757
682
  const width: PropTypes.Requireable<string>;
758
683
  const height: PropTypes.Requireable<string>;
@@ -768,11 +693,11 @@ declare namespace BarChartsByWeeks {
768
693
  const interval: PropTypes.Requireable<string>;
769
694
  const showTitle: PropTypes.Requireable<boolean>;
770
695
  const showLegend: PropTypes.Requireable<boolean>;
771
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
696
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
772
697
  title: PropTypes.Validator<string>;
773
698
  iconType: PropTypes.Validator<string>;
774
699
  iconColor: PropTypes.Validator<string>;
775
- }> | null | undefined)[]>;
700
+ }>[]>;
776
701
  const showTwoBars: PropTypes.Requireable<boolean>;
777
702
  const setLimitHeight: PropTypes.Requireable<number>;
778
703
  const setLimitLow: PropTypes.Requireable<number>;
@@ -837,9 +762,9 @@ declare namespace BarChartsByWeeks {
837
762
  export { legendData_1 as legendData };
838
763
  const showTwoBars_1: boolean;
839
764
  export { showTwoBars_1 as showTwoBars };
840
- const setLimitHeight_1: null;
765
+ const setLimitHeight_1: any;
841
766
  export { setLimitHeight_1 as setLimitHeight };
842
- const setLimitLow_1: null;
767
+ const setLimitLow_1: any;
843
768
  export { setLimitLow_1 as setLimitLow };
844
769
  }
845
770
  }
@@ -849,17 +774,17 @@ declare namespace PopupCharts {
849
774
  namespace propTypes {
850
775
  const title: PropTypes.Requireable<string>;
851
776
  const chartType: PropTypes.Requireable<string>;
852
- const popupChartsItemsData: PropTypes.Requireable<(PropTypes.InferProps<{
777
+ const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
853
778
  title: PropTypes.Requireable<string>;
854
779
  chartType: PropTypes.Requireable<string>;
855
780
  value: PropTypes.Requireable<number>;
856
- legendData: PropTypes.Requireable<(PropTypes.InferProps<{
781
+ legendData: PropTypes.Requireable<PropTypes.InferProps<{
857
782
  color: PropTypes.Requireable<string>;
858
783
  name: PropTypes.Requireable<string>;
859
784
  value: PropTypes.Requireable<number>;
860
- }> | null | undefined)[]>;
785
+ }>[]>;
861
786
  noDataText: PropTypes.Requireable<string>;
862
- }> | null | undefined)[]>;
787
+ }>[]>;
863
788
  const isPopupChartsOpen: PropTypes.Requireable<boolean>;
864
789
  const width: PropTypes.Requireable<string>;
865
790
  const height: PropTypes.Requireable<string>;
@@ -917,16 +842,19 @@ declare namespace TotalDoughnutChart {
917
842
  const dotCut: PropTypes.Requireable<boolean>;
918
843
  const currencySign: PropTypes.Requireable<boolean>;
919
844
  const currencyType: PropTypes.Requireable<string>;
920
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
845
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
846
+ color: PropTypes.Requireable<string>;
847
+ value: PropTypes.Requireable<number>;
921
848
  name: PropTypes.Requireable<string>;
922
- description: PropTypes.Requireable<string>;
923
- }> | null | undefined)[]>;
849
+ }>[]>;
924
850
  const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
925
851
  const itemsBoldedValues: PropTypes.Requireable<boolean>;
926
852
  const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
927
853
  const width: PropTypes.Requireable<string>;
928
854
  const height: PropTypes.Requireable<string>;
929
855
  const textcolor: PropTypes.Requireable<string>;
856
+ const titleFontSize: PropTypes.Requireable<string>;
857
+ const FormattedValueFontSize: PropTypes.Requireable<string>;
930
858
  const isPercent: PropTypes.Requireable<boolean>;
931
859
  const hideTitleAndValue: PropTypes.Requireable<boolean>;
932
860
  const noDataText: PropTypes.Requireable<string>;
@@ -947,7 +875,7 @@ declare namespace TotalDoughnutChart {
947
875
  export { currencySign_1 as currencySign };
948
876
  const currencyType_1: string;
949
877
  export { currencyType_1 as currencyType };
950
- const legendData_1: never[];
878
+ const legendData_1: any[];
951
879
  export { legendData_1 as legendData };
952
880
  const itemsPercentagesValueAside_1: boolean;
953
881
  export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
@@ -961,6 +889,10 @@ declare namespace TotalDoughnutChart {
961
889
  export { height_1 as height };
962
890
  const textcolor_1: string;
963
891
  export { textcolor_1 as textcolor };
892
+ const titleFontSize_1: string;
893
+ export { titleFontSize_1 as titleFontSize };
894
+ const FormattedValueFontSize_1: string;
895
+ export { FormattedValueFontSize_1 as FormattedValueFontSize };
964
896
  const isPercent_1: boolean;
965
897
  export { isPercent_1 as isPercent };
966
898
  const hideTitleAndValue_1: boolean;
@@ -998,11 +930,11 @@ declare namespace TopToggleList {
998
930
  declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
999
931
  declare namespace MarketShareDescription {
1000
932
  namespace propTypes {
1001
- const marketShareData: PropTypes.Requireable<(PropTypes.InferProps<{
933
+ const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
1002
934
  label: PropTypes.Requireable<string>;
1003
935
  checked: PropTypes.Requireable<boolean>;
1004
936
  disabled: PropTypes.Requireable<boolean>;
1005
- }> | null | undefined)[]>;
937
+ }>[]>;
1006
938
  const height: PropTypes.Requireable<string>;
1007
939
  const width: PropTypes.Requireable<string>;
1008
940
  const iconColor: PropTypes.Requireable<string>;
@@ -1010,7 +942,7 @@ declare namespace MarketShareDescription {
1010
942
  const dotCut: PropTypes.Requireable<boolean>;
1011
943
  }
1012
944
  namespace defaultProps {
1013
- const marketShareData_1: never[];
945
+ const marketShareData_1: any[];
1014
946
  export { marketShareData_1 as marketShareData };
1015
947
  const width_1: string;
1016
948
  export { width_1 as width };
@@ -1029,11 +961,11 @@ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
1029
961
  declare namespace Heatmap {
1030
962
  namespace propTypes {
1031
963
  const title: PropTypes.Validator<string>;
1032
- const data: PropTypes.Validator<(PropTypes.InferProps<{
964
+ const data: PropTypes.Validator<PropTypes.InferProps<{
1033
965
  value: PropTypes.Validator<number>;
1034
966
  label: PropTypes.Validator<string>;
1035
967
  color: PropTypes.Validator<string>;
1036
- }> | null | undefined)[]>;
968
+ }>[]>;
1037
969
  const lowLimit: PropTypes.Validator<number>;
1038
970
  const barHeight: PropTypes.Validator<string>;
1039
971
  }
@@ -1048,11 +980,11 @@ declare namespace TotalHorizontalCharts {
1048
980
  const dotCut: PropTypes.Requireable<boolean>;
1049
981
  const currencySign: PropTypes.Requireable<boolean>;
1050
982
  const currencyType: PropTypes.Requireable<string>;
1051
- const chartsData: PropTypes.Requireable<(PropTypes.InferProps<{
983
+ const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
1052
984
  name: PropTypes.Requireable<string>;
1053
985
  value: PropTypes.Requireable<number>;
1054
986
  color: PropTypes.Requireable<string>;
1055
- }> | null | undefined)[]>;
987
+ }>[]>;
1056
988
  const showScrollerBarsCount: PropTypes.Requireable<number>;
1057
989
  const showPercentAsideValue: PropTypes.Requireable<boolean>;
1058
990
  const labelFontSize: PropTypes.Requireable<number>;
@@ -1081,7 +1013,7 @@ declare namespace TotalHorizontalCharts {
1081
1013
  export { currencySign_1 as currencySign };
1082
1014
  const currencyType_1: string;
1083
1015
  export { currencyType_1 as currencyType };
1084
- const chartsData_1: never[];
1016
+ const chartsData_1: any[];
1085
1017
  export { chartsData_1 as chartsData };
1086
1018
  const showScrollerBarsCount_1: number;
1087
1019
  export { showScrollerBarsCount_1 as showScrollerBarsCount };
@@ -1161,48 +1093,17 @@ declare namespace IconButton {
1161
1093
  }
1162
1094
  }
1163
1095
 
1164
- declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
1165
- declare namespace DoublePanelDataRow {
1166
- namespace propTypes {
1167
- const className: PropTypes.Requireable<string>;
1168
- const width: PropTypes.Requireable<string>;
1169
- const height: PropTypes.Requireable<string>;
1170
- const data: PropTypes.Requireable<(PropTypes.InferProps<{
1171
- title: PropTypes.Requireable<string>;
1172
- value: PropTypes.Requireable<number>;
1173
- sign: PropTypes.Requireable<string>;
1174
- }> | null | undefined)[]>;
1175
- const backgroundColor: PropTypes.Requireable<string>;
1176
- const customDataFormat: PropTypes.Requireable<boolean>;
1177
- const showPercentChange: PropTypes.Requireable<boolean>;
1178
- }
1179
- namespace defaultProps {
1180
- const className_1: string;
1181
- export { className_1 as className };
1182
- const width_1: string;
1183
- export { width_1 as width };
1184
- const height_1: string;
1185
- export { height_1 as height };
1186
- const data_1: never[];
1187
- export { data_1 as data };
1188
- const backgroundColor_1: string;
1189
- export { backgroundColor_1 as backgroundColor };
1190
- const customDataFormat_1: boolean;
1191
- export { customDataFormat_1 as customDataFormat };
1192
- const showPercentChange_1: boolean;
1193
- export { showPercentChange_1 as showPercentChange };
1194
- }
1195
- }
1096
+ declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
1196
1097
 
1197
1098
  declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
1198
1099
  declare namespace BarChart {
1199
1100
  namespace propTypes {
1200
1101
  const title: PropTypes.Requireable<string>;
1201
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
1102
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
1202
1103
  title: PropTypes.Requireable<string>;
1203
1104
  date: PropTypes.Requireable<string>;
1204
1105
  value: PropTypes.Requireable<number>;
1205
- }> | null | undefined)[]>;
1106
+ }>[]>;
1206
1107
  const width: PropTypes.Requireable<string>;
1207
1108
  const height: PropTypes.Requireable<string>;
1208
1109
  const barSize: PropTypes.Requireable<number>;
@@ -1211,11 +1112,11 @@ declare namespace BarChart {
1211
1112
  const showDollarSign: PropTypes.Requireable<boolean>;
1212
1113
  const isDollar: PropTypes.Requireable<boolean>;
1213
1114
  const showLegend: PropTypes.Requireable<boolean>;
1214
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
1115
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
1215
1116
  title: PropTypes.Validator<string>;
1216
1117
  iconType: PropTypes.Validator<string>;
1217
1118
  iconColor: PropTypes.Validator<string>;
1218
- }> | null | undefined)[]>;
1119
+ }>[]>;
1219
1120
  const showReferenceLine: PropTypes.Requireable<boolean>;
1220
1121
  const referenceLinePoint: PropTypes.Requireable<number>;
1221
1122
  const referenceLineColor: PropTypes.Requireable<string>;
@@ -1272,4 +1173,25 @@ declare namespace BarChart {
1272
1173
  }
1273
1174
  }
1274
1175
 
1275
- export { BannerEventBoxList, BarChart, BarChartsByWeeks, Button, CollapseHeader, DialogOverlay, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
1176
+ declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
1177
+
1178
+ declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
1179
+
1180
+ declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
1181
+
1182
+ declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
1183
+ text?: string;
1184
+ type?: string;
1185
+ size?: string;
1186
+ height?: string;
1187
+ width?: string;
1188
+ disabled?: boolean;
1189
+ textColor?: string;
1190
+ onClick: any;
1191
+ leftIcon?: string;
1192
+ rightIcon?: string;
1193
+ }): react_jsx_runtime.JSX.Element;
1194
+
1195
+ declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
1196
+
1197
+ export { AreaChart, BannerEventBoxList, BarChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, Button, CollapseHeader, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinkButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };