sag_components 2.0.0-beta35 → 2.0.0-beta350

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 (853) hide show
  1. package/dist/index.d.ts +1374 -581
  2. package/dist/index.esm.js +44647 -13189
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +41218 -9698
  5. package/dist/index.js.map +1 -1
  6. package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
  7. package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
  8. package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
  9. package/dist/types/components/AttachedFile/AttachedFile.d.ts +6 -7
  10. package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -0
  11. package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
  12. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +1 -38
  13. package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -0
  14. package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
  15. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +1 -70
  16. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -0
  17. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -12
  18. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +3 -4
  19. package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -0
  20. package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
  21. package/dist/types/components/BarChart/BarChart.d.ts +22 -28
  22. package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -0
  23. package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
  24. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +1 -81
  25. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -0
  26. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -31
  27. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +1 -65
  28. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -0
  29. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
  30. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +31 -39
  31. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -0
  32. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
  33. package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
  34. package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
  35. package/dist/types/components/Benchmark/Benchmark.d.ts +13 -14
  36. package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -0
  37. package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
  38. package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
  39. package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
  40. package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
  41. package/dist/types/components/BreakdownPanel/BreakdownPanel.test.d.ts +1 -0
  42. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
  43. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
  44. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
  45. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
  46. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
  47. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
  48. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
  49. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
  50. package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
  51. package/dist/types/components/BrushChart/BrushChart.stories.d.ts +150 -0
  52. package/dist/types/components/BrushChart/BrushChart.style.d.ts +45 -0
  53. package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
  54. package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
  55. package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
  56. package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -0
  57. package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
  58. package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
  59. package/dist/types/components/Button/Button.d.ts +1 -21
  60. package/dist/types/components/Button/Button.stories.d.ts +245 -0
  61. package/dist/types/components/Button/Button.style.d.ts +5 -5
  62. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +5 -12
  63. package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
  64. package/dist/types/components/CampaignTool/Card.d.ts +7 -13
  65. package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
  66. package/dist/types/components/CampaignTool/FormInput.d.ts +1 -1
  67. package/dist/types/components/CampaignTool/FormSelect.d.ts +1 -1
  68. package/dist/types/components/CampaignTool/MultipleCard.d.ts +3 -4
  69. package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
  70. package/dist/types/components/CampaignTool/PageFilterBar.d.ts +2 -3
  71. package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
  72. package/dist/types/components/CampaignTool/Popup.d.ts +7 -8
  73. package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
  74. package/dist/types/components/CampaignTool/PopupContent.d.ts +7 -12
  75. package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
  76. package/dist/types/components/CampaignTool/Table.d.ts +14 -19
  77. package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
  78. package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
  79. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -0
  80. package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
  81. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +15 -15
  82. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -0
  83. package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
  84. package/dist/types/components/CodeEditor/CodeEditor.d.ts +1 -1
  85. package/dist/types/components/CollapseData/CollapseData.d.ts +13 -18
  86. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -0
  87. package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
  88. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +16 -31
  89. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -0
  90. package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
  91. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +6 -7
  92. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -0
  93. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
  94. package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
  95. package/dist/types/components/ContainerTable/ContainerTable.stories.d.ts +61 -0
  96. package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
  97. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +6 -7
  98. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -0
  99. package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
  100. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
  101. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +265 -0
  102. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
  103. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +1 -1
  104. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -0
  105. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
  106. package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +17 -12
  107. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +110 -0
  108. package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +5 -4
  109. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -62
  110. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
  111. package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
  112. package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +346 -0
  113. package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
  114. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -59
  115. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
  116. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +13 -14
  117. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -0
  118. package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
  119. package/dist/types/components/EventList/EventList.d.ts +8 -12
  120. package/dist/types/components/EventList/EventList.stories.d.ts +67 -0
  121. package/dist/types/components/EventList/EventList.style.d.ts +4 -4
  122. package/dist/types/components/EventListItem/EventListItem.d.ts +7 -8
  123. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -0
  124. package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
  125. package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
  126. package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
  127. package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
  128. package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
  129. package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
  130. package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
  131. package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
  132. package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
  133. package/dist/types/components/FilterContainer/FilterContainer.d.ts +1 -2
  134. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -0
  135. package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
  136. package/dist/types/components/FilterPanel/FilterPanel.d.ts +21 -47
  137. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +184 -0
  138. package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
  139. package/dist/types/components/Footer/FooterBranding.d.ts +2 -0
  140. package/dist/types/components/Footer/FooterBranding.styles.d.ts +2 -0
  141. package/dist/types/components/FormattedValue/FormattedValue.d.ts +13 -14
  142. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -0
  143. package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
  144. package/dist/types/components/Heatmap/Heatmap.d.ts +5 -10
  145. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -0
  146. package/dist/types/components/Heatmap/Heatmap.style.d.ts +13 -15
  147. package/dist/types/components/IconButton/IconButton.d.ts +14 -15
  148. package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -0
  149. package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
  150. package/dist/types/components/Input/Input.d.ts +55 -21
  151. package/dist/types/components/Input/Input.stories.d.ts +410 -0
  152. package/dist/types/components/Input/Input.style.d.ts +8 -7
  153. package/dist/types/components/InputOld/InputOld.d.ts +17 -18
  154. package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -0
  155. package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
  156. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
  157. package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
  158. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
  159. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
  160. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
  161. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +33 -0
  162. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +200 -0
  163. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +35 -0
  164. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +13 -0
  165. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +17 -0
  166. package/dist/types/components/ItemManagerPanel/NewSubitem/BrandAutocomplete.d.ts +8 -0
  167. package/dist/types/components/ItemManagerPanel/NewSubitem/BrandAutocomplete.stories.d.ts +12 -0
  168. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +13 -0
  169. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +19 -0
  170. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
  171. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +17 -0
  172. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
  173. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +14 -0
  174. package/dist/types/components/KpiFilter/KpiFilter.d.ts +18 -23
  175. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -0
  176. package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
  177. package/dist/types/components/LinkButton/LinkButton.d.ts +11 -11
  178. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -0
  179. package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
  180. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +1 -34
  181. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +4 -12
  182. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -0
  183. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +12 -12
  184. package/dist/types/components/ListBox/ListBox.d.ts +10 -10
  185. package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -0
  186. package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
  187. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +8 -13
  188. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -0
  189. package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
  190. package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
  191. package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
  192. package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
  193. package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
  194. package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
  195. package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
  196. package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
  197. package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
  198. package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
  199. package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
  200. package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
  201. package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
  202. package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
  203. package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
  204. package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
  205. package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
  206. package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +168 -0
  207. package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
  208. package/dist/types/components/MessageBox/MessageBox.d.ts +20 -0
  209. package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
  210. package/dist/types/components/MessageBox/MessageBox.styles.d.ts +8 -0
  211. package/dist/types/components/Modal/Modal.d.ts +1 -1
  212. package/dist/types/components/Modal/Modal.style.d.ts +4 -4
  213. package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +1 -1
  214. package/dist/types/components/Modal/ModalTotalCost.d.ts +1 -1
  215. package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +14 -0
  216. package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
  217. package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
  218. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
  219. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -0
  220. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +8 -0
  221. package/dist/types/components/MonthPicker/MonthPicker.d.ts +16 -16
  222. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -0
  223. package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
  224. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +3 -2
  225. package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
  226. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +1 -11
  227. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -0
  228. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
  229. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +38 -21
  230. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -0
  231. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -10
  232. package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +27 -0
  233. package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +650 -0
  234. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +12 -0
  235. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +21 -0
  236. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
  237. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +24 -42
  238. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -0
  239. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
  240. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +1 -28
  241. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -0
  242. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
  243. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +16 -37
  244. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -0
  245. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
  246. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +5 -14
  247. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -0
  248. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
  249. package/dist/types/components/PieChart/PieChart.d.ts +22 -26
  250. package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -0
  251. package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
  252. package/dist/types/components/PopupCharts/PopupCharts.d.ts +9 -20
  253. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -0
  254. package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
  255. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +7 -12
  256. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -0
  257. package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
  258. package/dist/types/components/ProgressBar/ProgressBar.d.ts +6 -7
  259. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -0
  260. package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
  261. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +16 -16
  262. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -0
  263. package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
  264. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +3 -2
  265. package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
  266. package/dist/types/components/QuickFilter/QuickFilter.d.ts +20 -16
  267. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +289 -0
  268. package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
  269. package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +7 -0
  270. package/dist/types/components/QuickFilterCards/QuickFilterCards.stories.d.ts +49 -0
  271. package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -0
  272. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +27 -25
  273. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +17 -12
  274. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +24 -23
  275. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
  276. package/dist/types/components/RangePicker/RangeDatePicker.d.ts +7 -2
  277. package/dist/types/components/RangePicker/RangePicker.d.ts +42 -15
  278. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +236 -0
  279. package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
  280. package/dist/types/components/ReportTable/ReportTable.d.ts +17 -26
  281. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -0
  282. package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
  283. package/dist/types/components/SagButton/SagButton.d.ts +13 -14
  284. package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -0
  285. package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
  286. package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +15 -16
  287. package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -0
  288. package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -0
  289. package/dist/types/components/SagInput/SagInput.d.ts +10 -11
  290. package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -0
  291. package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
  292. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +14 -20
  293. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -0
  294. package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
  295. package/dist/types/components/SearchInput/SearchInput.d.ts +1 -23
  296. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +120 -0
  297. package/dist/types/components/SearchInput/SearchInput.style.d.ts +3 -2
  298. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +16 -16
  299. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -0
  300. package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
  301. package/dist/types/components/Select/Select.d.ts +1 -1
  302. package/dist/types/components/Select/Select.stories.d.ts +252 -0
  303. package/dist/types/components/Select/Select.style.d.ts +6 -6
  304. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -27
  305. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +237 -0
  306. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -61
  307. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  308. package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
  309. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +171 -0
  310. package/dist/types/components/TabMenu/TabMenu.style.d.ts +11 -58
  311. package/dist/types/components/Table/DropMenus/Dropdown.d.ts +37 -0
  312. package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -0
  313. package/dist/types/components/Table/DropMenus/FieldPop.d.ts +2 -0
  314. package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
  315. package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
  316. package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +9 -0
  317. package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
  318. package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +11 -0
  319. package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
  320. package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
  321. package/dist/types/components/Table/FilterIcon.d.ts +6 -0
  322. package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
  323. package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
  324. package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +5 -0
  325. package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
  326. package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
  327. package/dist/types/components/Table/NoEvents.d.ts +5 -0
  328. package/dist/types/components/Table/NoSearchUpcIcon.d.ts +5 -0
  329. package/dist/types/components/Table/NoUpcIcon.d.ts +5 -0
  330. package/dist/types/components/Table/NothingToTrack.d.ts +5 -0
  331. package/dist/types/components/Table/SortIcon.d.ts +6 -0
  332. package/dist/types/components/Table/Table.d.ts +5 -0
  333. package/dist/types/components/Table/Table.stories.d.ts +1133 -0
  334. package/dist/types/components/Table/Table.style.d.ts +21 -0
  335. package/dist/types/components/Table/TableBody.d.ts +2 -0
  336. package/dist/types/components/Table/TableBody.styles.d.ts +42 -0
  337. package/dist/types/components/Table/TableFooter.d.ts +10 -0
  338. package/dist/types/components/Table/TableFooter.styles.d.ts +8 -0
  339. package/dist/types/components/Table/TableHeader.d.ts +22 -0
  340. package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
  341. package/dist/types/components/Table/data.d.ts +463 -0
  342. package/dist/types/components/Table/hook.d.ts +16 -0
  343. package/dist/types/components/Table/useVisibleRowsHook.d.ts +10 -0
  344. package/dist/types/components/Tag/Tag.d.ts +2 -0
  345. package/dist/types/components/Tag/Tag.stories.d.ts +112 -0
  346. package/dist/types/components/Tag/Tag.style.d.ts +1 -0
  347. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.d.ts +2 -0
  348. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.style.d.ts +4 -0
  349. package/dist/types/components/TitleDescription/TitleDescription.d.ts +12 -15
  350. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -0
  351. package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
  352. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +11 -0
  353. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +67 -0
  354. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
  355. package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +20 -0
  356. package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
  357. package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
  358. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -23
  359. package/dist/types/components/Tooltip/Tooltip.stories.d.ts +83 -0
  360. package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
  361. package/dist/types/components/TopToggleList/TopToggleList.d.ts +5 -6
  362. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -0
  363. package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
  364. package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +8 -14
  365. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -0
  366. package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
  367. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +25 -30
  368. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -0
  369. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
  370. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +15 -22
  371. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -0
  372. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
  373. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +14 -19
  374. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -0
  375. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
  376. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +35 -24
  377. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -0
  378. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
  379. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +26 -28
  380. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +225 -0
  381. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
  382. package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +6 -7
  383. package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
  384. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +20 -26
  385. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +172 -0
  386. package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
  387. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +36 -0
  388. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
  389. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +21 -0
  390. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +124 -0
  391. package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
  392. package/dist/types/icons/ArrowDownIcon.d.ts +3 -3
  393. package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -0
  394. package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
  395. package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
  396. package/dist/types/icons/ArrowSelectIcon.d.ts +4 -4
  397. package/dist/types/icons/ArrowUpIcon.d.ts +3 -3
  398. package/dist/types/icons/AttachedIcon.d.ts +4 -4
  399. package/dist/types/icons/BarcodeIcon.d.ts +6 -0
  400. package/dist/types/icons/BellIcon.d.ts +5 -5
  401. package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
  402. package/dist/types/icons/Calendar.d.ts +3 -1
  403. package/dist/types/icons/CalendarIcon.d.ts +6 -0
  404. package/dist/types/icons/CalendarInOpen.d.ts +5 -1
  405. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +4 -4
  406. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +4 -4
  407. package/dist/types/icons/CheckBoxIndeterminateIcon.d.ts +6 -0
  408. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +4 -4
  409. package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
  410. package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
  411. package/dist/types/icons/ChevronIcon.d.ts +7 -0
  412. package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
  413. package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
  414. package/dist/types/icons/ClockIcon.d.ts +3 -3
  415. package/dist/types/icons/CloseIcon.d.ts +4 -4
  416. package/dist/types/icons/CloseXIcon.d.ts +5 -5
  417. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +4 -4
  418. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +4 -4
  419. package/dist/types/icons/CommentIcon.d.ts +7 -0
  420. package/dist/types/icons/DocumentIcon.d.ts +5 -5
  421. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  422. package/dist/types/icons/DownloadIcon.d.ts +5 -5
  423. package/dist/types/icons/Duplicate.d.ts +7 -0
  424. package/dist/types/icons/ErrorIcon.d.ts +4 -4
  425. package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
  426. package/dist/types/icons/ExitIcon.d.ts +6 -6
  427. package/dist/types/icons/ExportIcon.d.ts +5 -6
  428. package/dist/types/icons/EyeIcon.d.ts +6 -6
  429. package/dist/types/icons/FileIcon.d.ts +4 -4
  430. package/dist/types/icons/FilterIcon.d.ts +5 -5
  431. package/dist/types/icons/FlyIcon.d.ts +5 -6
  432. package/dist/types/icons/FolderIcon.d.ts +6 -0
  433. package/dist/types/icons/FoodLionChartIcon.d.ts +1 -1
  434. package/dist/types/icons/FoodLionIcon.d.ts +5 -5
  435. package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
  436. package/dist/types/icons/GiantFoodChartIcon.d.ts +1 -1
  437. package/dist/types/icons/GiantFoodIcon.d.ts +6 -6
  438. package/dist/types/icons/GiantFoodIcon_new.d.ts +6 -6
  439. package/dist/types/icons/HannafordChartIcon.d.ts +1 -1
  440. package/dist/types/icons/HannafordIcon.d.ts +5 -5
  441. package/dist/types/icons/HannafordIcon_new.d.ts +6 -5
  442. package/dist/types/icons/HannafordNewIcon.d.ts +5 -0
  443. package/dist/types/icons/HeroIcon.d.ts +6 -0
  444. package/dist/types/icons/InfoIcon.d.ts +6 -6
  445. package/dist/types/icons/LampIcon.d.ts +4 -4
  446. package/dist/types/icons/LegendLineIcon.d.ts +4 -4
  447. package/dist/types/icons/LegendUnionIcon.d.ts +4 -4
  448. package/dist/types/icons/MaintenanceIcon.d.ts +6 -6
  449. package/dist/types/icons/MenuItemClosedIcon.d.ts +4 -4
  450. package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
  451. package/dist/types/icons/MenuItemRightIcon.d.ts +4 -4
  452. package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
  453. package/dist/types/icons/NoDataFoundIcon.d.ts +5 -6
  454. package/dist/types/icons/OkCircleIcon.d.ts +6 -0
  455. package/dist/types/icons/OkIcon.d.ts +6 -0
  456. package/dist/types/icons/OptionsIcon.d.ts +5 -5
  457. package/dist/types/icons/PackageSendIcon.d.ts +2 -0
  458. package/dist/types/icons/PenIcon.d.ts +6 -0
  459. package/dist/types/icons/PencilIcon.d.ts +6 -0
  460. package/dist/types/icons/PeopleIcon.d.ts +6 -0
  461. package/dist/types/icons/Plus.d.ts +6 -0
  462. package/dist/types/icons/PlusIcon.d.ts +6 -0
  463. package/dist/types/icons/RedDot.d.ts +5 -0
  464. package/dist/types/icons/ReselectIcon.d.ts +5 -5
  465. package/dist/types/icons/SearchIcon.d.ts +4 -4
  466. package/dist/types/icons/ShoppingCartIcon.d.ts +3 -3
  467. package/dist/types/icons/ShoutIcon.d.ts +4 -4
  468. package/dist/types/icons/Sort.d.ts +1 -0
  469. package/dist/types/icons/SortIcon.d.ts +6 -6
  470. package/dist/types/icons/SpotlightProductIcon.d.ts +4 -4
  471. package/dist/types/icons/StopAndShopChartIcon.d.ts +1 -1
  472. package/dist/types/icons/StopAndShopIcon.d.ts +6 -6
  473. package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
  474. package/dist/types/icons/SucceededIcon.d.ts +4 -4
  475. package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +1 -1
  476. package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
  477. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +5 -5
  478. package/dist/types/icons/TrashIcon.d.ts +7 -0
  479. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  480. package/dist/types/icons/UploadIcon.d.ts +7 -0
  481. package/dist/types/icons/UploadIconV2.d.ts +6 -0
  482. package/dist/types/icons/VIcon.d.ts +6 -0
  483. package/dist/types/icons/index.d.ts +24 -0
  484. package/dist/types/index.d.ts +61 -0
  485. package/dist/types/utils/CommonFunctions.d.ts +6 -1
  486. package/dist/types/utils/ComponentFactory.d.ts +4 -0
  487. package/dist/types/utils/IconsHandler.d.ts +1 -1
  488. package/dist/types/utils/IconsHandler.style.d.ts +1 -1
  489. package/dist/types/utils/UtilsComponents/CustomTooltip.d.ts +6 -0
  490. package/dist/types/utils/UtilsComponents/TitleWithCustomTooltip.d.ts +7 -0
  491. package/dist/types/utils/UtilsComponents/useTextOverflow.d.ts +7 -0
  492. package/package.json +43 -42
  493. package/dist/App.js +0 -56
  494. package/dist/App.test.js +0 -10
  495. package/dist/Button.test.js +0 -162
  496. package/dist/LinkButton.test.js +0 -150
  497. package/dist/SingleBar.test.js +0 -120
  498. package/dist/setupTests.js +0 -15
  499. package/dist/stories/AttachedFile.stories.js +0 -37
  500. package/dist/stories/AutocompleteField.stories.js +0 -25
  501. package/dist/stories/BannerEventBox.stories.js +0 -59
  502. package/dist/stories/BannerEventBoxList.stories.js +0 -39
  503. package/dist/stories/BannerEventBoxTest.stories.js +0 -27
  504. package/dist/stories/BannersDropdown.stories.js +0 -64
  505. package/dist/stories/BarChart.stories.js +0 -306
  506. package/dist/stories/BarChartTwoRows.stories.js +0 -259
  507. package/dist/stories/BarChartWithAreaChart.stories.js +0 -134
  508. package/dist/stories/BarChartsByWeeks.stories.js +0 -445
  509. package/dist/stories/Benchmark.stories.js +0 -147
  510. package/dist/stories/Button.stories.js +0 -255
  511. package/dist/stories/CampaignDemoReport.stories.js +0 -65
  512. package/dist/stories/CampaignTool/Card.stories.js +0 -92
  513. package/dist/stories/CampaignTool/MultipleCard.stories.js +0 -33
  514. package/dist/stories/CampaignTool/PageFilterBar.stories.js +0 -28
  515. package/dist/stories/CampaignTool/Popup.stories.js +0 -697
  516. package/dist/stories/CampaignTool/PopupContent.stories.js +0 -284
  517. package/dist/stories/CampaignTool/Table.stories.js +0 -104
  518. package/dist/stories/CheckBox.stories.js +0 -107
  519. package/dist/stories/CheckBoxButton.stories.js +0 -150
  520. package/dist/stories/CollapseData.stories.js +0 -125
  521. package/dist/stories/CollapseHeader.stories.js +0 -123
  522. package/dist/stories/CollapseMenuItem.stories.js +0 -134
  523. package/dist/stories/Datepicker.stories.js +0 -85
  524. package/dist/stories/DialogOverlay.stories.js +0 -39
  525. package/dist/stories/DoublePanelDataRow.stories.js +0 -116
  526. package/dist/stories/DownloadProgress.stories.js +0 -109
  527. package/dist/stories/Dropdown.stories.js +0 -318
  528. package/dist/stories/DropdownMulti.stories.js +0 -220
  529. package/dist/stories/DropdownNew.stories.js +0 -407
  530. package/dist/stories/EventDetailsCard.stories.js +0 -122
  531. package/dist/stories/EventList.stories.js +0 -84
  532. package/dist/stories/EventListItem.stories.js +0 -65
  533. package/dist/stories/FilterButton.stories.js +0 -90
  534. package/dist/stories/FilterContainer.stories.js +0 -22
  535. package/dist/stories/FilterPanel.stories.js +0 -967
  536. package/dist/stories/FormattedValue.stories.js +0 -183
  537. package/dist/stories/Heatmap.stories.js +0 -118
  538. package/dist/stories/IconButton.stories.js +0 -126
  539. package/dist/stories/Input.stories.js +0 -422
  540. package/dist/stories/InputOld.stories.js +0 -103
  541. package/dist/stories/KpiFilter.stories.js +0 -401
  542. package/dist/stories/LinkButton.stories.js +0 -171
  543. package/dist/stories/LinnerDataBox.stories.js +0 -79
  544. package/dist/stories/ListBox.stories.js +0 -132
  545. package/dist/stories/MarketShareDescription.stories.js +0 -196
  546. package/dist/stories/MonthPicker.stories.js +0 -142
  547. package/dist/stories/NewInput.stories.js +0 -37
  548. package/dist/stories/NoDataFoundMessage.stories.js +0 -66
  549. package/dist/stories/OneColumnContainer.stories.js +0 -119
  550. package/dist/stories/PerformanceAnalytics.stories.js +0 -263
  551. package/dist/stories/PerformanceAnalyticsLegend.stories.js +0 -99
  552. package/dist/stories/PerformanceAnalyticsOneColumn.stories.js +0 -236
  553. package/dist/stories/PerformanceAnalyticsTotals.stories.js +0 -109
  554. package/dist/stories/PieChart.stories.js +0 -215
  555. package/dist/stories/PopupCharts.stories.js +0 -1191
  556. package/dist/stories/ProductsVariety.stories.js +0 -90
  557. package/dist/stories/ProgressBar.stories.js +0 -71
  558. package/dist/stories/QuarterPicker.stories.js +0 -142
  559. package/dist/stories/QuickFilter.stories.js +0 -275
  560. package/dist/stories/RangePicker.stories.js +0 -140
  561. package/dist/stories/ReportTable.stories.js +0 -255
  562. package/dist/stories/SagButton.stories.js +0 -118
  563. package/dist/stories/SagIconButton.stories.js +0 -122
  564. package/dist/stories/SagInput.stories.js +0 -69
  565. package/dist/stories/SalesAndROI.stories.js +0 -166
  566. package/dist/stories/SalesSplit.stories.js +0 -122
  567. package/dist/stories/SearchInput.stories.js +0 -44
  568. package/dist/stories/SegmentedButton.stories.js +0 -181
  569. package/dist/stories/Select.stories.js +0 -201
  570. package/dist/stories/SingleBarLineCharts.stories.js +0 -310
  571. package/dist/stories/TabMenu.stories.js +0 -224
  572. package/dist/stories/TextField.stories.js +0 -160
  573. package/dist/stories/TitleDescription.stories.js +0 -116
  574. package/dist/stories/TopToggleList.stories.js +0 -52
  575. package/dist/stories/TotalBenchmark.stories.js +0 -135
  576. package/dist/stories/TotalBenchmarkAreachart.stories.js +0 -341
  577. package/dist/stories/TotalBenchmarkArrows.stories.js +0 -170
  578. package/dist/stories/TotalBenchmarkBarchart.stories.js +0 -183
  579. package/dist/stories/TotalDoughnutChart.stories.js +0 -301
  580. package/dist/stories/TotalHorizontalCharts.stories.js +0 -291
  581. package/dist/stories/TwoBarCharts.stories.js +0 -185
  582. package/dist/stories/components/AttachedFile.js +0 -60
  583. package/dist/stories/components/AttachedFile.style.js +0 -48
  584. package/dist/stories/components/AutocompleteField.js +0 -40
  585. package/dist/stories/components/AutocompleteField.style.js +0 -55
  586. package/dist/stories/components/BannerEventBox.js +0 -97
  587. package/dist/stories/components/BannerEventBox.style.js +0 -78
  588. package/dist/stories/components/BannerEventBoxList.js +0 -153
  589. package/dist/stories/components/BannerEventBoxList.style.js +0 -189
  590. package/dist/stories/components/BannerEventBoxTest.js +0 -42
  591. package/dist/stories/components/BannerEventBoxTest.style.js +0 -11
  592. package/dist/stories/components/BannersDropdown.js +0 -119
  593. package/dist/stories/components/BannersDropdown.style.js +0 -99
  594. package/dist/stories/components/BarChart.js +0 -258
  595. package/dist/stories/components/BarChart.style.js +0 -60
  596. package/dist/stories/components/BarChartTwoRows.js +0 -220
  597. package/dist/stories/components/BarChartTwoRows.style.js +0 -79
  598. package/dist/stories/components/BarChartWithAreaChart.js +0 -268
  599. package/dist/stories/components/BarChartWithAreaChart.style.js +0 -67
  600. package/dist/stories/components/BarChartsByWeeks.js +0 -306
  601. package/dist/stories/components/BarChartsByWeeks.style.js +0 -96
  602. package/dist/stories/components/Benchmark.js +0 -130
  603. package/dist/stories/components/Benchmark.style.js +0 -61
  604. package/dist/stories/components/Button.js +0 -255
  605. package/dist/stories/components/Button.style.js +0 -90
  606. package/dist/stories/components/CampaignTool/CampaignDemoReport.js +0 -48
  607. package/dist/stories/components/CampaignTool/CampaignDemoReport.style.js +0 -48
  608. package/dist/stories/components/CampaignTool/Card.js +0 -72
  609. package/dist/stories/components/CampaignTool/Card.style.js +0 -65
  610. package/dist/stories/components/CampaignTool/FormInput.js +0 -41
  611. package/dist/stories/components/CampaignTool/FormSelect.js +0 -42
  612. package/dist/stories/components/CampaignTool/MultipleCard.js +0 -26
  613. package/dist/stories/components/CampaignTool/MultipleCard.style.js +0 -13
  614. package/dist/stories/components/CampaignTool/PageFilterBar.js +0 -23
  615. package/dist/stories/components/CampaignTool/PageFilterBar.style.js +0 -22
  616. package/dist/stories/components/CampaignTool/Popup.js +0 -172
  617. package/dist/stories/components/CampaignTool/Popup.style.js +0 -122
  618. package/dist/stories/components/CampaignTool/PopupContent.js +0 -111
  619. package/dist/stories/components/CampaignTool/PopupContent.style.js +0 -74
  620. package/dist/stories/components/CampaignTool/PopupFieldsRules.js +0 -168
  621. package/dist/stories/components/CampaignTool/Table.js +0 -195
  622. package/dist/stories/components/CampaignTool/Table.style.js +0 -86
  623. package/dist/stories/components/CheckBox.js +0 -76
  624. package/dist/stories/components/CheckBox.style.js +0 -36
  625. package/dist/stories/components/CheckBoxButton.js +0 -69
  626. package/dist/stories/components/CheckBoxButton.style.js +0 -39
  627. package/dist/stories/components/CodeEditor.js +0 -43
  628. package/dist/stories/components/CodeEditor.style.js +0 -13
  629. package/dist/stories/components/CollapseData.js +0 -66
  630. package/dist/stories/components/CollapseData.style.js +0 -127
  631. package/dist/stories/components/CollapseHeader.js +0 -255
  632. package/dist/stories/components/CollapseHeader.style.js +0 -200
  633. package/dist/stories/components/CollapseMenuItem.js +0 -61
  634. package/dist/stories/components/CollapseMenuItem.style.js +0 -61
  635. package/dist/stories/components/CommonFunctions.js +0 -99
  636. package/dist/stories/components/Datepicker.js +0 -148
  637. package/dist/stories/components/Datepicker.style.js +0 -19
  638. package/dist/stories/components/DialogOverlay.js +0 -44
  639. package/dist/stories/components/DialogOverlay.style.js +0 -70
  640. package/dist/stories/components/DoublePanelDataRow.js +0 -70
  641. package/dist/stories/components/DoublePanelDataRow.style.js +0 -66
  642. package/dist/stories/components/DownloadProgress.js +0 -97
  643. package/dist/stories/components/DownloadProgress.style.js +0 -51
  644. package/dist/stories/components/Dropdown.js +0 -231
  645. package/dist/stories/components/Dropdown.style.js +0 -17
  646. package/dist/stories/components/DropdownMulti.js +0 -290
  647. package/dist/stories/components/DropdownMulti.style.js +0 -17
  648. package/dist/stories/components/DropdownMultiNew.js +0 -292
  649. package/dist/stories/components/DropdownMultiNew.style.js +0 -218
  650. package/dist/stories/components/DropdownNew.js +0 -98
  651. package/dist/stories/components/DropdownNew.style.js +0 -21
  652. package/dist/stories/components/DropdownSingleNew.js +0 -256
  653. package/dist/stories/components/DropdownSingleNew.style.js +0 -189
  654. package/dist/stories/components/EventDetailsCard.js +0 -142
  655. package/dist/stories/components/EventDetailsCard.style.js +0 -62
  656. package/dist/stories/components/EventList.js +0 -61
  657. package/dist/stories/components/EventList.style.js +0 -38
  658. package/dist/stories/components/EventListItem.js +0 -50
  659. package/dist/stories/components/EventListItem.style.js +0 -47
  660. package/dist/stories/components/FilterButton.js +0 -53
  661. package/dist/stories/components/FilterButton.style.js +0 -12
  662. package/dist/stories/components/FilterContainer.js +0 -29
  663. package/dist/stories/components/FilterContainer.style.js +0 -30
  664. package/dist/stories/components/FilterPanel.js +0 -614
  665. package/dist/stories/components/FilterPanel.style.js +0 -89
  666. package/dist/stories/components/FormattedValue.js +0 -69
  667. package/dist/stories/components/FormattedValue.style.js +0 -91
  668. package/dist/stories/components/Heatmap.js +0 -184
  669. package/dist/stories/components/Heatmap.style.js +0 -151
  670. package/dist/stories/components/IconButton.js +0 -147
  671. package/dist/stories/components/IconButton.style.js +0 -64
  672. package/dist/stories/components/Input.js +0 -186
  673. package/dist/stories/components/Input.style.js +0 -132
  674. package/dist/stories/components/InputOld.js +0 -93
  675. package/dist/stories/components/InputOld.style.js +0 -71
  676. package/dist/stories/components/KpiFilter.js +0 -345
  677. package/dist/stories/components/KpiFilter.style.js +0 -132
  678. package/dist/stories/components/LinkButton.js +0 -225
  679. package/dist/stories/components/LinkButton.style.js +0 -53
  680. package/dist/stories/components/LinnerDataBox.js +0 -54
  681. package/dist/stories/components/LinnerDataBox.style.js +0 -68
  682. package/dist/stories/components/ListBox.js +0 -82
  683. package/dist/stories/components/ListBox.style.js +0 -48
  684. package/dist/stories/components/MarketShareDescription.js +0 -109
  685. package/dist/stories/components/MarketShareDescription.style.js +0 -215
  686. package/dist/stories/components/Modal.js +0 -21
  687. package/dist/stories/components/Modal.style.js +0 -63
  688. package/dist/stories/components/ModalTotalBenchmark.js +0 -224
  689. package/dist/stories/components/ModalTotalCost.js +0 -139
  690. package/dist/stories/components/MonthPicker.js +0 -169
  691. package/dist/stories/components/MonthPicker.style.js +0 -105
  692. package/dist/stories/components/MonthPopupPicker.js +0 -206
  693. package/dist/stories/components/NewInput.js +0 -33
  694. package/dist/stories/components/NewInput.style.js +0 -13
  695. package/dist/stories/components/NoDataFoundMessage.js +0 -30
  696. package/dist/stories/components/NoDataFoundMessage.style.js +0 -39
  697. package/dist/stories/components/OneColumnContainer.js +0 -121
  698. package/dist/stories/components/OneColumnContainer.style.js +0 -107
  699. package/dist/stories/components/PerformanceAnalytics.js +0 -447
  700. package/dist/stories/components/PerformanceAnalytics.style.js +0 -144
  701. package/dist/stories/components/PerformanceAnalyticsLegend.js +0 -59
  702. package/dist/stories/components/PerformanceAnalyticsLegend.style.js +0 -63
  703. package/dist/stories/components/PerformanceAnalyticsOneColumn.js +0 -327
  704. package/dist/stories/components/PerformanceAnalyticsOneColumn.style.js +0 -116
  705. package/dist/stories/components/PerformanceAnalyticsTotals.js +0 -70
  706. package/dist/stories/components/PerformanceAnalyticsTotals.style.js +0 -89
  707. package/dist/stories/components/PieChart.js +0 -154
  708. package/dist/stories/components/PieChart.style.js +0 -154
  709. package/dist/stories/components/PopupCharts.js +0 -244
  710. package/dist/stories/components/PopupCharts.style.js +0 -108
  711. package/dist/stories/components/ProductsVariety.js +0 -94
  712. package/dist/stories/components/ProductsVariety.style.js +0 -86
  713. package/dist/stories/components/ProgressBar.js +0 -52
  714. package/dist/stories/components/ProgressBar.style.js +0 -24
  715. package/dist/stories/components/QuarterPicker.js +0 -168
  716. package/dist/stories/components/QuarterPicker.style.js +0 -104
  717. package/dist/stories/components/QuarterPopupPicker.js +0 -186
  718. package/dist/stories/components/QuickFilter.js +0 -78
  719. package/dist/stories/components/QuickFilter.style.js +0 -21
  720. package/dist/stories/components/QuickFilterDropdownMultiSelection.js +0 -299
  721. package/dist/stories/components/QuickFilterDropdownMultiSelection.style.js +0 -194
  722. package/dist/stories/components/QuickFilterDropdownSingle.js +0 -229
  723. package/dist/stories/components/QuickFilterDropdownSingle.style.js +0 -139
  724. package/dist/stories/components/RangeDatePicker.js +0 -231
  725. package/dist/stories/components/RangePicker.js +0 -179
  726. package/dist/stories/components/RangePicker.style.js +0 -109
  727. package/dist/stories/components/ReportTable.js +0 -420
  728. package/dist/stories/components/ReportTable.style.js +0 -306
  729. package/dist/stories/components/SagButton.js +0 -68
  730. package/dist/stories/components/SagButton.style.js +0 -47
  731. package/dist/stories/components/SagIconButton.js +0 -130
  732. package/dist/stories/components/SagIconButton.style.js +0 -30
  733. package/dist/stories/components/SagInput.js +0 -53
  734. package/dist/stories/components/SagInput.style.js +0 -41
  735. package/dist/stories/components/SalesAndROI.js +0 -89
  736. package/dist/stories/components/SalesAndROI.style.js +0 -111
  737. package/dist/stories/components/SalesSplit.js +0 -153
  738. package/dist/stories/components/SalesSplit.style.js +0 -150
  739. package/dist/stories/components/SearchInput.js +0 -39
  740. package/dist/stories/components/SearchInput.style.js +0 -37
  741. package/dist/stories/components/SegmentedButton.js +0 -124
  742. package/dist/stories/components/SegmentedButton.style.js +0 -100
  743. package/dist/stories/components/Select.js +0 -137
  744. package/dist/stories/components/Select.style.js +0 -104
  745. package/dist/stories/components/SingleBarLineCharts.js +0 -415
  746. package/dist/stories/components/SingleBarLineCharts.style.js +0 -101
  747. package/dist/stories/components/TabMenu.js +0 -241
  748. package/dist/stories/components/TabMenu.style.js +0 -120
  749. package/dist/stories/components/TextField.js +0 -209
  750. package/dist/stories/components/TextField.style.js +0 -18
  751. package/dist/stories/components/TitleDescription.js +0 -272
  752. package/dist/stories/components/TitleDescription.style.js +0 -222
  753. package/dist/stories/components/Tooltip.js +0 -44
  754. package/dist/stories/components/Tooltip.style.js +0 -103
  755. package/dist/stories/components/TopToggleList.js +0 -46
  756. package/dist/stories/components/TopToggleList.style.js +0 -51
  757. package/dist/stories/components/TotalBenchmark.js +0 -97
  758. package/dist/stories/components/TotalBenchmark.style.js +0 -79
  759. package/dist/stories/components/TotalBenchmarkAreachart.js +0 -342
  760. package/dist/stories/components/TotalBenchmarkAreachart.style.js +0 -171
  761. package/dist/stories/components/TotalBenchmarkArrows.js +0 -149
  762. package/dist/stories/components/TotalBenchmarkArrows.style.js +0 -108
  763. package/dist/stories/components/TotalBenchmarkBarchart.js +0 -165
  764. package/dist/stories/components/TotalBenchmarkBarchart.style.js +0 -77
  765. package/dist/stories/components/TotalDoughnutChart.js +0 -187
  766. package/dist/stories/components/TotalDoughnutChart.style.js +0 -178
  767. package/dist/stories/components/TotalHorizontalCharts.js +0 -236
  768. package/dist/stories/components/TotalHorizontalCharts.style.js +0 -93
  769. package/dist/stories/components/TspanTooltip.js +0 -33
  770. package/dist/stories/components/TspanTooltip.style.js +0 -105
  771. package/dist/stories/components/TwoBarCharts.js +0 -211
  772. package/dist/stories/components/TwoBarCharts.style.js +0 -60
  773. package/dist/stories/components/icons/ArrowDownIcon.js +0 -27
  774. package/dist/stories/components/icons/ArrowDropDownIcon.js +0 -27
  775. package/dist/stories/components/icons/ArrowSelectIcon.js +0 -28
  776. package/dist/stories/components/icons/ArrowUpIcon.js +0 -27
  777. package/dist/stories/components/icons/AttachedIcon.js +0 -27
  778. package/dist/stories/components/icons/BellIcon.js +0 -27
  779. package/dist/stories/components/icons/ButtonArrowRight.js +0 -27
  780. package/dist/stories/components/icons/Calendar.js +0 -20
  781. package/dist/stories/components/icons/CalendarIcon.js +0 -27
  782. package/dist/stories/components/icons/CalendarInOpen.js +0 -26
  783. package/dist/stories/components/icons/CheckBoxButtonCheckedIcon.js +0 -28
  784. package/dist/stories/components/icons/CheckBoxCheckedIcon.js +0 -28
  785. package/dist/stories/components/icons/CheckBoxNotCheckedIcon.js +0 -28
  786. package/dist/stories/components/icons/ChervronLeftIcon.js +0 -20
  787. package/dist/stories/components/icons/ChervronRightIcon.js +0 -20
  788. package/dist/stories/components/icons/ChevronLeftIcon.js +0 -29
  789. package/dist/stories/components/icons/ChevronRightIcon.js +0 -29
  790. package/dist/stories/components/icons/ClockIcon.js +0 -27
  791. package/dist/stories/components/icons/CloseIcon.js +0 -27
  792. package/dist/stories/components/icons/CloseXIcon.js +0 -27
  793. package/dist/stories/components/icons/ComboBoxArrowDownIcon.js +0 -28
  794. package/dist/stories/components/icons/ComboBoxArrowUpIcon.js +0 -28
  795. package/dist/stories/components/icons/DocumentIcon.js +0 -48
  796. package/dist/stories/components/icons/DownloadIcon.js +0 -27
  797. package/dist/stories/components/icons/Duplicate.js +0 -28
  798. package/dist/stories/components/icons/ErrorIcon.js +0 -28
  799. package/dist/stories/components/icons/ExitIcon.js +0 -28
  800. package/dist/stories/components/icons/ExportIcon.js +0 -28
  801. package/dist/stories/components/icons/EyeIcon.js +0 -28
  802. package/dist/stories/components/icons/FileIcon.js +0 -27
  803. package/dist/stories/components/icons/FilterIcon.js +0 -36
  804. package/dist/stories/components/icons/FlyIcon.js +0 -28
  805. package/dist/stories/components/icons/FoodLionChartIcon.js +0 -42
  806. package/dist/stories/components/icons/FoodLionIcon.js +0 -3076
  807. package/dist/stories/components/icons/FoodLionNewIcon.js +0 -39
  808. package/dist/stories/components/icons/GiantFoodChartIcon.js +0 -40
  809. package/dist/stories/components/icons/GiantFoodIcon.js +0 -1976
  810. package/dist/stories/components/icons/GiantFoodIcon_new.js +0 -42
  811. package/dist/stories/components/icons/HannafordChartIcon.js +0 -40
  812. package/dist/stories/components/icons/HannafordIcon.js +0 -5017
  813. package/dist/stories/components/icons/HannafordIcon_new.js +0 -41
  814. package/dist/stories/components/icons/HannafordNewIcon.js +0 -213
  815. package/dist/stories/components/icons/InfoIcon.js +0 -28
  816. package/dist/stories/components/icons/LampIcon.js +0 -30
  817. package/dist/stories/components/icons/LegendLineIcon.js +0 -29
  818. package/dist/stories/components/icons/LegendUnionIcon.js +0 -29
  819. package/dist/stories/components/icons/MaintenanceIcon.js +0 -28
  820. package/dist/stories/components/icons/MenuItemClosedIcon.js +0 -28
  821. package/dist/stories/components/icons/MenuItemOpenIcon.js +0 -28
  822. package/dist/stories/components/icons/MenuItemRightIcon.js +0 -28
  823. package/dist/stories/components/icons/MenuItemUpIcon.js +0 -28
  824. package/dist/stories/components/icons/NoDataFoundIcon.js +0 -86
  825. package/dist/stories/components/icons/OptionsIcon.js +0 -27
  826. package/dist/stories/components/icons/ReselectIcon.js +0 -27
  827. package/dist/stories/components/icons/SearchIcon.js +0 -27
  828. package/dist/stories/components/icons/ShoppingCartIcon.js +0 -45
  829. package/dist/stories/components/icons/ShoutIcon.js +0 -27
  830. package/dist/stories/components/icons/Sort.js +0 -13
  831. package/dist/stories/components/icons/SortIcon.js +0 -35
  832. package/dist/stories/components/icons/SpotlightProductIcon.js +0 -28
  833. package/dist/stories/components/icons/StopAndShopChartIcon.js +0 -42
  834. package/dist/stories/components/icons/StopAndShopIcon.js +0 -134
  835. package/dist/stories/components/icons/StopAndShopNewIcon.js +0 -41
  836. package/dist/stories/components/icons/SucceededIcon.js +0 -28
  837. package/dist/stories/components/icons/TheGiantCompanyChartIcon.js +0 -40
  838. package/dist/stories/components/icons/TheGiantCompanyIcon.js +0 -40
  839. package/dist/stories/components/icons/TheGiantCompanyIcon_old.js +0 -1831
  840. package/dist/stories/components/icons/TheGiantCompanyNewIcon.js +0 -39
  841. package/dist/stories/utils/ComponentFactory.js +0 -65
  842. package/dist/stories/utils/IconsHandler.js +0 -150
  843. package/dist/stories/utils/IconsHandler.style.js +0 -16
  844. package/dist/stories/utils/regex/Email.regex.js +0 -7
  845. package/dist/stories/utils/regex/LatinWithSpaces.regex.js +0 -7
  846. package/dist/stories/utils/regex/OnlyEnglishLetters.regex.js +0 -7
  847. package/dist/stories/utils/regex/Phone.regex.js +0 -7
  848. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
  849. package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
  850. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  851. package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +0 -2
  852. package/dist/vite.config.js +0 -15
  853. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
