sag_components 2.0.0-beta22 → 2.0.0-beta220

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 (397) hide show
  1. package/dist/index.d.ts +882 -322
  2. package/dist/index.esm.js +38079 -12828
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +38179 -12875
  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 +80 -0
  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.stories.d.ts +99 -0
  75. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +2 -61
  76. package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
  77. package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +303 -0
  78. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +4 -58
  79. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
  80. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -0
  81. package/dist/types/components/EventList/EventList.d.ts +3 -3
  82. package/dist/types/components/EventList/EventList.stories.d.ts +67 -0
  83. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -0
  84. package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
  85. package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
  86. package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
  87. package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
  88. package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
  89. package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
  90. package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
  91. package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
  92. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -0
  93. package/dist/types/components/FilterPanel/FilterPanel.d.ts +10 -10
  94. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +173 -0
  95. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -0
  96. package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
  97. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -0
  98. package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
  99. package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -0
  100. package/dist/types/components/Input/Input.d.ts +27 -1
  101. package/dist/types/components/Input/Input.stories.d.ts +378 -0
  102. package/dist/types/components/Input/Input.style.d.ts +1 -0
  103. package/dist/types/components/InputOld/InputOld.d.ts +2 -2
  104. package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -0
  105. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
  106. package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
  107. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
  108. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
  109. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
  110. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +18 -0
  111. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +140 -0
  112. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +27 -0
  113. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
  114. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +19 -0
  115. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +10 -0
  116. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +16 -0
  117. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
  118. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +19 -0
  119. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
  120. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -0
  121. package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
  122. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -0
  123. package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
  124. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -0
  125. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
  126. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
  127. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -0
  128. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
  129. package/dist/types/components/ListBox/ListBox.d.ts +9 -9
  130. package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -0
  131. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
  132. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -0
  133. package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
  134. package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
  135. package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
  136. package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
  137. package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
  138. package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
  139. package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
  140. package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
  141. package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
  142. package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
  143. package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
  144. package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
  145. package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
  146. package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
  147. package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
  148. package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
  149. package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +168 -0
  150. package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
  151. package/dist/types/components/MessageBox/MessageBox.d.ts +19 -0
  152. package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
  153. package/dist/types/components/MessageBox/MessageBox.styles.d.ts +8 -0
  154. package/dist/types/components/Modal/Modal.d.ts +1 -1
  155. package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +15 -0
  156. package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
  157. package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
  158. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
  159. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -0
  160. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +8 -0
  161. package/dist/types/components/MonthPicker/MonthPicker.d.ts +3 -2
  162. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -0
  163. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +2 -1
  164. package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
  165. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
  166. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -0
  167. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
  168. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +79 -0
  169. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -0
  170. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
  171. package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +22 -0
  172. package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +336 -0
  173. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +9 -0
  174. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +26 -0
  175. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
  176. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
  177. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -0
  178. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
  179. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -0
  180. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
  181. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -0
  182. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
  183. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -0
  184. package/dist/types/components/PieChart/PieChart.d.ts +6 -6
  185. package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -0
  186. package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
  187. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -0
  188. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
  189. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -0
  190. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -0
  191. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +3 -2
  192. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -0
  193. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +2 -1
  194. package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
  195. package/dist/types/components/QuickFilter/QuickFilter.d.ts +17 -67
  196. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +270 -0
  197. package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +7 -0
  198. package/dist/types/components/QuickFilterCards/QuickFilterCards.stories.d.ts +49 -0
  199. package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -0
  200. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +15 -7
  201. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +5 -0
  202. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
  203. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -0
  204. package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
  205. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -0
  206. package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -0
  207. package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +3 -3
  208. package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -0
  209. package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -0
  210. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
  211. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -0
  212. package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
  213. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +93 -0
  214. package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
  215. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
  216. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -0
  217. package/dist/types/components/Select/Select.stories.d.ts +252 -0
  218. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
  219. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -0
  220. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
  221. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  222. package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
  223. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +171 -0
  224. package/dist/types/components/TabMenu/TabMenu.style.d.ts +3 -50
  225. package/dist/types/components/Table/DropMenus/Dropdown.d.ts +37 -0
  226. package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -0
  227. package/dist/types/components/Table/DropMenus/FieldPop.d.ts +2 -0
  228. package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
  229. package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
  230. package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +8 -0
  231. package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
  232. package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +10 -0
  233. package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
  234. package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
  235. package/dist/types/components/Table/FilterIcon.d.ts +6 -0
  236. package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
  237. package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
  238. package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +5 -0
  239. package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
  240. package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
  241. package/dist/types/components/Table/NoEvents.d.ts +5 -0
  242. package/dist/types/components/Table/NoSearchUpcIcon.d.ts +5 -0
  243. package/dist/types/components/Table/NoUpcIcon.d.ts +5 -0
  244. package/dist/types/components/Table/NothingToTrack.d.ts +5 -0
  245. package/dist/types/components/Table/SortIcon.d.ts +6 -0
  246. package/dist/types/components/Table/Table.d.ts +5 -0
  247. package/dist/types/components/Table/Table.stories.d.ts +787 -0
  248. package/dist/types/components/Table/Table.style.d.ts +20 -0
  249. package/dist/types/components/Table/TableBody.d.ts +3 -0
  250. package/dist/types/components/Table/TableBody.styles.d.ts +32 -0
  251. package/dist/types/components/Table/TableHeader.d.ts +12 -0
  252. package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
  253. package/dist/types/components/Table/data.d.ts +380 -0
  254. package/dist/types/components/Table/hook.d.ts +16 -0
  255. package/dist/types/components/Tag/Tag.d.ts +2 -0
  256. package/dist/types/components/Tag/Tag.stories.d.ts +112 -0
  257. package/dist/types/components/Tag/Tag.style.d.ts +1 -0
  258. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.d.ts +2 -0
  259. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.style.d.ts +4 -0
  260. package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
  261. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -0
  262. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +11 -0
  263. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +67 -0
  264. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
  265. package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +21 -0
  266. package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
  267. package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
  268. package/dist/types/components/Tooltip/Tooltip.d.ts +0 -22
  269. package/dist/types/components/Tooltip/Tooltip.stories.d.ts +83 -0
  270. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -0
  271. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -0
  272. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
  273. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -0
  274. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
  275. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -0
  276. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
  277. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -0
  278. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
  279. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -0
  280. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
  281. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -0
  282. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +7 -4
  283. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +172 -0
  284. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +40 -0
  285. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
  286. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +20 -0
  287. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +118 -0
  288. package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
  289. package/dist/types/icons/ArrowDownIcon.d.ts +6 -0
  290. package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -0
  291. package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
  292. package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
  293. package/dist/types/icons/ArrowSelectIcon.d.ts +6 -0
  294. package/dist/types/icons/ArrowUpIcon.d.ts +6 -0
  295. package/dist/types/icons/AttachedIcon.d.ts +6 -0
  296. package/dist/types/icons/BarcodeIcon.d.ts +6 -0
  297. package/dist/types/icons/BellIcon.d.ts +6 -0
  298. package/dist/types/icons/ButtonArrowRight.d.ts +5 -0
  299. package/dist/types/icons/Calendar.d.ts +2 -0
  300. package/dist/types/icons/CalendarIcon.d.ts +6 -0
  301. package/dist/types/icons/CalendarInOpen.d.ts +6 -0
  302. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -0
  303. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -0
  304. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -0
  305. package/dist/types/icons/ChervronLeftIcon.d.ts +6 -0
  306. package/dist/types/icons/ChervronRightIcon.d.ts +6 -0
  307. package/dist/types/icons/ChevronIcon.d.ts +7 -0
  308. package/dist/types/icons/ChevronLeftIcon.d.ts +4 -0
  309. package/dist/types/icons/ChevronRightIcon.d.ts +4 -0
  310. package/dist/types/icons/ClockIcon.d.ts +6 -0
  311. package/dist/types/icons/CloseIcon.d.ts +6 -0
  312. package/dist/types/icons/CloseXIcon.d.ts +6 -0
  313. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -0
  314. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -0
  315. package/dist/types/icons/CommentIcon.d.ts +7 -0
  316. package/dist/types/icons/DocumentIcon.d.ts +6 -0
  317. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  318. package/dist/types/icons/DownloadIcon.d.ts +6 -0
  319. package/dist/types/icons/Duplicate.d.ts +7 -0
  320. package/dist/types/icons/ErrorIcon.d.ts +6 -0
  321. package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
  322. package/dist/types/icons/ExitIcon.d.ts +7 -0
  323. package/dist/types/icons/ExportIcon.d.ts +6 -0
  324. package/dist/types/icons/EyeIcon.d.ts +7 -0
  325. package/dist/types/icons/FileIcon.d.ts +6 -0
  326. package/dist/types/icons/FilterIcon.d.ts +6 -0
  327. package/dist/types/icons/FlyIcon.d.ts +6 -0
  328. package/dist/types/icons/FolderIcon.d.ts +6 -0
  329. package/dist/types/icons/FoodLionChartIcon.d.ts +2 -0
  330. package/dist/types/icons/FoodLionIcon.d.ts +6 -0
  331. package/dist/types/icons/FoodLionNewIcon.d.ts +5 -0
  332. package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -0
  333. package/dist/types/icons/GiantFoodIcon.d.ts +7 -0
  334. package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -0
  335. package/dist/types/icons/HannafordChartIcon.d.ts +2 -0
  336. package/dist/types/icons/HannafordIcon.d.ts +6 -0
  337. package/dist/types/icons/HannafordIcon_new.d.ts +7 -0
  338. package/dist/types/icons/HannafordNewIcon.d.ts +5 -0
  339. package/dist/types/icons/HeroIcon.d.ts +6 -0
  340. package/dist/types/icons/InfoIcon.d.ts +7 -0
  341. package/dist/types/icons/LampIcon.d.ts +6 -0
  342. package/dist/types/icons/LegendLineIcon.d.ts +6 -0
  343. package/dist/types/icons/LegendUnionIcon.d.ts +6 -0
  344. package/dist/types/icons/MaintenanceIcon.d.ts +7 -0
  345. package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -0
  346. package/dist/types/icons/MenuItemOpenIcon.d.ts +6 -0
  347. package/dist/types/icons/MenuItemRightIcon.d.ts +7 -0
  348. package/dist/types/icons/MenuItemUpIcon.d.ts +6 -0
  349. package/dist/types/icons/NoDataFoundIcon.d.ts +12 -0
  350. package/dist/types/icons/OkCircleIcon.d.ts +6 -0
  351. package/dist/types/icons/OkIcon.d.ts +6 -0
  352. package/dist/types/icons/OptionsIcon.d.ts +6 -0
  353. package/dist/types/icons/PackageSendIcon.d.ts +2 -0
  354. package/dist/types/icons/PeopleIcon.d.ts +6 -0
  355. package/dist/types/icons/Plus.d.ts +6 -0
  356. package/dist/types/icons/PlusIcon.d.ts +6 -0
  357. package/dist/types/icons/RedDot.d.ts +5 -0
  358. package/dist/types/icons/ReselectIcon.d.ts +6 -0
  359. package/dist/types/icons/SearchIcon.d.ts +6 -0
  360. package/dist/types/icons/ShoppingCartIcon.d.ts +6 -0
  361. package/dist/types/icons/ShoutIcon.d.ts +6 -0
  362. package/dist/types/icons/Sort.d.ts +1 -0
  363. package/dist/types/icons/SortIcon.d.ts +7 -0
  364. package/dist/types/icons/SpotlightProductIcon.d.ts +7 -0
  365. package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -0
  366. package/dist/types/icons/StopAndShopIcon.d.ts +7 -0
  367. package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -0
  368. package/dist/types/icons/SucceededIcon.d.ts +6 -0
  369. package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -0
  370. package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -0
  371. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -0
  372. package/dist/types/icons/TrashIcon.d.ts +7 -0
  373. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  374. package/dist/types/icons/UploadIcon.d.ts +7 -0
  375. package/dist/types/icons/UploadIconV2.d.ts +6 -0
  376. package/dist/types/icons/VIcon.d.ts +6 -0
  377. package/dist/types/icons/index.d.ts +23 -0
  378. package/dist/types/index.d.ts +52 -0
  379. package/dist/types/utils/CommonFunctions.d.ts +6 -1
  380. package/dist/types/utils/UtilsComponents/CustomTooltip.d.ts +6 -0
  381. package/dist/types/utils/UtilsComponents/TitleWithCustomTooltip.d.ts +7 -0
  382. package/dist/types/utils/UtilsComponents/useTextOverflow.d.ts +8 -0
  383. package/package.json +39 -42
  384. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
  385. package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
  386. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  387. package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
  388. package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
  389. package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
  390. package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
  391. package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
  392. package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
  393. package/dist/types/components/TextField/TextField.d.ts +0 -6
  394. package/dist/types/components/TextField/TextField.style.d.ts +0 -1
  395. package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
  396. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
  397. /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,136 +116,17 @@ 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>;
