sag_components 2.0.0-beta33 → 2.0.0-beta331

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