package/dist/index.d.ts CHANGED
@@ -1,52 +1,26 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import PropTypes from 'prop-types';
3
-
4
- declare function Button({ text, type, size, height, width, disabled, textColor, backgroundColor, borderColor, hoverTextColor, hoverBackgroundColor, hoverBorderColor, disabledTextColor, disabledBackgroundColor, disabledBorderColor, onClick, leftIcon, rightIcon, isSubmitButton, }: {
5
- text?: string | undefined;
6
- type?: string | undefined;
7
- size?: string | undefined;
8
- height?: string | undefined;
9
- width?: string | undefined;
10
- disabled?: boolean | undefined;
11
- textColor?: string | undefined;
12
- backgroundColor?: string | undefined;
13
- borderColor?: string | undefined;
14
- hoverTextColor?: string | undefined;
15
- hoverBackgroundColor?: string | undefined;
16
- hoverBorderColor?: string | undefined;
17
- disabledTextColor?: string | undefined;
18
- disabledBackgroundColor?: string | undefined;
19
- disabledBorderColor?: string | undefined;
20
- onClick: any;
21
- leftIcon?: string | undefined;
22
- rightIcon?: string | undefined;
23
- isSubmitButton?: boolean | undefined;
24
- }): react_jsx_runtime.JSX.Element;
1
+ declare function Button(props: any): any;
25
2
 
26
- declare function PieChart(props: any): react_jsx_runtime.JSX.Element;
3
+ declare function PieChart(props: any): any;
27
4
  declare namespace PieChart {
28
5
  namespace propTypes {
29
- const className: PropTypes.Requireable<string>;
30
- const width: PropTypes.Requireable<string>;
31
- const height: PropTypes.Requireable<string>;
32
- const textcolor: PropTypes.Requireable<string>;
33
- const title: PropTypes.Requireable<string>;
34
- const value: PropTypes.Requireable<number>;
35
- const currencySign: PropTypes.Requireable<boolean>;
36
- const currencyType: PropTypes.Requireable<string>;
37
- const dotCut: PropTypes.Requireable<boolean>;
38
- const isPercent: PropTypes.Requireable<boolean>;
39
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
40
- name: PropTypes.Requireable<string>;
41
- description: PropTypes.Requireable<string>;
42
- }> | null | undefined)[]>;
43
- const itemsBoldedValues: PropTypes.Requireable<boolean>;
44
- const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
45
- const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
46
- const hideTitleAndValue: PropTypes.Requireable<boolean>;
47
- const addingBenchmark: PropTypes.Requireable<boolean>;
48
- const textAfterValue: PropTypes.Requireable<string>;
49
- 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;
50
24
  }
51
25
  namespace defaultProps {
52
26
  const className_1: string;
@@ -69,7 +43,7 @@ declare namespace PieChart {
69
43
  export { dotCut_1 as dotCut };
70
44
  const isPercent_1: boolean;
71
45
  export { isPercent_1 as isPercent };
72
- const legendData_1: never[];
46
+ const legendData_1: any[];
73
47
  export { legendData_1 as legendData };
74
48
  const itemsBoldedValues_1: boolean;
75
49
  export { itemsBoldedValues_1 as itemsBoldedValues };
@@ -88,21 +62,21 @@ declare namespace PieChart {
88
62
  }
89
63
  }
90
64
 
91
- declare function EventDetailsCard(props: any): react_jsx_runtime.JSX.Element;
65
+ declare function EventDetailsCard(props: any): any;
92
66
  declare namespace EventDetailsCard {
93
67
  namespace propTypes {
94
- const title: PropTypes.Requireable<string>;
95
- const width: PropTypes.Requireable<string>;
96
- const height: PropTypes.Requireable<string>;
97
- const className: PropTypes.Requireable<string>;
98
- const displayBannersDropdown: PropTypes.Requireable<boolean>;
99
- const banners: PropTypes.Requireable<(string | null | undefined)[]>;
100
- const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
101
- const count: PropTypes.Requireable<number>;
102
- const buttonText: PropTypes.Requireable<string>;
103
- const onViewButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
104
- const onBannersDropdownClick: PropTypes.Requireable<(...args: any[]) => any>;
105
- 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;
106
80
  }
107
81
  namespace defaultProps {
108
82
  const title_1: string;
@@ -135,176 +109,32 @@ declare namespace EventDetailsCard {
135
109
  }
136
110
  }
137
111
 
138
- declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
139
- declare namespace LinnerDataBox {
140
- namespace propTypes {
141
- const className: PropTypes.Requireable<string>;
142
- const width: PropTypes.Requireable<string>;
143
- const height: PropTypes.Requireable<string>;
144
- const data: PropTypes.Requireable<(PropTypes.InferProps<{
145
- title: PropTypes.Requireable<string>;
146
- value: PropTypes.Requireable<number>;
147
- sign: PropTypes.Requireable<string>;
148
- extraInfo: PropTypes.Requireable<(PropTypes.InferProps<{
149
- title: PropTypes.Requireable<string>;
150
- value: PropTypes.Requireable<number>;
151
- }> | null | undefined)[]>;
152
- }> | null | undefined)[]>;
153
- const backgroundColor: PropTypes.Requireable<string>;
154
- const customDataFormat: PropTypes.Requireable<boolean>;
155
- }
156
- namespace defaultProps {
157
- const className_1: string;
158
- export { className_1 as className };
159
- const width_1: string;
160
- export { width_1 as width };
161
- const height_1: string;
162
- export { height_1 as height };
163
- const data_1: never[];
164
- export { data_1 as data };
165
- const backgroundColor_1: string;
166
- export { backgroundColor_1 as backgroundColor };
167
- const customDataFormat_1: boolean;
168
- export { customDataFormat_1 as customDataFormat };
169
- }
170
- }
112
+ declare function LinnerDataBox(props: any): any;
171
113
 
172
- declare function TabMenu(props: any): react_jsx_runtime.JSX.Element;
173
- declare namespace TabMenu {
174
- namespace propTypes {
175
- const activeColor: PropTypes.Requireable<string>;
176
- const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
177
- const className: PropTypes.Requireable<string>;
178
- const color: PropTypes.Requireable<string>;
179
- const currentTab: PropTypes.Requireable<number>;
180
- const headlineInsteadTabs: PropTypes.Requireable<boolean>;
181
- const headlineText: PropTypes.Requireable<string>;
182
- const inputWidth: PropTypes.Requireable<string>;
183
- const onFilterButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
184
- const onSearchFieldTyping: PropTypes.Requireable<(...args: any[]) => any>;
185
- const onTabChange: PropTypes.Requireable<(...args: any[]) => any>;
186
- const panelIsOpen: PropTypes.Requireable<boolean>;
187
- const setBackground: PropTypes.Requireable<boolean>;
188
- const showActions: PropTypes.Requireable<boolean>;
189
- const showFilterButton: PropTypes.Requireable<boolean>;
190
- const showLabel: PropTypes.Requireable<boolean>;
191
- const showSearchInput: PropTypes.Requireable<boolean>;
192
- const showViewOptionsButton: PropTypes.Requireable<boolean>;
193
- const disabledButton: PropTypes.Requireable<boolean>;
194
- const setTopRightButton: PropTypes.Requireable<boolean>;
195
- const rightButtonText: PropTypes.Requireable<string>;
196
- const rightButtonIcon: PropTypes.Requireable<string>;
197
- const onTopButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
198
- const tabs: PropTypes.Requireable<(PropTypes.InferProps<{
199
- title: PropTypes.Requireable<string>;
200
- content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
201
- }> | null | undefined)[]>;
202
- }
203
- namespace defaultProps {
204
- const activeColor_1: string;
205
- export { activeColor_1 as activeColor };
206
- const children_1: null;
207
- export { children_1 as children };
208
- const className_1: string;
209
- export { className_1 as className };
210
- const color_1: string;
211
- export { color_1 as color };
212
- const currentTab_1: number;
213
- export { currentTab_1 as currentTab };
214
- const headlineInsteadTabs_1: boolean;
215
- export { headlineInsteadTabs_1 as headlineInsteadTabs };
216
- const headlineText_1: string;
217
- export { headlineText_1 as headlineText };
218
- const inputWidth_1: string;
219
- export { inputWidth_1 as inputWidth };
220
- export function onFilterButtonClick_1(): void;
221
- export { onFilterButtonClick_1 as onFilterButtonClick };
222
- export function onSearchFieldTyping_1(): void;
223
- export { onSearchFieldTyping_1 as onSearchFieldTyping };
224
- export function onTabChange_1(): void;
225
- export { onTabChange_1 as onTabChange };
226
- const panelIsOpen_1: boolean;
227
- export { panelIsOpen_1 as panelIsOpen };
228
- const setBackground_1: boolean;
229
- export { setBackground_1 as setBackground };
230
- const showActions_1: boolean;
231
- export { showActions_1 as showActions };
232
- const showFilterButton_1: boolean;
233
- export { showFilterButton_1 as showFilterButton };
234
- const showLabel_1: boolean;
235
- export { showLabel_1 as showLabel };
236
- const showSearchInput_1: boolean;
237
- export { showSearchInput_1 as showSearchInput };
238
- const showViewOptionsButton_1: boolean;
239
- export { showViewOptionsButton_1 as showViewOptionsButton };
240
- const disabledButton_1: boolean;
241
- export { disabledButton_1 as disabledButton };
242
- const setTopRightButton_1: boolean;
243
- export { setTopRightButton_1 as setTopRightButton };
244
- const rightButtonText_1: string;
245
- export { rightButtonText_1 as rightButtonText };
246
- const rightButtonIcon_1: string;
247
- export { rightButtonIcon_1 as rightButtonIcon };
248
- export function onTopButtonClick_1(): void;
249
- export { onTopButtonClick_1 as onTopButtonClick };
250
- const tabs_1: ({
251
- title: string;
252
- content: react_jsx_runtime.JSX.Element;
253
- } | {
254
- title: string;
255
- content: string;
256
- })[];
257
- export { tabs_1 as tabs };
258
- }
259
- }
114
+ declare function TabMenu(props: any): any;
260
115
 
261
- declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
116
+ declare function FilterPanel(props: any): any;
262
117
  declare namespace FilterPanel {
263
118
  namespace propTypes {
264
- const availableQuarters: PropTypes.Requireable<(string | null | undefined)[]>;
265
- const availableMonths: PropTypes.Requireable<(string | null | undefined)[]>;
266
- const availableYears: PropTypes.Requireable<(string | null | undefined)[]>;
267
- const fieldsData: PropTypes.Requireable<(PropTypes.InferProps<{
268
- disabled: PropTypes.Requireable<boolean>;
269
- required: PropTypes.Requireable<boolean>;
270
- inputType: PropTypes.Requireable<string>;
271
- placeHolder: PropTypes.Requireable<string>;
272
- xIconShow: PropTypes.Requireable<boolean>;
273
- label: PropTypes.Requireable<string>;
274
- labelEmptyValue: PropTypes.Requireable<string>;
275
- name: PropTypes.Requireable<string>;
276
- periodPickerSelectedValue: PropTypes.Requireable<string>;
277
- selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
278
- value: PropTypes.Requireable<string>;
279
- label: PropTypes.Requireable<string>;
280
- }> | null | undefined)[]>;
281
- orderBy: PropTypes.Requireable<string>;
282
- elementType: PropTypes.Requireable<string>;
283
- value: PropTypes.Requireable<number>;
284
- color: PropTypes.Requireable<string>;
285
- defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
286
- value: PropTypes.Requireable<string>;
287
- label: PropTypes.Requireable<string>;
288
- }>>;
289
- dropdownOptions: PropTypes.Requireable<(PropTypes.InferProps<{
290
- value: PropTypes.Requireable<string>;
291
- label: PropTypes.Requireable<string>;
292
- }> | null | undefined)[]>;
293
- }> | null | undefined)[]>;
294
- const width: PropTypes.Requireable<string>;
295
- const height: PropTypes.Requireable<string>;
296
- const okButtonBackgroundColor: PropTypes.Requireable<string>;
297
- const okButtonHoverColor: PropTypes.Requireable<string>;
298
- const resetButtonHoverColor: PropTypes.Requireable<string>;
299
- const borderColor: PropTypes.Requireable<string>;
300
- const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
301
- const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
302
- const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
303
- const disableOKButton: PropTypes.Requireable<boolean>;
304
- const className: PropTypes.Requireable<string>;
305
- const useExternalFilterState: PropTypes.Requireable<boolean>;
306
- const showShadow: PropTypes.Requireable<boolean>;
307
- 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;
137
+ const dropdownHeight: any;
308
138
  }
309
139
  namespace defaultProps {
310
140
  const availableQuarters_1: string[];
@@ -313,7 +143,7 @@ declare namespace FilterPanel {
313
143
  export { availableMonths_1 as availableMonths };
314
144
  const availableYears_1: string[];
315
145
  export { availableYears_1 as availableYears };
316
- const fieldsData_1: never[];
146
+ const fieldsData_1: any[];
317
147
  export { fieldsData_1 as fieldsData };
318
148
  const width_1: string;
319
149
  export { width_1 as width };
@@ -346,33 +176,25 @@ declare namespace FilterPanel {
346
176
  }
347
177
  }
348
178
 
349
- declare function ReportTable(props: any): react_jsx_runtime.JSX.Element;
179
+ declare function ReportTable(props: any): any;
350
180
  declare namespace ReportTable {
351
181
  namespace propTypes {
352
- const buttonText: PropTypes.Requireable<string>;
353
- const buttonIconName: PropTypes.Requireable<string>;
354
- const tableData: PropTypes.Requireable<PropTypes.InferProps<{
355
- columnsHeadings: PropTypes.Requireable<(PropTypes.InferProps<{
356
- label: PropTypes.Requireable<string>;
357
- key: PropTypes.Requireable<string>;
358
- }> | null | undefined)[]>;
359
- rowsValues: PropTypes.Requireable<({
360
- [x: string]: string | null | undefined;
361
- } | null | undefined)[]>;
362
- }>>;
363
- const maxColumnsNumber: PropTypes.Requireable<number>;
364
- const useColorLinearGradient: PropTypes.Requireable<boolean>;
365
- const useSelectButtons: PropTypes.Requireable<boolean>;
366
- const disableSelectButtons: PropTypes.Requireable<boolean>;
367
- const disableInfo: PropTypes.Requireable<boolean>;
368
- const selectTextColor: PropTypes.Requireable<string>;
369
- const onSelectRowClick: PropTypes.Requireable<(...args: any[]) => any>;
370
- const onCheckRowClick: PropTypes.Requireable<(...args: any[]) => any>;
371
- const onAllRowsCheckBoxClick: PropTypes.Requireable<(...args: any[]) => any>;
372
- const useCheckBoxes: PropTypes.Requireable<boolean>;
373
- const selectHoverColor: PropTypes.Requireable<string>;
374
- const enableHover: PropTypes.Requireable<boolean>;
375
- const enablePagination: PropTypes.Requireable<boolean>;
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;
376
198
  }
377
199
  namespace defaultProps {
378
200
  const buttonText_1: string;
@@ -428,21 +250,18 @@ declare namespace ReportTable {
428
250
  }
429
251
  }
430
252
 
431
- declare function EventList(props: any): react_jsx_runtime.JSX.Element;
253
+ declare function EventList(props: any): any;
432
254
  declare namespace EventList {
433
255
  namespace propTypes {
434
- const eventsData: PropTypes.Requireable<(PropTypes.InferProps<{
435
- eventName: PropTypes.Requireable<string>;
436
- period: PropTypes.Requireable<string>;
437
- }> | null | undefined)[]>;
438
- const selectTextColor: PropTypes.Requireable<string>;
439
- const height: PropTypes.Requireable<string>;
440
- const width: PropTypes.Requireable<string>;
441
- const itemHeight: PropTypes.Requireable<string>;
442
- const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
256
+ const eventsData: any;
257
+ const selectTextColor: any;
258
+ const height: any;
259
+ const width: any;
260
+ const itemHeight: any;
261
+ const onSelectClick: any;
443
262
  }
444
263
  namespace defaultProps {
445
- const eventsData_1: never[];
264
+ const eventsData_1: any[];
446
265
  export { eventsData_1 as eventsData };
447
266
  const selectTextColor_1: string;
448
267
  export { selectTextColor_1 as selectTextColor };
@@ -457,88 +276,20 @@ declare namespace EventList {
457
276
  }
458
277
  }
459
278
 
460
- declare function BannerEventBoxList(props: any): react_jsx_runtime.JSX.Element;
461
- declare namespace BannerEventBoxList {
462
- namespace propTypes {
463
- const className: PropTypes.Requireable<string>;
464
- const width: PropTypes.Requireable<string>;
465
- const height: PropTypes.Requireable<string>;
466
- const eventType: PropTypes.Requireable<string>;
467
- const eventName: PropTypes.Requireable<string>;
468
- const count: PropTypes.Requireable<number>;
469
- const toggleColor: PropTypes.Requireable<string>;
470
- const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
471
- const retailer: PropTypes.Requireable<string>;
472
- const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
473
- const showLoader: PropTypes.Requireable<boolean>;
474
- const showEventDetails: PropTypes.Requireable<boolean>;
475
- const cardsContent: PropTypes.Requireable<boolean>;
476
- const linkText: PropTypes.Requireable<string>;
477
- const disableToggle: PropTypes.Requireable<boolean>;
478
- const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
479
- const bannerWidth: PropTypes.Requireable<string>;
480
- const showDraft: PropTypes.Requireable<boolean>;
481
- }
482
- namespace defaultProps {
483
- const className_1: string;
484
- export { className_1 as className };
485
- const width_1: string;
486
- export { width_1 as width };
487
- const height_1: string;
488
- export { height_1 as height };
489
- const eventType_1: string;
490
- export { eventType_1 as eventType };
491
- const eventName_1: string;
492
- export { eventName_1 as eventName };
493
- const count_1: null;
494
- export { count_1 as count };
495
- const toggleColor_1: string;
496
- export { toggleColor_1 as toggleColor };
497
- const data_1: {
498
- banner: string;
499
- description: string;
500
- dates: string[];
501
- data: {
502
- name: string;
503
- items: string[];
504
- }[];
505
- }[];
506
- export { data_1 as data };
507
- const retailer_1: string;
508
- export { retailer_1 as retailer };
509
- export function retailerFile_1(): void;
510
- export { retailerFile_1 as retailerFile };
511
- const cardsContent_1: boolean;
512
- export { cardsContent_1 as cardsContent };
513
- const linkText_1: string;
514
- export { linkText_1 as linkText };
515
- const showLoader_1: boolean;
516
- export { showLoader_1 as showLoader };
517
- const showEventDetails_1: boolean;
518
- export { showEventDetails_1 as showEventDetails };
519
- const disableToggle_1: boolean;
520
- export { disableToggle_1 as disableToggle };
521
- const children_1: null;
522
- export { children_1 as children };
523
- const bannerWidth_1: string;
524
- export { bannerWidth_1 as bannerWidth };
525
- const showDraft_1: boolean;
526
- export { showDraft_1 as showDraft };
527
- }
528
- }
279
+ declare function BannerEventBoxList(props: any): any;
529
280
 
530
- declare function DialogOverlay(props: any): react_jsx_runtime.JSX.Element;
281
+ declare function DialogOverlay(props: any): any;
531
282
  declare namespace DialogOverlay {
532
283
  namespace propTypes {
533
- const title: PropTypes.Requireable<string>;
534
- const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
535
- const onDialogClose: PropTypes.Requireable<(...args: any[]) => any>;
536
- const className: PropTypes.Requireable<string>;
284
+ const title: any;
285
+ const children: any;
286
+ const onDialogClose: any;
287
+ const className: any;
537
288
  }
538
289
  namespace defaultProps {
539
290
  const title_1: string;
540
291
  export { title_1 as title };
541
- const children_1: null;
292
+ const children_1: any;
542
293
  export { children_1 as children };
543
294
  export function onDialogClose_1(): void;
544
295
  export { onDialogClose_1 as onDialogClose };
@@ -547,38 +298,24 @@ declare namespace DialogOverlay {
547
298
  }
548
299
  }
549
300
 
550
- declare function CollapseHeader(props: any): react_jsx_runtime.JSX.Element;
301
+ declare function CollapseHeader(props: any): any;
551
302
  declare namespace CollapseHeader {
552
303
  namespace propTypes {
553
- const className: PropTypes.Requireable<string>;
554
- const showRetailerIcon: PropTypes.Requireable<boolean>;
555
- const showPeriodIcon: PropTypes.Requireable<boolean>;
556
- const viewCreativeRetailersData: PropTypes.Requireable<(PropTypes.InferProps<{
557
- label: PropTypes.Requireable<string>;
558
- }> | null | undefined)[]>;
559
- const data: PropTypes.Requireable<PropTypes.InferProps<{
560
- eventType: PropTypes.Requireable<string>;
561
- retailer: PropTypes.Requireable<string>;
562
- eventDescription: PropTypes.Requireable<string>;
563
- objectivesDescription: PropTypes.Requireable<string>;
564
- eventDatesValue: PropTypes.Requireable<string>;
565
- externalEventDescription: PropTypes.Requireable<string>;
566
- externalEventID: PropTypes.Requireable<string>;
567
- storeType: PropTypes.Requireable<string>;
568
- category: PropTypes.Requireable<string>;
569
- supplier: PropTypes.Requireable<string>;
570
- brand: PropTypes.Requireable<string>;
571
- }>>;
572
- const showViewCreativeButton: PropTypes.Requireable<boolean>;
573
- const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
574
- const descriptionTitle: PropTypes.Requireable<string>;
575
- const datesTitle: PropTypes.Requireable<string>;
576
- const width: PropTypes.Requireable<string>;
577
- const height: PropTypes.Requireable<string>;
578
- const textcolor: PropTypes.Requireable<string>;
579
- const showDraft: PropTypes.Requireable<boolean>;
580
- const buttonText: PropTypes.Requireable<string>;
581
- const disabled: PropTypes.Requireable<boolean>;
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;
582
319
  }
583
320
  namespace defaultProps {
584
321
  const className_1: string;
@@ -628,47 +365,57 @@ declare namespace CollapseHeader {
628
365
  }
629
366
  }
630
367
 
631
- declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
632
- hoverColor?: string | undefined;
633
- multipleSelection?: boolean | undefined;
634
- xIconShow?: boolean | undefined;
635
- disabled?: boolean | undefined;
636
- error?: boolean | undefined;
637
- errorMessage?: string | undefined;
638
- label?: string | undefined;
639
- labelColor?: string | undefined;
640
- placeHolder?: string | undefined;
641
- width?: string | undefined;
642
- checkBoxColor?: string | undefined;
643
- onChange?: (() => void) | undefined;
644
- options?: any[] | undefined;
645
- selectedValue?: any[] | undefined;
646
- }): react_jsx_runtime.JSX.Element;
647
-
648
- declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
368
+ declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, optionHoverColor, selectedOptionColor, width, height, checkBoxColor, dropdownHeight, onChange, options, selectedValue, }: {
369
+ hoverColor?: string;
370
+ multipleSelection?: boolean;
371
+ xIconShow?: boolean;
372
+ disabled?: boolean;
373
+ error?: boolean;
374
+ errorMessage?: string;
375
+ label?: string;
376
+ labelColor?: string;
377
+ placeHolder?: string;
378
+ optionHoverColor?: string;
379
+ selectedOptionColor?: string;
380
+ width?: string;
381
+ height?: string;
382
+ checkBoxColor?: string;
383
+ dropdownHeight?: string;
384
+ onChange?: (value: any) => void;
385
+ options?: any[];
386
+ selectedValue?: any[];
387
+ }): any;
388
+
389
+ declare function OneColumnContainer(props: any): any;
649
390
  declare namespace OneColumnContainer {
650
391
  namespace propTypes {
651
- const children: PropTypes.Requireable<string>;
652
- const display: PropTypes.Requireable<string>;
653
- const isLoading: PropTypes.Requireable<boolean>;
654
- const gridTemplateColumns: PropTypes.Requireable<string>;
655
- const itemClass: PropTypes.Requireable<string>;
656
- const divStyle: PropTypes.Requireable<string>;
657
- const overStyle: PropTypes.Requireable<string>;
658
- const draggingStyle: PropTypes.Requireable<string>;
659
- const droppedStyle: PropTypes.Requireable<string>;
660
- const width: PropTypes.Requireable<string>;
661
- const height: PropTypes.Requireable<string>;
662
- const overflow: PropTypes.Requireable<string>;
663
- const infoTitle: PropTypes.Requireable<string>;
664
- const infoText: PropTypes.Requireable<string>;
665
- const disableInfo: PropTypes.Requireable<boolean>;
666
- const showViewByBannerButton: PropTypes.Requireable<boolean>;
667
- const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
668
- const columnTitle: PropTypes.Requireable<string>;
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;
669
416
  }
670
417
  namespace defaultProps {
671
- const children_1: string;
418
+ const children_1: any;
672
419
  export { children_1 as children };
673
420
  const display_1: string;
674
421
  export { display_1 as display };
@@ -692,6 +439,8 @@ declare namespace OneColumnContainer {
692
439
  export { height_1 as height };
693
440
  const overflow_1: string;
694
441
  export { overflow_1 as overflow };
442
+ const transparentBackground_1: boolean;
443
+ export { transparentBackground_1 as transparentBackground };
695
444
  const infoTitle_1: string;
696
445
  export { infoTitle_1 as infoTitle };
697
446
  const infoText_1: string;
@@ -704,47 +453,50 @@ declare namespace OneColumnContainer {
704
453
  export { onBannerClick_1 as onBannerClick };
705
454
  const columnTitle_1: string;
706
455
  export { columnTitle_1 as columnTitle };
456
+ const isPercentOfChange_1: boolean;
457
+ export { isPercentOfChange_1 as isPercentOfChange };
458
+ const PercentOfChangeData_1: number;
459
+ export { PercentOfChangeData_1 as PercentOfChangeData };
460
+ const backgroundImage_1: string;
461
+ export { backgroundImage_1 as backgroundImage };
462
+ const showBackgroundImage_1: boolean;
463
+ export { showBackgroundImage_1 as showBackgroundImage };
464
+ const backgroundImageStyle_1: {};
465
+ export { backgroundImageStyle_1 as backgroundImageStyle };
707
466
  }
708
467
  }
709
468
 
710
- declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
469
+ declare function BarChartsByWeeks(props: any): any;
711
470
  declare namespace BarChartsByWeeks {
712
471
  namespace propTypes {
713
- const className: PropTypes.Requireable<string>;
714
- const title: PropTypes.Requireable<string>;
715
- const showHeaderTopValue: PropTypes.Requireable<boolean>;
716
- const headerValueTopTitle: PropTypes.Requireable<string>;
717
- const headerValueBottomTitle: PropTypes.Requireable<string>;
718
- const headerValue: PropTypes.Requireable<number>;
719
- const HeaderValueCurrencyType: PropTypes.Requireable<string>;
720
- const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
721
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
722
- title: PropTypes.Requireable<string>;
723
- value: PropTypes.Requireable<number>;
724
- }> | null | undefined)[]>;
725
- const isTitleOriganal: PropTypes.Requireable<boolean>;
726
- const width: PropTypes.Requireable<string>;
727
- const height: PropTypes.Requireable<string>;
728
- const barChartColor: PropTypes.Requireable<string>;
729
- const barChartSecondColor: PropTypes.Requireable<string>;
730
- const xselectedColor: PropTypes.Requireable<string>;
731
- const startWeekRange: PropTypes.Requireable<string>;
732
- const endWeekRange: PropTypes.Requireable<string>;
733
- const tooltipTitle: PropTypes.Requireable<string>;
734
- const tooltipSecondTitle: PropTypes.Requireable<string>;
735
- const yAxisCounter: PropTypes.Requireable<number>;
736
- const isPercentValue: PropTypes.Requireable<boolean>;
737
- const interval: PropTypes.Requireable<string>;
738
- const showTitle: PropTypes.Requireable<boolean>;
739
- const showLegend: PropTypes.Requireable<boolean>;
740
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
741
- title: PropTypes.Validator<string>;
742
- iconType: PropTypes.Validator<string>;
743
- iconColor: PropTypes.Validator<string>;
744
- }> | null | undefined)[]>;
745
- const showTwoBars: PropTypes.Requireable<boolean>;
746
- const setLimitHeight: PropTypes.Requireable<number>;
747
- const setLimitLow: PropTypes.Requireable<number>;
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;
748
500
  }
749
501
  namespace defaultProps {
750
502
  const className_1: string;
@@ -806,34 +558,24 @@ declare namespace BarChartsByWeeks {
806
558
  export { legendData_1 as legendData };
807
559
  const showTwoBars_1: boolean;
808
560
  export { showTwoBars_1 as showTwoBars };
809
- const setLimitHeight_1: null;
561
+ const setLimitHeight_1: any;
810
562
  export { setLimitHeight_1 as setLimitHeight };
811
- const setLimitLow_1: null;
563
+ const setLimitLow_1: any;
812
564
  export { setLimitLow_1 as setLimitLow };
813
565
  }
814
566
  }
815
567
 
816
- declare function PopupCharts(props: any): react_jsx_runtime.JSX.Element;
568
+ declare function PopupCharts(props: any): any;
817
569
  declare namespace PopupCharts {
818
570
  namespace propTypes {
819
- const title: PropTypes.Requireable<string>;
820
- const chartType: PropTypes.Requireable<string>;
821
- const popupChartsItemsData: PropTypes.Requireable<(PropTypes.InferProps<{
822
- title: PropTypes.Requireable<string>;
823
- chartType: PropTypes.Requireable<string>;
824
- value: PropTypes.Requireable<number>;
825
- legendData: PropTypes.Requireable<(PropTypes.InferProps<{
826
- color: PropTypes.Requireable<string>;
827
- name: PropTypes.Requireable<string>;
828
- value: PropTypes.Requireable<number>;
829
- }> | null | undefined)[]>;
830
- noDataText: PropTypes.Requireable<string>;
831
- }> | null | undefined)[]>;
832
- const isPopupChartsOpen: PropTypes.Requireable<boolean>;
833
- const width: PropTypes.Requireable<string>;
834
- const height: PropTypes.Requireable<string>;
835
- const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
836
- const subtitleTextColor: PropTypes.Requireable<string>;
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;
837
579
  }
838
580
  namespace defaultProps {
839
581
  const title_1: string;
@@ -876,30 +618,32 @@ declare namespace PopupCharts {
876
618
  }
877
619
  }
878
620
 
879
- declare function TotalDoughnutChart(props: any): react_jsx_runtime.JSX.Element;
621
+ declare function TotalDoughnutChart(props: any): any;
880
622
  declare namespace TotalDoughnutChart {
881
623
  namespace propTypes {
882
- const className: PropTypes.Requireable<string>;
883
- const title: PropTypes.Requireable<string>;
884
- const value: PropTypes.Requireable<number>;
885
- const addingBenchmark: PropTypes.Requireable<boolean>;
886
- const dotCut: PropTypes.Requireable<boolean>;
887
- const currencySign: PropTypes.Requireable<boolean>;
888
- const currencyType: PropTypes.Requireable<string>;
889
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
890
- name: PropTypes.Requireable<string>;
891
- description: PropTypes.Requireable<string>;
892
- }> | null | undefined)[]>;
893
- const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
894
- const itemsBoldedValues: PropTypes.Requireable<boolean>;
895
- const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
896
- const width: PropTypes.Requireable<string>;
897
- const height: PropTypes.Requireable<string>;
898
- const textcolor: PropTypes.Requireable<string>;
899
- const isPercent: PropTypes.Requireable<boolean>;
900
- const hideTitleAndValue: PropTypes.Requireable<boolean>;
901
- const noDataText: PropTypes.Requireable<string>;
902
- const textAfterValue: PropTypes.Requireable<string>;
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;
903
647
  }
904
648
  namespace defaultProps {
905
649
  const className_1: string;
@@ -908,6 +652,10 @@ declare namespace TotalDoughnutChart {
908
652
  export { title_1 as title };
909
653
  const value_1: number;
910
654
  export { value_1 as value };
655
+ const rootFont_1: string;
656
+ export { rootFont_1 as rootFont };
657
+ const containerPadding_1: string;
658
+ export { containerPadding_1 as containerPadding };
911
659
  const addingBenchmark_1: boolean;
912
660
  export { addingBenchmark_1 as addingBenchmark };
913
661
  const dotCut_1: boolean;
@@ -916,8 +664,10 @@ declare namespace TotalDoughnutChart {
916
664
  export { currencySign_1 as currencySign };
917
665
  const currencyType_1: string;
918
666
  export { currencyType_1 as currencyType };
919
- const legendData_1: never[];
667
+ const legendData_1: any[];
920
668
  export { legendData_1 as legendData };
669
+ const legendBelow_1: boolean;
670
+ export { legendBelow_1 as legendBelow };
921
671
  const itemsPercentagesValueAside_1: boolean;
922
672
  export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
923
673
  const itemsBoldedValues_1: boolean;
@@ -930,6 +680,10 @@ declare namespace TotalDoughnutChart {
930
680
  export { height_1 as height };
931
681
  const textcolor_1: string;
932
682
  export { textcolor_1 as textcolor };
683
+ const titleFontSize_1: string;
684
+ export { titleFontSize_1 as titleFontSize };
685
+ const FormattedValueFontSize_1: string;
686
+ export { FormattedValueFontSize_1 as FormattedValueFontSize };
933
687
  const isPercent_1: boolean;
934
688
  export { isPercent_1 as isPercent };
935
689
  const hideTitleAndValue_1: boolean;
@@ -941,13 +695,13 @@ declare namespace TotalDoughnutChart {
941
695
  }
942
696
  }
943
697
 
944
- declare function TopToggleList(props: any): react_jsx_runtime.JSX.Element;
698
+ declare function TopToggleList(props: any): any;
945
699
  declare namespace TopToggleList {
946
700
  namespace propTypes {
947
- const width: PropTypes.Requireable<string>;
948
- const height: PropTypes.Requireable<string>;
949
- const title: PropTypes.Requireable<string>;
950
- const list: PropTypes.Requireable<any[]>;
701
+ const width: any;
702
+ const height: any;
703
+ const title: any;
704
+ const list: any;
951
705
  }
952
706
  namespace defaultProps {
953
707
  const width_1: string;
@@ -964,22 +718,18 @@ declare namespace TopToggleList {
964
718
  }
965
719
  }
966
720
 
967
- declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
721
+ declare function MarketShareDescription(props: any): any;
968
722
  declare namespace MarketShareDescription {
969
723
  namespace propTypes {
970
- const marketShareData: PropTypes.Requireable<(PropTypes.InferProps<{
971
- label: PropTypes.Requireable<string>;
972
- checked: PropTypes.Requireable<boolean>;
973
- disabled: PropTypes.Requireable<boolean>;
974
- }> | null | undefined)[]>;
975
- const height: PropTypes.Requireable<string>;
976
- const width: PropTypes.Requireable<string>;
977
- const iconColor: PropTypes.Requireable<string>;
978
- const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
979
- const dotCut: PropTypes.Requireable<boolean>;
724
+ const marketShareData: any;
725
+ const height: any;
726
+ const width: any;
727
+ const iconColor: any;
728
+ const onBannerClick: any;
729
+ const dotCut: any;
980
730
  }
981
731
  namespace defaultProps {
982
- const marketShareData_1: never[];
732
+ const marketShareData_1: any[];
983
733
  export { marketShareData_1 as marketShareData };
984
734
  const width_1: string;
985
735
  export { width_1 as width };
@@ -994,48 +744,41 @@ declare namespace MarketShareDescription {
994
744
  }
995
745
  }
996
746
 
997
- declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
747
+ declare function Heatmap(props: any): any;
998
748
  declare namespace Heatmap {
999
749
  namespace propTypes {
1000
- const title: PropTypes.Validator<string>;
1001
- const data: PropTypes.Validator<(PropTypes.InferProps<{
1002
- value: PropTypes.Validator<number>;
1003
- label: PropTypes.Validator<string>;
1004
- color: PropTypes.Validator<string>;
1005
- }> | null | undefined)[]>;
1006
- const lowLimit: PropTypes.Validator<number>;
1007
- const barHeight: PropTypes.Validator<string>;
750
+ const title: any;
751
+ const data: any;
752
+ const lowLimit: any;
753
+ const barHeight: any;
1008
754
  }
1009
755
  }
1010
756
 
1011
- declare function TotalHorizontalCharts(props: any): react_jsx_runtime.JSX.Element;
757
+ declare function TotalHorizontalCharts(props: any): any;
1012
758
  declare namespace TotalHorizontalCharts {
1013
759
  namespace propTypes {
1014
- const className: PropTypes.Requireable<string>;
1015
- const title: PropTypes.Requireable<string>;
1016
- const value: PropTypes.Requireable<number>;
1017
- const dotCut: PropTypes.Requireable<boolean>;
1018
- const currencySign: PropTypes.Requireable<boolean>;
1019
- const currencyType: PropTypes.Requireable<string>;
1020
- const chartsData: PropTypes.Requireable<(PropTypes.InferProps<{
1021
- name: PropTypes.Requireable<string>;
1022
- value: PropTypes.Requireable<number>;
1023
- color: PropTypes.Requireable<string>;
1024
- }> | null | undefined)[]>;
1025
- const showScrollerBarsCount: PropTypes.Requireable<number>;
1026
- const showPercentAsideValue: PropTypes.Requireable<boolean>;
1027
- const labelFontSize: PropTypes.Requireable<number>;
1028
- const labelLimitedLetters: PropTypes.Requireable<number>;
1029
- const width: PropTypes.Requireable<string>;
1030
- const height: PropTypes.Requireable<string>;
1031
- const rightGap: PropTypes.Requireable<number>;
1032
- const textColor: PropTypes.Requireable<string>;
1033
- const noDataText: PropTypes.Requireable<string>;
1034
- const isDollar: PropTypes.Requireable<boolean>;
1035
- const isPercentage: PropTypes.Requireable<boolean>;
1036
- const showDollarSign: PropTypes.Requireable<boolean>;
1037
- const hideTotalValue: PropTypes.Requireable<boolean>;
1038
- const hideTitle: PropTypes.Requireable<boolean>;
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;
781
+ const labelBelow: any;
1039
782
  }
1040
783
  namespace defaultProps {
1041
784
  const className_1: string;
@@ -1050,7 +793,7 @@ declare namespace TotalHorizontalCharts {
1050
793
  export { currencySign_1 as currencySign };
1051
794
  const currencyType_1: string;
1052
795
  export { currencyType_1 as currencyType };
1053
- const chartsData_1: never[];
796
+ const chartsData_1: any[];
1054
797
  export { chartsData_1 as chartsData };
1055
798
  const showScrollerBarsCount_1: number;
1056
799
  export { showScrollerBarsCount_1 as showScrollerBarsCount };
@@ -1080,25 +823,27 @@ declare namespace TotalHorizontalCharts {
1080
823
  export { hideTotalValue_1 as hideTotalValue };
1081
824
  const hideTitle_1: boolean;
1082
825
  export { hideTitle_1 as hideTitle };
826
+ const labelBelow_1: boolean;
827
+ export { labelBelow_1 as labelBelow };
1083
828
  }
1084
829
  }
1085
830
 
1086
- declare function IconButton(props: any): react_jsx_runtime.JSX.Element;
831
+ declare function IconButton(props: any): any;
1087
832
  declare namespace IconButton {
1088
833
  namespace propTypes {
1089
- const fileLink: PropTypes.Requireable<string>;
1090
- const showProcess: PropTypes.Requireable<boolean>;
1091
- const buttonText: PropTypes.Requireable<string>;
1092
- const iconName: PropTypes.Requireable<string>;
1093
- const contentColor: PropTypes.Requireable<string>;
1094
- const backgroundColor: PropTypes.Requireable<string>;
1095
- const borderColor: PropTypes.Requireable<string>;
1096
- const borderRadius: PropTypes.Requireable<string>;
1097
- const iconHeight: PropTypes.Requireable<number>;
1098
- const iconWidth: PropTypes.Requireable<number>;
1099
- const disabled: PropTypes.Requireable<boolean>;
1100
- const onClick: PropTypes.Requireable<(...args: any[]) => any>;
1101
- const onCancelClick: PropTypes.Requireable<(...args: any[]) => any>;
834
+ const fileLink: any;
835
+ const showProcess: any;
836
+ const buttonText: any;
837
+ const iconName: any;
838
+ const contentColor: any;
839
+ const backgroundColor: any;
840
+ const borderColor: any;
841
+ const borderRadius: any;
842
+ const iconHeight: any;
843
+ const iconWidth: any;
844
+ const disabled: any;
845
+ const onClick: any;
846
+ const onCancelClick: any;
1102
847
  }
1103
848
  namespace defaultProps {
1104
849
  const fileLink_1: string;
@@ -1130,37 +875,30 @@ declare namespace IconButton {
1130
875
  }
1131
876
  }
1132
877
 
1133
- declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
878
+ declare function DoublePanelDataRow(props: any): any;
1134
879
 
1135
- declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
880
+ declare function BarChart(props: any): any;
1136
881
  declare namespace BarChart {
1137
882
  namespace propTypes {
1138
- const title: PropTypes.Requireable<string>;
1139
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
1140
- title: PropTypes.Requireable<string>;
1141
- date: PropTypes.Requireable<string>;
1142
- value: PropTypes.Requireable<number>;
1143
- }> | null | undefined)[]>;
1144
- const width: PropTypes.Requireable<string>;
1145
- const height: PropTypes.Requireable<string>;
1146
- const barSize: PropTypes.Requireable<number>;
1147
- const barFontSizeValue: PropTypes.Requireable<string>;
1148
- const barChartColor: PropTypes.Requireable<string>;
1149
- const showDollarSign: PropTypes.Requireable<boolean>;
1150
- const isDollar: PropTypes.Requireable<boolean>;
1151
- const showLegend: PropTypes.Requireable<boolean>;
1152
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
1153
- title: PropTypes.Validator<string>;
1154
- iconType: PropTypes.Validator<string>;
1155
- iconColor: PropTypes.Validator<string>;
1156
- }> | null | undefined)[]>;
1157
- const showReferenceLine: PropTypes.Requireable<boolean>;
1158
- const referenceLinePoint: PropTypes.Requireable<number>;
1159
- const referenceLineColor: PropTypes.Requireable<string>;
1160
- const referenceLineDashed: PropTypes.Requireable<string>;
1161
- const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
1162
- const currentBarColor: PropTypes.Requireable<string>;
1163
- const isPercent: PropTypes.Requireable<boolean>;
883
+ const title: any;
884
+ const barChartData: any;
885
+ const width: any;
886
+ const height: any;
887
+ const barSize: any;
888
+ const barFontSizeValue: any;
889
+ const barChartColor: any;
890
+ const showDollarSign: any;
891
+ const isDollar: any;
892
+ const showLegend: any;
893
+ const legendData: any;
894
+ const showReferenceLine: any;
895
+ const referenceLinePoint: any;
896
+ const referenceLineColor: any;
897
+ const referenceLineDashed: any;
898
+ const showCurrentCampaignStyle: any;
899
+ const currentBarColor: any;
900
+ const isPercent: any;
901
+ const noDataText: any;
1164
902
  }
1165
903
  namespace defaultProps {
1166
904
  const title_1: string;
@@ -1207,7 +945,1062 @@ declare namespace BarChart {
1207
945
  export { currentBarColor_1 as currentBarColor };
1208
946
  const isPercent_1: boolean;
1209
947
  export { isPercent_1 as isPercent };
948
+ const noDataText_1: string;
949
+ export { noDataText_1 as noDataText };
950
+ }
951
+ }
952
+
953
+ declare function DoubleBarSingleLine(props: any): any;
954
+
955
+ declare function AreaChart(props: any): any;
956
+
957
+ declare function BreakdownPanel(props: any): any;
958
+
959
+ declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
960
+ text?: string;
961
+ type?: string;
962
+ size?: string;
963
+ height?: string;
964
+ width?: string;
965
+ disabled?: boolean;
966
+ textColor?: string;
967
+ onClick?: () => void;
968
+ leftIcon?: string;
969
+ rightIcon?: string;
970
+ }): any;
971
+
972
+ declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
973
+ data?: any[];
974
+ title?: string;
975
+ subtitle?: string;
976
+ leftHeader?: string;
977
+ rightHeader?: string;
978
+ topHeader?: string;
979
+ bottomHeader?: string;
980
+ colorPalette?: string[];
981
+ height?: string;
982
+ width?: string;
983
+ backgroundColor?: string;
984
+ showAxis?: boolean;
985
+ noDataText?: string;
986
+ }): any;
987
+
988
+ declare function BatteryChart(props: any): any;
989
+
990
+ declare function PerformanceAnalyticsLegend(props: any): any;
991
+
992
+ declare function BrushChart(props: any): any;
993
+
994
+ 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, }: {
995
+ className?: string;
996
+ width?: string;
997
+ height?: string;
998
+ title?: string;
999
+ data?: any[];
1000
+ totalsData?: any[];
1001
+ showLegend?: boolean;
1002
+ legendData?: any[];
1003
+ maxBarRange?: number;
1004
+ showLineChart?: boolean;
1005
+ lineRange?: number;
1006
+ lineFontSizeValue?: string;
1007
+ barFontSizeValue?: string;
1008
+ barSize?: number;
1009
+ barChartHeight?: number;
1010
+ lineChartHeight?: number;
1011
+ isLineChartCurrency?: boolean;
1012
+ isLineChartBolded?: boolean;
1013
+ setLineChartTooltip?: boolean;
1014
+ isTopBarPercent?: boolean;
1015
+ showSecondBar?: boolean;
1016
+ showPeriod?: boolean;
1017
+ currencySign?: string;
1018
+ currencySignLine?: string;
1019
+ noDataText?: string;
1020
+ wrapTickLabels?: boolean;
1021
+ }): any;
1022
+
1023
+ declare function BarChartWithAreaChart(props: any): any;
1024
+
1025
+ declare function BarChartTwoRows(props: any): any;
1026
+
1027
+ declare function TwoBarCharts(props: any): any;
1028
+ declare namespace TwoBarCharts {
1029
+ namespace propTypes {
1030
+ const title: any;
1031
+ const barChartData: any;
1032
+ const width: any;
1033
+ const height: any;
1034
+ const barSize: any;
1035
+ const barFontSizeValue: any;
1036
+ const barChartColorFirst: any;
1037
+ const barChartColorSecond: any;
1038
+ const isDollar: any;
1039
+ const showLegend: any;
1040
+ const legendData: any;
1041
+ const showDollarSign: any;
1042
+ const showReferenceLine: any;
1043
+ const referenceLinePoint: any;
1044
+ const referenceLineColor: any;
1045
+ const referenceLineDashed: any;
1046
+ const showTooltip: any;
1047
+ }
1048
+ namespace defaultProps {
1049
+ const title_1: string;
1050
+ export { title_1 as title };
1051
+ const barChartData_1: {
1052
+ title: string;
1053
+ date: string;
1054
+ valueOne: number;
1055
+ valueTwo: number;
1056
+ }[];
1057
+ export { barChartData_1 as barChartData };
1058
+ const width_1: string;
1059
+ export { width_1 as width };
1060
+ const height_1: string;
1061
+ export { height_1 as height };
1062
+ const barSize_1: number;
1063
+ export { barSize_1 as barSize };
1064
+ const barFontSizeValue_1: string;
1065
+ export { barFontSizeValue_1 as barFontSizeValue };
1066
+ const barChartColorFirst_1: string;
1067
+ export { barChartColorFirst_1 as barChartColorFirst };
1068
+ const barChartColorSecond_1: string;
1069
+ export { barChartColorSecond_1 as barChartColorSecond };
1070
+ const isDollar_1: boolean;
1071
+ export { isDollar_1 as isDollar };
1072
+ const showDollarSign_1: boolean;
1073
+ export { showDollarSign_1 as showDollarSign };
1074
+ const showLegend_1: boolean;
1075
+ export { showLegend_1 as showLegend };
1076
+ const legendData_1: {
1077
+ title: string;
1078
+ iconType: string;
1079
+ iconColor: string;
1080
+ }[];
1081
+ export { legendData_1 as legendData };
1082
+ const showReferenceLine_1: boolean;
1083
+ export { showReferenceLine_1 as showReferenceLine };
1084
+ const referenceLinePoint_1: number;
1085
+ export { referenceLinePoint_1 as referenceLinePoint };
1086
+ const referenceLineColor_1: string;
1087
+ export { referenceLineColor_1 as referenceLineColor };
1088
+ const referenceLineDashed_1: string;
1089
+ export { referenceLineDashed_1 as referenceLineDashed };
1090
+ const showTooltip_1: boolean;
1091
+ export { showTooltip_1 as showTooltip };
1092
+ }
1093
+ }
1094
+
1095
+ declare function CollapseData(props: any): any;
1096
+ declare namespace CollapseData {
1097
+ namespace propTypes {
1098
+ const title: any;
1099
+ const noDataText: any;
1100
+ const width: any;
1101
+ const height: any;
1102
+ const addPlusMark: any;
1103
+ const addArrowToTotal: any;
1104
+ const tableData: any;
1105
+ }
1106
+ namespace defaultProps {
1107
+ const title_1: string;
1108
+ export { title_1 as title };
1109
+ const noDataText_1: string;
1110
+ export { noDataText_1 as noDataText };
1111
+ const width_1: string;
1112
+ export { width_1 as width };
1113
+ const height_1: string;
1114
+ export { height_1 as height };
1115
+ const tableData_1: any[];
1116
+ export { tableData_1 as tableData };
1117
+ const addPlusMark_1: boolean;
1118
+ export { addPlusMark_1 as addPlusMark };
1119
+ const addArrowToTotal_1: boolean;
1120
+ export { addArrowToTotal_1 as addArrowToTotal };
1121
+ }
1122
+ }
1123
+
1124
+ declare function InsightsCarousel({ className, children, onClose, title, icon, titleColor, iconColor, navColor, }: {
1125
+ className: any;
1126
+ children: any;
1127
+ onClose: any;
1128
+ title?: string;
1129
+ icon?: any;
1130
+ titleColor?: string;
1131
+ iconColor?: string;
1132
+ navColor?: string;
1133
+ }): any;
1134
+
1135
+ declare function DownloadProgress(props: any): any;
1136
+ declare namespace DownloadProgress {
1137
+ namespace propTypes {
1138
+ const title: any;
1139
+ const succeededMessage: any;
1140
+ const failedMessage: any;
1141
+ const downloadStatus: any;
1142
+ const showShadow: any;
1143
+ const showCloseButton: any;
1144
+ const onCloseClick: any;
1145
+ const progressPercent: any;
1146
+ const refreshInterval: any;
1147
+ const progressBarColor: any;
1148
+ const onTryAgainClick: any;
1149
+ const className: any;
1150
+ }
1151
+ namespace defaultProps {
1152
+ const title_1: string;
1153
+ export { title_1 as title };
1154
+ const succeededMessage_1: string;
1155
+ export { succeededMessage_1 as succeededMessage };
1156
+ const failedMessage_1: string;
1157
+ export { failedMessage_1 as failedMessage };
1158
+ const downloadStatus_1: string;
1159
+ export { downloadStatus_1 as downloadStatus };
1160
+ const showShadow_1: boolean;
1161
+ export { showShadow_1 as showShadow };
1162
+ const showCloseButton_1: boolean;
1163
+ export { showCloseButton_1 as showCloseButton };
1164
+ export function onCloseClick_1(): void;
1165
+ export { onCloseClick_1 as onCloseClick };
1166
+ const progressPercent_1: number;
1167
+ export { progressPercent_1 as progressPercent };
1168
+ const refreshInterval_1: number;
1169
+ export { refreshInterval_1 as refreshInterval };
1170
+ const progressBarColor_1: string;
1171
+ export { progressBarColor_1 as progressBarColor };
1172
+ export function onTryAgainClick_1(): void;
1173
+ export { onTryAgainClick_1 as onTryAgainClick };
1174
+ const className_1: string;
1175
+ export { className_1 as className };
1176
+ }
1177
+ }
1178
+
1179
+ declare function ModalWithOverlay(props: any): any;
1180
+
1181
+ declare function DropdownNew(props: any): any;
1182
+
1183
+ declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
1184
+ label: any;
1185
+ disabled: any;
1186
+ borderColor: any;
1187
+ borderColorFocus: any;
1188
+ textColor: any;
1189
+ hoverColor: any;
1190
+ required: any;
1191
+ placeholder: any;
1192
+ borderRadius: any;
1193
+ year: any;
1194
+ width: any;
1195
+ height: any;
1196
+ withMarginBottom?: boolean;
1197
+ onChange: any;
1198
+ selectedValue: any;
1199
+ isDarkerBackground?: boolean;
1200
+ allowedWeekRange?: any;
1201
+ restrictToRange?: boolean;
1202
+ }): any;
1203
+
1204
+ 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, }: {
1205
+ label: any;
1206
+ labelEmptyValue: any;
1207
+ size: any;
1208
+ selectedValue: any;
1209
+ placeHolder: any;
1210
+ inputType?: string;
1211
+ onChange: any;
1212
+ onClick: any;
1213
+ onBlur: any;
1214
+ required: any;
1215
+ disabled: any;
1216
+ isDarkerBackground?: boolean;
1217
+ width: any;
1218
+ minWidth: any;
1219
+ height?: string;
1220
+ minHeight: any;
1221
+ error: any;
1222
+ errorMessage: any;
1223
+ labelColor: any;
1224
+ leftIcon: any;
1225
+ rightIcon: any;
1226
+ password: any;
1227
+ leftIconOnClick: any;
1228
+ rightIconOnClick: any;
1229
+ multiline?: boolean;
1230
+ rows?: number;
1231
+ maxLength: any;
1232
+ regex: any;
1233
+ onKeyDown: any;
1234
+ }): any;
1235
+ declare namespace Input {
1236
+ namespace propTypes {
1237
+ const placeHolder: any;
1238
+ const label: any;
1239
+ const labelEmptyValue: any;
1240
+ const size: any;
1241
+ const labelColor: any;
1242
+ const required: any;
1243
+ const width: any;
1244
+ const minWidth: any;
1245
+ const minHeight: any;
1246
+ const disabled: any;
1247
+ const error: any;
1248
+ const errorMessage: any;
1249
+ const selectedValue: any;
1250
+ const onChange: any;
1251
+ const onClick: any;
1252
+ const leftIconOnClick: any;
1253
+ const rightIconOnClick: any;
1254
+ const onBlur: any;
1255
+ const leftIcon: any;
1256
+ const rightIcon: any;
1257
+ const password: any;
1258
+ const multiline: any;
1259
+ const rows: any;
1260
+ const maxLength: any;
1261
+ const regex: any;
1262
+ const onKeyDown: any;
1263
+ }
1264
+ namespace defaultProps {
1265
+ const placeHolder_1: string;
1266
+ export { placeHolder_1 as placeHolder };
1267
+ const label_1: string;
1268
+ export { label_1 as label };
1269
+ const labelEmptyValue_1: string;
1270
+ export { labelEmptyValue_1 as labelEmptyValue };
1271
+ const size_1: string;
1272
+ export { size_1 as size };
1273
+ const labelColor_1: string;
1274
+ export { labelColor_1 as labelColor };
1275
+ const required_1: boolean;
1276
+ export { required_1 as required };
1277
+ const width_1: string;
1278
+ export { width_1 as width };
1279
+ const minWidth_1: string;
1280
+ export { minWidth_1 as minWidth };
1281
+ const minHeight_1: any;
1282
+ export { minHeight_1 as minHeight };
1283
+ const disabled_1: boolean;
1284
+ export { disabled_1 as disabled };
1285
+ const error_1: boolean;
1286
+ export { error_1 as error };
1287
+ const errorMessage_1: string;
1288
+ export { errorMessage_1 as errorMessage };
1289
+ const selectedValue_1: string;
1290
+ export { selectedValue_1 as selectedValue };
1291
+ const leftIcon_1: string;
1292
+ export { leftIcon_1 as leftIcon };
1293
+ const rightIcon_1: string;
1294
+ export { rightIcon_1 as rightIcon };
1295
+ export function leftIconOnClick_1(): void;
1296
+ export { leftIconOnClick_1 as leftIconOnClick };
1297
+ export function rightIconOnClick_1(): void;
1298
+ export { rightIconOnClick_1 as rightIconOnClick };
1299
+ export function onBlur_1(): void;
1300
+ export { onBlur_1 as onBlur };
1301
+ export function onClick_1(): void;
1302
+ export { onClick_1 as onClick };
1303
+ const password_1: boolean;
1304
+ export { password_1 as password };
1305
+ const multiline_1: boolean;
1306
+ export { multiline_1 as multiline };
1307
+ const rows_1: number;
1308
+ export { rows_1 as rows };
1309
+ const maxLength_1: any;
1310
+ export { maxLength_1 as maxLength };
1311
+ const regex_1: any;
1312
+ export { regex_1 as regex };
1313
+ export function onKeyDown_1(): void;
1314
+ export { onKeyDown_1 as onKeyDown };
1315
+ }
1316
+ }
1317
+
1318
+ declare function Tooltip(props: any): any;
1319
+
1320
+ /**
1321
+ * ToggleSwitch component for on/off states.
1322
+ * Supports small/large sizes and disabled state.
1323
+ */
1324
+ declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
1325
+ [x: string]: any;
1326
+ checked: any;
1327
+ onChange: any;
1328
+ size?: string;
1329
+ disabled?: boolean;
1330
+ }): any;
1331
+ declare namespace ToggleSwitch {
1332
+ namespace propTypes {
1333
+ const checked: any;
1334
+ const onChange: any;
1335
+ const size: any;
1336
+ const disabled: any;
1337
+ }
1338
+ }
1339
+
1340
+ declare function ContainerTable(props: any): any;
1341
+
1342
+ declare function MenuRoute(props: any): any;
1343
+
1344
+ declare function Build({ width, height, fill }: {
1345
+ width?: string;
1346
+ height?: string;
1347
+ fill?: string;
1348
+ }): any;
1349
+
1350
+ declare function Track({ width, height, fill }: {
1351
+ width?: string;
1352
+ height?: string;
1353
+ fill?: string;
1354
+ }): any;
1355
+
1356
+ declare function Execute({ width, height, fill }: {
1357
+ width?: string;
1358
+ height?: string;
1359
+ fill?: string;
1360
+ }): any;
1361
+
1362
+ declare function Dashboard({ width, height, fill }: {
1363
+ width?: string;
1364
+ height?: string;
1365
+ fill?: string;
1366
+ }): any;
1367
+
1368
+ declare function Campaigns({ width, height, fill }: {
1369
+ width?: string;
1370
+ height?: string;
1371
+ fill?: string;
1372
+ }): any;
1373
+
1374
+ declare function Budgets({ width, height, fill }: {
1375
+ width?: string;
1376
+ height?: string;
1377
+ fill?: string;
1378
+ }): any;
1379
+
1380
+ declare function SampleRunEngine({ width, height, fill }: {
1381
+ width?: string;
1382
+ height?: string;
1383
+ fill?: string;
1384
+ }): any;
1385
+
1386
+ declare function Coupons({ width, height, fill }: {
1387
+ width?: string;
1388
+ height?: string;
1389
+ fill?: string;
1390
+ }): any;
1391
+
1392
+ declare function RulesEngine({ width, height, fill }: {
1393
+ width?: string;
1394
+ height?: string;
1395
+ fill?: string;
1396
+ }): any;
1397
+
1398
+ declare function AdvancedThresholds({ width, height, fill }: {
1399
+ width?: string;
1400
+ height?: string;
1401
+ fill?: string;
1402
+ }): any;
1403
+
1404
+ declare function PreTestWhatIf({ width, height, fill }: {
1405
+ width?: string;
1406
+ height?: string;
1407
+ fill?: string;
1408
+ }): any;
1409
+
1410
+ declare function CustomerSegments({ width, height, fill }: {
1411
+ width?: string;
1412
+ height?: string;
1413
+ fill?: string;
1414
+ }): any;
1415
+
1416
+ declare function GroupBuilder({ width, height, fill }: {
1417
+ width?: string;
1418
+ height?: string;
1419
+ fill?: string;
1420
+ }): any;
1421
+
1422
+ declare function ItemsStores({ width, height, fill }: {
1423
+ width?: string;
1424
+ height?: string;
1425
+ fill?: string;
1426
+ }): any;
1427
+
1428
+ declare function Analytics({ width, height, fill }: {
1429
+ width?: string;
1430
+ height?: string;
1431
+ fill?: string;
1432
+ }): any;
1433
+
1434
+ declare function Table(props: any): any;
1435
+ declare namespace Table {
1436
+ const displayName: string;
1437
+ }
1438
+
1439
+ declare function FilterPop(props: any): any;
1440
+
1441
+ declare function SortPop(props: any): any;
1442
+
1443
+ declare function RangePop(props: any): any;
1444
+
1445
+ declare function SearchInput(props: any): any;
1446
+
1447
+ 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, }: {
1448
+ width?: string;
1449
+ height?: string;
1450
+ disableSection?: boolean;
1451
+ onSendForms?: () => void;
1452
+ editMode?: boolean;
1453
+ disabledSendForms?: boolean;
1454
+ AllFormsSent?: boolean;
1455
+ itemAndPackage?: any[];
1456
+ setItemAndPackage: any;
1457
+ linkColor?: string;
1458
+ backgroundColor?: string;
1459
+ buttonTooltipText?: string;
1460
+ trashTooltipText?: string;
1461
+ maxVisibleVendors?: number;
1462
+ componentText?: string;
1463
+ SubTitleColor?: string;
1464
+ searchValue?: string;
1465
+ onSearchChange?: any;
1466
+ searchResults?: any;
1467
+ filteredVendors?: any;
1468
+ isSearchLoading?: boolean;
1469
+ isLoading?: boolean;
1470
+ isLoadingText?: string;
1471
+ onLastRowsReached?: () => void;
1472
+ lastRowsThreshold?: number;
1473
+ onBackFromList?: any;
1474
+ onPackageAdded?: any;
1475
+ brandSuggestions?: any[];
1476
+ onBrandSaved?: any;
1477
+ onFetchBrandSuggestions?: any;
1478
+ }): any;
1479
+
1480
+ /**
1481
+ * ModalDrawer component
1482
+ * @param {Object} props
1483
+ * @param {boolean} props.open - Whether the drawer is open
1484
+ * @param {function} props.onClose - Handler for closing the drawer
1485
+ * @param {React.ReactNode} props.children - Drawer content
1486
+ * @param {number} [props.widthPercent=70] - Width of the drawer as a percentage of the viewport width
1487
+ */
1488
+ declare function ModalDrawer({ open, height, onClose, children, widthPercent }: {
1489
+ open: boolean;
1490
+ onClose: Function;
1491
+ children: React.ReactNode;
1492
+ widthPercent?: number;
1493
+ }): any;
1494
+
1495
+ 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 }: {
1496
+ [x: string]: any;
1497
+ data?: any[];
1498
+ value: any;
1499
+ onSelectClick: any;
1500
+ label: any;
1501
+ labelEmptyValue: any;
1502
+ showLabelOnTop: any;
1503
+ labelColor: any;
1504
+ placeHolder: any;
1505
+ placeHolderColor: any;
1506
+ required?: boolean;
1507
+ disabled?: boolean;
1508
+ isDarkerBackground?: boolean;
1509
+ editableDigitalCoupon?: boolean;
1510
+ customDisplayText?: any;
1511
+ appliedCouponsCount?: number;
1512
+ selectedColor?: string;
1513
+ hoverColor?: string;
1514
+ width?: string;
1515
+ minWidth?: string;
1516
+ dropdownWidth?: string;
1517
+ dropdownMaxHeight?: string;
1518
+ height?: string;
1519
+ margin?: string;
1520
+ }): any;
1521
+
1522
+ declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, opacity, secondaryColor, seperateSectionBorder, children, tooltipContent, disableBackdropClose, }: {
1523
+ isOpen?: boolean;
1524
+ isDisabled?: boolean;
1525
+ onClose?: () => void;
1526
+ onConfirm?: () => void;
1527
+ title?: string;
1528
+ primaryText?: string;
1529
+ secondaryText?: string;
1530
+ width?: string;
1531
+ height?: string;
1532
+ color?: string;
1533
+ hoverColor?: string;
1534
+ opacity?: number;
1535
+ secondaryColor?: string;
1536
+ seperateSectionBorder?: boolean;
1537
+ children: any;
1538
+ tooltipContent?: string;
1539
+ disableBackdropClose?: boolean;
1540
+ }): any;
1541
+
1542
+ declare function ToasterMessageBox({ color, messageText, linkText, duration, width, icon, onLinkClick, onClose }: {
1543
+ color?: string;
1544
+ messageText?: string;
1545
+ linkText?: string;
1546
+ duration?: number;
1547
+ width?: string;
1548
+ icon?: string;
1549
+ onLinkClick?: () => void;
1550
+ onClose?: () => void;
1551
+ }): any;
1552
+
1553
+ declare function QuickFilterCards({ data, onCardToggle, width, CardsContainerClassName, }: {
1554
+ data?: any[];
1555
+ onCardToggle?: () => void;
1556
+ width?: string;
1557
+ CardsContainerClassName?: string;
1558
+ }): any;
1559
+
1560
+ declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, selectedColor, hoverColor, inRangeColor, clearButtonColor, calendarIconColor, showClearButton, showOpenIcon, }: {
1561
+ label: any;
1562
+ onChange: any;
1563
+ borderRadius: any;
1564
+ required: any;
1565
+ width: any;
1566
+ height: any;
1567
+ placeholder: any;
1568
+ disabled: any;
1569
+ borderColor: any;
1570
+ borderColorFocus: any;
1571
+ textColor: any;
1572
+ selectedValue: any;
1573
+ selectedColor: any;
1574
+ hoverColor: any;
1575
+ inRangeColor: any;
1576
+ clearButtonColor: any;
1577
+ calendarIconColor: any;
1578
+ showClearButton: any;
1579
+ showOpenIcon: any;
1580
+ }): any;
1581
+ declare namespace RangePicker {
1582
+ namespace propTypes {
1583
+ const label: any;
1584
+ const onChange: any;
1585
+ const borderRadius: any;
1586
+ const required: any;
1587
+ const width: any;
1588
+ const height: any;
1589
+ const placeholder: any;
1590
+ const disabled: any;
1591
+ const borderColor: any;
1592
+ const borderColorFocus: any;
1593
+ const textColor: any;
1594
+ const selectedValue: any;
1595
+ const selectedColor: any;
1596
+ const hoverColor: any;
1597
+ const inRangeColor: any;
1598
+ const clearButtonColor: any;
1599
+ const calendarIconColor: any;
1600
+ const showClearButton: any;
1601
+ const showOpenIcon: any;
1602
+ }
1603
+ namespace defaultProps {
1604
+ const required_1: boolean;
1605
+ export { required_1 as required };
1606
+ const width_1: string;
1607
+ export { width_1 as width };
1608
+ const height_1: string;
1609
+ export { height_1 as height };
1610
+ const disabled_1: boolean;
1611
+ export { disabled_1 as disabled };
1612
+ const placeholder_1: string;
1613
+ export { placeholder_1 as placeholder };
1614
+ const borderColor_1: string;
1615
+ export { borderColor_1 as borderColor };
1616
+ const borderColorFocus_1: string;
1617
+ export { borderColorFocus_1 as borderColorFocus };
1618
+ const textColor_1: string;
1619
+ export { textColor_1 as textColor };
1620
+ const selectedValue_1: string;
1621
+ export { selectedValue_1 as selectedValue };
1622
+ const selectedColor_1: string;
1623
+ export { selectedColor_1 as selectedColor };
1624
+ const hoverColor_1: string;
1625
+ export { hoverColor_1 as hoverColor };
1626
+ const inRangeColor_1: string;
1627
+ export { inRangeColor_1 as inRangeColor };
1628
+ const clearButtonColor_1: string;
1629
+ export { clearButtonColor_1 as clearButtonColor };
1630
+ const calendarIconColor_1: string;
1631
+ export { calendarIconColor_1 as calendarIconColor };
1632
+ const showClearButton_1: boolean;
1633
+ export { showClearButton_1 as showClearButton };
1634
+ const showOpenIcon_1: boolean;
1635
+ export { showOpenIcon_1 as showOpenIcon };
1636
+ }
1637
+ }
1638
+
1639
+ declare function Tag(props: any): any;
1640
+
1641
+ declare function CheckBox(props: any): any;
1642
+
1643
+ declare function NoDataFoundMessage(props: any): any;
1644
+
1645
+ declare function SagIconButton(props: any): any;
1646
+ declare namespace SagIconButton {
1647
+ namespace propTypes {
1648
+ const className: any;
1649
+ const iconName: any;
1650
+ const buttonText: any;
1651
+ const height: any;
1652
+ const color: any;
1653
+ const backgroundColor: any;
1654
+ const activeColor: any;
1655
+ const iconHeight: any;
1656
+ const iconWidth: any;
1657
+ const openState: any;
1658
+ const disabled: any;
1659
+ const onButtonClick: any;
1660
+ }
1661
+ namespace defaultProps {
1662
+ const className_1: string;
1663
+ export { className_1 as className };
1664
+ const iconName_1: string;
1665
+ export { iconName_1 as iconName };
1666
+ const buttonText_1: string;
1667
+ export { buttonText_1 as buttonText };
1668
+ const height_1: string;
1669
+ export { height_1 as height };
1670
+ const color_1: string;
1671
+ export { color_1 as color };
1672
+ const activeColor_1: string;
1673
+ export { activeColor_1 as activeColor };
1674
+ const backgroundColor_1: string;
1675
+ export { backgroundColor_1 as backgroundColor };
1676
+ const iconHeight_1: number;
1677
+ export { iconHeight_1 as iconHeight };
1678
+ const iconWidth_1: number;
1679
+ export { iconWidth_1 as iconWidth };
1680
+ const openState_1: boolean;
1681
+ export { openState_1 as openState };
1682
+ const disabled_1: boolean;
1683
+ export { disabled_1 as disabled };
1684
+ export function onButtonClick_1(): void;
1685
+ export { onButtonClick_1 as onButtonClick };
1210
1686
  }
1211
1687
  }
1212
1688
 
1213
- export { BannerEventBoxList, BarChart, BarChartsByWeeks, Button, CollapseHeader, DialogOverlay, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
1689
+ declare function SegmentedButton(props: any): any;
1690
+ declare namespace SegmentedButton {
1691
+ namespace propTypes {
1692
+ const name: any;
1693
+ const options: any;
1694
+ const width: any;
1695
+ const height: any;
1696
+ const controlradius: any;
1697
+ const segmentradius: any;
1698
+ const gap: any;
1699
+ const fontSize: any;
1700
+ const selectedsegmentcolor: any;
1701
+ const selectedtextcolor: any;
1702
+ const unselectedtextcolor: any;
1703
+ const defaultIndex: any;
1704
+ const onClick: any;
1705
+ }
1706
+ namespace defaultProps {
1707
+ const name_1: string;
1708
+ export { name_1 as name };
1709
+ const options_1: {
1710
+ value: string;
1711
+ }[];
1712
+ export { options_1 as options };
1713
+ const width_1: number;
1714
+ export { width_1 as width };
1715
+ const height_1: number;
1716
+ export { height_1 as height };
1717
+ const controlradius_1: number;
1718
+ export { controlradius_1 as controlradius };
1719
+ const segmentradius_1: number;
1720
+ export { segmentradius_1 as segmentradius };
1721
+ const gap_1: string;
1722
+ export { gap_1 as gap };
1723
+ const fontSize_1: number;
1724
+ export { fontSize_1 as fontSize };
1725
+ const selectedsegmentcolor_1: string;
1726
+ export { selectedsegmentcolor_1 as selectedsegmentcolor };
1727
+ const selectedtextcolor_1: string;
1728
+ export { selectedtextcolor_1 as selectedtextcolor };
1729
+ const unselectedtextcolor_1: string;
1730
+ export { unselectedtextcolor_1 as unselectedtextcolor };
1731
+ const defaultIndex_1: number;
1732
+ export { defaultIndex_1 as defaultIndex };
1733
+ export function onClick_1(): void;
1734
+ export { onClick_1 as onClick };
1735
+ }
1736
+ }
1737
+
1738
+ declare function TotalBenchmark(props: any): any;
1739
+ declare namespace TotalBenchmark {
1740
+ namespace propTypes {
1741
+ const data: any;
1742
+ const dotCut: any;
1743
+ const addingBenchmark: any;
1744
+ const width: any;
1745
+ const height: any;
1746
+ const textcolor: any;
1747
+ const noDataText: any;
1748
+ }
1749
+ namespace defaultProps {
1750
+ export namespace data_1 {
1751
+ const title: string;
1752
+ const value: number;
1753
+ const totalValue: number;
1754
+ const benchmarkValue: number;
1755
+ }
1756
+ export { data_1 as data };
1757
+ const dotCut_1: boolean;
1758
+ export { dotCut_1 as dotCut };
1759
+ const width_1: string;
1760
+ export { width_1 as width };
1761
+ const height_1: string;
1762
+ export { height_1 as height };
1763
+ const addingBenchmark_1: boolean;
1764
+ export { addingBenchmark_1 as addingBenchmark };
1765
+ const textcolor_1: string;
1766
+ export { textcolor_1 as textcolor };
1767
+ const noDataText_1: string;
1768
+ export { noDataText_1 as noDataText };
1769
+ }
1770
+ }
1771
+
1772
+ declare function TotalBenchmarkArrows(props: any): any;
1773
+ declare namespace TotalBenchmarkArrows {
1774
+ namespace propTypes {
1775
+ const title: any;
1776
+ const value: any;
1777
+ const addingBenchmark: any;
1778
+ const benchmarkTotalValue: any;
1779
+ const benchmarkValue: any;
1780
+ const detailsTitle: any;
1781
+ const detailsData: any;
1782
+ const dotCut: any;
1783
+ const width: any;
1784
+ const height: any;
1785
+ const textcolor: any;
1786
+ const noDataText: any;
1787
+ }
1788
+ namespace defaultProps {
1789
+ const title_1: string;
1790
+ export { title_1 as title };
1791
+ const value_1: number;
1792
+ export { value_1 as value };
1793
+ const addingBenchmark_1: number;
1794
+ export { addingBenchmark_1 as addingBenchmark };
1795
+ const benchmarkTotalValue_1: number;
1796
+ export { benchmarkTotalValue_1 as benchmarkTotalValue };
1797
+ const benchmarkValue_1: number;
1798
+ export { benchmarkValue_1 as benchmarkValue };
1799
+ const detailsTitle_1: string;
1800
+ export { detailsTitle_1 as detailsTitle };
1801
+ const detailsData_1: {
1802
+ title: string;
1803
+ value: number;
1804
+ }[];
1805
+ export { detailsData_1 as detailsData };
1806
+ const dotCut_1: boolean;
1807
+ export { dotCut_1 as dotCut };
1808
+ const width_1: string;
1809
+ export { width_1 as width };
1810
+ const height_1: string;
1811
+ export { height_1 as height };
1812
+ const textcolor_1: string;
1813
+ export { textcolor_1 as textcolor };
1814
+ const noDataText_1: string;
1815
+ export { noDataText_1 as noDataText };
1816
+ }
1817
+ }
1818
+
1819
+ declare function TotalBenchmarkBarchart(props: any): any;
1820
+ declare namespace TotalBenchmarkBarchart {
1821
+ namespace propTypes {
1822
+ const title: any;
1823
+ const value: any;
1824
+ const addingBenchmark: any;
1825
+ const benchmarkTotalValue: any;
1826
+ const benchmarkValue: any;
1827
+ const currency: any;
1828
+ const currencyType: any;
1829
+ const barChartData: any;
1830
+ const dotCut: any;
1831
+ const width: any;
1832
+ const height: any;
1833
+ const textcolor: any;
1834
+ const noDataText: any;
1835
+ }
1836
+ namespace defaultProps {
1837
+ const title_1: string;
1838
+ export { title_1 as title };
1839
+ const value_1: number;
1840
+ export { value_1 as value };
1841
+ const addingBenchmark_1: boolean;
1842
+ export { addingBenchmark_1 as addingBenchmark };
1843
+ const benchmarkTotalValue_1: number;
1844
+ export { benchmarkTotalValue_1 as benchmarkTotalValue };
1845
+ const benchmarkValue_1: number;
1846
+ export { benchmarkValue_1 as benchmarkValue };
1847
+ const currency_1: boolean;
1848
+ export { currency_1 as currency };
1849
+ const currencyType_1: string;
1850
+ export { currencyType_1 as currencyType };
1851
+ const barChartData_1: {
1852
+ title: string;
1853
+ value: number;
1854
+ color: string;
1855
+ }[];
1856
+ export { barChartData_1 as barChartData };
1857
+ const dotCut_1: boolean;
1858
+ export { dotCut_1 as dotCut };
1859
+ const width_1: string;
1860
+ export { width_1 as width };
1861
+ const height_1: string;
1862
+ export { height_1 as height };
1863
+ const textcolor_1: string;
1864
+ export { textcolor_1 as textcolor };
1865
+ const noDataText_1: string;
1866
+ export { noDataText_1 as noDataText };
1867
+ }
1868
+ }
1869
+
1870
+ declare function TotalBenchmarkAreachart(props: any): any;
1871
+ declare namespace TotalBenchmarkAreachart {
1872
+ namespace propTypes {
1873
+ const title: any;
1874
+ const value: any;
1875
+ const arrowSign: any;
1876
+ const addingBenchmark: any;
1877
+ const benchmarkTotalValue: any;
1878
+ const benchmarkValue: any;
1879
+ const areaChartData: any;
1880
+ const width: any;
1881
+ const height: any;
1882
+ const textcolor: any;
1883
+ const areaChart1Color: any;
1884
+ const areaChart2Color: any;
1885
+ const xselectedColor: any;
1886
+ const fillChart1Color: any;
1887
+ const fillChart2Color: any;
1888
+ const startOffset: any;
1889
+ const endOffset: any;
1890
+ const opacity: any;
1891
+ const value1Title: any;
1892
+ const value2Title: any;
1893
+ const noDataText: any;
1894
+ const startWeekRange: any;
1895
+ const endWeekRange: any;
1896
+ }
1897
+ namespace defaultProps {
1898
+ const title_1: string;
1899
+ export { title_1 as title };
1900
+ const value_1: number;
1901
+ export { value_1 as value };
1902
+ const arrowSign_1: string;
1903
+ export { arrowSign_1 as arrowSign };
1904
+ const addingBenchmark_1: boolean;
1905
+ export { addingBenchmark_1 as addingBenchmark };
1906
+ const benchmarkTotalValue_1: string;
1907
+ export { benchmarkTotalValue_1 as benchmarkTotalValue };
1908
+ const benchmarkValue_1: any;
1909
+ export { benchmarkValue_1 as benchmarkValue };
1910
+ const areaChartData_1: {
1911
+ title: string;
1912
+ value1: number;
1913
+ value2: number;
1914
+ }[];
1915
+ export { areaChartData_1 as areaChartData };
1916
+ const width_1: string;
1917
+ export { width_1 as width };
1918
+ const height_1: string;
1919
+ export { height_1 as height };
1920
+ const textcolor_1: string;
1921
+ export { textcolor_1 as textcolor };
1922
+ const areaChart1Color_1: string;
1923
+ export { areaChart1Color_1 as areaChart1Color };
1924
+ const areaChart2Color_1: string;
1925
+ export { areaChart2Color_1 as areaChart2Color };
1926
+ const xselectedColor_1: string;
1927
+ export { xselectedColor_1 as xselectedColor };
1928
+ const fillChart1Color_1: string;
1929
+ export { fillChart1Color_1 as fillChart1Color };
1930
+ const fillChart2Color_1: string;
1931
+ export { fillChart2Color_1 as fillChart2Color };
1932
+ const startOffset_1: string;
1933
+ export { startOffset_1 as startOffset };
1934
+ const endOffset_1: string;
1935
+ export { endOffset_1 as endOffset };
1936
+ const opacity_1: string;
1937
+ export { opacity_1 as opacity };
1938
+ const value1Title_1: string;
1939
+ export { value1Title_1 as value1Title };
1940
+ const value2Title_1: string;
1941
+ export { value2Title_1 as value2Title };
1942
+ const noDataText_1: string;
1943
+ export { noDataText_1 as noDataText };
1944
+ const startWeekRange_1: number;
1945
+ export { startWeekRange_1 as startWeekRange };
1946
+ const endWeekRange_1: number;
1947
+ export { endWeekRange_1 as endWeekRange };
1948
+ }
1949
+ }
1950
+
1951
+ declare function KpiFilter(props: any): any;
1952
+ declare namespace KpiFilter {
1953
+ namespace propTypes {
1954
+ const mainTitle: any;
1955
+ const periodTitle: any;
1956
+ const hidePeriod: any;
1957
+ const kpiData: any;
1958
+ const height: any;
1959
+ const width: any;
1960
+ const buttonsIconColor: any;
1961
+ const buttonsBorderColor: any;
1962
+ const buttonsTextColorChecked: any;
1963
+ const buttonsTextColorUnchecked: any;
1964
+ const buttonsBackgroundColorChecked: any;
1965
+ const buttonsBackgroundColorUnchecked: any;
1966
+ const onClick: any;
1967
+ const onClickPeriod: any;
1968
+ const selectAllIgnoreList: any;
1969
+ }
1970
+ namespace defaultProps {
1971
+ const mainTitle_1: string;
1972
+ export { mainTitle_1 as mainTitle };
1973
+ const periodTitle_1: string;
1974
+ export { periodTitle_1 as periodTitle };
1975
+ const hidePeriod_1: boolean;
1976
+ export { hidePeriod_1 as hidePeriod };
1977
+ const kpiData_1: any[];
1978
+ export { kpiData_1 as kpiData };
1979
+ const width_1: string;
1980
+ export { width_1 as width };
1981
+ const height_1: string;
1982
+ export { height_1 as height };
1983
+ const buttonsIconColor_1: string;
1984
+ export { buttonsIconColor_1 as buttonsIconColor };
1985
+ const buttonsBorderColor_1: string;
1986
+ export { buttonsBorderColor_1 as buttonsBorderColor };
1987
+ const buttonsTextColorChecked_1: string;
1988
+ export { buttonsTextColorChecked_1 as buttonsTextColorChecked };
1989
+ const buttonsTextColorUnchecked_1: string;
1990
+ export { buttonsTextColorUnchecked_1 as buttonsTextColorUnchecked };
1991
+ const buttonsBackgroundColorChecked_1: string;
1992
+ export { buttonsBackgroundColorChecked_1 as buttonsBackgroundColorChecked };
1993
+ const buttonsBackgroundColorUnchecked_1: string;
1994
+ export { buttonsBackgroundColorUnchecked_1 as buttonsBackgroundColorUnchecked };
1995
+ export function onClick_1(): void;
1996
+ export { onClick_1 as onClick };
1997
+ export function onClickPeriod_1(): void;
1998
+ export { onClickPeriod_1 as onClickPeriod };
1999
+ const selectAllIgnoreList_1: any[];
2000
+ export { selectAllIgnoreList_1 as selectAllIgnoreList };
2001
+ }
2002
+ }
2003
+
2004
+ declare function FooterBranding(): any;
2005
+
2006
+ 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 };