@@ -274,10 +136,10 @@ declare namespace FilterPanel {
274
136
  labelEmptyValue: PropTypes.Requireable<string>;
275
137
  name: PropTypes.Requireable<string>;
276
138
  periodPickerSelectedValue: PropTypes.Requireable<string>;
277
- selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
139
+ selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
278
140
  value: PropTypes.Requireable<string>;
279
141
  label: PropTypes.Requireable<string>;
280
- }> | null | undefined)[]>;
142
+ }>[]>;
281
143
  orderBy: PropTypes.Requireable<string>;
282
144
  elementType: PropTypes.Requireable<string>;
283
145
  value: PropTypes.Requireable<number>;
@@ -286,11 +148,11 @@ declare namespace FilterPanel {
286
148
  value: PropTypes.Requireable<string>;
287
149
  label: PropTypes.Requireable<string>;
288
150
  }>>;
289
- dropdownOptions: PropTypes.Requireable<(PropTypes.InferProps<{
151
+ dropdownOptions: PropTypes.Requireable<PropTypes.InferProps<{
290
152
  value: PropTypes.Requireable<string>;
291
153
  label: PropTypes.Requireable<string>;
292
- }> | null | undefined)[]>;
293
- }> | null | undefined)[]>;
154
+ }>[]>;
155
+ }>[]>;
294
156
  const width: PropTypes.Requireable<string>;
295
157
  const height: PropTypes.Requireable<string>;
296
158
  const okButtonBackgroundColor: PropTypes.Requireable<string>;
@@ -313,7 +175,7 @@ declare namespace FilterPanel {
313
175
  export { availableMonths_1 as availableMonths };
314
176
  const availableYears_1: string[];
315
177
  export { availableYears_1 as availableYears };
316
- const fieldsData_1: never[];
178
+ const fieldsData_1: any[];
317
179
  export { fieldsData_1 as fieldsData };
318
180
  const width_1: string;
319
181
  export { width_1 as width };
@@ -352,13 +214,13 @@ declare namespace ReportTable {
352
214
  const buttonText: PropTypes.Requireable<string>;
353
215
  const buttonIconName: PropTypes.Requireable<string>;
354
216
  const tableData: PropTypes.Requireable<PropTypes.InferProps<{
355
- columnsHeadings: PropTypes.Requireable<(PropTypes.InferProps<{
217
+ columnsHeadings: PropTypes.Requireable<PropTypes.InferProps<{
356
218
  label: PropTypes.Requireable<string>;
357
219
  key: PropTypes.Requireable<string>;
358
- }> | null | undefined)[]>;
359
- rowsValues: PropTypes.Requireable<({
360
- [x: string]: string | null | undefined;
361
- } | null | undefined)[]>;
220
+ }>[]>;
221
+ rowsValues: PropTypes.Requireable<{
222
+ [x: string]: string;
223
+ }[]>;
362
224
  }>>;
363
225
  const maxColumnsNumber: PropTypes.Requireable<number>;
364
226
  const useColorLinearGradient: PropTypes.Requireable<boolean>;
@@ -431,10 +293,10 @@ declare namespace ReportTable {
431
293
  declare function EventList(props: any): react_jsx_runtime.JSX.Element;
432
294
  declare namespace EventList {
433
295
  namespace propTypes {
434
- const eventsData: PropTypes.Requireable<(PropTypes.InferProps<{
296
+ const eventsData: PropTypes.Requireable<PropTypes.InferProps<{
435
297
  eventName: PropTypes.Requireable<string>;
436
298
  period: PropTypes.Requireable<string>;
437
- }> | null | undefined)[]>;
299
+ }>[]>;
438
300
  const selectTextColor: PropTypes.Requireable<string>;
439
301
  const height: PropTypes.Requireable<string>;
440
302
  const width: PropTypes.Requireable<string>;
@@ -442,7 +304,7 @@ declare namespace EventList {
442
304
  const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
443
305
  }
444
306
  namespace defaultProps {
445
- const eventsData_1: never[];
307
+ const eventsData_1: any[];
446
308
  export { eventsData_1 as eventsData };
447
309
  const selectTextColor_1: string;
448
310
  export { selectTextColor_1 as selectTextColor };
@@ -457,75 +319,7 @@ declare namespace EventList {
457
319
  }
458
320
  }
459
321
 
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
- }
322
+ declare function BannerEventBoxList(props: any): react_jsx_runtime.JSX.Element;
529
323
 
530
324
  declare function DialogOverlay(props: any): react_jsx_runtime.JSX.Element;
531
325
  declare namespace DialogOverlay {
@@ -538,7 +332,7 @@ declare namespace DialogOverlay {
538
332
  namespace defaultProps {
539
333
  const title_1: string;
540
334
  export { title_1 as title };
541
- const children_1: null;
335
+ const children_1: any;
542
336
  export { children_1 as children };
543
337
  export function onDialogClose_1(): void;
544
338
  export { onDialogClose_1 as onDialogClose };
@@ -553,9 +347,9 @@ declare namespace CollapseHeader {
553
347
  const className: PropTypes.Requireable<string>;
554
348
  const showRetailerIcon: PropTypes.Requireable<boolean>;
555
349
  const showPeriodIcon: PropTypes.Requireable<boolean>;
556
- const viewCreativeRetailersData: PropTypes.Requireable<(PropTypes.InferProps<{
350
+ const viewCreativeRetailersData: PropTypes.Requireable<PropTypes.InferProps<{
557
351
  label: PropTypes.Requireable<string>;
558
- }> | null | undefined)[]>;
352
+ }>[]>;
559
353
  const data: PropTypes.Requireable<PropTypes.InferProps<{
560
354
  eventType: PropTypes.Requireable<string>;
561
355
  retailer: PropTypes.Requireable<string>;
@@ -628,76 +422,105 @@ declare namespace CollapseHeader {
628
422
  }
629
423
  }
630
424
 
631
- declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
632
- hoverColor?: string | undefined;
633
- multipleSelection?: boolean | undefined;
634
- xIconShow?: boolean | undefined;
635
- disabled?: boolean | undefined;
636
- error?: boolean | undefined;
637
- errorMessage?: string | undefined;
638
- label?: string | undefined;
639
- labelColor?: string | undefined;
640
- placeHolder?: string | undefined;
641
- width?: string | undefined;
642
- checkBoxColor?: string | undefined;
643
- onChange?: (() => void) | undefined;
644
- options?: any[] | undefined;
645
- selectedValue?: any[] | undefined;
646
- }): react_jsx_runtime.JSX.Element;
647
- declare namespace QuickFilter {
425
+ declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, height, checkBoxColor, dropdownHeight, onChange, options, selectedValue, }: {
426
+ hoverColor?: string;
427
+ multipleSelection?: boolean;
428
+ xIconShow?: boolean;
429
+ disabled?: boolean;
430
+ error?: boolean;
431
+ errorMessage?: string;
432
+ label?: string;
433
+ labelColor?: string;
434
+ placeHolder?: string;
435
+ width?: string;
436
+ height?: string;
437
+ checkBoxColor?: string;
438
+ dropdownHeight?: string;
439
+ onChange?: (value: any) => void;
440
+ options?: any[];
441
+ selectedValue?: any[];
442
+ }): react_jsx_runtime.JSX.Element;
443
+
444
+ declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
445
+ declare namespace OneColumnContainer {
648
446
  namespace propTypes {
649
- const hoverColor: PropTypes.Requireable<string>;
650
- const multipleSelection: PropTypes.Requireable<boolean>;
651
- const disabled: PropTypes.Requireable<boolean>;
652
- const error: PropTypes.Requireable<boolean>;
653
- const errorMessage: PropTypes.Requireable<string>;
654
- const label: PropTypes.Requireable<string>;
655
- const labelColor: PropTypes.Requireable<string>;
656
- const placeHolder: PropTypes.Requireable<string>;
447
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
448
+ const display: PropTypes.Requireable<string>;
449
+ const isLoading: PropTypes.Requireable<boolean>;
450
+ const gridTemplateColumns: PropTypes.Requireable<string>;
451
+ const itemClass: PropTypes.Requireable<string>;
452
+ const divStyle: PropTypes.Requireable<string>;
453
+ const overStyle: PropTypes.Requireable<string>;
454
+ const draggingStyle: PropTypes.Requireable<string>;
455
+ const droppedStyle: PropTypes.Requireable<string>;
657
456
  const width: PropTypes.Requireable<string>;
658
- const checkBoxColor: PropTypes.Requireable<string>;
659
- const onChange: PropTypes.Requireable<(...args: any[]) => any>;
660
- const options: PropTypes.Requireable<(PropTypes.InferProps<{
661
- id: PropTypes.Requireable<string>;
662
- label: PropTypes.Requireable<string>;
663
- }> | null | undefined)[]>;
664
- const selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
665
- id: PropTypes.Requireable<string>;
666
- label: PropTypes.Requireable<string>;
667
- }> | null | undefined)[]>;
457
+ const height: PropTypes.Requireable<string>;
458
+ const overflow: PropTypes.Requireable<string>;
459
+ const transparentBackground: PropTypes.Requireable<boolean>;
460
+ const infoTitle: PropTypes.Requireable<string>;
461
+ const infoText: PropTypes.Requireable<string>;
462
+ const disableInfo: PropTypes.Requireable<boolean>;
463
+ const showViewByBannerButton: PropTypes.Requireable<boolean>;
464
+ const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
465
+ const columnTitle: PropTypes.Requireable<string>;
466
+ const isPercentOfChange: PropTypes.Requireable<boolean>;
467
+ const PercentOfChangeData: PropTypes.Requireable<number>;
468
+ const backgroundImage: PropTypes.Requireable<PropTypes.ReactNodeLike>;
469
+ const showBackgroundImage: PropTypes.Requireable<boolean>;
470
+ const backgroundImageStyle: PropTypes.Requireable<object>;
668
471
  }
669
472
  namespace defaultProps {
670
- const hoverColor_1: string;
671
- export { hoverColor_1 as hoverColor };
672
- const multipleSelection_1: boolean;
673
- export { multipleSelection_1 as multipleSelection };
674
- const disabled_1: boolean;
675
- export { disabled_1 as disabled };
676
- const error_1: boolean;
677
- export { error_1 as error };
678
- const errorMessage_1: string;
679
- export { errorMessage_1 as errorMessage };
680
- const label_1: string;
681
- export { label_1 as label };
682
- const labelColor_1: string;
683
- export { labelColor_1 as labelColor };
684
- const placeHolder_1: string;
685
- export { placeHolder_1 as placeHolder };
473
+ const children_1: any;
474
+ export { children_1 as children };
475
+ const display_1: string;
476
+ export { display_1 as display };
477
+ const isLoading_1: string;
478
+ export { isLoading_1 as isLoading };
479
+ const gridTemplateColumns_1: string;
480
+ export { gridTemplateColumns_1 as gridTemplateColumns };
481
+ const itemClass_1: string;
482
+ export { itemClass_1 as itemClass };
483
+ const divStyle_1: string;
484
+ export { divStyle_1 as divStyle };
485
+ const overStyle_1: string;
486
+ export { overStyle_1 as overStyle };
487
+ const draggingStyle_1: string;
488
+ export { draggingStyle_1 as draggingStyle };
489
+ const droppedStyle_1: string;
490
+ export { droppedStyle_1 as droppedStyle };
686
491
  const width_1: string;
687
492
  export { width_1 as width };
688
- const checkBoxColor_1: string;
689
- export { checkBoxColor_1 as checkBoxColor };
690
- export function onChange_1(): void;
691
- export { onChange_1 as onChange };
692
- const options_1: never[];
693
- export { options_1 as options };
694
- const selectedValue_1: never[];
695
- export { selectedValue_1 as selectedValue };
493
+ const height_1: string;
494
+ export { height_1 as height };
495
+ const overflow_1: string;
496
+ export { overflow_1 as overflow };
497
+ const transparentBackground_1: boolean;
498
+ export { transparentBackground_1 as transparentBackground };
499
+ const infoTitle_1: string;
500
+ export { infoTitle_1 as infoTitle };
501
+ const infoText_1: string;
502
+ export { infoText_1 as infoText };
503
+ const disableInfo_1: boolean;
504
+ export { disableInfo_1 as disableInfo };
505
+ const showViewByBannerButton_1: boolean;
506
+ export { showViewByBannerButton_1 as showViewByBannerButton };
507
+ export function onBannerClick_1(): void;
508
+ export { onBannerClick_1 as onBannerClick };
509
+ const columnTitle_1: string;
510
+ export { columnTitle_1 as columnTitle };
511
+ const isPercentOfChange_1: boolean;
512
+ export { isPercentOfChange_1 as isPercentOfChange };
513
+ const PercentOfChangeData_1: number;
514
+ export { PercentOfChangeData_1 as PercentOfChangeData };
515
+ const backgroundImage_1: string;
516
+ export { backgroundImage_1 as backgroundImage };
517
+ const showBackgroundImage_1: boolean;
518
+ export { showBackgroundImage_1 as showBackgroundImage };
519
+ const backgroundImageStyle_1: {};
520
+ export { backgroundImageStyle_1 as backgroundImageStyle };
696
521
  }
697
522
  }
698
523
 
699
- declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
700
-
701
524
  declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
702
525
  declare namespace BarChartsByWeeks {
703
526
  namespace propTypes {
@@ -709,10 +532,10 @@ declare namespace BarChartsByWeeks {
709
532
  const headerValue: PropTypes.Requireable<number>;
710
533
  const HeaderValueCurrencyType: PropTypes.Requireable<string>;
711
534
  const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
712
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
535
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
713
536
  title: PropTypes.Requireable<string>;
714
537
  value: PropTypes.Requireable<number>;
715
- }> | null | undefined)[]>;
538
+ }>[]>;
716
539
  const isTitleOriganal: PropTypes.Requireable<boolean>;
717
540
  const width: PropTypes.Requireable<string>;
718
541
  const height: PropTypes.Requireable<string>;
@@ -728,11 +551,11 @@ declare namespace BarChartsByWeeks {
728
551
  const interval: PropTypes.Requireable<string>;
729
552
  const showTitle: PropTypes.Requireable<boolean>;
730
553
  const showLegend: PropTypes.Requireable<boolean>;
731
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
554
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
732
555
  title: PropTypes.Validator<string>;
733
556
  iconType: PropTypes.Validator<string>;
734
557
  iconColor: PropTypes.Validator<string>;
735
- }> | null | undefined)[]>;
558
+ }>[]>;
736
559
  const showTwoBars: PropTypes.Requireable<boolean>;
737
560
  const setLimitHeight: PropTypes.Requireable<number>;
738
561
  const setLimitLow: PropTypes.Requireable<number>;
@@ -797,9 +620,9 @@ declare namespace BarChartsByWeeks {
797
620
  export { legendData_1 as legendData };
798
621
  const showTwoBars_1: boolean;
799
622
  export { showTwoBars_1 as showTwoBars };
800
- const setLimitHeight_1: null;
623
+ const setLimitHeight_1: any;
801
624
  export { setLimitHeight_1 as setLimitHeight };
802
- const setLimitLow_1: null;
625
+ const setLimitLow_1: any;
803
626
  export { setLimitLow_1 as setLimitLow };
804
627
  }
805
628
  }
