sag_components 2.0.0-beta6 → 2.0.0-beta60

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 +227 -273
  2. package/dist/index.esm.js +30487 -79692
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +29888 -79101
  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 +5 -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 +3 -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} +146 -137
  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 +18 -11
  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 +10 -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 +37 -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,23 +209,30 @@ declare namespace FilterPanel {
273
209
  label: PropTypes.Requireable<string>;
274
210
  labelEmptyValue: PropTypes.Requireable<string>;
275
211
  name: PropTypes.Requireable<string>;
276
- selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
212
+ periodPickerSelectedValue: PropTypes.Requireable<string>;
213
+ selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
277
214
  value: PropTypes.Requireable<string>;
278
215
  label: PropTypes.Requireable<string>;
279
- }> | null | undefined)[]>;
216
+ }>[]>;
217
+ orderBy: PropTypes.Requireable<string>;
218
+ elementType: PropTypes.Requireable<string>;
280
219
  value: PropTypes.Requireable<number>;
281
220
  color: PropTypes.Requireable<string>;
282
- dropdownOptions: PropTypes.Requireable<(PropTypes.InferProps<{
221
+ defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
222
+ value: PropTypes.Requireable<string>;
223
+ label: PropTypes.Requireable<string>;
224
+ }>>;
225
+ dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
283
226
  value: PropTypes.Requireable<string>;
284
227
  label: PropTypes.Requireable<string>;
285
- }> | null | undefined)[]>;
286
- }> | null | undefined)[]>;
228
+ }>[]>;
229
+ }>[]>;
287
230
  const width: PropTypes.Requireable<string>;
288
231
  const height: PropTypes.Requireable<string>;
289
232
  const okButtonBackgroundColor: PropTypes.Requireable<string>;
290
233
  const okButtonHoverColor: PropTypes.Requireable<string>;
291
234
  const resetButtonHoverColor: PropTypes.Requireable<string>;
292
- const borderColor: string;
235
+ const borderColor: PropTypes.Requireable<string>;
293
236
  const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
294
237
  const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
295
238
  const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
