sag_components 2.0.0-beta7 → 2.0.0-beta70

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 (262) hide show
  1. package/dist/index.d.ts +226 -277
  2. package/dist/index.esm.js +30530 -79699
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +29948 -79125
  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/BrushChart/BrushChart.d.ts +2 -0
  42. package/dist/types/components/BrushChart/BrushChart.stories.d.ts +8 -0
  43. package/dist/types/components/BrushChart/BrushChart.style.d.ts +9 -0
  44. package/dist/types/components/BrushChart/Charts/BarLine.d.ts +4 -0
  45. package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +3 -0
  46. package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +5 -0
  47. package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -0
  48. package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +93 -0
  49. package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
  50. package/dist/types/components/Button/Button.d.ts +21 -21
  51. package/dist/types/components/Button/Button.stories.d.ts +12 -220
  52. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
  53. package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +1 -19
  54. package/dist/types/components/CampaignTool/Card.d.ts +2 -2
  55. package/dist/types/components/CampaignTool/Card.stories.d.ts +1 -1
  56. package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +1 -4
  57. package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +1 -7
  58. package/dist/types/components/CampaignTool/Popup.stories.d.ts +1 -66
  59. package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
  60. package/dist/types/components/CampaignTool/Table.d.ts +2 -2
  61. package/dist/types/components/CampaignTool/Table.stories.d.ts +1 -13
  62. package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
  63. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
  64. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
  65. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
  66. package/dist/types/components/CollapseData/CollapseData.d.ts +5 -5
  67. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
  68. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
  69. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
  70. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
  71. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
  72. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
  73. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
  74. package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
  75. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
  76. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
  77. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
  78. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
  79. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
  80. package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
  81. package/dist/types/components/DropdownNew/DropdownNew.d.ts +7 -7
  82. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
  83. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
  84. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
  85. package/dist/types/components/EventList/EventList.d.ts +3 -3
  86. package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
  87. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
  88. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
  89. package/dist/types/components/FilterPanel/FilterPanel.d.ts +16 -15
  90. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +10 -662
  91. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
  92. package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
  93. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
  94. package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
  95. package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
  96. package/dist/types/components/Input/Input.stories.d.ts +14 -424
  97. package/dist/types/components/InputOld/InputOld.d.ts +2 -2
  98. package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
  99. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
  100. package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
  101. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
  102. package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
  103. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
  104. package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
  105. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
  106. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
  107. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
  108. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
  109. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
  110. package/dist/types/components/ListBox/ListBox.d.ts +9 -9
  111. package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
  112. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
  113. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
  114. package/dist/types/components/Modal/Modal.d.ts +1 -1
  115. package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
  116. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
  117. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
  118. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
  119. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
  120. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
  121. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
  122. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
  123. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
  124. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
  125. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
  126. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
  127. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
  128. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
  129. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
  130. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
  131. package/dist/types/components/PieChart/PieChart.d.ts +6 -6
  132. package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
  133. package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
  134. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
  135. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
  136. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
  137. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
  138. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +1 -1
  139. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
  140. package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
  141. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +8 -207
  142. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
  143. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
  144. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.d.ts +3 -3
  145. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.stories.d.ts +3 -52
  146. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
  147. package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
  148. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
  149. package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
  150. package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
  151. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
  152. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
  153. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +1 -11
  154. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
  155. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
  156. package/dist/types/components/Select/Select.stories.d.ts +2 -35
  157. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
  158. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
  159. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
  160. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  161. package/dist/types/components/TabMenu/TabMenu.d.ts +28 -60
  162. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +88 -81
  163. package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -0
  164. package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
  165. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
  166. package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
  167. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
  168. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
  169. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
  170. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
  171. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
  172. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
  173. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
  174. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
  175. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
  176. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
  177. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
  178. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
  179. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
  180. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +18 -100
  181. package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
  182. package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
  183. package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
  184. package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
  185. package/dist/types/icons/AttachedIcon.d.ts +3 -3
  186. package/dist/types/icons/BellIcon.d.ts +5 -5
  187. package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
  188. package/dist/types/icons/CalendarIcon.d.ts +2 -2
  189. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
  190. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
  191. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
  192. package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
  193. package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
  194. package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
  195. package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
  196. package/dist/types/icons/ClockIcon.d.ts +2 -2
  197. package/dist/types/icons/CloseIcon.d.ts +3 -3
  198. package/dist/types/icons/CloseXIcon.d.ts +5 -5
  199. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
  200. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
  201. package/dist/types/icons/DocumentIcon.d.ts +5 -5
  202. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  203. package/dist/types/icons/DownloadIcon.d.ts +5 -5
  204. package/dist/types/icons/Duplicate.d.ts +2 -2
  205. package/dist/types/icons/ErrorIcon.d.ts +3 -3
  206. package/dist/types/icons/ExitIcon.d.ts +5 -5
  207. package/dist/types/icons/ExportIcon.d.ts +5 -6
  208. package/dist/types/icons/EyeIcon.d.ts +5 -5
  209. package/dist/types/icons/FileIcon.d.ts +3 -3
  210. package/dist/types/icons/FilterIcon.d.ts +5 -5
  211. package/dist/types/icons/FlyIcon.d.ts +5 -6
  212. package/dist/types/icons/FoodLionIcon.d.ts +4 -4
  213. package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
  214. package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
  215. package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
  216. package/dist/types/icons/HannafordIcon.d.ts +4 -4
  217. package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
  218. package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
  219. package/dist/types/icons/InfoIcon.d.ts +5 -5
  220. package/dist/types/icons/LampIcon.d.ts +3 -3
  221. package/dist/types/icons/LegendLineIcon.d.ts +3 -3
  222. package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
  223. package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
  224. package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
  225. package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
  226. package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
  227. package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
  228. package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
  229. package/dist/types/icons/OptionsIcon.d.ts +5 -5
  230. package/dist/types/icons/ReselectIcon.d.ts +5 -5
  231. package/dist/types/icons/SearchIcon.d.ts +3 -3
  232. package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
  233. package/dist/types/icons/ShoutIcon.d.ts +3 -3
  234. package/dist/types/icons/SortIcon.d.ts +6 -6
  235. package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
  236. package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
  237. package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
  238. package/dist/types/icons/SucceededIcon.d.ts +3 -3
  239. package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
  240. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
  241. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  242. package/dist/types/index.d.ts +9 -0
  243. package/dist/types/utils/CommonFunctions.d.ts +1 -1
  244. package/package.json +40 -41
  245. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  246. package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
  247. package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
  248. package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
  249. package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
  250. package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
  251. package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
  252. package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
  253. package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
  254. package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
  255. package/dist/types/components/TextField/TextField.d.ts +0 -6
  256. package/dist/types/components/TextField/TextField.style.d.ts +0 -1
  257. package/dist/types/reactTestApp/App.d.ts +0 -2
  258. package/dist/types/reactTestApp/vite.config.d.ts +0 -2
  259. package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
  260. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
  261. /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
  262. /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,44 +135,36 @@ 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({ color, currentTab, headlineInsteadTabs, headlineText, headlineContent, className, children, tabs, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, onTopButtonClick, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, }: {
141
+ color?: string;
142
+ currentTab?: number;
143
+ headlineInsteadTabs?: boolean;
144
+ headlineText?: string;
145
+ headlineContent?: react_jsx_runtime.JSX.Element;
146
+ className?: string;
147
+ children?: any;
148
+ tabs?: any[];
149
+ inputWidth?: string;
150
+ onFilterButtonClick?: () => void;
151
+ onSearchFieldTyping?: () => void;
152
+ onTabChange?: () => void;
153
+ onTopButtonClick?: () => void;
154
+ panelIsOpen?: boolean;
155
+ setBackground?: boolean;
156
+ showActions?: boolean;
157
+ showFilterButton?: boolean;
158
+ showLabel?: boolean;
159
+ showSearchInput?: boolean;
160
+ showViewOptionsButton?: boolean;
161
+ disabledButton?: boolean;
162
+ setTopRightButton?: boolean;
163
+ rightButtonText?: string;
164
+ rightButtonIcon?: string;
165
+ }): react_jsx_runtime.JSX.Element;
173
166
  declare namespace TabMenu {
174
167
  namespace propTypes {
175
- const activeColor: PropTypes.Requireable<string>;
176
168
  const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
177
169
  const className: PropTypes.Requireable<string>;
178
170
  const color: PropTypes.Requireable<string>;
@@ -195,76 +187,20 @@ declare namespace TabMenu {
195
187
  const rightButtonText: PropTypes.Requireable<string>;
196
188
  const rightButtonIcon: PropTypes.Requireable<string>;
197
189
  const onTopButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
198
- const tabs: PropTypes.Requireable<(PropTypes.InferProps<{
190
+ const tabs: PropTypes.Requireable<PropTypes.InferProps<{
199
191
  title: PropTypes.Requireable<string>;
200
192
  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 };
193
+ }>[]>;
258
194
  }
259
195
  }
260
196
 
261
197
  declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
262
198
  declare namespace FilterPanel {
263
199
  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<{
200
+ const availableQuarters: PropTypes.Requireable<string[]>;
201
+ const availableMonths: PropTypes.Requireable<string[]>;
202
+ const availableYears: PropTypes.Requireable<string[]>;
203
+ const fieldsData: PropTypes.Requireable<PropTypes.InferProps<{
268
204
  disabled: PropTypes.Requireable<boolean>;
269
205
  required: PropTypes.Requireable<boolean>;
270
206
  inputType: PropTypes.Requireable<string>;
@@ -273,29 +209,30 @@ declare namespace FilterPanel {
273
209
  label: PropTypes.Requireable<string>;
274
210
  labelEmptyValue: PropTypes.Requireable<string>;
275
211
  name: PropTypes.Requireable<string>;
276
- periodPickerSelectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
277
- value: PropTypes.Requireable<string>;
278
- label: PropTypes.Requireable<string>;
279
- }> | null | undefined)[]>;
280
- selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
212
+ periodPickerSelectedValue: PropTypes.Requireable<string>;
213
+ selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
281
214
  value: PropTypes.Requireable<string>;
282
215
  label: PropTypes.Requireable<string>;
283
- }> | null | undefined)[]>;
216
+ }>[]>;
284
217
  orderBy: PropTypes.Requireable<string>;
285
218
  elementType: PropTypes.Requireable<string>;
286
219
  value: PropTypes.Requireable<number>;
287
220
  color: PropTypes.Requireable<string>;
288
- dropdownOptions: PropTypes.Requireable<(PropTypes.InferProps<{
221
+ defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
289
222
  value: PropTypes.Requireable<string>;
290
223
  label: PropTypes.Requireable<string>;
291
- }> | null | undefined)[]>;
292
- }> | null | undefined)[]>;
224
+ }>>;
225
+ dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
226
+ value: PropTypes.Requireable<string>;
227
+ label: PropTypes.Requireable<string>;
228
+ }>[]>;
229
+ }>[]>;
293
230
  const width: PropTypes.Requireable<string>;