@@ -809,17 +632,17 @@ declare namespace PopupCharts {
809
632
  namespace propTypes {
810
633
  const title: PropTypes.Requireable<string>;
811
634
  const chartType: PropTypes.Requireable<string>;
812
- const popupChartsItemsData: PropTypes.Requireable<(PropTypes.InferProps<{
635
+ const popupChartsItemsData: PropTypes.Requireable<PropTypes.InferProps<{
813
636
  title: PropTypes.Requireable<string>;
814
637
  chartType: PropTypes.Requireable<string>;
815
638
  value: PropTypes.Requireable<number>;
816
- legendData: PropTypes.Requireable<(PropTypes.InferProps<{
639
+ legendData: PropTypes.Requireable<PropTypes.InferProps<{
817
640
  color: PropTypes.Requireable<string>;
818
641
  name: PropTypes.Requireable<string>;
819
642
  value: PropTypes.Requireable<number>;
820
- }> | null | undefined)[]>;
643
+ }>[]>;
821
644
  noDataText: PropTypes.Requireable<string>;
822
- }> | null | undefined)[]>;
645
+ }>[]>;
823
646
  const isPopupChartsOpen: PropTypes.Requireable<boolean>;
824
647
  const width: PropTypes.Requireable<string>;
825
648
  const height: PropTypes.Requireable<string>;
@@ -873,20 +696,26 @@ declare namespace TotalDoughnutChart {
873
696
  const className: PropTypes.Requireable<string>;
874
697
  const title: PropTypes.Requireable<string>;
875
698
  const value: PropTypes.Requireable<number>;
699
+ const rootFont: PropTypes.Requireable<string>;
700
+ const containerPadding: PropTypes.Requireable<string>;
876
701
  const addingBenchmark: PropTypes.Requireable<boolean>;
877
702
  const dotCut: PropTypes.Requireable<boolean>;
878
703
  const currencySign: PropTypes.Requireable<boolean>;
879
704
  const currencyType: PropTypes.Requireable<string>;
880
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
705
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
706
+ color: PropTypes.Requireable<string>;
707
+ value: PropTypes.Requireable<number>;
881
708
  name: PropTypes.Requireable<string>;
882
- description: PropTypes.Requireable<string>;
883
- }> | null | undefined)[]>;
709
+ }>[]>;
710
+ const legendBelow: PropTypes.Requireable<boolean>;
884
711
  const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
885
712
  const itemsBoldedValues: PropTypes.Requireable<boolean>;
886
713
  const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
887
714
  const width: PropTypes.Requireable<string>;
888
715
  const height: PropTypes.Requireable<string>;
889
716
  const textcolor: PropTypes.Requireable<string>;
717
+ const titleFontSize: PropTypes.Requireable<string>;
718
+ const FormattedValueFontSize: PropTypes.Requireable<string>;
890
719
  const isPercent: PropTypes.Requireable<boolean>;
891
720
  const hideTitleAndValue: PropTypes.Requireable<boolean>;
892
721
  const noDataText: PropTypes.Requireable<string>;
@@ -899,6 +728,10 @@ declare namespace TotalDoughnutChart {
899
728
  export { title_1 as title };
900
729
  const value_1: number;
901
730
  export { value_1 as value };
731
+ const rootFont_1: string;
732
+ export { rootFont_1 as rootFont };
733
+ const containerPadding_1: string;
734
+ export { containerPadding_1 as containerPadding };
902
735
  const addingBenchmark_1: boolean;
903
736
  export { addingBenchmark_1 as addingBenchmark };
904
737
  const dotCut_1: boolean;
@@ -907,8 +740,10 @@ declare namespace TotalDoughnutChart {
907
740
  export { currencySign_1 as currencySign };
908
741
  const currencyType_1: string;
909
742
  export { currencyType_1 as currencyType };
910
- const legendData_1: never[];
743
+ const legendData_1: any[];
911
744
  export { legendData_1 as legendData };
745
+ const legendBelow_1: boolean;
746
+ export { legendBelow_1 as legendBelow };
912
747
  const itemsPercentagesValueAside_1: boolean;
913
748
  export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
914
749
  const itemsBoldedValues_1: boolean;
@@ -921,6 +756,10 @@ declare namespace TotalDoughnutChart {
921
756
  export { height_1 as height };
922
757
  const textcolor_1: string;
923
758
  export { textcolor_1 as textcolor };
759
+ const titleFontSize_1: string;
760
+ export { titleFontSize_1 as titleFontSize };
761
+ const FormattedValueFontSize_1: string;
762
+ export { FormattedValueFontSize_1 as FormattedValueFontSize };
924
763
  const isPercent_1: boolean;
925
764
  export { isPercent_1 as isPercent };
926
765
  const hideTitleAndValue_1: boolean;
@@ -958,11 +797,11 @@ declare namespace TopToggleList {
958
797
  declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
959
798
  declare namespace MarketShareDescription {
960
799
  namespace propTypes {
961
- const marketShareData: PropTypes.Requireable<(PropTypes.InferProps<{
800
+ const marketShareData: PropTypes.Requireable<PropTypes.InferProps<{
962
801
  label: PropTypes.Requireable<string>;
963
802
  checked: PropTypes.Requireable<boolean>;
964
803
  disabled: PropTypes.Requireable<boolean>;
965
- }> | null | undefined)[]>;
804
+ }>[]>;
966
805
  const height: PropTypes.Requireable<string>;
967
806
  const width: PropTypes.Requireable<string>;
968
807
  const iconColor: PropTypes.Requireable<string>;
@@ -970,7 +809,7 @@ declare namespace MarketShareDescription {
970
809
  const dotCut: PropTypes.Requireable<boolean>;
971
810
  }
972
811
  namespace defaultProps {
973
- const marketShareData_1: never[];
812
+ const marketShareData_1: any[];
974
813
  export { marketShareData_1 as marketShareData };
975
814
  const width_1: string;
976
815
  export { width_1 as width };
@@ -989,11 +828,11 @@ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
989
828
  declare namespace Heatmap {
990
829
  namespace propTypes {
991
830
  const title: PropTypes.Validator<string>;
992
- const data: PropTypes.Validator<(PropTypes.InferProps<{
831
+ const data: PropTypes.Validator<PropTypes.InferProps<{
993
832
  value: PropTypes.Validator<number>;
994
833
  label: PropTypes.Validator<string>;
995
834
  color: PropTypes.Validator<string>;
996
- }> | null | undefined)[]>;
835
+ }>[]>;
997
836
  const lowLimit: PropTypes.Validator<number>;
998
837
  const barHeight: PropTypes.Validator<string>;
999
838
  }
@@ -1008,11 +847,11 @@ declare namespace TotalHorizontalCharts {
1008
847
  const dotCut: PropTypes.Requireable<boolean>;
1009
848
  const currencySign: PropTypes.Requireable<boolean>;
1010
849
  const currencyType: PropTypes.Requireable<string>;
1011
- const chartsData: PropTypes.Requireable<(PropTypes.InferProps<{
850
+ const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
1012
851
  name: PropTypes.Requireable<string>;
1013
852
  value: PropTypes.Requireable<number>;
1014
853
  color: PropTypes.Requireable<string>;
1015
- }> | null | undefined)[]>;
854
+ }>[]>;
1016
855
  const showScrollerBarsCount: PropTypes.Requireable<number>;
1017
856
  const showPercentAsideValue: PropTypes.Requireable<boolean>;
1018
857
  const labelFontSize: PropTypes.Requireable<number>;
@@ -1041,7 +880,7 @@ declare namespace TotalHorizontalCharts {
1041
880
  export { currencySign_1 as currencySign };
1042
881
  const currencyType_1: string;
1043
882
  export { currencyType_1 as currencyType };
1044
- const chartsData_1: never[];
883
+ const chartsData_1: any[];
1045
884
  export { chartsData_1 as chartsData };
1046
885
  const showScrollerBarsCount_1: number;
1047
886
  export { showScrollerBarsCount_1 as showScrollerBarsCount };
@@ -1123,6 +962,727 @@ declare namespace IconButton {
1123
962
 
1124
963
  declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
1125
964
 
1126
- declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
965
+ declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
966
+ declare namespace BarChart {
967
+ namespace propTypes {
968
+ const title: PropTypes.Requireable<string>;
969
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
970
+ title: PropTypes.Requireable<string>;
971
+ date: PropTypes.Requireable<string>;
972
+ value: PropTypes.Requireable<number>;
973
+ }>[]>;
974
+ const width: PropTypes.Requireable<string>;
975
+ const height: PropTypes.Requireable<string>;
976
+ const barSize: PropTypes.Requireable<number>;
977
+ const barFontSizeValue: PropTypes.Requireable<string>;
978
+ const barChartColor: PropTypes.Requireable<string>;
979
+ const showDollarSign: PropTypes.Requireable<boolean>;
980
+ const isDollar: PropTypes.Requireable<boolean>;
981
+ const showLegend: PropTypes.Requireable<boolean>;
982
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
983
+ title: PropTypes.Validator<string>;
984
+ iconType: PropTypes.Validator<string>;
985
+ iconColor: PropTypes.Validator<string>;
986
+ }>[]>;
987
+ const showReferenceLine: PropTypes.Requireable<boolean>;
988
+ const referenceLinePoint: PropTypes.Requireable<number>;
989
+ const referenceLineColor: PropTypes.Requireable<string>;
990
+ const referenceLineDashed: PropTypes.Requireable<string>;
991
+ const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
992
+ const currentBarColor: PropTypes.Requireable<string>;
993
+ const isPercent: PropTypes.Requireable<boolean>;
994
+ const noDataText: PropTypes.Requireable<string>;
995
+ }
996
+ namespace defaultProps {
997
+ const title_1: string;
998
+ export { title_1 as title };
999
+ const barChartData_1: {
1000
+ title: string;
1001
+ date: string;
1002
+ value: number;
1003
+ }[];
1004
+ export { barChartData_1 as barChartData };
1005
+ const width_1: string;
1006
+ export { width_1 as width };
1007
+ const height_1: string;
1008
+ export { height_1 as height };
1009
+ const barSize_1: number;
1010
+ export { barSize_1 as barSize };
1011
+ const barFontSizeValue_1: string;
1012
+ export { barFontSizeValue_1 as barFontSizeValue };
1013
+ const barChartColor_1: string;
1014
+ export { barChartColor_1 as barChartColor };
1015
+ const showDollarSign_1: boolean;
1016
+ export { showDollarSign_1 as showDollarSign };
1017
+ const isDollar_1: boolean;
1018
+ export { isDollar_1 as isDollar };
1019
+ const showLegend_1: boolean;
1020
+ export { showLegend_1 as showLegend };
1021
+ const legendData_1: {
1022
+ title: string;
1023
+ iconType: string;
1024
+ iconColor: string;
1025
+ }[];
1026
+ export { legendData_1 as legendData };
1027
+ const showReferenceLine_1: boolean;
1028
+ export { showReferenceLine_1 as showReferenceLine };
1029
+ const referenceLinePoint_1: number;
1030
+ export { referenceLinePoint_1 as referenceLinePoint };
1031
+ const referenceLineColor_1: string;
1032
+ export { referenceLineColor_1 as referenceLineColor };
1033
+ const referenceLineDashed_1: string;
1034
+ export { referenceLineDashed_1 as referenceLineDashed };
1035
+ const showCurrentCampaignStyle_1: boolean;
1036
+ export { showCurrentCampaignStyle_1 as showCurrentCampaignStyle };
1037
+ const currentBarColor_1: string;
1038
+ export { currentBarColor_1 as currentBarColor };
1039
+ const isPercent_1: boolean;
1040
+ export { isPercent_1 as isPercent };
1041
+ const noDataText_1: string;
1042
+ export { noDataText_1 as noDataText };
1043
+ }
1044
+ }
1045
+
1046
+ declare function DoubleBarSingleLine(props: any): react_jsx_runtime.JSX.Element;
1047
+
1048
+ declare function AreaChart(props: any): react_jsx_runtime.JSX.Element;
1049
+
1050
+ declare function BreakdownPanel(props: any): react_jsx_runtime.JSX.Element;
1051
+
1052
+ declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
1053
+ text?: string;
1054
+ type?: string;
1055
+ size?: string;
1056
+ height?: string;
1057
+ width?: string;
1058
+ disabled?: boolean;
1059
+ textColor?: string;
1060
+ onClick: any;
1061
+ leftIcon?: string;
1062
+ rightIcon?: string;
1063
+ }): react_jsx_runtime.JSX.Element;
1064
+
1065
+ declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
1066
+ data?: any[];
1067
+ title?: string;
1068
+ subtitle?: string;
1069
+ leftHeader?: string;
1070
+ rightHeader?: string;
1071
+ topHeader?: string;
1072
+ bottomHeader?: string;
1073
+ colorPalette?: string[];
1074
+ height?: string;
1075
+ width?: string;
1076
+ backgroundColor?: string;
1077
+ showAxis?: boolean;
1078
+ noDataText?: string;
1079
+ }): react_jsx_runtime.JSX.Element;
1080
+
1081
+ declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
1082
+
1083
+ declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
1084
+
1085
+ declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
1086
+
1087
+ declare function SingleBarLineCharts({ className, width, height, title, data, totalsData, showLegend, legendData, maxBarRange, showLineChart, lineRange, lineFontSizeValue, barFontSizeValue, barSize, barChartHeight, lineChartHeight, isLineChartCurrency, isLineChartBolded, setLineChartTooltip, isTopBarPercent, showSecondBar, showPeriod, currencySign, currencySignLine, noDataText, }: {
1088
+ className?: string;
1089
+ width?: string;
1090
+ height?: string;
1091
+ title?: string;
1092
+ data?: any[];
1093
+ totalsData?: any[];
1094
+ showLegend?: boolean;
1095
+ legendData?: any[];
1096
+ maxBarRange?: number;
1097
+ showLineChart?: boolean;
1098
+ lineRange?: number;
1099
+ lineFontSizeValue?: string;
1100
+ barFontSizeValue?: string;
1101
+ barSize?: number;
1102
+ barChartHeight?: number;
1103
+ lineChartHeight?: number;
1104
+ isLineChartCurrency?: boolean;
1105
+ isLineChartBolded?: boolean;
1106
+ setLineChartTooltip?: boolean;
1107
+ isTopBarPercent?: boolean;
1108
+ showSecondBar?: boolean;
1109
+ showPeriod?: boolean;
1110
+ currencySign?: string;
1111
+ currencySignLine?: string;
1112
+ noDataText?: string;
1113
+ }): react_jsx_runtime.JSX.Element;
1114
+
1115
+ declare function BarChartWithAreaChart(props: any): react_jsx_runtime.JSX.Element;
1116
+
1117
+ declare function BarChartTwoRows(props: any): react_jsx_runtime.JSX.Element;
1118
+
1119
+ declare function TwoBarCharts(props: any): react_jsx_runtime.JSX.Element;
1120
+ declare namespace TwoBarCharts {
1121
+ namespace propTypes {
1122
+ const title: PropTypes.Requireable<string>;
1123
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
1124
+ title: PropTypes.Requireable<string>;
1125
+ date: PropTypes.Requireable<string>;
1126
+ value: PropTypes.Requireable<number>;
1127
+ }>[]>;
1128
+ const width: PropTypes.Requireable<string>;
1129
+ const height: PropTypes.Requireable<string>;
1130
+ const barSize: PropTypes.Requireable<number>;
1131
+ const barFontSizeValue: PropTypes.Requireable<string>;
1132
+ const barChartColorFirst: PropTypes.Requireable<string>;
1133
+ const barChartColorSecond: PropTypes.Requireable<string>;
1134
+ const isDollar: PropTypes.Requireable<boolean>;
1135
+ const showLegend: PropTypes.Requireable<boolean>;
1136
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
1137
+ title: PropTypes.Validator<string>;
1138
+ iconType: PropTypes.Validator<string>;
1139
+ iconColor: PropTypes.Validator<string>;
1140
+ }>[]>;
1141
+ const showDollarSign: PropTypes.Requireable<boolean>;
1142
+ const showReferenceLine: PropTypes.Requireable<boolean>;
1143
+ const referenceLinePoint: PropTypes.Requireable<number>;
1144
+ const referenceLineColor: PropTypes.Requireable<string>;
1145
+ const referenceLineDashed: PropTypes.Requireable<string>;
1146
+ const showTooltip: PropTypes.Requireable<boolean>;
1147
+ }
1148
+ namespace defaultProps {
1149
+ const title_1: string;
1150
+ export { title_1 as title };
1151
+ const barChartData_1: {
1152
+ title: string;
1153
+ date: string;
1154
+ valueOne: number;
1155
+ valueTwo: number;
1156
+ }[];
1157
+ export { barChartData_1 as barChartData };
1158
+ const width_1: string;
1159
+ export { width_1 as width };
1160
+ const height_1: string;
1161
+ export { height_1 as height };
1162
+ const barSize_1: number;
1163
+ export { barSize_1 as barSize };
1164
+ const barFontSizeValue_1: string;
1165
+ export { barFontSizeValue_1 as barFontSizeValue };
1166
+ const barChartColorFirst_1: string;
1167
+ export { barChartColorFirst_1 as barChartColorFirst };
1168
+ const barChartColorSecond_1: string;
1169
+ export { barChartColorSecond_1 as barChartColorSecond };
1170
+ const isDollar_1: boolean;
1171
+ export { isDollar_1 as isDollar };
1172
+ const showDollarSign_1: boolean;
1173
+ export { showDollarSign_1 as showDollarSign };
1174
+ const showLegend_1: boolean;
1175
+ export { showLegend_1 as showLegend };
1176
+ const legendData_1: {
1177
+ title: string;
1178
+ iconType: string;
1179
+ iconColor: string;
1180
+ }[];
1181
+ export { legendData_1 as legendData };
1182
+ const showReferenceLine_1: boolean;
1183
+ export { showReferenceLine_1 as showReferenceLine };
1184
+ const referenceLinePoint_1: number;
1185
+ export { referenceLinePoint_1 as referenceLinePoint };
1186
+ const referenceLineColor_1: string;
1187
+ export { referenceLineColor_1 as referenceLineColor };
1188
+ const referenceLineDashed_1: string;
1189
+ export { referenceLineDashed_1 as referenceLineDashed };
1190
+ const showTooltip_1: boolean;
1191
+ export { showTooltip_1 as showTooltip };
1192
+ }
1193
+ }
1194
+
1195
+ declare function CollapseData(props: any): react_jsx_runtime.JSX.Element;
1196
+ declare namespace CollapseData {
1197
+ namespace propTypes {
1198
+ const title: PropTypes.Requireable<string>;
1199
+ const noDataText: PropTypes.Requireable<string>;
1200
+ const width: PropTypes.Requireable<string>;
1201
+ const height: PropTypes.Requireable<string>;
1202
+ const addPlusMark: PropTypes.Requireable<boolean>;
1203
+ const addArrowToTotal: PropTypes.Requireable<boolean>;
1204
+ const tableData: PropTypes.Requireable<PropTypes.InferProps<{
1205
+ key: PropTypes.Requireable<number>;
1206
+ icon: PropTypes.Requireable<string>;
1207
+ title: PropTypes.Requireable<string>;
1208
+ value: PropTypes.Requireable<number>;
1209
+ valueType: PropTypes.Requireable<string>;
1210
+ table: PropTypes.Requireable<PropTypes.InferProps<{
1211
+ title: PropTypes.Requireable<string>;
1212
+ value: PropTypes.Requireable<number>;
1213
+ }>[]>;
1214
+ }>[]>;
1215
+ }
1216
+ namespace defaultProps {
1217
+ const title_1: string;
1218
+ export { title_1 as title };
1219
+ const noDataText_1: string;
1220
+ export { noDataText_1 as noDataText };
1221
+ const width_1: string;
1222
+ export { width_1 as width };
1223
+ const height_1: string;
1224
+ export { height_1 as height };
1225
+ const tableData_1: any[];
1226
+ export { tableData_1 as tableData };
1227
+ const addPlusMark_1: boolean;
1228
+ export { addPlusMark_1 as addPlusMark };
1229
+ const addArrowToTotal_1: boolean;
1230
+ export { addArrowToTotal_1 as addArrowToTotal };
1231
+ }
1232
+ }
1233
+
1234
+ declare function InsightsCarousel({ className, children, onClose, title, icon, titleColor, iconColor, navColor, }: {
1235
+ className: any;
1236
+ children: any;
1237
+ onClose: any;
1238
+ title?: string;
1239
+ icon?: react_jsx_runtime.JSX.Element;
1240
+ titleColor?: string;
1241
+ iconColor?: string;
1242
+ navColor?: string;
1243
+ }): react_jsx_runtime.JSX.Element;
1244
+
1245
+ declare function DownloadProgress(props: any): react_jsx_runtime.JSX.Element;
1246
+ declare namespace DownloadProgress {
1247
+ namespace propTypes {
1248
+ const title: PropTypes.Requireable<string>;
1249
+ const succeededMessage: PropTypes.Requireable<string>;
1250
+ const failedMessage: PropTypes.Requireable<string>;
1251
+ const downloadStatus: PropTypes.Requireable<string>;
1252
+ const showShadow: PropTypes.Requireable<boolean>;
1253
+ const progressPercent: PropTypes.Requireable<number>;
1254
+ const refreshInterval: PropTypes.Requireable<number>;
1255
+ const progressBarColor: PropTypes.Requireable<string>;
1256
+ const onTryAgainClick: PropTypes.Requireable<(...args: any[]) => any>;
1257
+ const className: PropTypes.Requireable<string>;
1258
+ }
1259
+ namespace defaultProps {
1260
+ const title_1: string;
1261
+ export { title_1 as title };
1262
+ const succeededMessage_1: string;
1263
+ export { succeededMessage_1 as succeededMessage };
1264
+ const failedMessage_1: string;
1265
+ export { failedMessage_1 as failedMessage };
1266
+ const downloadStatus_1: string;
1267
+ export { downloadStatus_1 as downloadStatus };
1268
+ const showShadow_1: boolean;
1269
+ export { showShadow_1 as showShadow };
1270
+ const progressPercent_1: number;
1271
+ export { progressPercent_1 as progressPercent };
1272
+ const refreshInterval_1: number;
1273
+ export { refreshInterval_1 as refreshInterval };
1274
+ const progressBarColor_1: string;
1275
+ export { progressBarColor_1 as progressBarColor };
1276
+ export function onTryAgainClick_1(): void;
1277
+ export { onTryAgainClick_1 as onTryAgainClick };
1278
+ const className_1: string;
1279
+ export { className_1 as className };
1280
+ }
1281
+ }
1282
+
1283
+ declare function ModalWithOverlay(props: any): react_jsx_runtime.JSX.Element;
1284
+
1285
+ declare function DropdownNew(props: any): react_jsx_runtime.JSX.Element;
1286
+
1287
+ declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, allowedWeekRange, restrictToRange, }: {
1288
+ label: any;
1289
+ disabled: any;
1290
+ borderColor: any;
1291
+ borderColorFocus: any;
1292
+ textColor: any;
1293
+ hoverColor: any;
1294
+ required: any;
1295
+ placeholder: any;
1296
+ borderRadius: any;
1297
+ year: any;
1298
+ width: any;
1299
+ height: any;
1300
+ withMarginBottom?: boolean;
1301
+ onChange: any;
1302
+ selectedValue: any;
1303
+ allowedWeekRange?: any;
1304
+ restrictToRange?: boolean;
1305
+ }): react_jsx_runtime.JSX.Element;
1306
+
1307
+ declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, onChange, onClick, onBlur, required, disabled, isDarkerBackground, width, height, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, multiline, rows, maxLength, regex, onKeyDown, }: {
1308
+ label: any;
1309
+ labelEmptyValue: any;
1310
+ size: any;
1311
+ selectedValue: any;
1312
+ placeHolder: any;
1313
+ onChange: any;
1314
+ onClick: any;
1315
+ onBlur: any;
1316
+ required: any;
1317
+ disabled: any;
1318
+ isDarkerBackground?: boolean;
1319
+ width: any;
1320
+ height?: string;
1321
+ error: any;
1322
+ errorMessage: any;
1323
+ labelColor: any;
1324
+ leftIcon: any;
1325
+ rightIcon: any;
1326
+ password: any;
1327
+ leftIconOnClick: any;
1328
+ rightIconOnClick: any;
1329
+ multiline?: boolean;
1330
+ rows?: number;
1331
+ maxLength: any;
1332
+ regex: any;
1333
+ onKeyDown: any;
1334
+ }): react_jsx_runtime.JSX.Element;
1335
+ declare namespace Input {
1336
+ namespace propTypes {
1337
+ const placeHolder: PropTypes.Requireable<string>;
1338
+ const label: PropTypes.Requireable<string>;
1339
+ const labelEmptyValue: PropTypes.Requireable<string>;
1340
+ const size: PropTypes.Requireable<string>;
1341
+ const labelColor: PropTypes.Requireable<string>;
1342
+ const required: PropTypes.Requireable<boolean>;
1343
+ const width: PropTypes.Requireable<string>;
1344
+ const disabled: PropTypes.Requireable<boolean>;
1345
+ const error: PropTypes.Requireable<boolean>;
1346
+ const errorMessage: PropTypes.Requireable<string>;
1347
+ const selectedValue: PropTypes.Requireable<string>;
1348
+ const onChange: PropTypes.Validator<(...args: any[]) => any>;
1349
+ const onClick: PropTypes.Requireable<(...args: any[]) => any>;
1350
+ const leftIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
1351
+ const rightIconOnClick: PropTypes.Requireable<(...args: any[]) => any>;
1352
+ const onBlur: PropTypes.Requireable<(...args: any[]) => any>;
1353
+ const leftIcon: PropTypes.Requireable<string>;
1354
+ const rightIcon: PropTypes.Requireable<string>;
1355
+ const password: PropTypes.Requireable<boolean>;
1356
+ const multiline: PropTypes.Requireable<boolean>;
1357
+ const rows: PropTypes.Requireable<number>;
1358
+ const maxLength: PropTypes.Requireable<number>;
1359
+ const regex: PropTypes.Requireable<RegExp>;
1360
+ const onKeyDown: PropTypes.Requireable<(...args: any[]) => any>;
1361
+ }
1362
+ namespace defaultProps {
1363
+ const placeHolder_1: string;
1364
+ export { placeHolder_1 as placeHolder };
1365
+ const label_1: string;
1366
+ export { label_1 as label };
1367
+ const labelEmptyValue_1: string;
1368
+ export { labelEmptyValue_1 as labelEmptyValue };
1369
+ const size_1: string;
1370
+ export { size_1 as size };
1371
+ const labelColor_1: string;
1372
+ export { labelColor_1 as labelColor };
1373
+ const required_1: boolean;
1374
+ export { required_1 as required };
1375
+ const width_1: string;
1376
+ export { width_1 as width };
1377
+ const disabled_1: boolean;
1378
+ export { disabled_1 as disabled };
1379
+ const error_1: boolean;
1380
+ export { error_1 as error };
1381
+ const errorMessage_1: string;
1382
+ export { errorMessage_1 as errorMessage };
1383
+ const selectedValue_1: string;
1384
+ export { selectedValue_1 as selectedValue };
1385
+ const leftIcon_1: string;
1386
+ export { leftIcon_1 as leftIcon };
1387
+ const rightIcon_1: string;
1388
+ export { rightIcon_1 as rightIcon };
1389
+ export function leftIconOnClick_1(): void;
1390
+ export { leftIconOnClick_1 as leftIconOnClick };
1391
+ export function rightIconOnClick_1(): void;
1392
+ export { rightIconOnClick_1 as rightIconOnClick };
1393
+ export function onBlur_1(): void;
1394
+ export { onBlur_1 as onBlur };
1395
+ export function onClick_1(): void;
1396
+ export { onClick_1 as onClick };
1397
+ const password_1: boolean;
1398
+ export { password_1 as password };
1399
+ const multiline_1: boolean;
1400
+ export { multiline_1 as multiline };
1401
+ const rows_1: number;
1402
+ export { rows_1 as rows };
1403
+ const maxLength_1: any;
1404
+ export { maxLength_1 as maxLength };
1405
+ const regex_1: any;
1406
+ export { regex_1 as regex };
1407
+ export function onKeyDown_1(): void;
1408
+ export { onKeyDown_1 as onKeyDown };
1409
+ }
1410
+ }
1411
+
1412
+ declare function Tooltip(props: any): react_jsx_runtime.JSX.Element;
1413
+
1414
+ /**
1415
+ * ToggleSwitch component for on/off states.
1416
+ * Supports small/large sizes and disabled state.
1417
+ */
1418
+ declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
1419
+ [x: string]: any;
1420
+ checked: any;
1421
+ onChange: any;
1422
+ size?: string;
1423
+ disabled?: boolean;
1424
+ }): react_jsx_runtime.JSX.Element;
1425
+ declare namespace ToggleSwitch {
1426
+ namespace propTypes {
1427
+ const checked: PropTypes.Validator<boolean>;
1428
+ const onChange: PropTypes.Requireable<(...args: any[]) => any>;
1429
+ const size: PropTypes.Requireable<string>;
1430
+ const disabled: PropTypes.Requireable<boolean>;
1431
+ }
1432
+ }
1433
+
1434
+ declare function ContainerTable(props: any): react_jsx_runtime.JSX.Element;
1435
+
1436
+ declare function MenuRoute(props: any): react_jsx_runtime.JSX.Element;
1437
+
1438
+ declare function Build({ width, height, fill }: {
1439
+ width?: string;
1440
+ height?: string;
1441
+ fill?: string;
1442
+ }): react_jsx_runtime.JSX.Element;
1443
+
1444
+ declare function Track({ width, height, fill }: {
1445
+ width?: string;
1446
+ height?: string;
1447
+ fill?: string;
1448
+ }): react_jsx_runtime.JSX.Element;
1449
+
1450
+ declare function Execute({ width, height, fill }: {
1451
+ width?: string;
1452
+ height?: string;
1453
+ fill?: string;
1454
+ }): react_jsx_runtime.JSX.Element;
1455
+
1456
+ declare function Dashboard({ width, height, fill }: {
1457
+ width?: string;
1458
+ height?: string;
1459
+ fill?: string;
1460
+ }): react_jsx_runtime.JSX.Element;
1461
+
1462
+ declare function Campaigns({ width, height, fill }: {
1463
+ width?: string;
1464
+ height?: string;
1465
+ fill?: string;
1466
+ }): react_jsx_runtime.JSX.Element;
1467
+
1468
+ declare function Budgets({ width, height, fill }: {
1469
+ width?: string;
1470
+ height?: string;
1471
+ fill?: string;
1472
+ }): react_jsx_runtime.JSX.Element;
1473
+
1474
+ declare function SampleRunEngine({ width, height, fill }: {
1475
+ width?: string;
1476
+ height?: string;
1477
+ fill?: string;
1478
+ }): react_jsx_runtime.JSX.Element;
1479
+
1480
+ declare function Coupons({ width, height, fill }: {
1481
+ width?: string;
1482
+ height?: string;
1483
+ fill?: string;
1484
+ }): react_jsx_runtime.JSX.Element;
1485
+
1486
+ declare function RulesEngine({ width, height, fill }: {
1487
+ width?: string;
1488
+ height?: string;
1489
+ fill?: string;
1490
+ }): react_jsx_runtime.JSX.Element;
1491
+
1492
+ declare function AdvancedThresholds({ width, height, fill }: {
1493
+ width?: string;
1494
+ height?: string;
1495
+ fill?: string;
1496
+ }): react_jsx_runtime.JSX.Element;
1497
+
1498
+ declare function PreTestWhatIf({ width, height, fill }: {
1499
+ width?: string;
1500
+ height?: string;
1501
+ fill?: string;
1502
+ }): react_jsx_runtime.JSX.Element;
1503
+
1504
+ declare function CustomerSegments({ width, height, fill }: {
1505
+ width?: string;
1506
+ height?: string;
1507
+ fill?: string;
1508
+ }): react_jsx_runtime.JSX.Element;
1509
+
1510
+ declare function GroupBuilder({ width, height, fill }: {
1511
+ width?: string;
1512
+ height?: string;
1513
+ fill?: string;
1514
+ }): react_jsx_runtime.JSX.Element;
1515
+
1516
+ declare function ItemsStores({ width, height, fill }: {
1517
+ width?: string;
1518
+ height?: string;
1519
+ fill?: string;
1520
+ }): react_jsx_runtime.JSX.Element;
1521
+
1522
+ declare function Analytics({ width, height, fill }: {
1523
+ width?: string;
1524
+ height?: string;
1525
+ fill?: string;
1526
+ }): react_jsx_runtime.JSX.Element;
1527
+
1528
+ declare function Table(props: any): react_jsx_runtime.JSX.Element;
1529
+ declare namespace Table {
1530
+ const displayName: string;
1531
+ }
1532
+
1533
+ declare function FilterPop(props: any): react_jsx_runtime.JSX.Element;
1534
+
1535
+ declare function SortPop(props: any): react_jsx_runtime.JSX.Element;
1536
+
1537
+ declare function RangePop(props: any): react_jsx_runtime.JSX.Element;
1538
+
1539
+ declare function SearchInput(props: any): react_jsx_runtime.JSX.Element;
1540
+
1541
+ declare function ItemManagerPanel({ width, height, disableSection, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, trashTooltipText, maxVisibleVendors, componentText }: {
1542
+ width?: string;
1543
+ height?: string;
1544
+ disableSection?: boolean;
1545
+ onSendForms?: () => void;
1546
+ editMode?: boolean;
1547
+ disabledSendForms?: boolean;
1548
+ AllFormsSent?: boolean;
1549
+ itemAndPackage?: any[];
1550
+ setItemAndPackage: any;
1551
+ linkColor?: string;
1552
+ backgroundColor?: string;
1553
+ buttonTooltipText?: string;
1554
+ trashTooltipText?: string;
1555
+ maxVisibleVendors?: number;
1556
+ componentText?: string;
1557
+ }): react_jsx_runtime.JSX.Element;
1558
+
1559
+ /**
1560
+ * ModalDrawer component
1561
+ * @param {Object} props
1562
+ * @param {boolean} props.open - Whether the drawer is open
1563
+ * @param {function} props.onClose - Handler for closing the drawer
1564
+ * @param {React.ReactNode} props.children - Drawer content
1565
+ * @param {number} [props.widthPercent=70] - Width of the drawer as a percentage of the viewport width
1566
+ */
1567
+ declare function ModalDrawer({ open, height, onClose, children, widthPercent }: {
1568
+ open: boolean;
1569
+ onClose: Function;
1570
+ children: React.ReactNode;
1571
+ widthPercent?: number;
1572
+ }): react_jsx_runtime.JSX.Element;
1573
+
1574
+ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, ...props }: {
1575
+ [x: string]: any;
1576
+ data?: any[];
1577
+ value: any;
1578
+ onSelectClick: any;
1579
+ disabled?: boolean;
1580
+ isDarkerBackground?: boolean;
1581
+ required?: boolean;
1582
+ selectedColor?: string;
1583
+ hoverColor?: string;
1584
+ dropdownMaxHeight?: string;
1585
+ width?: string;
1586
+ height?: string;
1587
+ label: any;
1588
+ labelEmptyValue: any;
1589
+ showLabelOnTop: any;
1590
+ placeHolder: any;
1591
+ labelColor: any;
1592
+ placeHolderColor: any;
1593
+ margin?: string;
1594
+ }): react_jsx_runtime.JSX.Element;
1595
+
1596
+ declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, opacity, secondaryColor, seperateSectionBorder, children, tooltipContent, }: {
1597
+ isOpen?: boolean;
1598
+ isDisabled?: boolean;
1599
+ onClose?: () => void;
1600
+ onConfirm?: () => void;
1601
+ title?: string;
1602
+ primaryText?: string;
1603
+ secondaryText?: string;
1604
+ width?: string;
1605
+ height?: string;
1606
+ color?: string;
1607
+ hoverColor?: string;
1608
+ opacity?: number;
1609
+ secondaryColor?: string;
1610
+ seperateSectionBorder?: boolean;
1611
+ children: any;
1612
+ tooltipContent?: string;
1613
+ }): react_jsx_runtime.JSX.Element;
1614
+
1615
+ declare function ToasterMessageBox({ color, messageText, linkText, duration, width, icon, onLinkClick, onClose }: {
1616
+ color?: string;
1617
+ messageText?: string;
1618
+ linkText?: string;
1619
+ duration?: number;
1620
+ width?: string;
1621
+ icon?: string;
1622
+ onLinkClick?: () => void;
1623
+ onClose?: () => void;
1624
+ }): react_jsx_runtime.JSX.Element;
1625
+
1626
+ declare function QuickFilterCards({ data, onCardToggle, width, CardsContainerClassName, }: {
1627
+ data?: any[];
1628
+ onCardToggle?: () => void;
1629
+ width?: string;
1630
+ CardsContainerClassName?: string;
1631
+ }): react_jsx_runtime.JSX.Element;
1632
+
1633
+ declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, }: {
1634
+ label: any;
1635
+ onChange: any;
1636
+ borderRadius: any;
1637
+ required: any;
1638
+ width: any;
1639
+ height: any;
1640
+ placeholder: any;
1641
+ disabled: any;
1642
+ borderColor: any;
1643
+ borderColorFocus: any;
1644
+ textColor: any;
1645
+ selectedValue: any;
1646
+ }): react_jsx_runtime.JSX.Element;
1647
+ declare namespace RangePicker {
1648
+ namespace propTypes {
1649
+ const label: PropTypes.Validator<string>;
1650
+ const onChange: PropTypes.Validator<(...args: any[]) => any>;
1651
+ const borderRadius: PropTypes.Validator<string>;
1652
+ const required: PropTypes.Requireable<boolean>;
1653
+ const width: PropTypes.Requireable<string>;
1654
+ const height: PropTypes.Requireable<string>;
1655
+ const placeholder: PropTypes.Requireable<string>;
1656
+ const disabled: PropTypes.Requireable<boolean>;
1657
+ const borderColor: PropTypes.Requireable<string>;
1658
+ const borderColorFocus: PropTypes.Requireable<string>;
1659
+ const textColor: PropTypes.Requireable<string>;
1660
+ const selectedValue: PropTypes.Requireable<string>;
1661
+ }
1662
+ namespace defaultProps {
1663
+ const required_1: boolean;
1664
+ export { required_1 as required };
1665
+ const width_1: string;
1666
+ export { width_1 as width };
1667
+ const height_1: string;
1668
+ export { height_1 as height };
1669
+ const disabled_1: boolean;
1670
+ export { disabled_1 as disabled };
1671
+ const placeholder_1: string;
1672
+ export { placeholder_1 as placeholder };
1673
+ const borderColor_1: string;
1674
+ export { borderColor_1 as borderColor };
1675
+ const borderColorFocus_1: string;
1676
+ export { borderColorFocus_1 as borderColorFocus };
1677
+ const textColor_1: string;
1678
+ export { textColor_1 as textColor };
1679
+ const selectedValue_1: string;
1680
+ export { selectedValue_1 as selectedValue };
1681
+ }
1682
+ }
1683
+
1684
+ declare function Tag(props: any): react_jsx_runtime.JSX.Element;
1685
+
1686
+ declare function CheckBox(props: any): react_jsx_runtime.JSX.Element;
1127
1687
 
