sag_components 2.0.0-beta339 → 2.0.0-beta340

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 (407) hide show
  1. package/dist/index.d.ts +650 -506
  2. package/dist/index.esm.js +228 -70
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +228 -70
  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 +48 -20
  106. package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
  107. package/dist/types/components/Footer/FooterBranding.d.ts +1 -1
  108. package/dist/types/components/Footer/FooterBranding.styles.d.ts +2 -2
  109. package/dist/types/components/FormattedValue/FormattedValue.d.ts +14 -13
  110. package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
  111. package/dist/types/components/Heatmap/Heatmap.d.ts +10 -5
  112. package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -13
  113. package/dist/types/components/IconButton/IconButton.d.ts +15 -14
  114. package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
  115. package/dist/types/components/Input/Input.d.ts +28 -27
  116. package/dist/types/components/Input/Input.style.d.ts +8 -8
  117. package/dist/types/components/InputOld/InputOld.d.ts +18 -17
  118. package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
  119. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +2 -2
  120. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -12
  121. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +1 -1
  122. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -12
  123. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +1 -1
  124. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +3 -3
  125. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +45 -29
  126. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +1 -1
  127. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -17
  128. package/dist/types/components/ItemManagerPanel/NewSubitem/BrandAutocomplete.d.ts +1 -1
  129. package/dist/types/components/ItemManagerPanel/NewSubitem/BrandAutocomplete.stories.d.ts +3 -3
  130. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +1 -1
  131. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +21 -19
  132. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +1 -1
  133. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +19 -17
  134. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +1 -1
  135. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -14
  136. package/dist/types/components/KpiFilter/KpiFilter.d.ts +21 -16
  137. package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
  138. package/dist/types/components/LinkButton/LinkButton.d.ts +1 -1
  139. package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
  140. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +1 -1
  141. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +14 -12
  142. package/dist/types/components/ListBox/ListBox.d.ts +1 -1
  143. package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
  144. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +12 -7
  145. package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
  146. package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +1 -1
  147. package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +1 -1
  148. package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +1 -1
  149. package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +1 -1
  150. package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +1 -1
  151. package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +1 -1
  152. package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +1 -1
  153. package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +1 -1
  154. package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +1 -1
  155. package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +1 -1
  156. package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +1 -1
  157. package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +1 -1
  158. package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +1 -1
  159. package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +1 -1
  160. package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +1 -1
  161. package/dist/types/components/MenuRoute/MenuRoute.d.ts +1 -1
  162. package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +3 -3
  163. package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -3
  164. package/dist/types/components/MessageBox/MessageBox.d.ts +1 -1
  165. package/dist/types/components/MessageBox/MessageBox.styles.d.ts +8 -8
  166. package/dist/types/components/Modal/Modal.d.ts +1 -1
  167. package/dist/types/components/Modal/Modal.style.d.ts +4 -4
  168. package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +1 -1
  169. package/dist/types/components/Modal/ModalTotalCost.d.ts +1 -1
  170. package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +2 -1
  171. package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +1 -1
  172. package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -3
  173. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +1 -1
  174. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +1 -1
  175. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +8 -8
  176. package/dist/types/components/MonthPicker/MonthPicker.d.ts +15 -14
  177. package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
  178. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +1 -1
  179. package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -7
  180. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +1 -1
  181. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
  182. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +26 -25
  183. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +3 -3
  184. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -12
  185. package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +1 -1
  186. package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +2 -2
  187. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +12 -12
  188. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +13 -8
  189. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -10
  190. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +39 -21
  191. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
  192. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +1 -1
  193. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
  194. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +34 -13
  195. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
  196. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +14 -5
  197. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
  198. package/dist/types/components/PieChart/PieChart.d.ts +23 -19
  199. package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
  200. package/dist/types/components/PopupCharts/PopupCharts.d.ts +20 -9
  201. package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
  202. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +12 -7
  203. package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
  204. package/dist/types/components/ProgressBar/ProgressBar.d.ts +7 -6
  205. package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
  206. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +15 -14
  207. package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
  208. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +1 -1
  209. package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -6
  210. package/dist/types/components/QuickFilter/QuickFilter.d.ts +1 -1
  211. package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
  212. package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +1 -1
  213. package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -8
  214. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +24 -17
  215. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +17 -17
  216. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +22 -15
  217. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
  218. package/dist/types/components/RangePicker/RangeDatePicker.d.ts +1 -1
  219. package/dist/types/components/RangePicker/RangePicker.d.ts +21 -20
  220. package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
  221. package/dist/types/components/ReportTable/ReportTable.d.ts +26 -17
  222. package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
  223. package/dist/types/components/SagButton/SagButton.d.ts +14 -13
  224. package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
  225. package/dist/types/components/SagIconButton/SagIconButton.d.ts +14 -13
  226. package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -2
  227. package/dist/types/components/SagInput/SagInput.d.ts +11 -10
  228. package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
  229. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +19 -13
  230. package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
  231. package/dist/types/components/SearchInput/SearchInput.d.ts +1 -1
  232. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +1 -1
  233. package/dist/types/components/SearchInput/SearchInput.style.d.ts +3 -3
  234. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +17 -14
  235. package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
  236. package/dist/types/components/Select/Select.d.ts +1 -1
  237. package/dist/types/components/Select/Select.style.d.ts +6 -6
  238. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +3 -2
  239. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +11 -0
  240. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -13
  241. package/dist/types/components/TabMenu/TabMenu.d.ts +1 -1
  242. package/dist/types/components/TabMenu/TabMenu.style.d.ts +11 -11
  243. package/dist/types/components/Table/DropMenus/Dropdown.d.ts +20 -16
  244. package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -5
  245. package/dist/types/components/Table/DropMenus/FieldPop.d.ts +1 -1
  246. package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -5
  247. package/dist/types/components/Table/DropMenus/FilterPop.d.ts +1 -1
  248. package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +9 -9
  249. package/dist/types/components/Table/DropMenus/RangePop.d.ts +1 -1
  250. package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +11 -11
  251. package/dist/types/components/Table/DropMenus/SortPop.d.ts +1 -1
  252. package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -8
  253. package/dist/types/components/Table/FilterIcon.d.ts +1 -1
  254. package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +1 -1
  255. package/dist/types/components/Table/Icons/FilterIcon.d.ts +1 -1
  256. package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +1 -1
  257. package/dist/types/components/Table/Icons/SortIcon.d.ts +1 -1
  258. package/dist/types/components/Table/Icons/TrashIcon.d.ts +1 -1
  259. package/dist/types/components/Table/NoEvents.d.ts +1 -1
  260. package/dist/types/components/Table/NoSearchUpcIcon.d.ts +1 -1
  261. package/dist/types/components/Table/NoUpcIcon.d.ts +1 -1
  262. package/dist/types/components/Table/NothingToTrack.d.ts +1 -1
  263. package/dist/types/components/Table/SortIcon.d.ts +1 -1
  264. package/dist/types/components/Table/Table.d.ts +1 -1
  265. package/dist/types/components/Table/Table.stories.d.ts +15 -15
  266. package/dist/types/components/Table/Table.style.d.ts +21 -21
  267. package/dist/types/components/Table/TableBody.d.ts +2 -1
  268. package/dist/types/components/Table/TableBody.styles.d.ts +41 -41
  269. package/dist/types/components/Table/TableFooter.d.ts +1 -1
  270. package/dist/types/components/Table/TableFooter.styles.d.ts +8 -8
  271. package/dist/types/components/Table/TableHeader.d.ts +1 -1
  272. package/dist/types/components/Table/TableHeader.styles.d.ts +8 -8
  273. package/dist/types/components/Table/hook.d.ts +4 -4
  274. package/dist/types/components/Table/useVisibleRowsHook.d.ts +2 -2
  275. package/dist/types/components/Tag/Tag.d.ts +1 -1
  276. package/dist/types/components/Tag/Tag.style.d.ts +1 -1
  277. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.d.ts +1 -1
  278. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.style.d.ts +4 -4
  279. package/dist/types/components/TitleDescription/TitleDescription.d.ts +15 -12
  280. package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
  281. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +1 -1
  282. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -4
  283. package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +6 -5
  284. package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -3
  285. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
  286. package/dist/types/components/Tooltip/Tooltip.stories.d.ts +3 -3
  287. package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
  288. package/dist/types/components/TopToggleList/TopToggleList.d.ts +6 -5
  289. package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
  290. package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +14 -8
  291. package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
  292. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +29 -24
  293. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
  294. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +17 -13
  295. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
  296. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +19 -14
  297. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
  298. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +29 -24
  299. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
  300. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +30 -22
  301. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +11 -0
  302. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
  303. package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +7 -6
  304. package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
  305. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +27 -18
  306. package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
  307. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +13 -9
  308. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -5
  309. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +1 -1
  310. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +1 -1
  311. package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -8
  312. package/dist/types/icons/ArrowDownIcon.d.ts +1 -1
  313. package/dist/types/icons/ArrowDropDownIcon.d.ts +1 -1
  314. package/dist/types/icons/ArrowLeftIcon.d.ts +1 -1
  315. package/dist/types/icons/ArrowRightFullIcon.d.ts +1 -1
  316. package/dist/types/icons/ArrowSelectIcon.d.ts +1 -1
  317. package/dist/types/icons/ArrowUpIcon.d.ts +1 -1
  318. package/dist/types/icons/AttachedIcon.d.ts +1 -1
  319. package/dist/types/icons/BarcodeIcon.d.ts +1 -1
  320. package/dist/types/icons/BellIcon.d.ts +1 -1
  321. package/dist/types/icons/ButtonArrowRight.d.ts +1 -1
  322. package/dist/types/icons/Calendar.d.ts +1 -1
  323. package/dist/types/icons/CalendarIcon.d.ts +1 -1
  324. package/dist/types/icons/CalendarInOpen.d.ts +1 -1
  325. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +1 -1
  326. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +1 -1
  327. package/dist/types/icons/CheckBoxIndeterminateIcon.d.ts +1 -1
  328. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +1 -1
  329. package/dist/types/icons/ChervronLeftIcon.d.ts +1 -1
  330. package/dist/types/icons/ChervronRightIcon.d.ts +1 -1
  331. package/dist/types/icons/ChevronIcon.d.ts +1 -1
  332. package/dist/types/icons/ChevronLeftIcon.d.ts +1 -1
  333. package/dist/types/icons/ChevronRightIcon.d.ts +1 -1
  334. package/dist/types/icons/ClockIcon.d.ts +1 -1
  335. package/dist/types/icons/CloseIcon.d.ts +1 -1
  336. package/dist/types/icons/CloseXIcon.d.ts +1 -1
  337. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +1 -1
  338. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +1 -1
  339. package/dist/types/icons/CommentIcon.d.ts +1 -1
  340. package/dist/types/icons/DocumentIcon.d.ts +1 -1
  341. package/dist/types/icons/DownArrowIcon.d.ts +1 -1
  342. package/dist/types/icons/DownloadIcon.d.ts +1 -1
  343. package/dist/types/icons/Duplicate.d.ts +1 -1
  344. package/dist/types/icons/ErrorIcon.d.ts +1 -1
  345. package/dist/types/icons/ExclamationMarkIcon.d.ts +1 -1
  346. package/dist/types/icons/ExitIcon.d.ts +1 -1
  347. package/dist/types/icons/ExportIcon.d.ts +1 -1
  348. package/dist/types/icons/EyeIcon.d.ts +1 -1
  349. package/dist/types/icons/FileIcon.d.ts +1 -1
  350. package/dist/types/icons/FilterIcon.d.ts +1 -1
  351. package/dist/types/icons/FlyIcon.d.ts +1 -1
  352. package/dist/types/icons/FolderIcon.d.ts +1 -1
  353. package/dist/types/icons/FoodLionChartIcon.d.ts +1 -1
  354. package/dist/types/icons/FoodLionIcon.d.ts +1 -1
  355. package/dist/types/icons/FoodLionNewIcon.d.ts +1 -1
  356. package/dist/types/icons/GiantFoodChartIcon.d.ts +1 -1
  357. package/dist/types/icons/GiantFoodIcon.d.ts +1 -1
  358. package/dist/types/icons/GiantFoodIcon_new.d.ts +1 -1
  359. package/dist/types/icons/HannafordChartIcon.d.ts +1 -1
  360. package/dist/types/icons/HannafordIcon.d.ts +1 -1
  361. package/dist/types/icons/HannafordIcon_new.d.ts +1 -1
  362. package/dist/types/icons/HannafordNewIcon.d.ts +1 -1
  363. package/dist/types/icons/HeroIcon.d.ts +1 -1
  364. package/dist/types/icons/InfoIcon.d.ts +1 -1
  365. package/dist/types/icons/LampIcon.d.ts +1 -1
  366. package/dist/types/icons/LegendLineIcon.d.ts +1 -1
  367. package/dist/types/icons/LegendUnionIcon.d.ts +1 -1
  368. package/dist/types/icons/MaintenanceIcon.d.ts +1 -1
  369. package/dist/types/icons/MenuItemClosedIcon.d.ts +1 -1
  370. package/dist/types/icons/MenuItemOpenIcon.d.ts +1 -1
  371. package/dist/types/icons/MenuItemRightIcon.d.ts +1 -1
  372. package/dist/types/icons/MenuItemUpIcon.d.ts +1 -1
  373. package/dist/types/icons/NoDataFoundIcon.d.ts +4 -3
  374. package/dist/types/icons/OkCircleIcon.d.ts +1 -1
  375. package/dist/types/icons/OkIcon.d.ts +1 -1
  376. package/dist/types/icons/OptionsIcon.d.ts +1 -1
  377. package/dist/types/icons/PackageSendIcon.d.ts +1 -1
  378. package/dist/types/icons/PenIcon.d.ts +1 -1
  379. package/dist/types/icons/PencilIcon.d.ts +1 -1
  380. package/dist/types/icons/PeopleIcon.d.ts +1 -1
  381. package/dist/types/icons/Plus.d.ts +1 -1
  382. package/dist/types/icons/PlusIcon.d.ts +1 -1
  383. package/dist/types/icons/RedDot.d.ts +1 -1
  384. package/dist/types/icons/ReselectIcon.d.ts +1 -1
  385. package/dist/types/icons/SearchIcon.d.ts +1 -1
  386. package/dist/types/icons/ShoppingCartIcon.d.ts +1 -1
  387. package/dist/types/icons/ShoutIcon.d.ts +1 -1
  388. package/dist/types/icons/SortIcon.d.ts +1 -1
  389. package/dist/types/icons/SpotlightProductIcon.d.ts +1 -1
  390. package/dist/types/icons/StopAndShopChartIcon.d.ts +1 -1
  391. package/dist/types/icons/StopAndShopIcon.d.ts +1 -1
  392. package/dist/types/icons/StopAndShopNewIcon.d.ts +1 -1
  393. package/dist/types/icons/SucceededIcon.d.ts +1 -1
  394. package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +1 -1
  395. package/dist/types/icons/TheGiantCompanyIcon.d.ts +1 -1
  396. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +1 -1
  397. package/dist/types/icons/TrashIcon.d.ts +1 -1
  398. package/dist/types/icons/UpArrowIcon.d.ts +1 -1
  399. package/dist/types/icons/UploadIcon.d.ts +1 -1
  400. package/dist/types/icons/UploadIconV2.d.ts +1 -1
  401. package/dist/types/icons/VIcon.d.ts +1 -1
  402. package/dist/types/utils/IconsHandler.d.ts +1 -1
  403. package/dist/types/utils/IconsHandler.style.d.ts +1 -1
  404. package/dist/types/utils/UtilsComponents/CustomTooltip.d.ts +1 -1
  405. package/dist/types/utils/UtilsComponents/TitleWithCustomTooltip.d.ts +1 -1
  406. package/dist/types/utils/UtilsComponents/useTextOverflow.d.ts +4 -3
  407. 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,32 +116,59 @@ 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;
137
- const dropdownHeight: 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
+ showSelectAll: PropTypes.Requireable<boolean>;
137
+ labelEmptyValue: PropTypes.Requireable<string>;
138
+ name: PropTypes.Requireable<string>;
139
+ periodPickerSelectedValue: PropTypes.Requireable<string>;
140
+ selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
141
+ value: PropTypes.Requireable<string>;
142
+ label: PropTypes.Requireable<string>;
143
+ }>[]>;
144
+ orderBy: PropTypes.Requireable<string>;
145
+ elementType: PropTypes.Requireable<string>;
146
+ value: PropTypes.Requireable<number>;
147
+ color: PropTypes.Requireable<string>;
148
+ defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
149
+ value: PropTypes.Requireable<string>;
150
+ label: PropTypes.Requireable<string>;
151
+ }>>;
152
+ dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
153
+ value: PropTypes.Requireable<string>;
154
+ label: PropTypes.Requireable<string>;
155
+ }>[]>;
156
+ }>[]>;
157
+ const width: PropTypes.Requireable<string>;
158
+ const height: PropTypes.Requireable<string>;
159
+ const okButtonBackgroundColor: PropTypes.Requireable<string>;
160
+ const okButtonHoverColor: PropTypes.Requireable<string>;
161
+ const resetButtonHoverColor: PropTypes.Requireable<string>;
162
+ const borderColor: PropTypes.Requireable<string>;
163
+ const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
164
+ const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
165
+ const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
166
+ const disableOKButton: PropTypes.Requireable<boolean>;
167
+ const className: PropTypes.Requireable<string>;
168
+ const useExternalFilterState: PropTypes.Requireable<boolean>;
169
+ const showShadow: PropTypes.Requireable<boolean>;
170
+ const tooltipTextGoButton: PropTypes.Requireable<string>;
171
+ const dropdownHeight: PropTypes.Requireable<string>;
138
172
  }
139
173
  namespace defaultProps {
140
174
  const availableQuarters_1: string[];
@@ -176,25 +210,33 @@ declare namespace FilterPanel {
176
210
  }
177
211
  }
178
212
 
179
- declare function ReportTable(props: any): any;
213
+ declare function ReportTable(props: any): react_jsx_runtime.JSX.Element;
180
214
  declare namespace ReportTable {
181
215
  namespace propTypes {
182
- const buttonText: any;
183
- const buttonIconName: any;
184
- const tableData: any;
185
- const maxColumnsNumber: any;
186
- const useColorLinearGradient: any;
187
- const useSelectButtons: any;
188
- const disableSelectButtons: any;
189
- const disableInfo: any;
190
- const selectTextColor: any;
191
- const onSelectRowClick: any;
192
- const onCheckRowClick: any;
193
- const onAllRowsCheckBoxClick: any;
194
- const useCheckBoxes: any;
195
- const selectHoverColor: any;
196
- const enableHover: any;
197
- const enablePagination: any;
216
+ const buttonText: PropTypes.Requireable<string>;
217
+ const buttonIconName: PropTypes.Requireable<string>;
218
+ const tableData: PropTypes.Requireable<PropTypes.InferProps<{
219
+ columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
220
+ label: PropTypes.Requireable<string>;
221
+ key: PropTypes.Requireable<string>;
222
+ }>[]>;
223
+ rowsValues: PropTypes.Requireable<{
224
+ [x: string]: string;
225
+ }[]>;
226
+ }>>;
227
+ const maxColumnsNumber: PropTypes.Requireable<number>;
228
+ const useColorLinearGradient: PropTypes.Requireable<boolean>;
229
+ const useSelectButtons: PropTypes.Requireable<boolean>;
230
+ const disableSelectButtons: PropTypes.Requireable<boolean>;
231
+ const disableInfo: PropTypes.Requireable<boolean>;
232
+ const selectTextColor: PropTypes.Requireable<string>;
233
+ const onSelectRowClick: PropTypes.Requireable<(...args: any[]) => any>;
234
+ const onCheckRowClick: PropTypes.Requireable<(...args: any[]) => any>;
235
+ const onAllRowsCheckBoxClick: PropTypes.Requireable<(...args: any[]) => any>;
236
+ const useCheckBoxes: PropTypes.Requireable<boolean>;
237
+ const selectHoverColor: PropTypes.Requireable<string>;
238
+ const enableHover: PropTypes.Requireable<boolean>;
239
+ const enablePagination: PropTypes.Requireable<boolean>;
198
240
  }
199
241
  namespace defaultProps {
200
242
  const buttonText_1: string;
@@ -250,15 +292,18 @@ declare namespace ReportTable {
250
292
  }
251
293
  }
252
294
 
253
- declare function EventList(props: any): any;
295
+ declare function EventList(props: any): react_jsx_runtime.JSX.Element;
254
296
  declare namespace EventList {
255
297
  namespace propTypes {
256
- const eventsData: any;
257
- const selectTextColor: any;
258
- const height: any;
259
- const width: any;
260
- const itemHeight: any;
261
- const onSelectClick: any;
298
+ const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
299
+ eventName: PropTypes.Requireable<string>;
300
+ period: PropTypes.Requireable<string>;
301
+ }>[]>;
302
+ const selectTextColor: PropTypes.Requireable<string>;
303
+ const height: PropTypes.Requireable<string>;
304
+ const width: PropTypes.Requireable<string>;
305
+ const itemHeight: PropTypes.Requireable<string>;
306
+ const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
262
307
  }
263
308
  namespace defaultProps {
264
309
  const eventsData_1: any[];
@@ -276,15 +321,15 @@ declare namespace EventList {
276
321
  }
277
322
  }
278
323
 
279
- declare function BannerEventBoxList(props: any): any;
324
+ declare function BannerEventBoxList(props: any): react_jsx_runtime.JSX.Element;
280
325
 
281
- declare function DialogOverlay(props: any): any;
326
+ declare function DialogOverlay(props: any): react_jsx_runtime.JSX.Element;
282
327
  declare namespace DialogOverlay {
283
328
  namespace propTypes {
284
- const title: any;
285
- const children: any;
286
- const onDialogClose: any;
287
- const className: any;
329
+ const title: PropTypes.Requireable<string>;
330
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
331
+ const onDialogClose: PropTypes.Requireable<(...args: any[]) => any>;
332
+ const className: PropTypes.Requireable<string>;
288
333
  }
289
334
  namespace defaultProps {
290
335
  const title_1: string;
@@ -298,24 +343,38 @@ declare namespace DialogOverlay {
298
343
  }
299
344
  }
300
345
 
301
- declare function CollapseHeader(props: any): any;
346
+ declare function CollapseHeader(props: any): react_jsx_runtime.JSX.Element;
302
347
  declare namespace CollapseHeader {
303
348
  namespace propTypes {
304
- const className: any;
305
- const showRetailerIcon: any;
306
- const showPeriodIcon: any;
307
- const viewCreativeRetailersData: any;
308
- const data: any;
309
- const showViewCreativeButton: any;
310
- const viewCreativeOnClick: any;
311
- const descriptionTitle: any;
312
- const datesTitle: any;
313
- const width: any;
314
- const height: any;
315
- const textcolor: any;
316
- const showDraft: any;
317
- const buttonText: any;
318
- const disabled: any;
349
+ const className: PropTypes.Requireable<string>;
350
+ const showRetailerIcon: PropTypes.Requireable<boolean>;
351
+ const showPeriodIcon: PropTypes.Requireable<boolean>;
352
+ const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
353
+ label: PropTypes.Requireable<string>;
354
+ }>[]>;
355
+ const data: PropTypes.Requireable<PropTypes.InferProps<{
356
+ eventType: PropTypes.Requireable<string>;
357
+ retailer: PropTypes.Requireable<string>;
358
+ eventDescription: PropTypes.Requireable<string>;
359
+ objectivesDescription: PropTypes.Requireable<string>;
360
+ eventDatesValue: PropTypes.Requireable<string>;
361
+ externalEventDescription: PropTypes.Requireable<string>;
362
+ externalEventID: PropTypes.Requireable<string>;
363
+ storeType: PropTypes.Requireable<string>;
364
+ category: PropTypes.Requireable<string>;
365
+ supplier: PropTypes.Requireable<string>;
366
+ brand: PropTypes.Requireable<string>;
367
+ }>>;
368
+ const showViewCreativeButton: PropTypes.Requireable<boolean>;
369
+ const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
370
+ const descriptionTitle: PropTypes.Requireable<string>;
371
+ const datesTitle: PropTypes.Requireable<string>;
372
+ const width: PropTypes.Requireable<string>;
373
+ const height: PropTypes.Requireable<string>;
374
+ const textcolor: PropTypes.Requireable<string>;
375
+ const showDraft: PropTypes.Requireable<boolean>;
376
+ const buttonText: PropTypes.Requireable<string>;
377
+ const disabled: PropTypes.Requireable<boolean>;
319
378
  }
320
379
  namespace defaultProps {
321
380
  const className_1: string;
@@ -384,35 +443,35 @@ declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disable
384
443
  onChange?: (value: any) => void;
385
444
  options?: any[];
386
445
  selectedValue?: any[];
387
- }): any;
446
+ }): react_jsx_runtime.JSX.Element;
388
447
 
389
- declare function OneColumnContainer(props: any): any;
448
+ declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
390
449
  declare namespace OneColumnContainer {
391
450
  namespace propTypes {
392
- const children: any;
393
- const display: any;
394
- const isLoading: any;
395
- const gridTemplateColumns: any;
396
- const itemClass: any;
397
- const divStyle: any;
398
- const overStyle: any;
399
- const draggingStyle: any;
400
- const droppedStyle: any;
401
- const width: any;
402
- const height: any;
403
- const overflow: any;
404
- const transparentBackground: any;
405
- const infoTitle: any;
406
- const infoText: any;
407
- const disableInfo: any;
408
- const showViewByBannerButton: any;
409
- const onBannerClick: any;
410
- const columnTitle: any;
411
- const isPercentOfChange: any;
412
- const PercentOfChangeData: any;
413
- const backgroundImage: any;
414
- const showBackgroundImage: any;
415
- const backgroundImageStyle: any;
451
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
452
+ const display: PropTypes.Requireable<string>;
453
+ const isLoading: PropTypes.Requireable<boolean>;
454
+ const gridTemplateColumns: PropTypes.Requireable<string>;
455
+ const itemClass: PropTypes.Requireable<string>;
456
+ const divStyle: PropTypes.Requireable<string>;
457
+ const overStyle: PropTypes.Requireable<string>;
458
+ const draggingStyle: PropTypes.Requireable<string>;
459
+ const droppedStyle: PropTypes.Requireable<string>;
460
+ const width: PropTypes.Requireable<string>;
461
+ const height: PropTypes.Requireable<string>;
462
+ const overflow: PropTypes.Requireable<string>;
463
+ const transparentBackground: PropTypes.Requireable<boolean>;
464
+ const infoTitle: PropTypes.Requireable<string>;
465
+ const infoText: PropTypes.Requireable<string>;
466
+ const disableInfo: PropTypes.Requireable<boolean>;
467
+ const showViewByBannerButton: PropTypes.Requireable<boolean>;
468
+ const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
469
+ const columnTitle: PropTypes.Requireable<string>;
470
+ const isPercentOfChange: PropTypes.Requireable<boolean>;
471
+ const PercentOfChangeData: PropTypes.Requireable<number>;
472
+ const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
473
+ const showBackgroundImage: PropTypes.Requireable<boolean>;
474
+ const backgroundImageStyle: PropTypes.Requireable<object>;
416
475
  }
417
476
  namespace defaultProps {
418
477
  const children_1: any;
@@ -466,37 +525,44 @@ declare namespace OneColumnContainer {
466
525
  }
467
526
  }
468
527
 
469
- declare function BarChartsByWeeks(props: any): any;
528
+ declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
470
529
  declare namespace BarChartsByWeeks {
471
530
  namespace propTypes {
472
- const className: any;
473
- const title: any;
474
- const showHeaderTopValue: any;
475
- const headerValueTopTitle: any;
476
- const headerValueBottomTitle: any;
477
- const headerValue: any;
478
- const HeaderValueCurrencyType: any;
479
- const HeaderValueIsPercent: any;
480
- const barChartData: any;
481
- const isTitleOriganal: any;
482
- const width: any;
483
- const height: any;
484
- const barChartColor: any;
485
- const barChartSecondColor: any;
486
- const xselectedColor: any;
487
- const startWeekRange: any;
488
- const endWeekRange: any;
489
- const tooltipTitle: any;
490
- const tooltipSecondTitle: any;
491
- const yAxisCounter: any;
492
- const isPercentValue: any;
493
- const interval: any;
494
- const showTitle: any;
495
- const showLegend: any;
496
- const legendData: any;
497
- const showTwoBars: any;
498
- const setLimitHeight: any;
499
- const setLimitLow: any;
531
+ const className: PropTypes.Requireable<string>;
532
+ const title: PropTypes.Requireable<string>;
533
+ const showHeaderTopValue: PropTypes.Requireable<boolean>;
534
+ const headerValueTopTitle: PropTypes.Requireable<string>;
535
+ const headerValueBottomTitle: PropTypes.Requireable<string>;
536
+ const headerValue: PropTypes.Requireable<number>;
537
+ const HeaderValueCurrencyType: PropTypes.Requireable<string>;
538
+ const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
539
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
540
+ title: PropTypes.Requireable<string>;
541
+ value: PropTypes.Requireable<number>;
542
+ }>[]>;
543
+ const isTitleOriganal: PropTypes.Requireable<boolean>;
544
+ const width: PropTypes.Requireable<string>;
545
+ const height: PropTypes.Requireable<string>;
546
+ const barChartColor: PropTypes.Requireable<string>;
547
+ const barChartSecondColor: PropTypes.Requireable<string>;
548
+ const xselectedColor: PropTypes.Requireable<string>;
549
+ const startWeekRange: PropTypes.Requireable<string>;
550
+ const endWeekRange: PropTypes.Requireable<string>;
551
+ const tooltipTitle: PropTypes.Requireable<string>;
552
+ const tooltipSecondTitle: PropTypes.Requireable<string>;
553
+ const yAxisCounter: PropTypes.Requireable<number>;
554
+ const isPercentValue: PropTypes.Requireable<boolean>;
555
+ const interval: PropTypes.Requireable<string>;
556
+ const showTitle: PropTypes.Requireable<boolean>;
557
+ const showLegend: PropTypes.Requireable<boolean>;
558
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
559
+ title: PropTypes.Validator<string>;
560
+ iconType: PropTypes.Validator<string>;
561
+ iconColor: PropTypes.Validator<string>;
562
+ }>[]>;
563
+ const showTwoBars: PropTypes.Requireable<boolean>;
564
+ const setLimitHeight: PropTypes.Requireable<number>;
565
+ const setLimitLow: PropTypes.Requireable<number>;
500
566
  }
501
567
  namespace defaultProps {
502
568
  const className_1: string;
@@ -565,17 +631,27 @@ declare namespace BarChartsByWeeks {
565
631
  }
566
632
  }
567
633
 
568
- declare function PopupCharts(props: any): any;
634
+ declare function PopupCharts(props: any): react_jsx_runtime.JSX.Element;
569
635
  declare namespace PopupCharts {
570
636
  namespace propTypes {
571
- const title: any;
572
- const chartType: any;
573
- const popupChartsItemsData: any;
574
- const isPopupChartsOpen: any;
575
- const width: any;
576
- const height: any;
577
- const onCloseClick: any;
578
- const subtitleTextColor: any;
637
+ const title: PropTypes.Requireable<string>;
638
+ const chartType: PropTypes.Requireable<string>;
639
+ const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
640
+ title: PropTypes.Requireable<string>;
641
+ chartType: PropTypes.Requireable<string>;
642
+ value: PropTypes.Requireable<number>;
643
+ legendData: PropTypes.Requireable<PropTypes.InferProps<{
644
+ color: PropTypes.Requireable<string>;
645
+ name: PropTypes.Requireable<string>;
646
+ value: PropTypes.Requireable<number>;
647
+ }>[]>;
648
+ noDataText: PropTypes.Requireable<string>;
649
+ }>[]>;
650
+ const isPopupChartsOpen: PropTypes.Requireable<boolean>;
651
+ const width: PropTypes.Requireable<string>;
652
+ const height: PropTypes.Requireable<string>;
653
+ const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
654
+ const subtitleTextColor: PropTypes.Requireable<string>;
579
655
  }
580
656
  namespace defaultProps {
581
657
  const title_1: string;
@@ -618,32 +694,36 @@ declare namespace PopupCharts {
618
694
  }
619
695
  }
620
696
 
621
- declare function TotalDoughnutChart(props: any): any;
697
+ declare function TotalDoughnutChart(props: any): react_jsx_runtime.JSX.Element;
622
698
  declare namespace TotalDoughnutChart {
623
699
  namespace propTypes {
624
- const className: any;
625
- const title: any;
626
- const value: any;
627
- const rootFont: any;
628
- const containerPadding: any;
629
- const addingBenchmark: any;
630
- const dotCut: any;
631
- const currencySign: any;
632
- const currencyType: any;
633
- const legendData: any;
634
- const legendBelow: any;
635
- const itemsPercentagesValueAside: any;
636
- const itemsBoldedValues: any;
637
- const itemsValuesSeparateLine: any;
638
- const width: any;
639
- const height: any;
640
- const textcolor: any;
641
- const titleFontSize: any;
642
- const FormattedValueFontSize: any;
643
- const isPercent: any;
644
- const hideTitleAndValue: any;
645
- const noDataText: any;
646
- const textAfterValue: any;
700
+ const className: PropTypes.Requireable<string>;
701
+ const title: PropTypes.Requireable<string>;
702
+ const value: PropTypes.Requireable<number>;
703
+ const rootFont: PropTypes.Requireable<string>;
704
+ const containerPadding: PropTypes.Requireable<string>;
705
+ const addingBenchmark: PropTypes.Requireable<boolean>;
706
+ const dotCut: PropTypes.Requireable<boolean>;
707
+ const currencySign: PropTypes.Requireable<boolean>;
708
+ const currencyType: PropTypes.Requireable<string>;
709
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
710
+ color: PropTypes.Requireable<string>;
711
+ value: PropTypes.Requireable<number>;
712
+ name: PropTypes.Requireable<string>;
713
+ }>[]>;
714
+ const legendBelow: PropTypes.Requireable<boolean>;
715
+ const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
716
+ const itemsBoldedValues: PropTypes.Requireable<boolean>;
717
+ const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
718
+ const width: PropTypes.Requireable<string>;
719
+ const height: PropTypes.Requireable<string>;
720
+ const textcolor: PropTypes.Requireable<string>;
721
+ const titleFontSize: PropTypes.Requireable<string>;
722
+ const FormattedValueFontSize: PropTypes.Requireable<string>;
723
+ const isPercent: PropTypes.Requireable<boolean>;
724
+ const hideTitleAndValue: PropTypes.Requireable<boolean>;
725
+ const noDataText: PropTypes.Requireable<string>;
726
+ const textAfterValue: PropTypes.Requireable<string>;
647
727
  }
648
728
  namespace defaultProps {
649
729
  const className_1: string;
@@ -695,13 +775,13 @@ declare namespace TotalDoughnutChart {
695
775
  }
696
776
  }
697
777
 
698
- declare function TopToggleList(props: any): any;
778
+ declare function TopToggleList(props: any): react_jsx_runtime.JSX.Element;
699
779
  declare namespace TopToggleList {
700
780
  namespace propTypes {
701
- const width: any;
702
- const height: any;
703
- const title: any;
704
- const list: any;
781
+ const width: PropTypes.Requireable<string>;
782
+ const height: PropTypes.Requireable<string>;
783
+ const title: PropTypes.Requireable<string>;
784
+ const list: PropTypes.Requireable<any[]>;
705
785
  }
706
786
  namespace defaultProps {
707
787
  const width_1: string;
@@ -718,15 +798,19 @@ declare namespace TopToggleList {
718
798
  }
719
799
  }
720
800
 
721
- declare function MarketShareDescription(props: any): any;
801
+ declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
722
802
  declare namespace MarketShareDescription {
723
803
  namespace propTypes {
724
- const marketShareData: any;
725
- const height: any;
726
- const width: any;
727
- const iconColor: any;
728
- const onBannerClick: any;
729
- const dotCut: any;
804
+ const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
805
+ label: PropTypes.Requireable<string>;
806
+ checked: PropTypes.Requireable<boolean>;
807
+ disabled: PropTypes.Requireable<boolean>;
808
+ }>[]>;
809
+ const height: PropTypes.Requireable<string>;
810
+ const width: PropTypes.Requireable<string>;
811
+ const iconColor: PropTypes.Requireable<string>;
812
+ const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
813
+ const dotCut: PropTypes.Requireable<boolean>;
730
814
  }
731
815
  namespace defaultProps {
732
816
  const marketShareData_1: any[];
@@ -744,40 +828,49 @@ declare namespace MarketShareDescription {
744
828
  }
745
829
  }
746
830
 
747
- declare function Heatmap(props: any): any;
831
+ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
748
832
  declare namespace Heatmap {
749
833
  namespace propTypes {
750
- const title: any;
751
- const data: any;
752
- const lowLimit: any;
753
- const barHeight: any;
834
+ const title: PropTypes.Validator<string>;
835
+ const data: PropTypes.Validator<PropTypes.InferProps<{
836
+ value: PropTypes.Validator<number>;
837
+ label: PropTypes.Validator<string>;
838
+ color: PropTypes.Validator<string>;
839
+ }>[]>;
840
+ const lowLimit: PropTypes.Validator<number>;
841
+ const barHeight: PropTypes.Validator<string>;
754
842
  }
755
843
  }
756
844
 
757
- declare function TotalHorizontalCharts(props: any): any;
845
+ declare function TotalHorizontalCharts(props: any): react_jsx_runtime.JSX.Element;
758
846
  declare namespace TotalHorizontalCharts {
759
847
  namespace propTypes {
760
- const className: any;
761
- const title: any;
762
- const value: any;
763
- const dotCut: any;
764
- const currencySign: any;
765
- const currencyType: any;
766
- const chartsData: any;
767
- const showScrollerBarsCount: any;
768
- const showPercentAsideValue: any;
769
- const labelFontSize: any;
770
- const labelLimitedLetters: any;
771
- const width: any;
772
- const height: any;
773
- const rightGap: any;
774
- const textColor: any;
775
- const noDataText: any;
776
- const isDollar: any;
777
- const isPercentage: any;
778
- const showDollarSign: any;
779
- const hideTotalValue: any;
780
- const hideTitle: any;
848
+ const className: PropTypes.Requireable<string>;
849
+ const title: PropTypes.Requireable<string>;
850
+ const value: PropTypes.Requireable<number>;
851
+ const dotCut: PropTypes.Requireable<boolean>;
852
+ const currencySign: PropTypes.Requireable<boolean>;
853
+ const currencyType: PropTypes.Requireable<string>;
854
+ const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
855
+ name: PropTypes.Requireable<string>;
856
+ value: PropTypes.Requireable<number>;
857
+ color: PropTypes.Requireable<string>;
858
+ }>[]>;
859
+ const showScrollerBarsCount: PropTypes.Requireable<number>;
860
+ const showPercentAsideValue: PropTypes.Requireable<boolean>;
861
+ const labelFontSize: PropTypes.Requireable<number>;
862
+ const labelLimitedLetters: PropTypes.Requireable<number>;
863
+ const width: PropTypes.Requireable<string>;
864
+ const height: PropTypes.Requireable<string>;
865
+ const rightGap: PropTypes.Requireable<number>;
866
+ const textColor: PropTypes.Requireable<string>;
867
+ const noDataText: PropTypes.Requireable<string>;
868
+ const isDollar: PropTypes.Requireable<boolean>;
869
+ const isPercentage: PropTypes.Requireable<boolean>;
870
+ const showDollarSign: PropTypes.Requireable<boolean>;
871
+ const hideTotalValue: PropTypes.Requireable<boolean>;
872
+ const hideTitle: PropTypes.Requireable<boolean>;
873
+ const labelBelow: PropTypes.Requireable<boolean>;
781
874
  }
782
875
  namespace defaultProps {
783
876
  const className_1: string;
@@ -822,25 +915,27 @@ declare namespace TotalHorizontalCharts {
822
915
  export { hideTotalValue_1 as hideTotalValue };
823
916
  const hideTitle_1: boolean;
824
917
  export { hideTitle_1 as hideTitle };
918
+ const labelBelow_1: boolean;
919
+ export { labelBelow_1 as labelBelow };
825
920
  }
826
921
  }
827
922
 
828
- declare function IconButton(props: any): any;
923
+ declare function IconButton(props: any): react_jsx_runtime.JSX.Element;
829
924
  declare namespace IconButton {
830
925
  namespace propTypes {
831
- const fileLink: any;
832
- const showProcess: any;
833
- const buttonText: any;
834
- const iconName: any;
835
- const contentColor: any;
836
- const backgroundColor: any;
837
- const borderColor: any;
838
- const borderRadius: any;
839
- const iconHeight: any;
840
- const iconWidth: any;
841
- const disabled: any;
842
- const onClick: any;
843
- const onCancelClick: any;
926
+ const fileLink: PropTypes.Requireable<string>;
927
+ const showProcess: PropTypes.Requireable<boolean>;
928
+ const buttonText: PropTypes.Requireable<string>;
929
+ const iconName: PropTypes.Requireable<string>;
930
+ const contentColor: PropTypes.Requireable<string>;
931
+ const backgroundColor: PropTypes.Requireable<string>;
932
+ const borderColor: PropTypes.Requireable<string>;
933
+ const borderRadius: PropTypes.Requireable<string>;
934
+ const iconHeight: PropTypes.Requireable<number>;
935
+ const iconWidth: PropTypes.Requireable<number>;
936
+ const disabled: PropTypes.Requireable<boolean>;
937
+ const onClick: PropTypes.Requireable<(...args: any[]) => any>;
938
+ const onCancelClick: PropTypes.Requireable<(...args: any[]) => any>;
844
939
  }
845
940
  namespace defaultProps {
846
941
  const fileLink_1: string;
@@ -872,30 +967,38 @@ declare namespace IconButton {
872
967
  }
873
968
  }
874
969
 
875
- declare function DoublePanelDataRow(props: any): any;
970
+ declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
876
971
 
877
- declare function BarChart(props: any): any;
972
+ declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
878
973
  declare namespace BarChart {
879
974
  namespace propTypes {
880
- const title: any;
881
- const barChartData: any;
882
- const width: any;
883
- const height: any;
884
- const barSize: any;
885
- const barFontSizeValue: any;
886
- const barChartColor: any;
887
- const showDollarSign: any;
888
- const isDollar: any;
889
- const showLegend: any;
890
- const legendData: any;
891
- const showReferenceLine: any;
892
- const referenceLinePoint: any;
893
- const referenceLineColor: any;
894
- const referenceLineDashed: any;
895
- const showCurrentCampaignStyle: any;
896
- const currentBarColor: any;
897
- const isPercent: any;
898
- const noDataText: any;
975
+ const title: PropTypes.Requireable<string>;
976
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
977
+ title: PropTypes.Requireable<string>;
978
+ date: PropTypes.Requireable<string>;
979
+ value: PropTypes.Requireable<number>;
980
+ }>[]>;
981
+ const width: PropTypes.Requireable<string>;
982
+ const height: PropTypes.Requireable<string>;
983
+ const barSize: PropTypes.Requireable<number>;
984
+ const barFontSizeValue: PropTypes.Requireable<string>;
985
+ const barChartColor: PropTypes.Requireable<string>;
986
+ const showDollarSign: PropTypes.Requireable<boolean>;
987
+ const isDollar: PropTypes.Requireable<boolean>;
988
+ const showLegend: PropTypes.Requireable<boolean>;
989
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
990
+ title: PropTypes.Validator<string>;
991
+ iconType: PropTypes.Validator<string>;
992
+ iconColor: PropTypes.Validator<string>;
993
+ }>[]>;
994
+ const showReferenceLine: PropTypes.Requireable<boolean>;
995
+ const referenceLinePoint: PropTypes.Requireable<number>;
996
+ const referenceLineColor: PropTypes.Requireable<string>;
997
+ const referenceLineDashed: PropTypes.Requireable<string>;
998
+ const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
999
+ const currentBarColor: PropTypes.Requireable<string>;
1000
+ const isPercent: PropTypes.Requireable<boolean>;
1001
+ const noDataText: PropTypes.Requireable<string>;
899
1002
  }
900
1003
  namespace defaultProps {
901
1004
  const title_1: string;
@@ -947,11 +1050,11 @@ declare namespace BarChart {
947
1050
  }
948
1051
  }
949
1052
 
950
- declare function DoubleBarSingleLine(props: any): any;
1053
+ declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
951
1054
 
952
- declare function AreaChart(props: any): any;
1055
+ declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
953
1056
 
954
- declare function BreakdownPanel(props: any): any;
1057
+ declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
955
1058
 
956
1059
  declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
957
1060
  text?: string;
@@ -964,7 +1067,7 @@ declare function LinkButton({ text, type, size, height, width, disabled, textCol
964
1067
  onClick?: () => void;
965
1068
  leftIcon?: string;
966
1069
  rightIcon?: string;
967
- }): any;
1070
+ }): react_jsx_runtime.JSX.Element;
968
1071
 
969
1072
  declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
970
1073
  data?: any[];
@@ -980,15 +1083,15 @@ declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, t
980
1083
  backgroundColor?: string;
981
1084
  showAxis?: boolean;
982
1085
  noDataText?: string;
983
- }): any;
1086
+ }): react_jsx_runtime.JSX.Element;
984
1087
 
985
- declare function BatteryChart(props: any): any;
1088
+ declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
986
1089
 
987
- declare function PerformanceAnalyticsLegend(props: any): any;
1090
+ declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
988
1091
 
989
- declare function BrushChart(props: any): any;
1092
+ declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
990
1093
 
991
- 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, }: {
1094
+ 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, wrapTickLabels, }: {
992
1095
  className?: string;
993
1096
  width?: string;
994
1097
  height?: string;
@@ -1014,32 +1117,41 @@ declare function SingleBarLineCharts({ className, width, height, title, data, to
1014
1117
  currencySign?: string;
1015
1118
  currencySignLine?: string;
1016
1119
  noDataText?: string;
1017
- }): any;
1120
+ wrapTickLabels?: boolean;
1121
+ }): react_jsx_runtime.JSX.Element;
1018
1122
 
1019
- declare function BarChartWithAreaChart(props: any): any;
1123
+ declare function BarChartWithAreaChart(props: any): react_jsx_runtime.JSX.Element;
1020
1124
 
1021
- declare function BarChartTwoRows(props: any): any;
1125
+ declare function BarChartTwoRows(props: any): react_jsx_runtime.JSX.Element;
1022
1126
 
1023
- declare function TwoBarCharts(props: any): any;
1127
+ declare function TwoBarCharts(props: any): react_jsx_runtime.JSX.Element;
1024
1128
  declare namespace TwoBarCharts {
1025
1129
  namespace propTypes {
1026
- const title: any;
1027
- const barChartData: any;
1028
- const width: any;
1029
- const height: any;
1030
- const barSize: any;
1031
- const barFontSizeValue: any;
1032
- const barChartColorFirst: any;
1033
- const barChartColorSecond: any;
1034
- const isDollar: any;
1035
- const showLegend: any;
1036
- const legendData: any;
1037
- const showDollarSign: any;
1038
- const showReferenceLine: any;
1039
- const referenceLinePoint: any;
1040
- const referenceLineColor: any;
1041
- const referenceLineDashed: any;
1042
- const showTooltip: any;
1130
+ const title: PropTypes.Requireable<string>;
1131
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
1132
+ title: PropTypes.Requireable<string>;
1133
+ date: PropTypes.Requireable<string>;
1134
+ value: PropTypes.Requireable<number>;
1135
+ }>[]>;
1136
+ const width: PropTypes.Requireable<string>;
1137
+ const height: PropTypes.Requireable<string>;
1138
+ const barSize: PropTypes.Requireable<number>;
1139
+ const barFontSizeValue: PropTypes.Requireable<string>;
1140
+ const barChartColorFirst: PropTypes.Requireable<string>;
1141
+ const barChartColorSecond: PropTypes.Requireable<string>;
1142
+ const isDollar: PropTypes.Requireable<boolean>;
1143
+ const showLegend: PropTypes.Requireable<boolean>;
1144
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
1145
+ title: PropTypes.Validator<string>;
1146
+ iconType: PropTypes.Validator<string>;
1147
+ iconColor: PropTypes.Validator<string>;
1148
+ }>[]>;
1149
+ const showDollarSign: PropTypes.Requireable<boolean>;
1150
+ const showReferenceLine: PropTypes.Requireable<boolean>;
1151
+ const referenceLinePoint: PropTypes.Requireable<number>;
1152
+ const referenceLineColor: PropTypes.Requireable<string>;
1153
+ const referenceLineDashed: PropTypes.Requireable<string>;
1154
+ const showTooltip: PropTypes.Requireable<boolean>;
1043
1155
  }
1044
1156
  namespace defaultProps {
1045
1157
  const title_1: string;
@@ -1088,16 +1200,26 @@ declare namespace TwoBarCharts {
1088
1200
  }
1089
1201
  }
1090
1202
 
1091
- declare function CollapseData(props: any): any;
1203
+ declare function CollapseData(props: any): react_jsx_runtime.JSX.Element;
1092
1204
  declare namespace CollapseData {
1093
1205
  namespace propTypes {
1094
- const title: any;
1095
- const noDataText: any;
1096
- const width: any;
1097
- const height: any;
1098
- const addPlusMark: any;
1099
- const addArrowToTotal: any;
1100
- const tableData: any;
1206
+ const title: PropTypes.Requireable<string>;
1207
+ const noDataText: PropTypes.Requireable<string>;
1208
+ const width: PropTypes.Requireable<string>;
1209
+ const height: PropTypes.Requireable<string>;
1210
+ const addPlusMark: PropTypes.Requireable<boolean>;
1211
+ const addArrowToTotal: PropTypes.Requireable<boolean>;
1212
+ const tableData: PropTypes.Requireable<PropTypes.InferProps<{
1213
+ key: PropTypes.Requireable<number>;
1214
+ icon: PropTypes.Requireable<string>;
1215
+ title: PropTypes.Requireable<string>;
1216
+ value: PropTypes.Requireable<number>;
1217
+ valueType: PropTypes.Requireable<string>;
1218
+ table: PropTypes.Requireable<PropTypes.InferProps<{
1219
+ title: PropTypes.Requireable<string>;
1220
+ value: PropTypes.Requireable<number>;
1221
+ }>[]>;
1222
+ }>[]>;
1101
1223
  }
1102
1224
  namespace defaultProps {
1103
1225
  const title_1: string;
@@ -1122,27 +1244,27 @@ declare function InsightsCarousel({ className, children, onClose, title, icon, t
1122
1244
  children: any;
1123
1245
  onClose: any;
1124
1246
  title?: string;
1125
- icon?: any;
1247
+ icon?: react_jsx_runtime.JSX.Element;
1126
1248
  titleColor?: string;
1127
1249
  iconColor?: string;
1128
1250
  navColor?: string;
1129
- }): any;
1251
+ }): react_jsx_runtime.JSX.Element;
1130
1252
 
1131
- declare function DownloadProgress(props: any): any;
1253
+ declare function DownloadProgress(props: any): react_jsx_runtime.JSX.Element;
1132
1254
  declare namespace DownloadProgress {
1133
1255
  namespace propTypes {
1134
- const title: any;
1135
- const succeededMessage: any;
1136
- const failedMessage: any;
1137
- const downloadStatus: any;
1138
- const showShadow: any;
1139
- const showCloseButton: any;
1140
- const onCloseClick: any;
1141
- const progressPercent: any;
1142
- const refreshInterval: any;
1143
- const progressBarColor: any;
1144
- const onTryAgainClick: any;
1145
- const className: any;
1256
+ const title: PropTypes.Requireable<string>;
1257
+ const succeededMessage: PropTypes.Requireable<string>;
1258
+ const failedMessage: PropTypes.Requireable<string>;
1259
+ const downloadStatus: PropTypes.Requireable<string>;
1260
+ const showShadow: PropTypes.Requireable<boolean>;
1261
+ const showCloseButton: PropTypes.Requireable<boolean>;
1262
+ const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
1263
+ const progressPercent: PropTypes.Requireable<number>;
1264
+ const refreshInterval: PropTypes.Requireable<number>;
1265
+ const progressBarColor: PropTypes.Requireable<string>;
1266
+ const onTryAgainClick: PropTypes.Requireable<(...args: any[]) => any>;
1267
+ const className: PropTypes.Requireable<string>;
1146
1268
  }
1147
1269
  namespace defaultProps {
1148
1270
  const title_1: string;
@@ -1172,9 +1294,9 @@ declare namespace DownloadProgress {
1172
1294
  }
1173
1295
  }
1174
1296
 
1175
- declare function ModalWithOverlay(props: any): any;
1297
+ declare function ModalWithOverlay(props: any): react_jsx_runtime.JSX.Element;
1176
1298
 
1177
- declare function DropdownNew(props: any): any;
1299
+ declare function DropdownNew(props: any): react_jsx_runtime.JSX.Element;
1178
1300
 
1179
1301
  declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
1180
1302
  label: any;
@@ -1195,7 +1317,7 @@ declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, t
1195
1317
  isDarkerBackground?: boolean;
1196
1318
  allowedWeekRange?: any;
1197
1319
  restrictToRange?: boolean;
1198
- }): any;
1320
+ }): react_jsx_runtime.JSX.Element;
1199
1321
 
1200
1322
  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, }: {
1201
1323
  label: any;
@@ -1227,35 +1349,35 @@ declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolde
1227
1349
  maxLength: any;
1228
1350
  regex: any;
1229
1351
  onKeyDown: any;
1230
- }): any;
1352
+ }): react_jsx_runtime.JSX.Element;
1231
1353
  declare namespace Input {
1232
1354
  namespace propTypes {
1233
- const placeHolder: any;
1234
- const label: any;
1235
- const labelEmptyValue: any;
1236
- const size: any;
1237
- const labelColor: any;
1238
- const required: any;
1239
- const width: any;
1240
- const minWidth: any;
1241
- const minHeight: any;
1242
- const disabled: any;
1243
- const error: any;
1244
- const errorMessage: any;
1245
- const selectedValue: any;
1246
- const onChange: any;
1247
- const onClick: any;
1248
- const leftIconOnClick: any;
1249
- const rightIconOnClick: any;
1250
- const onBlur: any;
1251
- const leftIcon: any;
1252
- const rightIcon: any;
1253
- const password: any;
1254
- const multiline: any;
1255
- const rows: any;
1256
- const maxLength: any;
1257
- const regex: any;
1258
- const onKeyDown: any;
1355
+ const placeHolder: PropTypes.Requireable<string>;
1356
+ const label: PropTypes.Requireable<string>;
1357
+ const labelEmptyValue: PropTypes.Requireable<string>;
1358
+ const size: PropTypes.Requireable<string>;
1359
+ const labelColor: PropTypes.Requireable<string>;
1360
+ const required: PropTypes.Requireable<boolean>;
1361
+ const width: PropTypes.Requireable<string>;
1362
+ const minWidth: PropTypes.Requireable<string>;
1363
+ const minHeight: PropTypes.Requireable<string>;
1364
+ const disabled: PropTypes.Requireable<boolean>;
1365
+ const error: PropTypes.Requireable<boolean>;
1366
+ const errorMessage: PropTypes.Requireable<string>;
1367
+ const selectedValue: PropTypes.Requireable<string>;
1368
+ const onChange: PropTypes.Validator<(...args: any[]) => any>;
1369
+ const onClick: PropTypes.Requireable<(...args: any[]) => any>;
1370
+ const leftIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
1371
+ const rightIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
1372
+ const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
1373
+ const leftIcon: PropTypes.Requireable<string>;
1374
+ const rightIcon: PropTypes.Requireable<string>;
1375
+ const password: PropTypes.Requireable<boolean>;
1376
+ const multiline: PropTypes.Requireable<boolean>;
1377
+ const rows: PropTypes.Requireable<number>;
1378
+ const maxLength: PropTypes.Requireable<number>;
1379
+ const regex: PropTypes.Requireable<RegExp>;
1380
+ const onKeyDown: PropTypes.Requireable<(...args: any[]) => any>;
1259
1381
  }
1260
1382
  namespace defaultProps {
1261
1383
  const placeHolder_1: string;
@@ -1311,7 +1433,7 @@ declare namespace Input {
1311
1433
  }
1312
1434
  }
1313
1435
 
1314
- declare function Tooltip(props: any): any;
1436
+ declare function Tooltip(props: any): react_jsx_runtime.JSX.Element;
1315
1437
 
1316
1438
  /**
1317
1439
  * ToggleSwitch component for on/off states.
@@ -1323,122 +1445,122 @@ declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
1323
1445
  onChange: any;
1324
1446
  size?: string;
1325
1447
  disabled?: boolean;
1326
- }): any;
1448
+ }): react_jsx_runtime.JSX.Element;
1327
1449
  declare namespace ToggleSwitch {
1328
1450
  namespace propTypes {
1329
- const checked: any;
1330
- const onChange: any;
1331
- const size: any;
1332
- const disabled: any;
1451
+ const checked: PropTypes.Validator<boolean>;
1452
+ const onChange: PropTypes.Requireable<(...args: any[]) => any>;
1453
+ const size: PropTypes.Requireable<string>;
1454
+ const disabled: PropTypes.Requireable<boolean>;
1333
1455
  }
1334
1456
  }
1335
1457
 
1336
- declare function ContainerTable(props: any): any;
1458
+ declare function ContainerTable(props: any): react_jsx_runtime.JSX.Element;
1337
1459
 
1338
- declare function MenuRoute(props: any): any;
1460
+ declare function MenuRoute(props: any): react_jsx_runtime.JSX.Element;
1339
1461
 
1340
1462
  declare function Build({ width, height, fill }: {
1341
1463
  width?: string;
1342
1464
  height?: string;
1343
1465
  fill?: string;
1344
- }): any;
1466
+ }): react_jsx_runtime.JSX.Element;
1345
1467
 
1346
1468
  declare function Track({ width, height, fill }: {
1347
1469
  width?: string;
1348
1470
  height?: string;
1349
1471
  fill?: string;
1350
- }): any;
1472
+ }): react_jsx_runtime.JSX.Element;
1351
1473
 
1352
1474
  declare function Execute({ width, height, fill }: {
1353
1475
  width?: string;
1354
1476
  height?: string;
1355
1477
  fill?: string;
1356
- }): any;
1478
+ }): react_jsx_runtime.JSX.Element;
1357
1479
 
1358
1480
  declare function Dashboard({ width, height, fill }: {
1359
1481
  width?: string;
1360
1482
  height?: string;
1361
1483
  fill?: string;
1362
- }): any;
1484
+ }): react_jsx_runtime.JSX.Element;
1363
1485
 
1364
1486
  declare function Campaigns({ width, height, fill }: {
1365
1487
  width?: string;
1366
1488
  height?: string;
1367
1489
  fill?: string;
1368
- }): any;
1490
+ }): react_jsx_runtime.JSX.Element;
1369
1491
 
1370
1492
  declare function Budgets({ width, height, fill }: {
1371
1493
  width?: string;
1372
1494
  height?: string;
1373
1495
  fill?: string;
1374
- }): any;
1496
+ }): react_jsx_runtime.JSX.Element;
1375
1497
 
1376
1498
  declare function SampleRunEngine({ width, height, fill }: {
1377
1499
  width?: string;
1378
1500
  height?: string;
1379
1501
  fill?: string;
1380
- }): any;
1502
+ }): react_jsx_runtime.JSX.Element;
1381
1503
 
1382
1504
  declare function Coupons({ width, height, fill }: {
1383
1505
  width?: string;
1384
1506
  height?: string;
1385
1507
  fill?: string;
1386
- }): any;
1508
+ }): react_jsx_runtime.JSX.Element;
1387
1509
 
1388
1510
  declare function RulesEngine({ width, height, fill }: {
1389
1511
  width?: string;
1390
1512
  height?: string;
1391
1513
  fill?: string;
1392
- }): any;
1514
+ }): react_jsx_runtime.JSX.Element;
1393
1515
 
1394
1516
  declare function AdvancedThresholds({ width, height, fill }: {
1395
1517
  width?: string;
1396
1518
  height?: string;
1397
1519
  fill?: string;
1398
- }): any;
1520
+ }): react_jsx_runtime.JSX.Element;
1399
1521
 
1400
1522
  declare function PreTestWhatIf({ width, height, fill }: {
1401
1523
  width?: string;
1402
1524
  height?: string;
1403
1525
  fill?: string;
1404
- }): any;
1526
+ }): react_jsx_runtime.JSX.Element;
1405
1527
 
1406
1528
  declare function CustomerSegments({ width, height, fill }: {
1407
1529
  width?: string;
1408
1530
  height?: string;
1409
1531
  fill?: string;
1410
- }): any;
1532
+ }): react_jsx_runtime.JSX.Element;
1411
1533
 
1412
1534
  declare function GroupBuilder({ width, height, fill }: {
1413
1535
  width?: string;
1414
1536
  height?: string;
1415
1537
  fill?: string;
1416
- }): any;
1538
+ }): react_jsx_runtime.JSX.Element;
1417
1539
 
1418
1540
  declare function ItemsStores({ width, height, fill }: {
1419
1541
  width?: string;
1420
1542
  height?: string;
1421
1543
  fill?: string;
1422
- }): any;
1544
+ }): react_jsx_runtime.JSX.Element;
1423
1545
 
1424
1546
  declare function Analytics({ width, height, fill }: {
1425
1547
  width?: string;
1426
1548
  height?: string;
1427
1549
  fill?: string;
1428
- }): any;
1550
+ }): react_jsx_runtime.JSX.Element;
1429
1551
 
1430
- declare function Table(props: any): any;
1552
+ declare function Table(props: any): react_jsx_runtime.JSX.Element;
1431
1553
  declare namespace Table {
1432
1554
  const displayName: string;
1433
1555
  }
1434
1556
 
1435
- declare function FilterPop(props: any): any;
1557
+ declare function FilterPop(props: any): react_jsx_runtime.JSX.Element;
1436
1558
 
1437
- declare function SortPop(props: any): any;
1559
+ declare function SortPop(props: any): react_jsx_runtime.JSX.Element;
1438
1560
 
1439
- declare function RangePop(props: any): any;
1561
+ declare function RangePop(props: any): react_jsx_runtime.JSX.Element;
1440
1562
 
1441
- declare function SearchInput(props: any): any;
1563
+ declare function SearchInput(props: any): react_jsx_runtime.JSX.Element;
1442
1564
 
1443
1565
  declare function ItemManagerPanel({ width, height, disableSection, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, trashTooltipText, maxVisibleVendors, componentText, SubTitleColor, searchValue, onSearchChange, searchResults, filteredVendors, isSearchLoading, isLoading, isLoadingText, onLastRowsReached, lastRowsThreshold, onBackFromList, onPackageAdded, brandSuggestions, onBrandSaved, onFetchBrandSuggestions, }: {
1444
1566
  width?: string;
@@ -1471,7 +1593,7 @@ declare function ItemManagerPanel({ width, height, disableSection, onSendForms,
1471
1593
  brandSuggestions?: any[];
1472
1594
  onBrandSaved?: any;
1473
1595
  onFetchBrandSuggestions?: any;
1474
- }): any;
1596
+ }): react_jsx_runtime.JSX.Element;
1475
1597
 
1476
1598
  /**
1477
1599
  * ModalDrawer component
@@ -1486,7 +1608,7 @@ declare function ModalDrawer({ open, height, onClose, children, widthPercent }:
1486
1608
  onClose: Function;
1487
1609
  children: React.ReactNode;
1488
1610
  widthPercent?: number;
1489
- }): any;
1611
+ }): react_jsx_runtime.JSX.Element;
1490
1612
 
1491
1613
  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 }: {
1492
1614
  [x: string]: any;
@@ -1513,7 +1635,7 @@ declare function OverlayDropdown({ data, value, onSelectClick, label, labelEmpty
1513
1635
  dropdownMaxHeight?: string;
1514
1636
  height?: string;
1515
1637
  margin?: string;
1516
- }): any;
1638
+ }): react_jsx_runtime.JSX.Element;
1517
1639
 
1518
1640
  declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, opacity, secondaryColor, seperateSectionBorder, children, tooltipContent, }: {
1519
1641
  isOpen?: boolean;
@@ -1532,7 +1654,7 @@ declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, pri
1532
1654
  seperateSectionBorder?: boolean;
1533
1655
  children: any;
1534
1656
  tooltipContent?: string;
1535
- }): any;
1657
+ }): react_jsx_runtime.JSX.Element;
1536
1658
 
1537
1659
  declare function ToasterMessageBox({ color, messageText, linkText, duration, width, icon, onLinkClick, onClose }: {
1538
1660
  color?: string;
@@ -1543,14 +1665,14 @@ declare function ToasterMessageBox({ color, messageText, linkText, duration, wid
1543
1665
  icon?: string;
1544
1666
  onLinkClick?: () => void;
1545
1667
  onClose?: () => void;
1546
- }): any;
1668
+ }): react_jsx_runtime.JSX.Element;
1547
1669
 
1548
1670
  declare function QuickFilterCards({ data, onCardToggle, width, CardsContainerClassName, }: {
1549
1671
  data?: any[];
1550
1672
  onCardToggle?: () => void;
1551
1673
  width?: string;
1552
1674
  CardsContainerClassName?: string;
1553
- }): any;
1675
+ }): react_jsx_runtime.JSX.Element;
1554
1676
 
1555
1677
  declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, selectedColor, hoverColor, inRangeColor, clearButtonColor, calendarIconColor, showClearButton, showOpenIcon, }: {
1556
1678
  label: any;
@@ -1572,28 +1694,28 @@ declare function RangePicker({ label, onChange, borderRadius, required, width, h
1572
1694
  calendarIconColor: any;
1573
1695
  showClearButton: any;
1574
1696
  showOpenIcon: any;
1575
- }): any;
1697
+ }): react_jsx_runtime.JSX.Element;
1576
1698
  declare namespace RangePicker {
1577
1699
  namespace propTypes {
1578
- const label: any;
1579
- const onChange: any;
1580
- const borderRadius: any;
1581
- const required: any;
1582
- const width: any;
1583
- const height: any;
1584
- const placeholder: any;
1585
- const disabled: any;
1586
- const borderColor: any;
1587
- const borderColorFocus: any;
1588
- const textColor: any;
1589
- const selectedValue: any;
1590
- const selectedColor: any;
1591
- const hoverColor: any;
1592
- const inRangeColor: any;
1593
- const clearButtonColor: any;
1594
- const calendarIconColor: any;
1595
- const showClearButton: any;
1596
- const showOpenIcon: any;
1700
+ const label: PropTypes.Validator<string>;
1701
+ const onChange: PropTypes.Validator<(...args: any[]) => any>;
1702
+ const borderRadius: PropTypes.Validator<string>;
1703
+ const required: PropTypes.Requireable<boolean>;
1704
+ const width: PropTypes.Requireable<string>;
1705
+ const height: PropTypes.Requireable<string>;
1706
+ const placeholder: PropTypes.Requireable<string>;
1707
+ const disabled: PropTypes.Requireable<boolean>;
1708
+ const borderColor: PropTypes.Requireable<string>;
1709
+ const borderColorFocus: PropTypes.Requireable<string>;
1710
+ const textColor: PropTypes.Requireable<string>;
1711
+ const selectedValue: PropTypes.Requireable<string>;
1712
+ const selectedColor: PropTypes.Requireable<string>;
1713
+ const hoverColor: PropTypes.Requireable<string>;
1714
+ const inRangeColor: PropTypes.Requireable<string>;
1715
+ const clearButtonColor: PropTypes.Requireable<string>;
1716
+ const calendarIconColor: PropTypes.Requireable<string>;
1717
+ const showClearButton: PropTypes.Requireable<boolean>;
1718
+ const showOpenIcon: PropTypes.Requireable<boolean>;
1597
1719
  }
1598
1720
  namespace defaultProps {
1599
1721
  const required_1: boolean;
@@ -1631,27 +1753,27 @@ declare namespace RangePicker {
1631
1753
  }
1632
1754
  }
1633
1755
 
1634
- declare function Tag(props: any): any;
1756
+ declare function Tag(props: any): react_jsx_runtime.JSX.Element;
1635
1757
 
1636
- declare function CheckBox(props: any): any;
1758
+ declare function CheckBox(props: any): react_jsx_runtime.JSX.Element;
1637
1759
 
1638
- declare function NoDataFoundMessage(props: any): any;
1760
+ declare function NoDataFoundMessage(props: any): react_jsx_runtime.JSX.Element;
1639
1761
 
1640
- declare function SagIconButton(props: any): any;
1762
+ declare function SagIconButton(props: any): react_jsx_runtime.JSX.Element;
1641
1763
  declare namespace SagIconButton {
1642
1764
  namespace propTypes {
1643
- const className: any;
1644
- const iconName: any;
1645
- const buttonText: any;
1646
- const height: any;
1647
- const color: any;
1648
- const backgroundColor: any;
1649
- const activeColor: any;
1650
- const iconHeight: any;
1651
- const iconWidth: any;
1652
- const openState: any;
1653
- const disabled: any;
1654
- const onButtonClick: any;
1765
+ const className: PropTypes.Requireable<string>;
1766
+ const iconName: PropTypes.Requireable<string>;
1767
+ const buttonText: PropTypes.Requireable<string>;
1768
+ const height: PropTypes.Requireable<string>;
1769
+ const color: PropTypes.Requireable<string>;
1770
+ const backgroundColor: PropTypes.Requireable<string>;
1771
+ const activeColor: PropTypes.Requireable<string>;
1772
+ const iconHeight: PropTypes.Requireable<number>;
1773
+ const iconWidth: PropTypes.Requireable<number>;
1774
+ const openState: PropTypes.Requireable<boolean>;
1775
+ const disabled: PropTypes.Requireable<boolean>;
1776
+ const onButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
1655
1777
  }
1656
1778
  namespace defaultProps {
1657
1779
  const className_1: string;
@@ -1681,22 +1803,24 @@ declare namespace SagIconButton {
1681
1803
  }
1682
1804
  }
1683
1805
 
1684
- declare function SegmentedButton(props: any): any;
1806
+ declare function SegmentedButton(props: any): react_jsx_runtime.JSX.Element;
1685
1807
  declare namespace SegmentedButton {
1686
1808
  namespace propTypes {
1687
- const name: any;
1688
- const options: any;
1689
- const width: any;
1690
- const height: any;
1691
- const controlradius: any;
1692
- const segmentradius: any;
1693
- const gap: any;
1694
- const fontSize: any;
1695
- const selectedsegmentcolor: any;
1696
- const selectedtextcolor: any;
1697
- const unselectedtextcolor: any;
1698
- const defaultIndex: any;
1699
- const onClick: any;
1809
+ const name: PropTypes.Requireable<string>;
1810
+ const options: PropTypes.Requireable<PropTypes.InferProps<{
1811
+ value: PropTypes.Requireable<string>;
1812
+ }>[]>;
1813
+ const width: PropTypes.Requireable<number>;
1814
+ const height: PropTypes.Requireable<number>;
1815
+ const controlradius: PropTypes.Requireable<number>;
1816
+ const segmentradius: PropTypes.Requireable<number>;
1817
+ const gap: PropTypes.Requireable<string>;
1818
+ const fontSize: PropTypes.Requireable<number>;
1819
+ const selectedsegmentcolor: PropTypes.Requireable<string>;
1820
+ const selectedtextcolor: PropTypes.Requireable<string>;
1821
+ const unselectedtextcolor: PropTypes.Requireable<string>;
1822
+ const defaultIndex: PropTypes.Requireable<number>;
1823
+ const onClick: PropTypes.Requireable<(...args: any[]) => any>;
1700
1824
  }
1701
1825
  namespace defaultProps {
1702
1826
  const name_1: string;
@@ -1730,16 +1854,21 @@ declare namespace SegmentedButton {
1730
1854
  }
1731
1855
  }
1732
1856
 
1733
- declare function TotalBenchmark(props: any): any;
1857
+ declare function TotalBenchmark(props: any): react_jsx_runtime.JSX.Element;
1734
1858
  declare namespace TotalBenchmark {
1735
1859
  namespace propTypes {
1736
- const data: any;
1737
- const dotCut: any;
1738
- const addingBenchmark: any;
1739
- const width: any;
1740
- const height: any;
1741
- const textcolor: any;
1742
- const noDataText: any;
1860
+ const data: PropTypes.Requireable<PropTypes.InferProps<{
1861
+ title: PropTypes.Requireable<string>;
1862
+ value: PropTypes.Requireable<number>;
1863
+ totalValue: PropTypes.Requireable<number>;
1864
+ benchmarkValue: PropTypes.Requireable<number>;
1865
+ }>>;
1866
+ const dotCut: PropTypes.Requireable<boolean>;
1867
+ const addingBenchmark: PropTypes.Requireable<boolean>;
1868
+ const width: PropTypes.Requireable<string>;
1869
+ const height: PropTypes.Requireable<string>;
1870
+ const textcolor: PropTypes.Requireable<string>;
1871
+ const noDataText: PropTypes.Requireable<string>;
1743
1872
  }
1744
1873
  namespace defaultProps {
1745
1874
  export namespace data_1 {
@@ -1764,21 +1893,24 @@ declare namespace TotalBenchmark {
1764
1893
  }
1765
1894
  }
1766
1895
 
1767
- declare function TotalBenchmarkArrows(props: any): any;
1896
+ declare function TotalBenchmarkArrows(props: any): react_jsx_runtime.JSX.Element;
1768
1897
  declare namespace TotalBenchmarkArrows {
1769
1898
  namespace propTypes {
1770
- const title: any;
1771
- const value: any;
1772
- const addingBenchmark: any;
1773
- const benchmarkTotalValue: any;
1774
- const benchmarkValue: any;
1775
- const detailsTitle: any;
1776
- const detailsData: any;
1777
- const dotCut: any;
1778
- const width: any;
1779
- const height: any;
1780
- const textcolor: any;
1781
- const noDataText: any;
1899
+ const title: PropTypes.Requireable<string>;
1900
+ const value: PropTypes.Requireable<number>;
1901
+ const addingBenchmark: PropTypes.Requireable<boolean>;
1902
+ const benchmarkTotalValue: PropTypes.Requireable<number>;
1903
+ const benchmarkValue: PropTypes.Requireable<number>;
1904
+ const detailsTitle: PropTypes.Requireable<string>;
1905
+ const detailsData: PropTypes.Requireable<PropTypes.InferProps<{
1906
+ title: PropTypes.Requireable<string>;
1907
+ value: PropTypes.Requireable<number>;
1908
+ }>[]>;
1909
+ const dotCut: PropTypes.Requireable<boolean>;
1910
+ const width: PropTypes.Requireable<string>;
1911
+ const height: PropTypes.Requireable<string>;
1912
+ const textcolor: PropTypes.Requireable<string>;
1913
+ const noDataText: PropTypes.Requireable<string>;
1782
1914
  }
1783
1915
  namespace defaultProps {
1784
1916
  const title_1: string;
@@ -1811,22 +1943,26 @@ declare namespace TotalBenchmarkArrows {
1811
1943
  }
1812
1944
  }
1813
1945
 
1814
- declare function TotalBenchmarkBarchart(props: any): any;
1946
+ declare function TotalBenchmarkBarchart(props: any): react_jsx_runtime.JSX.Element;
1815
1947
  declare namespace TotalBenchmarkBarchart {
1816
1948
  namespace propTypes {
1817
- const title: any;
1818
- const value: any;
1819
- const addingBenchmark: any;
1820
- const benchmarkTotalValue: any;
1821
- const benchmarkValue: any;
1822
- const currency: any;
1823
- const currencyType: any;
1824
- const barChartData: any;
1825
- const dotCut: any;
1826
- const width: any;
1827
- const height: any;
1828
- const textcolor: any;
1829
- const noDataText: any;
1949
+ const title: PropTypes.Requireable<string>;
1950
+ const value: PropTypes.Requireable<number>;
1951
+ const addingBenchmark: PropTypes.Requireable<boolean>;
1952
+ const benchmarkTotalValue: PropTypes.Requireable<number>;
1953
+ const benchmarkValue: PropTypes.Requireable<number>;
1954
+ const currency: PropTypes.Requireable<boolean>;
1955
+ const currencyType: PropTypes.Requireable<string>;
1956
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
1957
+ title: PropTypes.Requireable<string>;
1958
+ value: PropTypes.Requireable<number>;
1959
+ color: PropTypes.Requireable<string>;
1960
+ }>[]>;
1961
+ const dotCut: PropTypes.Requireable<boolean>;
1962
+ const width: PropTypes.Requireable<string>;
1963
+ const height: PropTypes.Requireable<string>;
1964
+ const textcolor: PropTypes.Requireable<string>;
1965
+ const noDataText: PropTypes.Requireable<string>;
1830
1966
  }
1831
1967
  namespace defaultProps {
1832
1968
  const title_1: string;
@@ -1862,32 +1998,36 @@ declare namespace TotalBenchmarkBarchart {
1862
1998
  }
1863
1999
  }
1864
2000
 
1865
- declare function TotalBenchmarkAreachart(props: any): any;
2001
+ declare function TotalBenchmarkAreachart(props: any): react_jsx_runtime.JSX.Element;
1866
2002
  declare namespace TotalBenchmarkAreachart {
1867
2003
  namespace propTypes {
1868
- const title: any;
1869
- const value: any;
1870
- const arrowSign: any;
1871
- const addingBenchmark: any;
1872
- const benchmarkTotalValue: any;
1873
- const benchmarkValue: any;
1874
- const areaChartData: any;
1875
- const width: any;
1876
- const height: any;
1877
- const textcolor: any;
1878
- const areaChart1Color: any;
1879
- const areaChart2Color: any;
1880
- const xselectedColor: any;
1881
- const fillChart1Color: any;
1882
- const fillChart2Color: any;
1883
- const startOffset: any;
1884
- const endOffset: any;
1885
- const opacity: any;
1886
- const value1Title: any;
1887
- const value2Title: any;
1888
- const noDataText: any;
1889
- const startWeekRange: any;
1890
- const endWeekRange: any;
2004
+ const title: PropTypes.Requireable<string>;
2005
+ const value: PropTypes.Requireable<number>;
2006
+ const arrowSign: PropTypes.Requireable<string>;
2007
+ const addingBenchmark: PropTypes.Requireable<boolean>;
2008
+ const benchmarkTotalValue: PropTypes.Requireable<number>;
2009
+ const benchmarkValue: PropTypes.Requireable<number>;
2010
+ const areaChartData: PropTypes.Requireable<PropTypes.InferProps<{
2011
+ title: PropTypes.Requireable<string>;
2012
+ value1: PropTypes.Requireable<number>;
2013
+ value2: PropTypes.Requireable<number>;
2014
+ }>[]>;
2015
+ const width: PropTypes.Requireable<string>;
2016
+ const height: PropTypes.Requireable<string>;
2017
+ const textcolor: PropTypes.Requireable<string>;
2018
+ const areaChart1Color: PropTypes.Requireable<string>;
2019
+ const areaChart2Color: PropTypes.Requireable<string>;
2020
+ const xselectedColor: PropTypes.Requireable<string>;
2021
+ const fillChart1Color: PropTypes.Requireable<string>;
2022
+ const fillChart2Color: PropTypes.Requireable<string>;
2023
+ const startOffset: PropTypes.Requireable<string>;
2024
+ const endOffset: PropTypes.Requireable<string>;
2025
+ const opacity: PropTypes.Requireable<string>;
2026
+ const value1Title: PropTypes.Requireable<string>;
2027
+ const value2Title: PropTypes.Requireable<string>;
2028
+ const noDataText: PropTypes.Requireable<string>;
2029
+ const startWeekRange: PropTypes.Requireable<string>;
2030
+ const endWeekRange: PropTypes.Requireable<string>;
1891
2031
  }
1892
2032
  namespace defaultProps {
1893
2033
  const title_1: string;
@@ -1943,24 +2083,28 @@ declare namespace TotalBenchmarkAreachart {
1943
2083
  }
1944
2084
  }
1945
2085
 
1946
- declare function KpiFilter(props: any): any;
2086
+ declare function KpiFilter(props: any): react_jsx_runtime.JSX.Element;
1947
2087
  declare namespace KpiFilter {
1948
2088
  namespace propTypes {
1949
- const mainTitle: any;
1950
- const periodTitle: any;
1951
- const hidePeriod: any;
1952
- const kpiData: any;
1953
- const height: any;
1954
- const width: any;
1955
- const buttonsIconColor: any;
1956
- const buttonsBorderColor: any;
1957
- const buttonsTextColorChecked: any;
1958
- const buttonsTextColorUnchecked: any;
1959
- const buttonsBackgroundColorChecked: any;
1960
- const buttonsBackgroundColorUnchecked: any;
1961
- const onClick: any;
1962
- const onClickPeriod: any;
1963
- const selectAllIgnoreList: any;
2089
+ const mainTitle: PropTypes.Requireable<string>;
2090
+ const periodTitle: PropTypes.Requireable<string>;
2091
+ const hidePeriod: PropTypes.Requireable<boolean>;
2092
+ const kpiData: PropTypes.Requireable<PropTypes.InferProps<{
2093
+ label: PropTypes.Requireable<string>;
2094
+ checked: PropTypes.Requireable<boolean>;
2095
+ disabled: PropTypes.Requireable<boolean>;
2096
+ }>[]>;
2097
+ const height: PropTypes.Requireable<string>;
2098
+ const width: PropTypes.Requireable<string>;
2099
+ const buttonsIconColor: PropTypes.Requireable<string>;
2100
+ const buttonsBorderColor: PropTypes.Requireable<string>;
2101
+ const buttonsTextColorChecked: PropTypes.Requireable<string>;
2102
+ const buttonsTextColorUnchecked: PropTypes.Requireable<string>;
2103
+ const buttonsBackgroundColorChecked: PropTypes.Requireable<string>;
2104
+ const buttonsBackgroundColorUnchecked: PropTypes.Requireable<string>;
2105
+ const onClick: PropTypes.Requireable<(...args: any[]) => any>;
2106
+ const onClickPeriod: PropTypes.Requireable<(...args: any[]) => any>;
2107
+ const selectAllIgnoreList: PropTypes.Requireable<string[]>;
1964
2108
  }
1965
2109
  namespace defaultProps {
1966
2110
  const mainTitle_1: string;
@@ -1996,6 +2140,6 @@ declare namespace KpiFilter {
1996
2140
  }
1997
2141
  }
1998
2142
 
1999
- declare function FooterBranding(): any;
2143
+ declare function FooterBranding(): react_jsx_runtime.JSX.Element;
2000
2144
 
2001
2145
  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, FooterBranding, GroupBuilder, Heatmap, IconButton, Input, InsightsCarousel, ItemManagerPanel, ItemsStores, KpiFilter, LinkButton, LinnerDataBox, MarketShareDescription, MenuRoute, MessageBox, ModalDrawer, ModalWithOverlay, NoDataFoundMessage, OneColumnContainer, OverlayDropdown, PerformanceAnalyticsLegend, PieChart, PopupCharts, PreTestWhatIf, QuickFilter, QuickFilterCards, RangePicker, RangePop, ReportTable, RulesEngine, SagIconButton, SampleRunEngine, SearchInput, SegmentedButton, SingleBarLineCharts, SortPop, TabMenu, Table, Tag, ToasterMessageBox, ToggleSwitch, Tooltip, TopToggleList, TotalBenchmark, TotalBenchmarkAreachart, TotalBenchmarkArrows, TotalBenchmarkBarchart, TotalDoughnutChart, TotalHorizontalCharts, Track, TwoBarCharts, WeeksPicker };