294
231
  const height: PropTypes.Requireable<string>;
295
232
  const okButtonBackgroundColor: PropTypes.Requireable<string>;
296
233
  const okButtonHoverColor: PropTypes.Requireable<string>;
297
234
  const resetButtonHoverColor: PropTypes.Requireable<string>;
298
- const borderColor: string;
235
+ const borderColor: PropTypes.Requireable<string>;
299
236
  const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
300
237
  const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
301
238
  const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
@@ -312,7 +249,7 @@ declare namespace FilterPanel {
312
249
  export { availableMonths_1 as availableMonths };
313
250
  const availableYears_1: string[];
314
251
  export { availableYears_1 as availableYears };
315
- const fieldsData_1: never[];
252
+ const fieldsData_1: any[];
316
253
  export { fieldsData_1 as fieldsData };
317
254
  const width_1: string;
318
255
  export { width_1 as width };
@@ -351,13 +288,13 @@ declare namespace ReportTable {
351
288
  const buttonText: PropTypes.Requireable<string>;
352
289
  const buttonIconName: PropTypes.Requireable<string>;
353
290
  const tableData: PropTypes.Requireable<PropTypes.InferProps<{
354
- columnsHeadings: PropTypes.Requireable<(PropTypes.InferProps<{
291
+ columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
355
292
  label: PropTypes.Requireable<string>;
356
293
  key: PropTypes.Requireable<string>;
357
- }> | null | undefined)[]>;
358
- rowsValues: PropTypes.Requireable<({
359
- [x: string]: string | null | undefined;
360
- } | null | undefined)[]>;
294
+ }>[]>;
295
+ rowsValues: PropTypes.Requireable<{
296
+ [x: string]: string;
297
+ }[]>;
361
298
  }>>;
362
299
  const maxColumnsNumber: PropTypes.Requireable<number>;
363
300
  const useColorLinearGradient: PropTypes.Requireable<boolean>;
@@ -430,10 +367,10 @@ declare namespace ReportTable {
430
367
  declare function EventList(props: any): react_jsx_runtime.JSX.Element;
431
368
  declare namespace EventList {
432
369
  namespace propTypes {
433
- const eventsData: PropTypes.Requireable<(PropTypes.InferProps<{
370
+ const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
434
371
  eventName: PropTypes.Requireable<string>;
435
372
  period: PropTypes.Requireable<string>;
436
- }> | null | undefined)[]>;
373
+ }>[]>;
437
374
  const selectTextColor: PropTypes.Requireable<string>;
438
375
  const height: PropTypes.Requireable<string>;
439
376
  const width: PropTypes.Requireable<string>;
@@ -441,7 +378,7 @@ declare namespace EventList {
441
378
  const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
442
379
  }
443
380
  namespace defaultProps {
444
- const eventsData_1: never[];
381
+ const eventsData_1: any[];
445
382
  export { eventsData_1 as eventsData };
446
383
  const selectTextColor_1: string;
447
384
  export { selectTextColor_1 as selectTextColor };
@@ -466,7 +403,7 @@ declare namespace BannerEventBoxList {
466
403
  const eventName: PropTypes.Requireable<string>;
467
404
  const count: PropTypes.Requireable<number>;
468
405
  const toggleColor: PropTypes.Requireable<string>;
469
- const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
406
+ const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
470
407
  const retailer: PropTypes.Requireable<string>;
471
408
  const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
472
409
  const showLoader: PropTypes.Requireable<boolean>;
@@ -476,7 +413,6 @@ declare namespace BannerEventBoxList {
476
413
  const disableToggle: PropTypes.Requireable<boolean>;
477
414
  const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
478
415
  const bannerWidth: PropTypes.Requireable<string>;
479
- const loaderColor: PropTypes.Requireable<string>;
480
416
  const showDraft: PropTypes.Requireable<boolean>;
481
417
  }
482
418
  namespace defaultProps {
@@ -490,7 +426,7 @@ declare namespace BannerEventBoxList {
490
426
  export { eventType_1 as eventType };
491
427
  const eventName_1: string;
492
428
  export { eventName_1 as eventName };
493
- const count_1: null;
429
+ const count_1: any;
494
430
  export { count_1 as count };
495
431
  const toggleColor_1: string;
496
432
  export { toggleColor_1 as toggleColor };
@@ -518,12 +454,10 @@ declare namespace BannerEventBoxList {
518
454
  export { showEventDetails_1 as showEventDetails };
519
455
  const disableToggle_1: boolean;
520
456
  export { disableToggle_1 as disableToggle };
521
- const children_1: null;
457
+ const children_1: any;
522
458
  export { children_1 as children };
523
459
  const bannerWidth_1: string;
524
460
  export { bannerWidth_1 as bannerWidth };
525
- const loaderColor_1: string;
526
- export { loaderColor_1 as loaderColor };
527
461
  const showDraft_1: boolean;
528
462
  export { showDraft_1 as showDraft };
529
463
  }
@@ -540,7 +474,7 @@ declare namespace DialogOverlay {
540
474
  namespace defaultProps {
541
475
  const title_1: string;
542
476
  export { title_1 as title };
543
- const children_1: null;
477
+ const children_1: any;
544
478
  export { children_1 as children };
545
479
  export function onDialogClose_1(): void;
546
480
  export { onDialogClose_1 as onDialogClose };
@@ -555,10 +489,22 @@ declare namespace CollapseHeader {
555
489
  const className: PropTypes.Requireable<string>;
556
490
  const showRetailerIcon: PropTypes.Requireable<boolean>;
557
491
  const showPeriodIcon: PropTypes.Requireable<boolean>;
558
- const viewCreativeRetailersData: PropTypes.Requireable<(PropTypes.InferProps<{
492
+ const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
559
493
  label: PropTypes.Requireable<string>;
560
- }> | null | undefined)[]>;
561
- const data: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
494
+ }>[]>;
495
+ const data: PropTypes.Requireable<PropTypes.InferProps<{
496
+ eventType: PropTypes.Requireable<string>;
497
+ retailer: PropTypes.Requireable<string>;
498
+ eventDescription: PropTypes.Requireable<string>;
499
+ objectivesDescription: PropTypes.Requireable<string>;
500
+ eventDatesValue: PropTypes.Requireable<string>;
501
+ externalEventDescription: PropTypes.Requireable<string>;
502
+ externalEventID: PropTypes.Requireable<string>;
503
+ storeType: PropTypes.Requireable<string>;
504
+ category: PropTypes.Requireable<string>;
505
+ supplier: PropTypes.Requireable<string>;
506
+ brand: PropTypes.Requireable<string>;
507
+ }>>;
562
508
  const showViewCreativeButton: PropTypes.Requireable<boolean>;
563
509
  const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
564
510
  const descriptionTitle: PropTypes.Requireable<string>;
@@ -619,77 +565,26 @@ declare namespace CollapseHeader {
619
565
  }
620
566
 
621
567
  declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
622
- hoverColor: any;
623
- multipleSelection: any;
624
- xIconShow: any;
625
- disabled: any;
626
- error: any;
627
- errorMessage: any;
628
- label: any;
629
- labelColor: any;
630
- placeHolder: any;
631
- width: any;
632
- checkBoxColor: any;
633
- onChange: any;
634
- options: any;
635
- selectedValue: any;
636
- }): react_jsx_runtime.JSX.Element;
637
- declare namespace QuickFilter {
638
- namespace propTypes {
639
- const hoverColor: PropTypes.Requireable<string>;
640
- const multipleSelection: PropTypes.Requireable<boolean>;
641
- const disabled: PropTypes.Requireable<boolean>;
642
- const error: PropTypes.Requireable<boolean>;
643
- const errorMessage: string;
644
- const label: PropTypes.Requireable<string>;
645
- const labelColor: PropTypes.Requireable<string>;
646
- const placeHolder: PropTypes.Requireable<string>;
647
- const width: PropTypes.Requireable<string>;
648
- const checkBoxColor: PropTypes.Requireable<string>;
649
- const onChange: PropTypes.Requireable<(...args: any[]) => any>;
650
- const options: PropTypes.Requireable<(PropTypes.InferProps<{
651
- id: PropTypes.Requireable<string>;
652
- label: PropTypes.Requireable<string>;
653
- }> | null | undefined)[]>;
654
- const selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
655
- id: PropTypes.Requireable<string>;
656
- label: PropTypes.Requireable<string>;
657
- }> | null | undefined)[]>;
658
- }
659
- namespace defaultProps {
660
- const hoverColor_1: string;
661
- export { hoverColor_1 as hoverColor };
662
- const multipleSelection_1: boolean;
663
- export { multipleSelection_1 as multipleSelection };
664
- const disabled_1: boolean;
665
- export { disabled_1 as disabled };
666
- const error_1: boolean;
667
- export { error_1 as error };
668
- const errorMessage_1: string;
669
- export { errorMessage_1 as errorMessage };
670
- const label_1: string;
671
- export { label_1 as label };
672
- const labelColor_1: string;
673
- export { labelColor_1 as labelColor };
674
- const placeHolder_1: string;
675
- export { placeHolder_1 as placeHolder };
676
- const width_1: string;
677
- export { width_1 as width };
678
- const checkBoxColor_1: string;
679
- export { checkBoxColor_1 as checkBoxColor };
680
- export function onChange_1(): void;
681
- export { onChange_1 as onChange };
682
- const options_1: never[];
683
- export { options_1 as options };
684
- const selectedValue_1: never[];
685
- export { selectedValue_1 as selectedValue };
686
- }
687
- }
568
+ hoverColor?: string;
569
+ multipleSelection?: boolean;
570
+ xIconShow?: boolean;
571
+ disabled?: boolean;
572
+ error?: boolean;
573
+ errorMessage?: string;
574
+ label?: string;
575
+ labelColor?: string;
576
+ placeHolder?: string;
577
+ width?: string;
578
+ checkBoxColor?: string;
579
+ onChange?: (value: any) => void;
580
+ options?: any[];
581
+ selectedValue?: any[];
582
+ }): react_jsx_runtime.JSX.Element;
688
583
 
689
584
  declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
690
585
  declare namespace OneColumnContainer {
691
586
  namespace propTypes {
692
- const children: PropTypes.Requireable<string>;
587
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
693
588
  const display: PropTypes.Requireable<string>;
694
589
  const isLoading: PropTypes.Requireable<boolean>;
695
590
  const gridTemplateColumns: PropTypes.Requireable<string>;
@@ -701,15 +596,21 @@ declare namespace OneColumnContainer {
701
596
  const width: PropTypes.Requireable<string>;
702
597
  const height: PropTypes.Requireable<string>;
703
598
  const overflow: PropTypes.Requireable<string>;
599
+ const transparentBackground: PropTypes.Requireable<boolean>;
704
600
  const infoTitle: PropTypes.Requireable<string>;
705
601
  const infoText: PropTypes.Requireable<string>;
706
602
  const disableInfo: PropTypes.Requireable<boolean>;
707
603
  const showViewByBannerButton: PropTypes.Requireable<boolean>;
708
604
  const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
709
605
  const columnTitle: PropTypes.Requireable<string>;
606
+ const isPercentOfChange: PropTypes.Requireable<boolean>;
607
+ const PercentOfChangeData: PropTypes.Requireable<number>;
608
+ const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
609
+ const showBackgroundImage: PropTypes.Requireable<boolean>;
610
+ const backgroundImageStyle: PropTypes.Requireable<object>;
710
611
  }
711
612
  namespace defaultProps {
712
- const children_1: string;
613
+ const children_1: any;
713
614
  export { children_1 as children };
714
615
  const display_1: string;
715
616
  export { display_1 as display };
@@ -733,6 +634,8 @@ declare namespace OneColumnContainer {
733
634
  export { height_1 as height };
734
635
  const overflow_1: string;
735
636
  export { overflow_1 as overflow };
637
+ const transparentBackground_1: boolean;
638
+ export { transparentBackground_1 as transparentBackground };
736
639
  const infoTitle_1: string;
737
640
  export { infoTitle_1 as infoTitle };
738
641
  const infoText_1: string;
@@ -745,6 +648,16 @@ declare namespace OneColumnContainer {
745
648
  export { onBannerClick_1 as onBannerClick };
746
649
  const columnTitle_1: string;
747
650
  export { columnTitle_1 as columnTitle };
651
+ const isPercentOfChange_1: boolean;
652
+ export { isPercentOfChange_1 as isPercentOfChange };
653
+ const PercentOfChangeData_1: number;
654
+ export { PercentOfChangeData_1 as PercentOfChangeData };
655
+ const backgroundImage_1: string;
656
+ export { backgroundImage_1 as backgroundImage };
657
+ const showBackgroundImage_1: boolean;
658
+ export { showBackgroundImage_1 as showBackgroundImage };
659
+ const backgroundImageStyle_1: {};
660
+ export { backgroundImageStyle_1 as backgroundImageStyle };
748
661
  }
749
662
  }
750
663
 
@@ -759,10 +672,10 @@ declare namespace BarChartsByWeeks {
759
672
  const headerValue: PropTypes.Requireable<number>;
760
673
  const HeaderValueCurrencyType: PropTypes.Requireable<string>;
761
674
  const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
762
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
675
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
763
676
  title: PropTypes.Requireable<string>;
764
677
  value: PropTypes.Requireable<number>;
765
- }> | null | undefined)[]>;
678
+ }>[]>;
766
679
  const isTitleOriganal: PropTypes.Requireable<boolean>;
767
680
  const width: PropTypes.Requireable<string>;
768
681
  const height: PropTypes.Requireable<string>;
@@ -778,11 +691,11 @@ declare namespace BarChartsByWeeks {
778
691
  const interval: PropTypes.Requireable<string>;
779
692
  const showTitle: PropTypes.Requireable<boolean>;
780
693
  const showLegend: PropTypes.Requireable<boolean>;
781
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
694
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
782
695
  title: PropTypes.Validator<string>;
783
696
  iconType: PropTypes.Validator<string>;
784
697
  iconColor: PropTypes.Validator<string>;
785
- }> | null | undefined)[]>;
698
+ }>[]>;
786
699
  const showTwoBars: PropTypes.Requireable<boolean>;
787
700
  const setLimitHeight: PropTypes.Requireable<number>;
788
701
  const setLimitLow: PropTypes.Requireable<number>;
@@ -847,9 +760,9 @@ declare namespace BarChartsByWeeks {
847
760
  export { legendData_1 as legendData };
848
761
  const showTwoBars_1: boolean;
849
762
  export { showTwoBars_1 as showTwoBars };
850
- const setLimitHeight_1: null;
763
+ const setLimitHeight_1: any;
851
764
  export { setLimitHeight_1 as setLimitHeight };
852
- const setLimitLow_1: null;
765
+ const setLimitLow_1: any;
853
766
  export { setLimitLow_1 as setLimitLow };
854
767
  }
855
768
  }
@@ -859,17 +772,17 @@ declare namespace PopupCharts {
859
772
  namespace propTypes {
860
773
  const title: PropTypes.Requireable<string>;
861
774
  const chartType: PropTypes.Requireable<string>;
862
- const popupChartsItemsData: PropTypes.Requireable<(PropTypes.InferProps<{
775
+ const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
863
776
  title: PropTypes.Requireable<string>;
864
777
  chartType: PropTypes.Requireable<string>;
865
778
  value: PropTypes.Requireable<number>;
866
- legendData: PropTypes.Requireable<(PropTypes.InferProps<{
779
+ legendData: PropTypes.Requireable<PropTypes.InferProps<{
867
780
  color: PropTypes.Requireable<string>;
868
781
  name: PropTypes.Requireable<string>;
869
782
  value: PropTypes.Requireable<number>;
870
- }> | null | undefined)[]>;
783
+ }>[]>;
871
784
  noDataText: PropTypes.Requireable<string>;
872
- }> | null | undefined)[]>;
785
+ }>[]>;
873
786
  const isPopupChartsOpen: PropTypes.Requireable<boolean>;
874
787
  const width: PropTypes.Requireable<string>;
875
788
  const height: PropTypes.Requireable<string>;
@@ -923,20 +836,26 @@ declare namespace TotalDoughnutChart {
923
836
  const className: PropTypes.Requireable<string>;
924
837
  const title: PropTypes.Requireable<string>;
925
838
  const value: PropTypes.Requireable<number>;
839
+ const rootFont: PropTypes.Requireable<string>;
840
+ const containerPadding: PropTypes.Requireable<string>;
926
841
  const addingBenchmark: PropTypes.Requireable<boolean>;
927
842
  const dotCut: PropTypes.Requireable<boolean>;
928
843
  const currencySign: PropTypes.Requireable<boolean>;
929
844
  const currencyType: PropTypes.Requireable<string>;
930
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
845
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
846
+ color: PropTypes.Requireable<string>;
847
+ value: PropTypes.Requireable<number>;
931
848
  name: PropTypes.Requireable<string>;
932
- description: PropTypes.Requireable<string>;
933
- }> | null | undefined)[]>;
849
+ }>[]>;
850
+ const legendBelow: PropTypes.Requireable<boolean>;
934
851
  const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