@@ -306,7 +249,7 @@ declare namespace FilterPanel {
306
249
  export { availableMonths_1 as availableMonths };
307
250
  const availableYears_1: string[];
308
251
  export { availableYears_1 as availableYears };
309
- const fieldsData_1: never[];
252
+ const fieldsData_1: any[];
310
253
  export { fieldsData_1 as fieldsData };
311
254
  const width_1: string;
312
255
  export { width_1 as width };
@@ -345,13 +288,13 @@ declare namespace ReportTable {
345
288
  const buttonText: PropTypes.Requireable<string>;
346
289
  const buttonIconName: PropTypes.Requireable<string>;
347
290
  const tableData: PropTypes.Requireable<PropTypes.InferProps<{
348
- columnsHeadings: PropTypes.Requireable<(PropTypes.InferProps<{
291
+ columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
349
292
  label: PropTypes.Requireable<string>;
350
293
  key: PropTypes.Requireable<string>;
351
- }> | null | undefined)[]>;
352
- rowsValues: PropTypes.Requireable<({
353
- [x: string]: string | null | undefined;
354
- } | null | undefined)[]>;
294
+ }>[]>;
295
+ rowsValues: PropTypes.Requireable<{
296
+ [x: string]: string;
297
+ }[]>;
355
298
  }>>;
356
299
  const maxColumnsNumber: PropTypes.Requireable<number>;
357
300
  const useColorLinearGradient: PropTypes.Requireable<boolean>;
@@ -424,10 +367,10 @@ declare namespace ReportTable {
424
367
  declare function EventList(props: any): react_jsx_runtime.JSX.Element;
425
368
  declare namespace EventList {
426
369
  namespace propTypes {
427
- const eventsData: PropTypes.Requireable<(PropTypes.InferProps<{
370
+ const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
428
371
  eventName: PropTypes.Requireable<string>;
429
372
  period: PropTypes.Requireable<string>;
430
- }> | null | undefined)[]>;
373
+ }>[]>;
431
374
  const selectTextColor: PropTypes.Requireable<string>;
432
375
  const height: PropTypes.Requireable<string>;
433
376
  const width: PropTypes.Requireable<string>;
@@ -435,7 +378,7 @@ declare namespace EventList {
435
378
  const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
436
379
  }
437
380
  namespace defaultProps {
438
- const eventsData_1: never[];
381
+ const eventsData_1: any[];
439
382
  export { eventsData_1 as eventsData };
440
383
  const selectTextColor_1: string;
441
384
  export { selectTextColor_1 as selectTextColor };
@@ -460,7 +403,7 @@ declare namespace BannerEventBoxList {
460
403
  const eventName: PropTypes.Requireable<string>;
461
404
  const count: PropTypes.Requireable<number>;
462
405
  const toggleColor: PropTypes.Requireable<string>;
463
- const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
406
+ const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
464
407
  const retailer: PropTypes.Requireable<string>;
465
408
  const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
466
409
  const showLoader: PropTypes.Requireable<boolean>;
@@ -470,7 +413,6 @@ declare namespace BannerEventBoxList {
470
413
  const disableToggle: PropTypes.Requireable<boolean>;
471
414
  const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
472
415
  const bannerWidth: PropTypes.Requireable<string>;
473
- const loaderColor: PropTypes.Requireable<string>;
474
416
  const showDraft: PropTypes.Requireable<boolean>;
475
417
  }
476
418
  namespace defaultProps {
@@ -484,7 +426,7 @@ declare namespace BannerEventBoxList {
484
426
  export { eventType_1 as eventType };
485
427
  const eventName_1: string;
486
428
  export { eventName_1 as eventName };
487
- const count_1: null;
429
+ const count_1: any;
488
430
  export { count_1 as count };
489
431
  const toggleColor_1: string;
490
432
  export { toggleColor_1 as toggleColor };
@@ -512,12 +454,10 @@ declare namespace BannerEventBoxList {
512
454
  export { showEventDetails_1 as showEventDetails };
513
455
  const disableToggle_1: boolean;
514
456
  export { disableToggle_1 as disableToggle };
515
- const children_1: null;
457
+ const children_1: any;
516
458
  export { children_1 as children };
517
459
  const bannerWidth_1: string;
518
460
  export { bannerWidth_1 as bannerWidth };
519
- const loaderColor_1: string;
520
- export { loaderColor_1 as loaderColor };
521
461
  const showDraft_1: boolean;
522
462
  export { showDraft_1 as showDraft };
523
463
  }
@@ -534,7 +474,7 @@ declare namespace DialogOverlay {
534
474
  namespace defaultProps {
535
475
  const title_1: string;
536
476
  export { title_1 as title };
537
- const children_1: null;
477
+ const children_1: any;
538
478
  export { children_1 as children };
539
479
  export function onDialogClose_1(): void;
540
480
  export { onDialogClose_1 as onDialogClose };
@@ -549,10 +489,22 @@ declare namespace CollapseHeader {
549
489
  const className: PropTypes.Requireable<string>;
550
490
  const showRetailerIcon: PropTypes.Requireable<boolean>;
551
491
  const showPeriodIcon: PropTypes.Requireable<boolean>;
552
- const viewCreativeRetailersData: PropTypes.Requireable<(PropTypes.InferProps<{
492
+ const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
553
493
  label: PropTypes.Requireable<string>;
554
- }> | null | undefined)[]>;
555
- 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
+ }>>;
556
508
  const showViewCreativeButton: PropTypes.Requireable<boolean>;
557
509
  const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
558
510
  const descriptionTitle: PropTypes.Requireable<string>;
@@ -613,77 +565,26 @@ declare namespace CollapseHeader {
613
565
  }
614
566
 
615
567
  declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
616
- hoverColor: any;
617
- multipleSelection: any;
618
- xIconShow: any;
619
- disabled: any;
620
- error: any;
621
- errorMessage: any;
622
- label: any;
623
- labelColor: any;
624
- placeHolder: any;
625
- width: any;
626
- checkBoxColor: any;
627
- onChange: any;
628
- options: any;
629
- selectedValue: any;
630
- }): react_jsx_runtime.JSX.Element;
631
- declare namespace QuickFilter {
632
- namespace propTypes {
633
- const hoverColor: PropTypes.Requireable<string>;
634
- const multipleSelection: PropTypes.Requireable<boolean>;
635
- const disabled: PropTypes.Requireable<boolean>;
636
- const error: PropTypes.Requireable<boolean>;
637
- const errorMessage: string;
638
- const label: PropTypes.Requireable<string>;
639
- const labelColor: PropTypes.Requireable<string>;
640
- const placeHolder: PropTypes.Requireable<string>;
641
- const width: PropTypes.Requireable<string>;
642
- const checkBoxColor: PropTypes.Requireable<string>;
643
- const onChange: PropTypes.Requireable<(...args: any[]) => any>;
644
- const options: PropTypes.Requireable<(PropTypes.InferProps<{
645
- id: PropTypes.Requireable<string>;
646
- label: PropTypes.Requireable<string>;
647
- }> | null | undefined)[]>;
648
- const selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
649
- id: PropTypes.Requireable<string>;
650
- label: PropTypes.Requireable<string>;
651
- }> | null | undefined)[]>;
652
- }
653
- namespace defaultProps {
654
- const hoverColor_1: string;
655
- export { hoverColor_1 as hoverColor };
656
- const multipleSelection_1: boolean;
657
- export { multipleSelection_1 as multipleSelection };
658
- const disabled_1: boolean;
659
- export { disabled_1 as disabled };
660
- const error_1: boolean;
661
- export { error_1 as error };
662
- const errorMessage_1: string;
663
- export { errorMessage_1 as errorMessage };
664
- const label_1: string;
665
- export { label_1 as label };
666
- const labelColor_1: string;
667
- export { labelColor_1 as labelColor };
668
- const placeHolder_1: string;
669
- export { placeHolder_1 as placeHolder };
670
- const width_1: string;
671
- export { width_1 as width };
672
- const checkBoxColor_1: string;
673
- export { checkBoxColor_1 as checkBoxColor };
674
- export function onChange_1(): void;
675
- export { onChange_1 as onChange };
676
- const options_1: never[];
677
- export { options_1 as options };
678
- const selectedValue_1: never[];
679
- export { selectedValue_1 as selectedValue };
680
- }
681
- }
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;
682
583
 
683
584
  declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
684
585
  declare namespace OneColumnContainer {
685
586
  namespace propTypes {
686
- const children: PropTypes.Requireable<string>;
587
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
687
588
  const display: PropTypes.Requireable<string>;
688
589
  const isLoading: PropTypes.Requireable<boolean>;
689
590
  const gridTemplateColumns: PropTypes.Requireable<string>;
@@ -695,15 +596,21 @@ declare namespace OneColumnContainer {
695
596
  const width: PropTypes.Requireable<string>;
696
597
  const height: PropTypes.Requireable<string>;
697
598
  const overflow: PropTypes.Requireable<string>;
599
+ const transparentBackground: PropTypes.Requireable<boolean>;
698
600
  const infoTitle: PropTypes.Requireable<string>;
699
601
  const infoText: PropTypes.Requireable<string>;
700
602
  const disableInfo: PropTypes.Requireable<boolean>;
701
603
  const showViewByBannerButton: PropTypes.Requireable<boolean>;
702
604
  const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
703
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>;
704
611
  }
705
612
  namespace defaultProps {
706
- const children_1: string;
613
+ const children_1: any;
707
614
  export { children_1 as children };
708
615
  const display_1: string;
709
616
  export { display_1 as display };
@@ -727,6 +634,8 @@ declare namespace OneColumnContainer {
727
634
  export { height_1 as height };
728
635
  const overflow_1: string;
729
636
  export { overflow_1 as overflow };
637
+ const transparentBackground_1: boolean;
638
+ export { transparentBackground_1 as transparentBackground };
730
639
  const infoTitle_1: string;
731
640
  export { infoTitle_1 as infoTitle };
732
641
  const infoText_1: string;
@@ -739,6 +648,16 @@ declare namespace OneColumnContainer {
739
648
  export { onBannerClick_1 as onBannerClick };
740
649
  const columnTitle_1: string;
741
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 };
742
661
  }
743
662
  }
744
663
 
@@ -753,10 +672,10 @@ declare namespace BarChartsByWeeks {
753
672
  const headerValue: PropTypes.Requireable<number>;
754
673
  const HeaderValueCurrencyType: PropTypes.Requireable<string>;
755
674
  const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
756
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
675
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
757
676
  title: PropTypes.Requireable<string>;
758
677
  value: PropTypes.Requireable<number>;
759
- }> | null | undefined)[]>;
678
+ }>[]>;
760
679
  const isTitleOriganal: PropTypes.Requireable<boolean>;
761
680
  const width: PropTypes.Requireable<string>;
762
681
  const height: PropTypes.Requireable<string>;
@@ -772,11 +691,11 @@ declare namespace BarChartsByWeeks {
772
691
  const interval: PropTypes.Requireable<string>;
773
692
  const showTitle: PropTypes.Requireable<boolean>;
774
693
  const showLegend: PropTypes.Requireable<boolean>;
775
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
694
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
776
695
  title: PropTypes.Validator<string>;
777
696
  iconType: PropTypes.Validator<string>;
778
697
  iconColor: PropTypes.Validator<string>;
779
- }> | null | undefined)[]>;
698
+ }>[]>;
780
699
  const showTwoBars: PropTypes.Requireable<boolean>;
781
700
  const setLimitHeight: PropTypes.Requireable<number>;
782
701
  const setLimitLow: PropTypes.Requireable<number>;
@@ -841,9 +760,9 @@ declare namespace BarChartsByWeeks {
841
760
  export { legendData_1 as legendData };
842
761
  const showTwoBars_1: boolean;
843
762
  export { showTwoBars_1 as showTwoBars };
844
- const setLimitHeight_1: null;
763
+ const setLimitHeight_1: any;
845
764
  export { setLimitHeight_1 as setLimitHeight };
846
- const setLimitLow_1: null;
765
+ const setLimitLow_1: any;
847
766
  export { setLimitLow_1 as setLimitLow };
848
767
  }
849
768
  }
@@ -853,17 +772,17 @@ declare namespace PopupCharts {
853
772
  namespace propTypes {
854
773
  const title: PropTypes.Requireable<string>;
855
774
  const chartType: PropTypes.Requireable<string>;
856
- const popupChartsItemsData: PropTypes.Requireable<(PropTypes.InferProps<{
775
+ const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
857
776
  title: PropTypes.Requireable<string>;
858
777
  chartType: PropTypes.Requireable<string>;
859
778
  value: PropTypes.Requireable<number>;
860
- legendData: PropTypes.Requireable<(PropTypes.InferProps<{
779
+ legendData: PropTypes.Requireable<PropTypes.InferProps<{
861
780
  color: PropTypes.Requireable<string>;
862
781
  name: PropTypes.Requireable<string>;
863
782
  value: PropTypes.Requireable<number>;
864
- }> | null | undefined)[]>;
783
+ }>[]>;
865
784
  noDataText: PropTypes.Requireable<string>;
866
- }> | null | undefined)[]>;
785
+ }>[]>;
867
786
  const isPopupChartsOpen: PropTypes.Requireable<boolean>;
868
787
  const width: PropTypes.Requireable<string>;
869
788
  const height: PropTypes.Requireable<string>;
@@ -917,20 +836,26 @@ declare namespace TotalDoughnutChart {
917
836
  const className: PropTypes.Requireable<string>;
918
837
  const title: PropTypes.Requireable<string>;
919
838
  const value: PropTypes.Requireable<number>;
839
+ const rootFont: PropTypes.Requireable<string>;
840
+ const containerPadding: PropTypes.Requireable<string>;
920
841
  const addingBenchmark: PropTypes.Requireable<boolean>;
921
842
  const dotCut: PropTypes.Requireable<boolean>;
922
843
  const currencySign: PropTypes.Requireable<boolean>;
923
844
  const currencyType: PropTypes.Requireable<string>;
924
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
845
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
846
+ color: PropTypes.Requireable<string>;
847
+ value: PropTypes.Requireable<number>;
925
848
  name: PropTypes.Requireable<string>;
926
- description: PropTypes.Requireable<string>;
927
- }> | null | undefined)[]>;
849
+ }>[]>;
850
+ const legendBelow: PropTypes.Requireable<boolean>;
928
851
  const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
929
852
  const itemsBoldedValues: PropTypes.Requireable<boolean>;
930
853
  const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
931
854
  const width: PropTypes.Requireable<string>;
932
855
  const height: PropTypes.Requireable<string>;
933
856
  const textcolor: PropTypes.Requireable<string>;
857
+ const titleFontSize: PropTypes.Requireable<string>;
858
+ const FormattedValueFontSize: PropTypes.Requireable<string>;
934
859
  const isPercent: PropTypes.Requireable<boolean>;
935
860
  const hideTitleAndValue: PropTypes.Requireable<boolean>;
936
861
  const noDataText: PropTypes.Requireable<string>;
@@ -943,6 +868,10 @@ declare namespace TotalDoughnutChart {
943
868
  export { title_1 as title };
944
869
  const value_1: number;
945
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 };
946
875
  const addingBenchmark_1: boolean;
947
876
  export { addingBenchmark_1 as addingBenchmark };
948
877
  const dotCut_1: boolean;
@@ -951,8 +880,10 @@ declare namespace TotalDoughnutChart {
951
880
  export { currencySign_1 as currencySign };
952
881
  const currencyType_1: string;
953
882
  export { currencyType_1 as currencyType };
954
- const legendData_1: never[];
883
+ const legendData_1: any[];
955
884
  export { legendData_1 as legendData };
885
+ const legendBelow_1: boolean;
886
+ export { legendBelow_1 as legendBelow };
956
887
  const itemsPercentagesValueAside_1: boolean;
957
888
  export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
958
889
  const itemsBoldedValues_1: boolean;
@@ -965,6 +896,10 @@ declare namespace TotalDoughnutChart {
965
896
  export { height_1 as height };
966
897
  const textcolor_1: string;
967
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 };
968
903
  const isPercent_1: boolean;
969
904
  export { isPercent_1 as isPercent };
970
905
  const hideTitleAndValue_1: boolean;
@@ -1002,11 +937,11 @@ declare namespace TopToggleList {
1002
937
  declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
1003
938
  declare namespace MarketShareDescription {
1004
939
  namespace propTypes {
1005
- const marketShareData: PropTypes.Requireable<(PropTypes.InferProps<{
940
+ const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
1006
941
  label: PropTypes.Requireable<string>;
1007
942
  checked: PropTypes.Requireable<boolean>;
1008
943
  disabled: PropTypes.Requireable<boolean>;
1009
- }> | null | undefined)[]>;
944
+ }>[]>;
1010
945
  const height: PropTypes.Requireable<string>;
1011
946
  const width: PropTypes.Requireable<string>;
1012
947
  const iconColor: PropTypes.Requireable<string>;
@@ -1014,7 +949,7 @@ declare namespace MarketShareDescription {
1014
949
  const dotCut: PropTypes.Requireable<boolean>;
1015
950
  }
1016
951
  namespace defaultProps {
1017
- const marketShareData_1: never[];
952
+ const marketShareData_1: any[];
1018
953
  export { marketShareData_1 as marketShareData };
1019
954
  const width_1: string;
1020
955
  export { width_1 as width };
@@ -1033,11 +968,11 @@ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
1033
968
  declare namespace Heatmap {
1034
969
  namespace propTypes {
1035
970
  const title: PropTypes.Validator<string>;
1036
- const data: PropTypes.Validator<(PropTypes.InferProps<{
971
+ const data: PropTypes.Validator<PropTypes.InferProps<{
1037
972
  value: PropTypes.Validator<number>;
1038
973
  label: PropTypes.Validator<string>;
1039
974
  color: PropTypes.Validator<string>;
1040
- }> | null | undefined)[]>;
975
+ }>[]>;
1041
976
  const lowLimit: PropTypes.Validator<number>;
1042
977
  const barHeight: PropTypes.Validator<string>;
1043
978
  }
@@ -1052,11 +987,11 @@ declare namespace TotalHorizontalCharts {
1052
987
  const dotCut: PropTypes.Requireable<boolean>;
1053
988
  const currencySign: PropTypes.Requireable<boolean>;
1054
989
  const currencyType: PropTypes.Requireable<string>;
1055
- const chartsData: PropTypes.Requireable<(PropTypes.InferProps<{
990
+ const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
1056
991
  name: PropTypes.Requireable<string>;
1057
992
  value: PropTypes.Requireable<number>;
1058
993
  color: PropTypes.Requireable<string>;
1059
- }> | null | undefined)[]>;
994
+ }>[]>;
1060
995
  const showScrollerBarsCount: PropTypes.Requireable<number>;
1061
996
  const showPercentAsideValue: PropTypes.Requireable<boolean>;
1062
997
  const labelFontSize: PropTypes.Requireable<number>;
@@ -1085,7 +1020,7 @@ declare namespace TotalHorizontalCharts {
1085
1020
  export { currencySign_1 as currencySign };
1086
1021
  const currencyType_1: string;
1087
1022
  export { currencyType_1 as currencyType };
1088
- const chartsData_1: never[];
1023
+ const chartsData_1: any[];
1089
1024
  export { chartsData_1 as chartsData };
1090
1025
  const showScrollerBarsCount_1: number;
1091
1026
  export { showScrollerBarsCount_1 as showScrollerBarsCount };
@@ -1165,48 +1100,17 @@ declare namespace IconButton {
1165
1100
  }
1166
1101
  }
1167
1102
 
1168
- declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
1169
- declare namespace DoublePanelDataRow {
1170
- namespace propTypes {
1171
- const className: PropTypes.Requireable<string>;
1172
- const width: PropTypes.Requireable<string>;
1173
- const height: PropTypes.Requireable<string>;
1174
- const data: PropTypes.Requireable<(PropTypes.InferProps<{
1175
- title: PropTypes.Requireable<string>;
1176
- value: PropTypes.Requireable<number>;
1177
- sign: PropTypes.Requireable<string>;
1178
- }> | null | undefined)[]>;
1179
- const backgroundColor: PropTypes.Requireable<string>;
1180
- const customDataFormat: PropTypes.Requireable<boolean>;
1181
- const showPercentChange: PropTypes.Requireable<boolean>;
1182
- }
1183
- namespace defaultProps {
1184
- const className_1: string;
1185
- export { className_1 as className };
1186
- const width_1: string;
1187
- export { width_1 as width };
1188
- const height_1: string;
1189
- export { height_1 as height };
1190
- const data_1: never[];
1191
- export { data_1 as data };
1192
- const backgroundColor_1: string;
1193
- export { backgroundColor_1 as backgroundColor };
1194
- const customDataFormat_1: boolean;
1195
- export { customDataFormat_1 as customDataFormat };
1196
- const showPercentChange_1: boolean;
1197
- export { showPercentChange_1 as showPercentChange };
1198
- }
1199
- }
1103
+ declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
1200
1104
 
1201
1105
  declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
1202
1106
  declare namespace BarChart {
1203
1107
  namespace propTypes {
1204
1108
  const title: PropTypes.Requireable<string>;
1205
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
1109
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
1206
1110
  title: PropTypes.Requireable<string>;
1207
1111
  date: PropTypes.Requireable<string>;
1208
1112
  value: PropTypes.Requireable<number>;
1209
- }> | null | undefined)[]>;
1113
+ }>[]>;
1210
1114
  const width: PropTypes.Requireable<string>;
1211
1115
  const height: PropTypes.Requireable<string>;
1212
1116
  const barSize: PropTypes.Requireable<number>;
@@ -1215,11 +1119,11 @@ declare namespace BarChart {
1215
1119
  const showDollarSign: PropTypes.Requireable<boolean>;
1216
1120
  const isDollar: PropTypes.Requireable<boolean>;
1217
1121
  const showLegend: PropTypes.Requireable<boolean>;
1218
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
1122
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
1219
1123
  title: PropTypes.Validator<string>;
1220
1124
  iconType: PropTypes.Validator<string>;
1221
1125
  iconColor: PropTypes.Validator<string>;
1222
- }> | null | undefined)[]>;
1126
+ }>[]>;
1223
1127
  const showReferenceLine: PropTypes.Requireable<boolean>;
1224
1128
  const referenceLinePoint: PropTypes.Requireable<number>;
1225
1129
  const referenceLineColor: PropTypes.Requireable<string>;
@@ -1276,4 +1180,54 @@ declare namespace BarChart {
1276
1180
  }
1277
1181
  }
1278
1182
 
1279
- 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({ children, onClose, title, icon, titleColor, iconColor, navColor, }: {
1224
+ children: any;
1225
+ onClose: any;
1226
+ title?: string;
1227
+ icon?: react_jsx_runtime.JSX.Element;
1228
+ titleColor?: string;
1229
+ iconColor?: string;
1230
+ navColor?: string;
1231
+ }): react_jsx_runtime.JSX.Element;
1232
+
1233
+ 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 };