sag_components 2.0.0-beta130 → 2.0.0-beta132

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