sag_components 2.0.0-beta296 → 2.0.0-beta297

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 (396) hide show
  1. package/dist/index.d.ts +510 -393
  2. package/dist/index.esm.js +13 -12
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +13 -12
  5. package/dist/index.js.map +1 -1
  6. package/dist/types/components/AreaChart/AreaChart.d.ts +1 -1
  7. package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -8
  8. package/dist/types/components/AttachedFile/AttachedFile.d.ts +7 -6
  9. package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
  10. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +1 -1
  11. package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
  12. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +1 -1
  13. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -12
  14. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +4 -3
  15. package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
  16. package/dist/types/components/BarChart/BarChart.d.ts +29 -20
  17. package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
  18. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +1 -1
  19. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -9
  20. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +1 -1
  21. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
  22. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +37 -29
  23. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
  24. package/dist/types/components/BatteryChart/BatteryChart.d.ts +1 -1
  25. package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -18
  26. package/dist/types/components/Benchmark/Benchmark.d.ts +14 -13
  27. package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
  28. package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +1 -1
  29. package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -7
  30. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +1 -1
  31. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -1
  32. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +1 -1
  33. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -6
  34. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +1 -1
  35. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -3
  36. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +1 -1
  37. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -3
  38. package/dist/types/components/BrushChart/BrushChart.d.ts +1 -1
  39. package/dist/types/components/BrushChart/BrushChart.style.d.ts +27 -25
  40. package/dist/types/components/BrushChart/Charts/BarLine.d.ts +1 -1
  41. package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +1 -1
  42. package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +1 -1
  43. package/dist/types/components/BubbleChart/BubbleChart.d.ts +1 -1
  44. package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -13
  45. package/dist/types/components/Button/Button.d.ts +1 -1
  46. package/dist/types/components/Button/Button.style.d.ts +5 -5
  47. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +12 -5
  48. package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
  49. package/dist/types/components/CampaignTool/Card.d.ts +13 -7
  50. package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
  51. package/dist/types/components/CampaignTool/FormInput.d.ts +1 -1
  52. package/dist/types/components/CampaignTool/FormSelect.d.ts +1 -1
  53. package/dist/types/components/CampaignTool/MultipleCard.d.ts +4 -3
  54. package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
  55. package/dist/types/components/CampaignTool/PageFilterBar.d.ts +3 -2
  56. package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
  57. package/dist/types/components/CampaignTool/Popup.d.ts +8 -7
  58. package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
  59. package/dist/types/components/CampaignTool/PopupContent.d.ts +11 -6
  60. package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
  61. package/dist/types/components/CampaignTool/Table.d.ts +19 -14
  62. package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
  63. package/dist/types/components/CheckBox/CheckBox.d.ts +1 -1
  64. package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
  65. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +1 -1
  66. package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
  67. package/dist/types/components/CodeEditor/CodeEditor.d.ts +1 -1
  68. package/dist/types/components/CollapseData/CollapseData.d.ts +19 -8
  69. package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
  70. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +31 -16
  71. package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
  72. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +7 -6
  73. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
  74. package/dist/types/components/ContainerTable/ContainerTable.d.ts +1 -1
  75. package/dist/types/components/ContainerTable/ContainerTable.stories.d.ts +1 -1
  76. package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -7
  77. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +6 -5
  78. package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
  79. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +1 -1
  80. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -10
  81. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +1 -1
  82. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
  83. package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +14 -13
  84. package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +5 -5
  85. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +1 -1
  86. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
  87. package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -1
  88. package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
  89. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +1 -1
  90. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
  91. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +14 -13
  92. package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
  93. package/dist/types/components/EventList/EventList.d.ts +11 -7
  94. package/dist/types/components/EventList/EventList.style.d.ts +4 -4
  95. package/dist/types/components/EventListItem/EventListItem.d.ts +8 -7
  96. package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
  97. package/dist/types/components/EventsTable/ColumnFilter.d.ts +1 -1
  98. package/dist/types/components/EventsTable/DeleteEventModal.d.ts +1 -1
  99. package/dist/types/components/EventsTable/EventTable.d.ts +1 -1
  100. package/dist/types/components/EventsTable/EventsHeader.d.ts +1 -1
  101. package/dist/types/components/EventsTable/EventsPage.d.ts +1 -1
  102. package/dist/types/components/EventsTable/SendButton.d.ts +1 -1
  103. package/dist/types/components/FilterContainer/FilterContainer.d.ts +2 -1
  104. package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
  105. package/dist/types/components/FilterPanel/FilterPanel.d.ts +46 -19
  106. package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
  107. package/dist/types/components/FormattedValue/FormattedValue.d.ts +14 -13
  108. package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
  109. package/dist/types/components/Heatmap/Heatmap.d.ts +10 -5
  110. package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -13
  111. package/dist/types/components/IconButton/IconButton.d.ts +15 -14
  112. package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
  113. package/dist/types/components/Input/Input.d.ts +28 -27
  114. package/dist/types/components/Input/Input.style.d.ts +8 -8
  115. package/dist/types/components/InputOld/InputOld.d.ts +18 -17
  116. package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
  117. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +2 -2
  118. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -12
  119. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +1 -1
  120. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -12
  121. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +1 -1
  122. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +2 -2
  123. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +27 -25
  124. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +1 -1
  125. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -17
  126. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +1 -1
  127. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +16 -14
  128. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +1 -1
  129. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +19 -17
  130. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +1 -1
  131. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -14
  132. package/dist/types/components/KpiFilter/KpiFilter.d.ts +21 -16
  133. package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
  134. package/dist/types/components/LinkButton/LinkButton.d.ts +1 -1
  135. package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
  136. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +1 -1
  137. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +14 -12
  138. package/dist/types/components/ListBox/ListBox.d.ts +1 -1
  139. package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
  140. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +12 -7
  141. package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
  142. package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +1 -1
  143. package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +1 -1
  144. package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +1 -1
  145. package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +1 -1
  146. package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +1 -1
  147. package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +1 -1
  148. package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +1 -1
  149. package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +1 -1
  150. package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +1 -1
  151. package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +1 -1
  152. package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +1 -1
  153. package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +1 -1
  154. package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +1 -1
  155. package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +1 -1
  156. package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +1 -1
  157. package/dist/types/components/MenuRoute/MenuRoute.d.ts +1 -1
  158. package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +3 -3
  159. package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -3
  160. package/dist/types/components/MessageBox/MessageBox.d.ts +1 -1
  161. package/dist/types/components/MessageBox/MessageBox.styles.d.ts +8 -8
  162. package/dist/types/components/Modal/Modal.d.ts +1 -1
  163. package/dist/types/components/Modal/Modal.style.d.ts +4 -4
  164. package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +1 -1
  165. package/dist/types/components/Modal/ModalTotalCost.d.ts +1 -1
  166. package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +2 -1
  167. package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +1 -1
  168. package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -3
  169. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +1 -1
  170. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +1 -1
  171. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +8 -8
  172. package/dist/types/components/MonthPicker/MonthPicker.d.ts +15 -14
  173. package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
  174. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +1 -1
  175. package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -7
  176. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +1 -1
  177. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
  178. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +26 -25
  179. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +3 -3
  180. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -12
  181. package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +1 -1
  182. package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +2 -2
  183. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +10 -10
  184. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +13 -8
  185. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -10
  186. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +39 -21
  187. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
  188. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +1 -1
  189. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
  190. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +34 -13
  191. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
  192. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +14 -5
  193. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
  194. package/dist/types/components/PieChart/PieChart.d.ts +23 -19
  195. package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
  196. package/dist/types/components/PopupCharts/PopupCharts.d.ts +20 -9
  197. package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
  198. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +12 -7
  199. package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
  200. package/dist/types/components/ProgressBar/ProgressBar.d.ts +7 -6
  201. package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
  202. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +15 -14
  203. package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
  204. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +1 -1
  205. package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -6
  206. package/dist/types/components/QuickFilter/QuickFilter.d.ts +1 -1
  207. package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
  208. package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +1 -1
  209. package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -8
  210. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +24 -17
  211. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +17 -17
  212. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +20 -13
  213. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
  214. package/dist/types/components/RangePicker/RangeDatePicker.d.ts +1 -1
  215. package/dist/types/components/RangePicker/RangePicker.d.ts +14 -13
  216. package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
  217. package/dist/types/components/ReportTable/ReportTable.d.ts +26 -17
  218. package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
  219. package/dist/types/components/SagButton/SagButton.d.ts +14 -13
  220. package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
  221. package/dist/types/components/SagIconButton/SagIconButton.d.ts +14 -13
  222. package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -2
  223. package/dist/types/components/SagInput/SagInput.d.ts +11 -10
  224. package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
  225. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +19 -13
  226. package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
  227. package/dist/types/components/SearchInput/SearchInput.d.ts +1 -1
  228. package/dist/types/components/SearchInput/SearchInput.style.d.ts +3 -3
  229. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +17 -14
  230. package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
  231. package/dist/types/components/Select/Select.d.ts +1 -1
  232. package/dist/types/components/Select/Select.style.d.ts +6 -6
  233. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +1 -1
  234. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -13
  235. package/dist/types/components/TabMenu/TabMenu.d.ts +1 -1
  236. package/dist/types/components/TabMenu/TabMenu.style.d.ts +11 -11
  237. package/dist/types/components/Table/DropMenus/Dropdown.d.ts +20 -16
  238. package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -5
  239. package/dist/types/components/Table/DropMenus/FieldPop.d.ts +1 -1
  240. package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -5
  241. package/dist/types/components/Table/DropMenus/FilterPop.d.ts +1 -1
  242. package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +9 -9
  243. package/dist/types/components/Table/DropMenus/RangePop.d.ts +1 -1
  244. package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +11 -11
  245. package/dist/types/components/Table/DropMenus/SortPop.d.ts +1 -1
  246. package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -8
  247. package/dist/types/components/Table/FilterIcon.d.ts +1 -1
  248. package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +1 -1
  249. package/dist/types/components/Table/Icons/FilterIcon.d.ts +1 -1
  250. package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +1 -1
  251. package/dist/types/components/Table/Icons/SortIcon.d.ts +1 -1
  252. package/dist/types/components/Table/Icons/TrashIcon.d.ts +1 -1
  253. package/dist/types/components/Table/NoEvents.d.ts +1 -1
  254. package/dist/types/components/Table/NoSearchUpcIcon.d.ts +1 -1
  255. package/dist/types/components/Table/NoUpcIcon.d.ts +1 -1
  256. package/dist/types/components/Table/NothingToTrack.d.ts +1 -1
  257. package/dist/types/components/Table/SortIcon.d.ts +1 -1
  258. package/dist/types/components/Table/Table.d.ts +1 -1
  259. package/dist/types/components/Table/Table.stories.d.ts +6 -6
  260. package/dist/types/components/Table/Table.style.d.ts +20 -20
  261. package/dist/types/components/Table/TableBody.d.ts +2 -1
  262. package/dist/types/components/Table/TableBody.styles.d.ts +36 -36
  263. package/dist/types/components/Table/TableHeader.d.ts +1 -1
  264. package/dist/types/components/Table/TableHeader.styles.d.ts +8 -8
  265. package/dist/types/components/Table/hook.d.ts +4 -4
  266. package/dist/types/components/Tag/Tag.d.ts +1 -1
  267. package/dist/types/components/Tag/Tag.style.d.ts +1 -1
  268. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.d.ts +1 -1
  269. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.style.d.ts +4 -4
  270. package/dist/types/components/TitleDescription/TitleDescription.d.ts +15 -12
  271. package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
  272. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +1 -1
  273. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -4
  274. package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +6 -5
  275. package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -3
  276. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
  277. package/dist/types/components/Tooltip/Tooltip.stories.d.ts +3 -3
  278. package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
  279. package/dist/types/components/TopToggleList/TopToggleList.d.ts +6 -5
  280. package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
  281. package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +14 -8
  282. package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
  283. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +29 -24
  284. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
  285. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +17 -13
  286. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
  287. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +19 -14
  288. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
  289. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +29 -24
  290. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
  291. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +27 -22
  292. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
  293. package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +7 -6
  294. package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
  295. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +27 -18
  296. package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
  297. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +13 -9
  298. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -5
  299. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +1 -1
  300. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +1 -1
  301. package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -8
  302. package/dist/types/icons/ArrowDownIcon.d.ts +1 -1
  303. package/dist/types/icons/ArrowDropDownIcon.d.ts +1 -1
  304. package/dist/types/icons/ArrowLeftIcon.d.ts +1 -1
  305. package/dist/types/icons/ArrowRightFullIcon.d.ts +1 -1
  306. package/dist/types/icons/ArrowSelectIcon.d.ts +1 -1
  307. package/dist/types/icons/ArrowUpIcon.d.ts +1 -1
  308. package/dist/types/icons/AttachedIcon.d.ts +1 -1
  309. package/dist/types/icons/BarcodeIcon.d.ts +1 -1
  310. package/dist/types/icons/BellIcon.d.ts +1 -1
  311. package/dist/types/icons/ButtonArrowRight.d.ts +1 -1
  312. package/dist/types/icons/Calendar.d.ts +1 -1
  313. package/dist/types/icons/CalendarIcon.d.ts +1 -1
  314. package/dist/types/icons/CalendarInOpen.d.ts +1 -1
  315. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +1 -1
  316. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +1 -1
  317. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +1 -1
  318. package/dist/types/icons/ChervronLeftIcon.d.ts +1 -1
  319. package/dist/types/icons/ChervronRightIcon.d.ts +1 -1
  320. package/dist/types/icons/ChevronIcon.d.ts +1 -1
  321. package/dist/types/icons/ChevronLeftIcon.d.ts +1 -1
  322. package/dist/types/icons/ChevronRightIcon.d.ts +1 -1
  323. package/dist/types/icons/ClockIcon.d.ts +1 -1
  324. package/dist/types/icons/CloseIcon.d.ts +1 -1
  325. package/dist/types/icons/CloseXIcon.d.ts +1 -1
  326. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +1 -1
  327. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +1 -1
  328. package/dist/types/icons/CommentIcon.d.ts +1 -1
  329. package/dist/types/icons/DocumentIcon.d.ts +1 -1
  330. package/dist/types/icons/DownArrowIcon.d.ts +1 -1
  331. package/dist/types/icons/DownloadIcon.d.ts +1 -1
  332. package/dist/types/icons/Duplicate.d.ts +1 -1
  333. package/dist/types/icons/ErrorIcon.d.ts +1 -1
  334. package/dist/types/icons/ExclamationMarkIcon.d.ts +1 -1
  335. package/dist/types/icons/ExitIcon.d.ts +1 -1
  336. package/dist/types/icons/ExportIcon.d.ts +1 -1
  337. package/dist/types/icons/EyeIcon.d.ts +1 -1
  338. package/dist/types/icons/FileIcon.d.ts +1 -1
  339. package/dist/types/icons/FilterIcon.d.ts +1 -1
  340. package/dist/types/icons/FlyIcon.d.ts +1 -1
  341. package/dist/types/icons/FolderIcon.d.ts +1 -1
  342. package/dist/types/icons/FoodLionChartIcon.d.ts +1 -1
  343. package/dist/types/icons/FoodLionIcon.d.ts +1 -1
  344. package/dist/types/icons/FoodLionNewIcon.d.ts +1 -1
  345. package/dist/types/icons/GiantFoodChartIcon.d.ts +1 -1
  346. package/dist/types/icons/GiantFoodIcon.d.ts +1 -1
  347. package/dist/types/icons/GiantFoodIcon_new.d.ts +1 -1
  348. package/dist/types/icons/HannafordChartIcon.d.ts +1 -1
  349. package/dist/types/icons/HannafordIcon.d.ts +1 -1
  350. package/dist/types/icons/HannafordIcon_new.d.ts +1 -1
  351. package/dist/types/icons/HannafordNewIcon.d.ts +1 -1
  352. package/dist/types/icons/HeroIcon.d.ts +1 -1
  353. package/dist/types/icons/InfoIcon.d.ts +1 -1
  354. package/dist/types/icons/LampIcon.d.ts +1 -1
  355. package/dist/types/icons/LegendLineIcon.d.ts +1 -1
  356. package/dist/types/icons/LegendUnionIcon.d.ts +1 -1
  357. package/dist/types/icons/MaintenanceIcon.d.ts +1 -1
  358. package/dist/types/icons/MenuItemClosedIcon.d.ts +1 -1
  359. package/dist/types/icons/MenuItemOpenIcon.d.ts +1 -1
  360. package/dist/types/icons/MenuItemRightIcon.d.ts +1 -1
  361. package/dist/types/icons/MenuItemUpIcon.d.ts +1 -1
  362. package/dist/types/icons/NoDataFoundIcon.d.ts +4 -3
  363. package/dist/types/icons/OkCircleIcon.d.ts +1 -1
  364. package/dist/types/icons/OkIcon.d.ts +1 -1
  365. package/dist/types/icons/OptionsIcon.d.ts +1 -1
  366. package/dist/types/icons/PackageSendIcon.d.ts +1 -1
  367. package/dist/types/icons/PenIcon.d.ts +1 -1
  368. package/dist/types/icons/PencilIcon.d.ts +1 -1
  369. package/dist/types/icons/PeopleIcon.d.ts +1 -1
  370. package/dist/types/icons/Plus.d.ts +1 -1
  371. package/dist/types/icons/PlusIcon.d.ts +1 -1
  372. package/dist/types/icons/RedDot.d.ts +1 -1
  373. package/dist/types/icons/ReselectIcon.d.ts +1 -1
  374. package/dist/types/icons/SearchIcon.d.ts +1 -1
  375. package/dist/types/icons/ShoppingCartIcon.d.ts +1 -1
  376. package/dist/types/icons/ShoutIcon.d.ts +1 -1
  377. package/dist/types/icons/SortIcon.d.ts +1 -1
  378. package/dist/types/icons/SpotlightProductIcon.d.ts +1 -1
  379. package/dist/types/icons/StopAndShopChartIcon.d.ts +1 -1
  380. package/dist/types/icons/StopAndShopIcon.d.ts +1 -1
  381. package/dist/types/icons/StopAndShopNewIcon.d.ts +1 -1
  382. package/dist/types/icons/SucceededIcon.d.ts +1 -1
  383. package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +1 -1
  384. package/dist/types/icons/TheGiantCompanyIcon.d.ts +1 -1
  385. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +1 -1
  386. package/dist/types/icons/TrashIcon.d.ts +1 -1
  387. package/dist/types/icons/UpArrowIcon.d.ts +1 -1
  388. package/dist/types/icons/UploadIcon.d.ts +1 -1
  389. package/dist/types/icons/UploadIconV2.d.ts +1 -1
  390. package/dist/types/icons/VIcon.d.ts +1 -1
  391. package/dist/types/utils/IconsHandler.d.ts +1 -1
  392. package/dist/types/utils/IconsHandler.style.d.ts +1 -1
  393. package/dist/types/utils/UtilsComponents/CustomTooltip.d.ts +1 -1
  394. package/dist/types/utils/UtilsComponents/TitleWithCustomTooltip.d.ts +1 -1
  395. package/dist/types/utils/UtilsComponents/useTextOverflow.d.ts +4 -3
  396. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,26 +1,33 @@
1
- declare function Button(props: any): any;
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import PropTypes from 'prop-types';
3
+ import React from 'react';
2
4
 
3
- declare function PieChart(props: any): any;
5
+ declare function Button(props: any): react_jsx_runtime.JSX.Element;
6
+
7
+ declare function PieChart(props: any): react_jsx_runtime.JSX.Element;
4
8
  declare namespace PieChart {
5
9
  namespace propTypes {
6
- const className: any;
7
- const width: any;
8
- const height: any;
9
- const textcolor: any;
10
- const title: any;
11
- const value: any;
12
- const currencySign: any;
13
- const currencyType: any;
14
- const dotCut: any;
15
- const isPercent: any;
16
- const legendData: any;
17
- const itemsBoldedValues: any;
18
- const itemsPercentagesValueAside: any;
19
- const itemsValuesSeparateLine: any;
20
- const hideTitleAndValue: any;
21
- const addingBenchmark: any;
22
- const textAfterValue: any;
23
- const noDataText: any;
10
+ const className: PropTypes.Requireable<string>;
11
+ const width: PropTypes.Requireable<string>;
12
+ const height: PropTypes.Requireable<string>;
13
+ const textcolor: PropTypes.Requireable<string>;
14
+ const title: PropTypes.Requireable<string>;
15
+ const value: PropTypes.Requireable<number>;
16
+ const currencySign: PropTypes.Requireable<boolean>;
17
+ const currencyType: PropTypes.Requireable<string>;
18
+ const dotCut: PropTypes.Requireable<boolean>;
19
+ const isPercent: PropTypes.Requireable<boolean>;
20
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
21
+ name: PropTypes.Requireable<string>;
22
+ description: PropTypes.Requireable<string>;
23
+ }>[]>;
24
+ const itemsBoldedValues: PropTypes.Requireable<boolean>;
25
+ const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
26
+ const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
27
+ const hideTitleAndValue: PropTypes.Requireable<boolean>;
28
+ const addingBenchmark: PropTypes.Requireable<boolean>;
29
+ const textAfterValue: PropTypes.Requireable<string>;
30
+ const noDataText: PropTypes.Requireable<string>;
24
31
  }
25
32
  namespace defaultProps {
26
33
  const className_1: string;
@@ -62,21 +69,21 @@ declare namespace PieChart {
62
69
  }
63
70
  }
64
71
 
65
- declare function EventDetailsCard(props: any): any;
72
+ declare function EventDetailsCard(props: any): react_jsx_runtime.JSX.Element;
66
73
  declare namespace EventDetailsCard {
67
74
  namespace propTypes {
68
- const title: any;
69
- const width: any;
70
- const height: any;
71
- const className: any;
72
- const displayBannersDropdown: any;
73
- const banners: any;
74
- const data: any;
75
- const count: any;
76
- const buttonText: any;
77
- const onViewButtonClick: any;
78
- const onBannersDropdownClick: any;
79
- const disableViewDetailsButton: any;
75
+ const title: PropTypes.Requireable<string>;
76
+ const width: PropTypes.Requireable<string>;
77
+ const height: PropTypes.Requireable<string>;
78
+ const className: PropTypes.Requireable<string>;
79
+ const displayBannersDropdown: PropTypes.Requireable<boolean>;
80
+ const banners: PropTypes.Requireable<string[]>;
81
+ const data: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
82
+ const count: PropTypes.Requireable<number>;
83
+ const buttonText: PropTypes.Requireable<string>;
84
+ const onViewButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
85
+ const onBannersDropdownClick: PropTypes.Requireable<(...args: any[]) => any>;
86
+ const disableViewDetailsButton: PropTypes.Requireable<boolean>;
80
87
  }
81
88
  namespace defaultProps {
82
89
  const title_1: string;
@@ -109,31 +116,57 @@ declare namespace EventDetailsCard {
109
116
  }
110
117
  }
111
118
 
112
- declare function LinnerDataBox(props: any): any;
119
+ declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
113
120
 
114
- declare function TabMenu(props: any): any;
121
+ declare function TabMenu(props: any): react_jsx_runtime.JSX.Element;
115
122
 
116
- declare function FilterPanel(props: any): any;
123
+ declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
117
124
  declare namespace FilterPanel {
118
125
  namespace propTypes {
119
- const availableQuarters: any;
120
- const availableMonths: any;
121
- const availableYears: any;
122
- const fieldsData: any;
123
- const width: any;
124
- const height: any;
125
- const okButtonBackgroundColor: any;
126
- const okButtonHoverColor: any;
127
- const resetButtonHoverColor: any;
128
- const borderColor: any;
129
- const onOkClick: any;
130
- const onResetClick: any;
131
- const onItemValueChanged: any;
132
- const disableOKButton: any;
133
- const className: any;
134
- const useExternalFilterState: any;
135
- const showShadow: any;
136
- const tooltipTextGoButton: any;
126
+ const availableQuarters: PropTypes.Requireable<string[]>;
127
+ const availableMonths: PropTypes.Requireable<string[]>;
128
+ const availableYears: PropTypes.Requireable<string[]>;
129
+ const fieldsData: PropTypes.Requireable<PropTypes.InferProps<{
130
+ disabled: PropTypes.Requireable<boolean>;
131
+ required: PropTypes.Requireable<boolean>;
132
+ inputType: PropTypes.Requireable<string>;
133
+ placeHolder: PropTypes.Requireable<string>;
134
+ xIconShow: PropTypes.Requireable<boolean>;
135
+ label: PropTypes.Requireable<string>;
136
+ labelEmptyValue: PropTypes.Requireable<string>;
137
+ name: PropTypes.Requireable<string>;
138
+ periodPickerSelectedValue: PropTypes.Requireable<string>;
139
+ selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
140
+ value: PropTypes.Requireable<string>;
141
+ label: PropTypes.Requireable<string>;
142
+ }>[]>;
143
+ orderBy: PropTypes.Requireable<string>;
144
+ elementType: PropTypes.Requireable<string>;
145
+ value: PropTypes.Requireable<number>;
146
+ color: PropTypes.Requireable<string>;
147
+ defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
148
+ value: PropTypes.Requireable<string>;
149
+ label: PropTypes.Requireable<string>;
150
+ }>>;
151
+ dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
152
+ value: PropTypes.Requireable<string>;
153
+ label: PropTypes.Requireable<string>;
154
+ }>[]>;
155
+ }>[]>;
156
+ const width: PropTypes.Requireable<string>;
157
+ const height: PropTypes.Requireable<string>;
158
+ const okButtonBackgroundColor: PropTypes.Requireable<string>;
159
+ const okButtonHoverColor: PropTypes.Requireable<string>;
160
+ const resetButtonHoverColor: PropTypes.Requireable<string>;
161
+ const borderColor: PropTypes.Requireable<string>;
162
+ const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
163
+ const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
164
+ const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
165
+ const disableOKButton: PropTypes.Requireable<boolean>;
166
+ const className: PropTypes.Requireable<string>;
167
+ const useExternalFilterState: PropTypes.Requireable<boolean>;
168
+ const showShadow: PropTypes.Requireable<boolean>;
169
+ const tooltipTextGoButton: PropTypes.Requireable<string>;
137
170
  }
138
171
  namespace defaultProps {
139
172
  const availableQuarters_1: string[];
@@ -175,25 +208,33 @@ declare namespace FilterPanel {
175
208
  }
176
209
  }
177
210
 
178
- declare function ReportTable(props: any): any;
211
+ declare function ReportTable(props: any): react_jsx_runtime.JSX.Element;
179
212
  declare namespace ReportTable {
180
213
  namespace propTypes {
181
- const buttonText: any;
182
- const buttonIconName: any;
183
- const tableData: any;
184
- const maxColumnsNumber: any;
185
- const useColorLinearGradient: any;
186
- const useSelectButtons: any;
187
- const disableSelectButtons: any;
188
- const disableInfo: any;
189
- const selectTextColor: any;
190
- const onSelectRowClick: any;
191
- const onCheckRowClick: any;
192
- const onAllRowsCheckBoxClick: any;
193
- const useCheckBoxes: any;
194
- const selectHoverColor: any;
195
- const enableHover: any;
196
- const enablePagination: any;
214
+ const buttonText: PropTypes.Requireable<string>;
215
+ const buttonIconName: PropTypes.Requireable<string>;
216
+ const tableData: PropTypes.Requireable<PropTypes.InferProps<{
217
+ columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
218
+ label: PropTypes.Requireable<string>;
219
+ key: PropTypes.Requireable<string>;
220
+ }>[]>;
221
+ rowsValues: PropTypes.Requireable<{
222
+ [x: string]: string;
223
+ }[]>;
224
+ }>>;
225
+ const maxColumnsNumber: PropTypes.Requireable<number>;
226
+ const useColorLinearGradient: PropTypes.Requireable<boolean>;
227
+ const useSelectButtons: PropTypes.Requireable<boolean>;
228
+ const disableSelectButtons: PropTypes.Requireable<boolean>;
229
+ const disableInfo: PropTypes.Requireable<boolean>;
230
+ const selectTextColor: PropTypes.Requireable<string>;
231
+ const onSelectRowClick: PropTypes.Requireable<(...args: any[]) => any>;
232
+ const onCheckRowClick: PropTypes.Requireable<(...args: any[]) => any>;
233
+ const onAllRowsCheckBoxClick: PropTypes.Requireable<(...args: any[]) => any>;
234
+ const useCheckBoxes: PropTypes.Requireable<boolean>;
235
+ const selectHoverColor: PropTypes.Requireable<string>;
236
+ const enableHover: PropTypes.Requireable<boolean>;
237
+ const enablePagination: PropTypes.Requireable<boolean>;
197
238
  }
198
239
  namespace defaultProps {
199
240
  const buttonText_1: string;
@@ -249,15 +290,18 @@ declare namespace ReportTable {
249
290
  }
250
291
  }
251
292
 
252
- declare function EventList(props: any): any;
293
+ declare function EventList(props: any): react_jsx_runtime.JSX.Element;
253
294
  declare namespace EventList {
254
295
  namespace propTypes {
255
- const eventsData: any;
256
- const selectTextColor: any;
257
- const height: any;
258
- const width: any;
259
- const itemHeight: any;
260
- const onSelectClick: any;
296
+ const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
297
+ eventName: PropTypes.Requireable<string>;
298
+ period: PropTypes.Requireable<string>;
299
+ }>[]>;
300
+ const selectTextColor: PropTypes.Requireable<string>;
301
+ const height: PropTypes.Requireable<string>;
302
+ const width: PropTypes.Requireable<string>;
303
+ const itemHeight: PropTypes.Requireable<string>;
304
+ const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
261
305
  }
262
306
  namespace defaultProps {
263
307
  const eventsData_1: any[];
@@ -275,15 +319,15 @@ declare namespace EventList {
275
319
  }
276
320
  }
277
321
 
278
- declare function BannerEventBoxList(props: any): any;
322
+ declare function BannerEventBoxList(props: any): react_jsx_runtime.JSX.Element;
279
323
 
280
- declare function DialogOverlay(props: any): any;
324
+ declare function DialogOverlay(props: any): react_jsx_runtime.JSX.Element;
281
325
  declare namespace DialogOverlay {
282
326
  namespace propTypes {
283
- const title: any;
284
- const children: any;
285
- const onDialogClose: any;
286
- const className: any;
327
+ const title: PropTypes.Requireable<string>;
328
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
329
+ const onDialogClose: PropTypes.Requireable<(...args: any[]) => any>;
330
+ const className: PropTypes.Requireable<string>;
287
331
  }
288
332
  namespace defaultProps {
289
333
  const title_1: string;
@@ -297,24 +341,38 @@ declare namespace DialogOverlay {
297
341
  }
298
342
  }
299
343
 
300
- declare function CollapseHeader(props: any): any;
344
+ declare function CollapseHeader(props: any): react_jsx_runtime.JSX.Element;
301
345
  declare namespace CollapseHeader {
302
346
  namespace propTypes {
303
- const className: any;
304
- const showRetailerIcon: any;
305
- const showPeriodIcon: any;
306
- const viewCreativeRetailersData: any;
307
- const data: any;
308
- const showViewCreativeButton: any;
309
- const viewCreativeOnClick: any;
310
- const descriptionTitle: any;
311
- const datesTitle: any;
312
- const width: any;
313
- const height: any;
314
- const textcolor: any;
315
- const showDraft: any;
316
- const buttonText: any;
317
- const disabled: any;
347
+ const className: PropTypes.Requireable<string>;
348
+ const showRetailerIcon: PropTypes.Requireable<boolean>;
349
+ const showPeriodIcon: PropTypes.Requireable<boolean>;
350
+ const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
351
+ label: PropTypes.Requireable<string>;
352
+ }>[]>;
353
+ const data: PropTypes.Requireable<PropTypes.InferProps<{
354
+ eventType: PropTypes.Requireable<string>;
355
+ retailer: PropTypes.Requireable<string>;
356
+ eventDescription: PropTypes.Requireable<string>;
357
+ objectivesDescription: PropTypes.Requireable<string>;
358
+ eventDatesValue: PropTypes.Requireable<string>;
359
+ externalEventDescription: PropTypes.Requireable<string>;
360
+ externalEventID: PropTypes.Requireable<string>;
361
+ storeType: PropTypes.Requireable<string>;
362
+ category: PropTypes.Requireable<string>;
363
+ supplier: PropTypes.Requireable<string>;
364
+ brand: PropTypes.Requireable<string>;
365
+ }>>;
366
+ const showViewCreativeButton: PropTypes.Requireable<boolean>;
367
+ const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
368
+ const descriptionTitle: PropTypes.Requireable<string>;
369
+ const datesTitle: PropTypes.Requireable<string>;
370
+ const width: PropTypes.Requireable<string>;
371
+ const height: PropTypes.Requireable<string>;
372
+ const textcolor: PropTypes.Requireable<string>;
373
+ const showDraft: PropTypes.Requireable<boolean>;
374
+ const buttonText: PropTypes.Requireable<string>;
375
+ const disabled: PropTypes.Requireable<boolean>;
318
376
  }
319
377
  namespace defaultProps {
320
378
  const className_1: string;
@@ -381,35 +439,35 @@ declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disable
381
439
  onChange?: (value: any) => void;
382
440
  options?: any[];
383
441
  selectedValue?: any[];
384
- }): any;
442
+ }): react_jsx_runtime.JSX.Element;
385
443
 
386
- declare function OneColumnContainer(props: any): any;
444
+ declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
387
445
  declare namespace OneColumnContainer {
388
446
  namespace propTypes {
389
- const children: any;
390
- const display: any;
391
- const isLoading: any;
392
- const gridTemplateColumns: any;
393
- const itemClass: any;
394
- const divStyle: any;
395
- const overStyle: any;
396
- const draggingStyle: any;
397
- const droppedStyle: any;
398
- const width: any;
399
- const height: any;
400
- const overflow: any;
401
- const transparentBackground: any;
402
- const infoTitle: any;
403
- const infoText: any;
404
- const disableInfo: any;
405
- const showViewByBannerButton: any;
406
- const onBannerClick: any;
407
- const columnTitle: any;
408
- const isPercentOfChange: any;
409
- const PercentOfChangeData: any;
410
- const backgroundImage: any;
411
- const showBackgroundImage: any;
412
- const backgroundImageStyle: any;
447
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
448
+ const display: PropTypes.Requireable<string>;
449
+ const isLoading: PropTypes.Requireable<boolean>;
450
+ const gridTemplateColumns: PropTypes.Requireable<string>;
451
+ const itemClass: PropTypes.Requireable<string>;
452
+ const divStyle: PropTypes.Requireable<string>;
453
+ const overStyle: PropTypes.Requireable<string>;
454
+ const draggingStyle: PropTypes.Requireable<string>;
455
+ const droppedStyle: PropTypes.Requireable<string>;
456
+ const width: PropTypes.Requireable<string>;
457
+ const height: PropTypes.Requireable<string>;
458
+ const overflow: PropTypes.Requireable<string>;
459
+ const transparentBackground: PropTypes.Requireable<boolean>;
460
+ const infoTitle: PropTypes.Requireable<string>;
461
+ const infoText: PropTypes.Requireable<string>;
462
+ const disableInfo: PropTypes.Requireable<boolean>;
463
+ const showViewByBannerButton: PropTypes.Requireable<boolean>;
464
+ const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
465
+ const columnTitle: PropTypes.Requireable<string>;
466
+ const isPercentOfChange: PropTypes.Requireable<boolean>;
467
+ const PercentOfChangeData: PropTypes.Requireable<number>;
468
+ const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
469
+ const showBackgroundImage: PropTypes.Requireable<boolean>;
470
+ const backgroundImageStyle: PropTypes.Requireable<object>;
413
471
  }
414
472
  namespace defaultProps {
415
473
  const children_1: any;
@@ -463,37 +521,44 @@ declare namespace OneColumnContainer {
463
521
  }
464
522
  }
465
523
 
466
- declare function BarChartsByWeeks(props: any): any;
524
+ declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
467
525
  declare namespace BarChartsByWeeks {
468
526
  namespace propTypes {
469
- const className: any;
470
- const title: any;
471
- const showHeaderTopValue: any;
472
- const headerValueTopTitle: any;
473
- const headerValueBottomTitle: any;
474
- const headerValue: any;
475
- const HeaderValueCurrencyType: any;
476
- const HeaderValueIsPercent: any;
477
- const barChartData: any;
478
- const isTitleOriganal: any;
479
- const width: any;
480
- const height: any;
481
- const barChartColor: any;
482
- const barChartSecondColor: any;
483
- const xselectedColor: any;
484
- const startWeekRange: any;
485
- const endWeekRange: any;
486
- const tooltipTitle: any;
487
- const tooltipSecondTitle: any;
488
- const yAxisCounter: any;
489
- const isPercentValue: any;
490
- const interval: any;
491
- const showTitle: any;
492
- const showLegend: any;
493
- const legendData: any;
494
- const showTwoBars: any;
495
- const setLimitHeight: any;
496
- const setLimitLow: any;
527
+ const className: PropTypes.Requireable<string>;
528
+ const title: PropTypes.Requireable<string>;
529
+ const showHeaderTopValue: PropTypes.Requireable<boolean>;
530
+ const headerValueTopTitle: PropTypes.Requireable<string>;
531
+ const headerValueBottomTitle: PropTypes.Requireable<string>;
532
+ const headerValue: PropTypes.Requireable<number>;
533
+ const HeaderValueCurrencyType: PropTypes.Requireable<string>;
534
+ const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
535
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
536
+ title: PropTypes.Requireable<string>;
537
+ value: PropTypes.Requireable<number>;
538
+ }>[]>;
539
+ const isTitleOriganal: PropTypes.Requireable<boolean>;
540
+ const width: PropTypes.Requireable<string>;
541
+ const height: PropTypes.Requireable<string>;
542
+ const barChartColor: PropTypes.Requireable<string>;
543
+ const barChartSecondColor: PropTypes.Requireable<string>;
544
+ const xselectedColor: PropTypes.Requireable<string>;
545
+ const startWeekRange: PropTypes.Requireable<string>;
546
+ const endWeekRange: PropTypes.Requireable<string>;
547
+ const tooltipTitle: PropTypes.Requireable<string>;
548
+ const tooltipSecondTitle: PropTypes.Requireable<string>;
549
+ const yAxisCounter: PropTypes.Requireable<number>;
550
+ const isPercentValue: PropTypes.Requireable<boolean>;
551
+ const interval: PropTypes.Requireable<string>;
552
+ const showTitle: PropTypes.Requireable<boolean>;
553
+ const showLegend: PropTypes.Requireable<boolean>;
554
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
555
+ title: PropTypes.Validator<string>;
556
+ iconType: PropTypes.Validator<string>;
557
+ iconColor: PropTypes.Validator<string>;
558
+ }>[]>;
559
+ const showTwoBars: PropTypes.Requireable<boolean>;
560
+ const setLimitHeight: PropTypes.Requireable<number>;
561
+ const setLimitLow: PropTypes.Requireable<number>;
497
562
  }
498
563
  namespace defaultProps {
499
564
  const className_1: string;
@@ -562,17 +627,27 @@ declare namespace BarChartsByWeeks {
562
627
  }
563
628
  }
564
629
 
565
- declare function PopupCharts(props: any): any;
630
+ declare function PopupCharts(props: any): react_jsx_runtime.JSX.Element;
566
631
  declare namespace PopupCharts {
567
632
  namespace propTypes {
568
- const title: any;
569
- const chartType: any;
570
- const popupChartsItemsData: any;
571
- const isPopupChartsOpen: any;
572
- const width: any;
573
- const height: any;
574
- const onCloseClick: any;
575
- const subtitleTextColor: any;
633
+ const title: PropTypes.Requireable<string>;
634
+ const chartType: PropTypes.Requireable<string>;
635
+ const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
636
+ title: PropTypes.Requireable<string>;
637
+ chartType: PropTypes.Requireable<string>;
638
+ value: PropTypes.Requireable<number>;
639
+ legendData: PropTypes.Requireable<PropTypes.InferProps<{
640
+ color: PropTypes.Requireable<string>;
641
+ name: PropTypes.Requireable<string>;
642
+ value: PropTypes.Requireable<number>;
643
+ }>[]>;
644
+ noDataText: PropTypes.Requireable<string>;
645
+ }>[]>;
646
+ const isPopupChartsOpen: PropTypes.Requireable<boolean>;
647
+ const width: PropTypes.Requireable<string>;
648
+ const height: PropTypes.Requireable<string>;
649
+ const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
650
+ const subtitleTextColor: PropTypes.Requireable<string>;
576
651
  }
577
652
  namespace defaultProps {
578
653
  const title_1: string;
@@ -615,32 +690,36 @@ declare namespace PopupCharts {
615
690
  }
616
691
  }
617
692
 
618
- declare function TotalDoughnutChart(props: any): any;
693
+ declare function TotalDoughnutChart(props: any): react_jsx_runtime.JSX.Element;
619
694
  declare namespace TotalDoughnutChart {
620
695
  namespace propTypes {
621
- const className: any;
622
- const title: any;
623
- const value: any;
624
- const rootFont: any;
625
- const containerPadding: any;
626
- const addingBenchmark: any;
627
- const dotCut: any;
628
- const currencySign: any;
629
- const currencyType: any;
630
- const legendData: any;
631
- const legendBelow: any;
632
- const itemsPercentagesValueAside: any;
633
- const itemsBoldedValues: any;
634
- const itemsValuesSeparateLine: any;
635
- const width: any;
636
- const height: any;
637
- const textcolor: any;
638
- const titleFontSize: any;
639
- const FormattedValueFontSize: any;
640
- const isPercent: any;
641
- const hideTitleAndValue: any;
642
- const noDataText: any;
643
- const textAfterValue: any;
696
+ const className: PropTypes.Requireable<string>;
697
+ const title: PropTypes.Requireable<string>;
698
+ const value: PropTypes.Requireable<number>;
699
+ const rootFont: PropTypes.Requireable<string>;
700
+ const containerPadding: PropTypes.Requireable<string>;
701
+ const addingBenchmark: PropTypes.Requireable<boolean>;
702
+ const dotCut: PropTypes.Requireable<boolean>;
703
+ const currencySign: PropTypes.Requireable<boolean>;
704
+ const currencyType: PropTypes.Requireable<string>;
705
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
706
+ color: PropTypes.Requireable<string>;
707
+ value: PropTypes.Requireable<number>;
708
+ name: PropTypes.Requireable<string>;
709
+ }>[]>;
710
+ const legendBelow: PropTypes.Requireable<boolean>;
711
+ const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
712
+ const itemsBoldedValues: PropTypes.Requireable<boolean>;
713
+ const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
714
+ const width: PropTypes.Requireable<string>;
715
+ const height: PropTypes.Requireable<string>;
716
+ const textcolor: PropTypes.Requireable<string>;
717
+ const titleFontSize: PropTypes.Requireable<string>;
718
+ const FormattedValueFontSize: PropTypes.Requireable<string>;
719
+ const isPercent: PropTypes.Requireable<boolean>;
720
+ const hideTitleAndValue: PropTypes.Requireable<boolean>;
721
+ const noDataText: PropTypes.Requireable<string>;
722
+ const textAfterValue: PropTypes.Requireable<string>;
644
723
  }
645
724
  namespace defaultProps {
646
725
  const className_1: string;
@@ -692,13 +771,13 @@ declare namespace TotalDoughnutChart {
692
771
  }
693
772
  }
694
773
 
695
- declare function TopToggleList(props: any): any;
774
+ declare function TopToggleList(props: any): react_jsx_runtime.JSX.Element;
696
775
  declare namespace TopToggleList {
697
776
  namespace propTypes {
698
- const width: any;
699
- const height: any;
700
- const title: any;
701
- const list: any;
777
+ const width: PropTypes.Requireable<string>;
778
+ const height: PropTypes.Requireable<string>;
779
+ const title: PropTypes.Requireable<string>;
780
+ const list: PropTypes.Requireable<any[]>;
702
781
  }
703
782
  namespace defaultProps {
704
783
  const width_1: string;
@@ -715,15 +794,19 @@ declare namespace TopToggleList {
715
794
  }
716
795
  }
717
796
 
718
- declare function MarketShareDescription(props: any): any;
797
+ declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
719
798
  declare namespace MarketShareDescription {
720
799
  namespace propTypes {
721
- const marketShareData: any;
722
- const height: any;
723
- const width: any;
724
- const iconColor: any;
725
- const onBannerClick: any;
726
- const dotCut: any;
800
+ const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
801
+ label: PropTypes.Requireable<string>;
802
+ checked: PropTypes.Requireable<boolean>;
803
+ disabled: PropTypes.Requireable<boolean>;
804
+ }>[]>;
805
+ const height: PropTypes.Requireable<string>;
806
+ const width: PropTypes.Requireable<string>;
807
+ const iconColor: PropTypes.Requireable<string>;
808
+ const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
809
+ const dotCut: PropTypes.Requireable<boolean>;
727
810
  }
728
811
  namespace defaultProps {
729
812
  const marketShareData_1: any[];
@@ -741,40 +824,48 @@ declare namespace MarketShareDescription {
741
824
  }
742
825
  }
743
826
 
744
- declare function Heatmap(props: any): any;
827
+ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
745
828
  declare namespace Heatmap {
746
829
  namespace propTypes {
747
- const title: any;
748
- const data: any;
749
- const lowLimit: any;
750
- const barHeight: any;
830
+ const title: PropTypes.Validator<string>;
831
+ const data: PropTypes.Validator<PropTypes.InferProps<{
832
+ value: PropTypes.Validator<number>;
833
+ label: PropTypes.Validator<string>;
834
+ color: PropTypes.Validator<string>;
835
+ }>[]>;
836
+ const lowLimit: PropTypes.Validator<number>;
837
+ const barHeight: PropTypes.Validator<string>;
751
838
  }
752
839
  }
753
840
 
754
- declare function TotalHorizontalCharts(props: any): any;
841
+ declare function TotalHorizontalCharts(props: any): react_jsx_runtime.JSX.Element;
755
842
  declare namespace TotalHorizontalCharts {
756
843
  namespace propTypes {
757
- const className: any;
758
- const title: any;
759
- const value: any;
760
- const dotCut: any;
761
- const currencySign: any;
762
- const currencyType: any;
763
- const chartsData: any;
764
- const showScrollerBarsCount: any;
765
- const showPercentAsideValue: any;
766
- const labelFontSize: any;
767
- const labelLimitedLetters: any;
768
- const width: any;
769
- const height: any;
770
- const rightGap: any;
771
- const textColor: any;
772
- const noDataText: any;
773
- const isDollar: any;
774
- const isPercentage: any;
775
- const showDollarSign: any;
776
- const hideTotalValue: any;
777
- const hideTitle: any;
844
+ const className: PropTypes.Requireable<string>;
845
+ const title: PropTypes.Requireable<string>;
846
+ const value: PropTypes.Requireable<number>;
847
+ const dotCut: PropTypes.Requireable<boolean>;
848
+ const currencySign: PropTypes.Requireable<boolean>;
849
+ const currencyType: PropTypes.Requireable<string>;
850
+ const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
851
+ name: PropTypes.Requireable<string>;
852
+ value: PropTypes.Requireable<number>;
853
+ color: PropTypes.Requireable<string>;
854
+ }>[]>;
855
+ const showScrollerBarsCount: PropTypes.Requireable<number>;
856
+ const showPercentAsideValue: PropTypes.Requireable<boolean>;
857
+ const labelFontSize: PropTypes.Requireable<number>;
858
+ const labelLimitedLetters: PropTypes.Requireable<number>;
859
+ const width: PropTypes.Requireable<string>;
860
+ const height: PropTypes.Requireable<string>;
861
+ const rightGap: PropTypes.Requireable<number>;
862
+ const textColor: PropTypes.Requireable<string>;
863
+ const noDataText: PropTypes.Requireable<string>;
864
+ const isDollar: PropTypes.Requireable<boolean>;
865
+ const isPercentage: PropTypes.Requireable<boolean>;
866
+ const showDollarSign: PropTypes.Requireable<boolean>;
867
+ const hideTotalValue: PropTypes.Requireable<boolean>;
868
+ const hideTitle: PropTypes.Requireable<boolean>;
778
869
  }
779
870
  namespace defaultProps {
780
871
  const className_1: string;
@@ -822,22 +913,22 @@ declare namespace TotalHorizontalCharts {
822
913
  }
823
914
  }
824
915
 
825
- declare function IconButton(props: any): any;
916
+ declare function IconButton(props: any): react_jsx_runtime.JSX.Element;
826
917
  declare namespace IconButton {
827
918
  namespace propTypes {
828
- const fileLink: any;
829
- const showProcess: any;
830
- const buttonText: any;
831
- const iconName: any;
832
- const contentColor: any;
833
- const backgroundColor: any;
834
- const borderColor: any;
835
- const borderRadius: any;
836
- const iconHeight: any;
837
- const iconWidth: any;
838
- const disabled: any;
839
- const onClick: any;
840
- const onCancelClick: any;
919
+ const fileLink: PropTypes.Requireable<string>;
920
+ const showProcess: PropTypes.Requireable<boolean>;
921
+ const buttonText: PropTypes.Requireable<string>;
922
+ const iconName: PropTypes.Requireable<string>;
923
+ const contentColor: PropTypes.Requireable<string>;
924
+ const backgroundColor: PropTypes.Requireable<string>;
925
+ const borderColor: PropTypes.Requireable<string>;
926
+ const borderRadius: PropTypes.Requireable<string>;
927
+ const iconHeight: PropTypes.Requireable<number>;
928
+ const iconWidth: PropTypes.Requireable<number>;
929
+ const disabled: PropTypes.Requireable<boolean>;
930
+ const onClick: PropTypes.Requireable<(...args: any[]) => any>;
931
+ const onCancelClick: PropTypes.Requireable<(...args: any[]) => any>;
841
932
  }
842
933
  namespace defaultProps {
843
934
  const fileLink_1: string;
@@ -869,30 +960,38 @@ declare namespace IconButton {
869
960
  }
870
961
  }
871
962
 
872
- declare function DoublePanelDataRow(props: any): any;
963
+ declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
873
964
 
874
- declare function BarChart(props: any): any;
965
+ declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
875
966
  declare namespace BarChart {
876
967
  namespace propTypes {
877
- const title: any;
878
- const barChartData: any;
879
- const width: any;
880
- const height: any;
881
- const barSize: any;
882
- const barFontSizeValue: any;
883
- const barChartColor: any;
884
- const showDollarSign: any;
885
- const isDollar: any;
886
- const showLegend: any;
887
- const legendData: any;
888
- const showReferenceLine: any;
889
- const referenceLinePoint: any;
890
- const referenceLineColor: any;
891
- const referenceLineDashed: any;
892
- const showCurrentCampaignStyle: any;
893
- const currentBarColor: any;
894
- const isPercent: any;
895
- const noDataText: any;
968
+ const title: PropTypes.Requireable<string>;
969
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
970
+ title: PropTypes.Requireable<string>;
971
+ date: PropTypes.Requireable<string>;
972
+ value: PropTypes.Requireable<number>;
973
+ }>[]>;
974
+ const width: PropTypes.Requireable<string>;
975
+ const height: PropTypes.Requireable<string>;
976
+ const barSize: PropTypes.Requireable<number>;
977
+ const barFontSizeValue: PropTypes.Requireable<string>;
978
+ const barChartColor: PropTypes.Requireable<string>;
979
+ const showDollarSign: PropTypes.Requireable<boolean>;
980
+ const isDollar: PropTypes.Requireable<boolean>;
981
+ const showLegend: PropTypes.Requireable<boolean>;
982
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
983
+ title: PropTypes.Validator<string>;
984
+ iconType: PropTypes.Validator<string>;
985
+ iconColor: PropTypes.Validator<string>;
986
+ }>[]>;
987
+ const showReferenceLine: PropTypes.Requireable<boolean>;
988
+ const referenceLinePoint: PropTypes.Requireable<number>;
989
+ const referenceLineColor: PropTypes.Requireable<string>;
990
+ const referenceLineDashed: PropTypes.Requireable<string>;
991
+ const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
992
+ const currentBarColor: PropTypes.Requireable<string>;
993
+ const isPercent: PropTypes.Requireable<boolean>;
994
+ const noDataText: PropTypes.Requireable<string>;
896
995
  }
897
996
  namespace defaultProps {
898
997
  const title_1: string;
@@ -944,11 +1043,11 @@ declare namespace BarChart {
944
1043
  }
945
1044
  }
946
1045
 
947
- declare function DoubleBarSingleLine(props: any): any;
1046
+ declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
948
1047
 
949
- declare function AreaChart(props: any): any;
1048
+ declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
950
1049
 
951
- declare function BreakdownPanel(props: any): any;
1050
+ declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
952
1051
 
953
1052
  declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
954
1053
  text?: string;
@@ -961,7 +1060,7 @@ declare function LinkButton({ text, type, size, height, width, disabled, textCol
961
1060
  onClick: any;
962
1061
  leftIcon?: string;
963
1062
  rightIcon?: string;
964
- }): any;
1063
+ }): react_jsx_runtime.JSX.Element;
965
1064
 
966
1065
  declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
967
1066
  data?: any[];
@@ -977,13 +1076,13 @@ declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, t
977
1076
  backgroundColor?: string;
978
1077
  showAxis?: boolean;
979
1078
  noDataText?: string;
980
- }): any;
1079
+ }): react_jsx_runtime.JSX.Element;
981
1080
 
982
- declare function BatteryChart(props: any): any;
1081
+ declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
983
1082
 
984
- declare function PerformanceAnalyticsLegend(props: any): any;
1083
+ declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
985
1084
 
986
- declare function BrushChart(props: any): any;
1085
+ declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
987
1086
 
988
1087
  declare function SingleBarLineCharts({ className, width, height, title, data, totalsData, showLegend, legendData, maxBarRange, showLineChart, lineRange, lineFontSizeValue, barFontSizeValue, barSize, barChartHeight, lineChartHeight, isLineChartCurrency, isLineChartBolded, setLineChartTooltip, isTopBarPercent, showSecondBar, showPeriod, currencySign, currencySignLine, noDataText, }: {
989
1088
  className?: string;
@@ -1011,32 +1110,40 @@ declare function SingleBarLineCharts({ className, width, height, title, data, to
1011
1110
  currencySign?: string;
1012
1111
  currencySignLine?: string;
1013
1112
  noDataText?: string;
1014
- }): any;
1113
+ }): react_jsx_runtime.JSX.Element;
1015
1114
 
1016
- declare function BarChartWithAreaChart(props: any): any;
1115
+ declare function BarChartWithAreaChart(props: any): react_jsx_runtime.JSX.Element;
1017
1116
 
1018
- declare function BarChartTwoRows(props: any): any;
1117
+ declare function BarChartTwoRows(props: any): react_jsx_runtime.JSX.Element;
1019
1118
 
1020
- declare function TwoBarCharts(props: any): any;
1119
+ declare function TwoBarCharts(props: any): react_jsx_runtime.JSX.Element;
1021
1120
  declare namespace TwoBarCharts {
1022
1121
  namespace propTypes {
1023
- const title: any;
1024
- const barChartData: any;
1025
- const width: any;
1026
- const height: any;
1027
- const barSize: any;
1028
- const barFontSizeValue: any;
1029
- const barChartColorFirst: any;
1030
- const barChartColorSecond: any;
1031
- const isDollar: any;
1032
- const showLegend: any;
1033
- const legendData: any;
1034
- const showDollarSign: any;
1035
- const showReferenceLine: any;
1036
- const referenceLinePoint: any;
1037
- const referenceLineColor: any;
1038
- const referenceLineDashed: any;
1039
- const showTooltip: any;
1122
+ const title: PropTypes.Requireable<string>;
1123
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
1124
+ title: PropTypes.Requireable<string>;
1125
+ date: PropTypes.Requireable<string>;
1126
+ value: PropTypes.Requireable<number>;
1127
+ }>[]>;
1128
+ const width: PropTypes.Requireable<string>;
1129
+ const height: PropTypes.Requireable<string>;
1130
+ const barSize: PropTypes.Requireable<number>;
1131
+ const barFontSizeValue: PropTypes.Requireable<string>;
1132
+ const barChartColorFirst: PropTypes.Requireable<string>;
1133
+ const barChartColorSecond: PropTypes.Requireable<string>;
1134
+ const isDollar: PropTypes.Requireable<boolean>;
1135
+ const showLegend: PropTypes.Requireable<boolean>;
1136
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
1137
+ title: PropTypes.Validator<string>;
1138
+ iconType: PropTypes.Validator<string>;
1139
+ iconColor: PropTypes.Validator<string>;
1140
+ }>[]>;
1141
+ const showDollarSign: PropTypes.Requireable<boolean>;
1142
+ const showReferenceLine: PropTypes.Requireable<boolean>;
1143
+ const referenceLinePoint: PropTypes.Requireable<number>;
1144
+ const referenceLineColor: PropTypes.Requireable<string>;
1145
+ const referenceLineDashed: PropTypes.Requireable<string>;
1146
+ const showTooltip: PropTypes.Requireable<boolean>;
1040
1147
  }
1041
1148
  namespace defaultProps {
1042
1149
  const title_1: string;
@@ -1085,16 +1192,26 @@ declare namespace TwoBarCharts {
1085
1192
  }
1086
1193
  }
1087
1194
 
1088
- declare function CollapseData(props: any): any;
1195
+ declare function CollapseData(props: any): react_jsx_runtime.JSX.Element;
1089
1196
  declare namespace CollapseData {
1090
1197
  namespace propTypes {
1091
- const title: any;
1092
- const noDataText: any;
1093
- const width: any;
1094
- const height: any;
1095
- const addPlusMark: any;
1096
- const addArrowToTotal: any;
1097
- const tableData: any;
1198
+ const title: PropTypes.Requireable<string>;
1199
+ const noDataText: PropTypes.Requireable<string>;
1200
+ const width: PropTypes.Requireable<string>;
1201
+ const height: PropTypes.Requireable<string>;
1202
+ const addPlusMark: PropTypes.Requireable<boolean>;
1203
+ const addArrowToTotal: PropTypes.Requireable<boolean>;
1204
+ const tableData: PropTypes.Requireable<PropTypes.InferProps<{
1205
+ key: PropTypes.Requireable<number>;
1206
+ icon: PropTypes.Requireable<string>;
1207
+ title: PropTypes.Requireable<string>;
1208
+ value: PropTypes.Requireable<number>;
1209
+ valueType: PropTypes.Requireable<string>;
1210
+ table: PropTypes.Requireable<PropTypes.InferProps<{
1211
+ title: PropTypes.Requireable<string>;
1212
+ value: PropTypes.Requireable<number>;
1213
+ }>[]>;
1214
+ }>[]>;
1098
1215
  }
1099
1216
  namespace defaultProps {
1100
1217
  const title_1: string;
@@ -1119,27 +1236,27 @@ declare function InsightsCarousel({ className, children, onClose, title, icon, t
1119
1236
  children: any;
1120
1237
  onClose: any;
1121
1238
  title?: string;
1122
- icon?: any;
1239
+ icon?: react_jsx_runtime.JSX.Element;
1123
1240
  titleColor?: string;
1124
1241
  iconColor?: string;
1125
1242
  navColor?: string;
1126
- }): any;
1243
+ }): react_jsx_runtime.JSX.Element;
1127
1244
 
1128
- declare function DownloadProgress(props: any): any;
1245
+ declare function DownloadProgress(props: any): react_jsx_runtime.JSX.Element;
1129
1246
  declare namespace DownloadProgress {
1130
1247
  namespace propTypes {
1131
- const title: any;
1132
- const succeededMessage: any;
1133
- const failedMessage: any;
1134
- const downloadStatus: any;
1135
- const showShadow: any;
1136
- const showCloseButton: any;
1137
- const onCloseClick: any;
1138
- const progressPercent: any;
1139
- const refreshInterval: any;
1140
- const progressBarColor: any;
1141
- const onTryAgainClick: any;
1142
- const className: any;
1248
+ const title: PropTypes.Requireable<string>;
1249
+ const succeededMessage: PropTypes.Requireable<string>;
1250
+ const failedMessage: PropTypes.Requireable<string>;
1251
+ const downloadStatus: PropTypes.Requireable<string>;
1252
+ const showShadow: PropTypes.Requireable<boolean>;
1253
+ const showCloseButton: PropTypes.Requireable<boolean>;
1254
+ const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
1255
+ const progressPercent: PropTypes.Requireable<number>;
1256
+ const refreshInterval: PropTypes.Requireable<number>;
1257
+ const progressBarColor: PropTypes.Requireable<string>;
1258
+ const onTryAgainClick: PropTypes.Requireable<(...args: any[]) => any>;
1259
+ const className: PropTypes.Requireable<string>;
1143
1260
  }
1144
1261
  namespace defaultProps {
1145
1262
  const title_1: string;
@@ -1169,9 +1286,9 @@ declare namespace DownloadProgress {
1169
1286
  }
1170
1287
  }
1171
1288
 
1172
- declare function ModalWithOverlay(props: any): any;
1289
+ declare function ModalWithOverlay(props: any): react_jsx_runtime.JSX.Element;
1173
1290
 
1174
- declare function DropdownNew(props: any): any;
1291
+ declare function DropdownNew(props: any): react_jsx_runtime.JSX.Element;
1175
1292
 
1176
1293
  declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
1177
1294
  label: any;
@@ -1192,7 +1309,7 @@ declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, t
1192
1309
  isDarkerBackground?: boolean;
1193
1310
  allowedWeekRange?: any;
1194
1311
  restrictToRange?: boolean;
1195
- }): any;
1312
+ }): react_jsx_runtime.JSX.Element;
1196
1313
 
1197
1314
  declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, inputType, onChange, onClick, onBlur, required, disabled, isDarkerBackground, width, minWidth, height, minHeight, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, multiline, rows, maxLength, regex, onKeyDown, }: {
1198
1315
  label: any;
@@ -1224,35 +1341,35 @@ declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolde
1224
1341
  maxLength: any;
1225
1342
  regex: any;
1226
1343
  onKeyDown: any;
1227
- }): any;
1344
+ }): react_jsx_runtime.JSX.Element;
1228
1345
  declare namespace Input {
1229
1346
  namespace propTypes {
1230
- const placeHolder: any;
1231
- const label: any;
1232
- const labelEmptyValue: any;
1233
- const size: any;
1234
- const labelColor: any;
1235
- const required: any;
1236
- const width: any;
1237
- const minWidth: any;
1238
- const minHeight: any;
1239
- const disabled: any;
1240
- const error: any;
1241
- const errorMessage: any;
1242
- const selectedValue: any;
1243
- const onChange: any;
1244
- const onClick: any;
1245
- const leftIconOnClick: any;
1246
- const rightIconOnClick: any;
1247
- const onBlur: any;
1248
- const leftIcon: any;
1249
- const rightIcon: any;
1250
- const password: any;
1251
- const multiline: any;
1252
- const rows: any;
1253
- const maxLength: any;
1254
- const regex: any;
1255
- const onKeyDown: any;
1347
+ const placeHolder: PropTypes.Requireable<string>;
1348
+ const label: PropTypes.Requireable<string>;
1349
+ const labelEmptyValue: PropTypes.Requireable<string>;
1350
+ const size: PropTypes.Requireable<string>;
1351
+ const labelColor: PropTypes.Requireable<string>;
1352
+ const required: PropTypes.Requireable<boolean>;
1353
+ const width: PropTypes.Requireable<string>;
1354
+ const minWidth: PropTypes.Requireable<string>;
1355
+ const minHeight: PropTypes.Requireable<string>;
1356
+ const disabled: PropTypes.Requireable<boolean>;
1357
+ const error: PropTypes.Requireable<boolean>;
1358
+ const errorMessage: PropTypes.Requireable<string>;
1359
+ const selectedValue: PropTypes.Requireable<string>;
1360
+ const onChange: PropTypes.Validator<(...args: any[]) => any>;
1361
+ const onClick: PropTypes.Requireable<(...args: any[]) => any>;
1362
+ const leftIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
1363
+ const rightIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
1364
+ const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
1365
+ const leftIcon: PropTypes.Requireable<string>;
1366
+ const rightIcon: PropTypes.Requireable<string>;
1367
+ const password: PropTypes.Requireable<boolean>;
1368
+ const multiline: PropTypes.Requireable<boolean>;
1369
+ const rows: PropTypes.Requireable<number>;
1370
+ const maxLength: PropTypes.Requireable<number>;
1371
+ const regex: PropTypes.Requireable<RegExp>;
1372
+ const onKeyDown: PropTypes.Requireable<(...args: any[]) => any>;
1256
1373
  }
1257
1374
  namespace defaultProps {
1258
1375
  const placeHolder_1: string;
@@ -1308,7 +1425,7 @@ declare namespace Input {
1308
1425
  }
1309
1426
  }
1310
1427
 
1311
- declare function Tooltip(props: any): any;
1428
+ declare function Tooltip(props: any): react_jsx_runtime.JSX.Element;
1312
1429
 
1313
1430
  /**
1314
1431
  * ToggleSwitch component for on/off states.
@@ -1320,122 +1437,122 @@ declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
1320
1437
  onChange: any;
1321
1438
  size?: string;
1322
1439
  disabled?: boolean;
1323
- }): any;
1440
+ }): react_jsx_runtime.JSX.Element;
1324
1441
  declare namespace ToggleSwitch {
1325
1442
  namespace propTypes {
1326
- const checked: any;
1327
- const onChange: any;
1328
- const size: any;
1329
- const disabled: any;
1443
+ const checked: PropTypes.Validator<boolean>;
1444
+ const onChange: PropTypes.Requireable<(...args: any[]) => any>;
1445
+ const size: PropTypes.Requireable<string>;
1446
+ const disabled: PropTypes.Requireable<boolean>;
1330
1447
  }
1331
1448
  }
1332
1449
 
1333
- declare function ContainerTable(props: any): any;
1450
+ declare function ContainerTable(props: any): react_jsx_runtime.JSX.Element;
1334
1451
 
1335
- declare function MenuRoute(props: any): any;
1452
+ declare function MenuRoute(props: any): react_jsx_runtime.JSX.Element;
1336
1453
 
1337
1454
  declare function Build({ width, height, fill }: {
1338
1455
  width?: string;
1339
1456
  height?: string;
1340
1457
  fill?: string;
1341
- }): any;
1458
+ }): react_jsx_runtime.JSX.Element;
1342
1459
 
1343
1460
  declare function Track({ width, height, fill }: {
1344
1461
  width?: string;
1345
1462
  height?: string;
1346
1463
  fill?: string;
1347
- }): any;
1464
+ }): react_jsx_runtime.JSX.Element;
1348
1465
 
1349
1466
  declare function Execute({ width, height, fill }: {
1350
1467
  width?: string;
1351
1468
  height?: string;
1352
1469
  fill?: string;
1353
- }): any;
1470
+ }): react_jsx_runtime.JSX.Element;
1354
1471
 
1355
1472
  declare function Dashboard({ width, height, fill }: {
1356
1473
  width?: string;
1357
1474
  height?: string;
1358
1475
  fill?: string;
1359
- }): any;
1476
+ }): react_jsx_runtime.JSX.Element;
1360
1477
 
1361
1478
  declare function Campaigns({ width, height, fill }: {
1362
1479
  width?: string;
1363
1480
  height?: string;
1364
1481
  fill?: string;
1365
- }): any;
1482
+ }): react_jsx_runtime.JSX.Element;
1366
1483
 
1367
1484
  declare function Budgets({ width, height, fill }: {
1368
1485
  width?: string;
1369
1486
  height?: string;
1370
1487
  fill?: string;
1371
- }): any;
1488
+ }): react_jsx_runtime.JSX.Element;
1372
1489
 
1373
1490
  declare function SampleRunEngine({ width, height, fill }: {
1374
1491
  width?: string;
1375
1492
  height?: string;
1376
1493
  fill?: string;
1377
- }): any;
1494
+ }): react_jsx_runtime.JSX.Element;
1378
1495
 
1379
1496
  declare function Coupons({ width, height, fill }: {
1380
1497
  width?: string;
1381
1498
  height?: string;
1382
1499
  fill?: string;
1383
- }): any;
1500
+ }): react_jsx_runtime.JSX.Element;
1384
1501
 
1385
1502
  declare function RulesEngine({ width, height, fill }: {
1386
1503
  width?: string;
1387
1504
  height?: string;
1388
1505
  fill?: string;
1389
- }): any;
1506
+ }): react_jsx_runtime.JSX.Element;
1390
1507
 
1391
1508
  declare function AdvancedThresholds({ width, height, fill }: {
1392
1509
  width?: string;
1393
1510
  height?: string;
1394
1511
  fill?: string;
1395
- }): any;
1512
+ }): react_jsx_runtime.JSX.Element;
1396
1513
 
1397
1514
  declare function PreTestWhatIf({ width, height, fill }: {
1398
1515
  width?: string;
1399
1516
  height?: string;
1400
1517
  fill?: string;
1401
- }): any;
1518
+ }): react_jsx_runtime.JSX.Element;
1402
1519
 
1403
1520
  declare function CustomerSegments({ width, height, fill }: {
1404
1521
  width?: string;
1405
1522
  height?: string;
1406
1523
  fill?: string;
1407
- }): any;
1524
+ }): react_jsx_runtime.JSX.Element;
1408
1525
 
1409
1526
  declare function GroupBuilder({ width, height, fill }: {
1410
1527
  width?: string;
1411
1528
  height?: string;
1412
1529
  fill?: string;
1413
- }): any;
1530
+ }): react_jsx_runtime.JSX.Element;
1414
1531
 
1415
1532
  declare function ItemsStores({ width, height, fill }: {
1416
1533
  width?: string;
1417
1534
  height?: string;
1418
1535
  fill?: string;
1419
- }): any;
1536
+ }): react_jsx_runtime.JSX.Element;
1420
1537
 
1421
1538
  declare function Analytics({ width, height, fill }: {
1422
1539
  width?: string;
1423
1540
  height?: string;
1424
1541
  fill?: string;
1425
- }): any;
1542
+ }): react_jsx_runtime.JSX.Element;
1426
1543
 
1427
- declare function Table(props: any): any;
1544
+ declare function Table(props: any): react_jsx_runtime.JSX.Element;
1428
1545
  declare namespace Table {
1429
1546
  const displayName: string;
1430
1547
  }
1431
1548
 
1432
- declare function FilterPop(props: any): any;
1549
+ declare function FilterPop(props: any): react_jsx_runtime.JSX.Element;
1433
1550
 
1434
- declare function SortPop(props: any): any;
1551
+ declare function SortPop(props: any): react_jsx_runtime.JSX.Element;
1435
1552
 
1436
- declare function RangePop(props: any): any;
1553
+ declare function RangePop(props: any): react_jsx_runtime.JSX.Element;
1437
1554
 
1438
- declare function SearchInput(props: any): any;
1555
+ declare function SearchInput(props: any): react_jsx_runtime.JSX.Element;
1439
1556
 
1440
1557
  declare function ItemManagerPanel({ width, height, disableSection, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, trashTooltipText, maxVisibleVendors, componentText, SubTitleColor }: {
1441
1558
  width?: string;
@@ -1454,7 +1571,7 @@ declare function ItemManagerPanel({ width, height, disableSection, onSendForms,
1454
1571
  maxVisibleVendors?: number;
1455
1572
  componentText?: string;
1456
1573
  SubTitleColor?: string;
1457
- }): any;
1574
+ }): react_jsx_runtime.JSX.Element;
1458
1575
 
1459
1576
  /**
1460
1577
  * ModalDrawer component
@@ -1469,7 +1586,7 @@ declare function ModalDrawer({ open, height, onClose, children, widthPercent }:
1469
1586
  onClose: Function;
1470
1587
  children: React.ReactNode;
1471
1588
  widthPercent?: number;
1472
- }): any;
1589
+ }): react_jsx_runtime.JSX.Element;
1473
1590
 
1474
1591
  declare function OverlayDropdown({ data, value, onSelectClick, label, labelEmptyValue, showLabelOnTop, labelColor, placeHolder, placeHolderColor, required, disabled, isDarkerBackground, editableDigitalCoupon, customDisplayText, appliedCouponsCount, selectedColor, hoverColor, width, minWidth, dropdownWidth, dropdownMaxHeight, height, margin, ...props }: {
1475
1592
  [x: string]: any;
@@ -1496,7 +1613,7 @@ declare function OverlayDropdown({ data, value, onSelectClick, label, labelEmpty
1496
1613
  dropdownMaxHeight?: string;
1497
1614
  height?: string;
1498
1615
  margin?: string;
1499
- }): any;
1616
+ }): react_jsx_runtime.JSX.Element;
1500
1617
 
1501
1618
  declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, opacity, secondaryColor, seperateSectionBorder, children, tooltipContent, }: {
1502
1619
  isOpen?: boolean;
@@ -1515,7 +1632,7 @@ declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, pri
1515
1632
  seperateSectionBorder?: boolean;
1516
1633
  children: any;
1517
1634
  tooltipContent?: string;
1518
- }): any;
1635
+ }): react_jsx_runtime.JSX.Element;
1519
1636
 
1520
1637
  declare function ToasterMessageBox({ color, messageText, linkText, duration, width, icon, onLinkClick, onClose }: {
1521
1638
  color?: string;
@@ -1526,14 +1643,14 @@ declare function ToasterMessageBox({ color, messageText, linkText, duration, wid
1526
1643
  icon?: string;
1527
1644
  onLinkClick?: () => void;
1528
1645
  onClose?: () => void;
1529
- }): any;
1646
+ }): react_jsx_runtime.JSX.Element;
1530
1647
 
1531
1648
  declare function QuickFilterCards({ data, onCardToggle, width, CardsContainerClassName, }: {
1532
1649
  data?: any[];
1533
1650
  onCardToggle?: () => void;
1534
1651
  width?: string;
1535
1652
  CardsContainerClassName?: string;
1536
- }): any;
1653
+ }): react_jsx_runtime.JSX.Element;
1537
1654
 
1538
1655
  declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, }: {
1539
1656
  label: any;
@@ -1548,21 +1665,21 @@ declare function RangePicker({ label, onChange, borderRadius, required, width, h
1548
1665
  borderColorFocus: any;
1549
1666
  textColor: any;
1550
1667
  selectedValue: any;
1551
- }): any;
1668
+ }): react_jsx_runtime.JSX.Element;
1552
1669
  declare namespace RangePicker {
1553
1670
  namespace propTypes {
1554
- const label: any;
1555
- const onChange: any;
1556
- const borderRadius: any;
1557
- const required: any;
1558
- const width: any;
1559
- const height: any;
1560
- const placeholder: any;
1561
- const disabled: any;
1562
- const borderColor: any;
1563
- const borderColorFocus: any;
1564
- const textColor: any;
1565
- const selectedValue: any;
1671
+ const label: PropTypes.Validator<string>;
1672
+ const onChange: PropTypes.Validator<(...args: any[]) => any>;
1673
+ const borderRadius: PropTypes.Validator<string>;
1674
+ const required: PropTypes.Requireable<boolean>;
1675
+ const width: PropTypes.Requireable<string>;
1676
+ const height: PropTypes.Requireable<string>;
1677
+ const placeholder: PropTypes.Requireable<string>;
1678
+ const disabled: PropTypes.Requireable<boolean>;
1679
+ const borderColor: PropTypes.Requireable<string>;
1680
+ const borderColorFocus: PropTypes.Requireable<string>;
1681
+ const textColor: PropTypes.Requireable<string>;
1682
+ const selectedValue: PropTypes.Requireable<string>;
1566
1683
  }
1567
1684
  namespace defaultProps {
1568
1685
  const required_1: boolean;
@@ -1586,8 +1703,8 @@ declare namespace RangePicker {
1586
1703
  }
1587
1704
  }
1588
1705
 
1589
- declare function Tag(props: any): any;
1706
+ declare function Tag(props: any): react_jsx_runtime.JSX.Element;
1590
1707
 
1591
- declare function CheckBox(props: any): any;
1708
+ declare function CheckBox(props: any): react_jsx_runtime.JSX.Element;
1592
1709
 
1593
1710
  export { AdvancedThresholds, Analytics, AreaChart, BannerEventBoxList, BarChart, BarChartTwoRows, BarChartWithAreaChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Budgets, Build, Button, Campaigns, CheckBox, CollapseData, CollapseHeader, ContainerTable, Coupons, CustomerSegments, Dashboard, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, DownloadProgress, DropdownNew, EventDetailsCard, EventList, Execute, FilterPanel, FilterPop, GroupBuilder, Heatmap, IconButton, Input, InsightsCarousel, ItemManagerPanel, ItemsStores, LinkButton, LinnerDataBox, MarketShareDescription, MenuRoute, MessageBox, ModalDrawer, ModalWithOverlay, OneColumnContainer, OverlayDropdown, PerformanceAnalyticsLegend, PieChart, PopupCharts, PreTestWhatIf, QuickFilter, QuickFilterCards, RangePicker, RangePop, ReportTable, RulesEngine, SampleRunEngine, SearchInput, SingleBarLineCharts, SortPop, TabMenu, Table, Tag, ToasterMessageBox, ToggleSwitch, Tooltip, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts, Track, TwoBarCharts, WeeksPicker };