1128
- export { BannerEventBoxList, BarChart, BarChartsByWeeks, Button, CollapseHeader, DialogOverlay, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
1688
+ export { AdvancedThresholds, Analytics, AreaChart, BannerEventBoxList, BarChart, BarChartTwoRows, BarChartWithAreaChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Budgets, Build, Button, Campaigns, CheckBox, CollapseData, CollapseHeader, ContainerTable, Coupons, CustomerSegments, Dashboard, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, DownloadProgress, DropdownNew, EventDetailsCard, EventList, Execute, FilterPanel, FilterPop, GroupBuilder, Heatmap, IconButton, Input, InsightsCarousel, ItemManagerPanel, ItemsStores, LinkButton, LinnerDataBox, MarketShareDescription, MenuRoute, MessageBox, ModalDrawer, ModalWithOverlay, OneColumnContainer, OverlayDropdown, PerformanceAnalyticsLegend, PieChart, PopupCharts, PreTestWhatIf, QuickFilter, QuickFilterCards, RangePicker, RangePop, ReportTable, RulesEngine, SampleRunEngine, SearchInput, SingleBarLineCharts, SortPop, TabMenu, Table, Tag, ToasterMessageBox, ToggleSwitch, Tooltip, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts, Track, TwoBarCharts, WeeksPicker };