935
852
  const itemsBoldedValues: PropTypes.Requireable<boolean>;
936
853
  const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
937
854
  const width: PropTypes.Requireable<string>;
938
855
  const height: PropTypes.Requireable<string>;
939
856
  const textcolor: PropTypes.Requireable<string>;
857
+ const titleFontSize: PropTypes.Requireable<string>;
858
+ const FormattedValueFontSize: PropTypes.Requireable<string>;
940
859
  const isPercent: PropTypes.Requireable<boolean>;
941
860
  const hideTitleAndValue: PropTypes.Requireable<boolean>;
942
861
  const noDataText: PropTypes.Requireable<string>;
@@ -949,6 +868,10 @@ declare namespace TotalDoughnutChart {
949
868
  export { title_1 as title };
950
869
  const value_1: number;
951
870
  export { value_1 as value };
871
+ const rootFont_1: string;
872
+ export { rootFont_1 as rootFont };
873
+ const containerPadding_1: string;
874
+ export { containerPadding_1 as containerPadding };
952
875
  const addingBenchmark_1: boolean;
953
876
  export { addingBenchmark_1 as addingBenchmark };
954
877
  const dotCut_1: boolean;
@@ -957,8 +880,10 @@ declare namespace TotalDoughnutChart {
957
880
  export { currencySign_1 as currencySign };
958
881
  const currencyType_1: string;
959
882
  export { currencyType_1 as currencyType };
960
- const legendData_1: never[];
883
+ const legendData_1: any[];
961
884
  export { legendData_1 as legendData };
885
+ const legendBelow_1: boolean;
886
+ export { legendBelow_1 as legendBelow };
962
887
  const itemsPercentagesValueAside_1: boolean;
963
888
  export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
964
889
  const itemsBoldedValues_1: boolean;
@@ -971,6 +896,10 @@ declare namespace TotalDoughnutChart {
971
896
  export { height_1 as height };
972
897
  const textcolor_1: string;
973
898
  export { textcolor_1 as textcolor };
899
+ const titleFontSize_1: string;
900
+ export { titleFontSize_1 as titleFontSize };
901
+ const FormattedValueFontSize_1: string;
902
+ export { FormattedValueFontSize_1 as FormattedValueFontSize };
974
903
  const isPercent_1: boolean;
975
904
  export { isPercent_1 as isPercent };
976
905
  const hideTitleAndValue_1: boolean;
@@ -1008,11 +937,11 @@ declare namespace TopToggleList {
1008
937
  declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
1009
938
  declare namespace MarketShareDescription {
1010
939
  namespace propTypes {
1011
- const marketShareData: PropTypes.Requireable<(PropTypes.InferProps<{
940
+ const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
1012
941
  label: PropTypes.Requireable<string>;
1013
942
  checked: PropTypes.Requireable<boolean>;
1014
943
  disabled: PropTypes.Requireable<boolean>;
1015
- }> | null | undefined)[]>;
944
+ }>[]>;
1016
945
  const height: PropTypes.Requireable<string>;
1017
946
  const width: PropTypes.Requireable<string>;
1018
947
  const iconColor: PropTypes.Requireable<string>;
@@ -1020,7 +949,7 @@ declare namespace MarketShareDescription {
1020
949
  const dotCut: PropTypes.Requireable<boolean>;
1021
950
  }
1022
951
  namespace defaultProps {
1023
- const marketShareData_1: never[];
952
+ const marketShareData_1: any[];
1024
953
  export { marketShareData_1 as marketShareData };
1025
954
  const width_1: string;
1026
955
  export { width_1 as width };
@@ -1039,11 +968,11 @@ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
1039
968
  declare namespace Heatmap {
1040
969
  namespace propTypes {
1041
970
  const title: PropTypes.Validator<string>;
1042
- const data: PropTypes.Validator<(PropTypes.InferProps<{
971
+ const data: PropTypes.Validator<PropTypes.InferProps<{
1043
972
  value: PropTypes.Validator<number>;
1044
973
  label: PropTypes.Validator<string>;
1045
974
  color: PropTypes.Validator<string>;
1046
- }> | null | undefined)[]>;
975
+ }>[]>;
1047
976
  const lowLimit: PropTypes.Validator<number>;
1048
977
  const barHeight: PropTypes.Validator<string>;
1049
978
  }
@@ -1058,11 +987,11 @@ declare namespace TotalHorizontalCharts {
1058
987
  const dotCut: PropTypes.Requireable<boolean>;
1059
988
  const currencySign: PropTypes.Requireable<boolean>;
1060
989
  const currencyType: PropTypes.Requireable<string>;
1061
- const chartsData: PropTypes.Requireable<(PropTypes.InferProps<{
990
+ const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
1062
991
  name: PropTypes.Requireable<string>;
1063
992
  value: PropTypes.Requireable<number>;
1064
993
  color: PropTypes.Requireable<string>;
1065
- }> | null | undefined)[]>;
994
+ }>[]>;
1066
995
  const showScrollerBarsCount: PropTypes.Requireable<number>;
1067
996
  const showPercentAsideValue: PropTypes.Requireable<boolean>;
1068
997
  const labelFontSize: PropTypes.Requireable<number>;
@@ -1091,7 +1020,7 @@ declare namespace TotalHorizontalCharts {
1091
1020
  export { currencySign_1 as currencySign };
1092
1021
  const currencyType_1: string;
1093
1022
  export { currencyType_1 as currencyType };
1094
- const chartsData_1: never[];
1023
+ const chartsData_1: any[];
1095
1024
  export { chartsData_1 as chartsData };
1096
1025
  const showScrollerBarsCount_1: number;
1097
1026
  export { showScrollerBarsCount_1 as showScrollerBarsCount };
@@ -1171,48 +1100,17 @@ declare namespace IconButton {
1171
1100
  }
1172
1101
  }
1173
1102
 
1174
- declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
1175
- declare namespace DoublePanelDataRow {
1176
- namespace propTypes {
1177
- const className: PropTypes.Requireable<string>;
1178
- const width: PropTypes.Requireable<string>;
1179
- const height: PropTypes.Requireable<string>;
1180
- const data: PropTypes.Requireable<(PropTypes.InferProps<{
1181
- title: PropTypes.Requireable<string>;
1182
- value: PropTypes.Requireable<number>;
1183
- sign: PropTypes.Requireable<string>;
1184
- }> | null | undefined)[]>;
1185
- const backgroundColor: PropTypes.Requireable<string>;
1186
- const customDataFormat: PropTypes.Requireable<boolean>;
1187
- const showPercentChange: PropTypes.Requireable<boolean>;
1188
- }
1189
- namespace defaultProps {
1190
- const className_1: string;
1191
- export { className_1 as className };
1192
- const width_1: string;
1193
- export { width_1 as width };
1194
- const height_1: string;
1195
- export { height_1 as height };
1196
- const data_1: never[];
1197
- export { data_1 as data };
1198
- const backgroundColor_1: string;
1199
- export { backgroundColor_1 as backgroundColor };
1200
- const customDataFormat_1: boolean;
1201
- export { customDataFormat_1 as customDataFormat };
1202
- const showPercentChange_1: boolean;
1203
- export { showPercentChange_1 as showPercentChange };
1204
- }
1205
- }
1103
+ declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
1206
1104
 
1207
1105
  declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
1208
1106
  declare namespace BarChart {
1209
1107
  namespace propTypes {
1210
1108
  const title: PropTypes.Requireable<string>;
1211
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
1109
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
1212
1110
  title: PropTypes.Requireable<string>;
1213
1111
  date: PropTypes.Requireable<string>;
1214
1112
  value: PropTypes.Requireable<number>;
1215
- }> | null | undefined)[]>;
1113
+ }>[]>;
1216
1114
  const width: PropTypes.Requireable<string>;
1217
1115
  const height: PropTypes.Requireable<string>;
1218
1116
  const barSize: PropTypes.Requireable<number>;
@@ -1221,11 +1119,11 @@ declare namespace BarChart {
1221
1119
  const showDollarSign: PropTypes.Requireable<boolean>;
1222
1120
  const isDollar: PropTypes.Requireable<boolean>;
1223
1121
  const showLegend: PropTypes.Requireable<boolean>;
1224
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
1122
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
1225
1123
  title: PropTypes.Validator<string>;
1226
1124
  iconType: PropTypes.Validator<string>;
1227
1125
  iconColor: PropTypes.Validator<string>;
1228
- }> | null | undefined)[]>;
1126
+ }>[]>;
1229
1127
  const showReferenceLine: PropTypes.Requireable<boolean>;
1230
1128
  const referenceLinePoint: PropTypes.Requireable<number>;
1231
1129
  const referenceLineColor: PropTypes.Requireable<string>;
@@ -1282,4 +1180,55 @@ declare namespace BarChart {
1282
1180
  }
1283
1181
  }
1284
1182
 
1285
- export { BannerEventBoxList, BarChart, BarChartsByWeeks, Button, CollapseHeader, DialogOverlay, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
1183
+ declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
1184
+
1185
+ declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
1186
+
1187
+ declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
1188
+
1189
+ declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
1190
+ text?: string;
1191
+ type?: string;
1192
+ size?: string;
1193
+ height?: string;
1194
+ width?: string;
1195
+ disabled?: boolean;
1196
+ textColor?: string;
1197
+ onClick: any;
1198
+ leftIcon?: string;
1199
+ rightIcon?: string;
1200
+ }): react_jsx_runtime.JSX.Element;
1201
+
1202
+ declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, }: {
1203
+ data?: any[];
1204
+ title?: string;
1205
+ subtitle?: string;
1206
+ leftHeader?: string;
1207
+ rightHeader?: string;
1208
+ topHeader?: string;
1209
+ bottomHeader?: string;
1210
+ colorPalette?: string[];
1211
+ height?: string;
1212
+ width?: string;
1213
+ backgroundColor?: string;
1214
+ showAxis?: boolean;
1215
+ }): react_jsx_runtime.JSX.Element;
1216
+
1217
+ declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
1218
+
1219
+ declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
1220
+
1221
+ declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
1222
+
1223
+ declare function InsightsCarousel({ className, children, onClose, title, icon, titleColor, iconColor, navColor, }: {
1224
+ className: any;
1225
+ children: any;
1226
+ onClose: any;
1227
+ title?: string;
1228
+ icon?: react_jsx_runtime.JSX.Element;
1229
+ titleColor?: string;
1230
+ iconColor?: string;
1231
+ navColor?: string;
1232
+ }): react_jsx_runtime.JSX.Element;
1233
+
1234
+ export { AreaChart, BannerEventBoxList, BarChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Button, CollapseHeader, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, InsightsCarousel, LinkButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PerformanceAnalyticsLegend, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };