sag_components 2.0.0-beta24 → 2.0.0-beta241

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 (497) hide show
  1. package/dist/index.d.ts +1028 -580
  2. package/dist/index.esm.js +40645 -12777
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +40698 -12777
  5. package/dist/index.js.map +1 -1
  6. package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
  7. package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
  8. package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
  9. package/dist/types/components/AttachedFile/AttachedFile.d.ts +6 -7
  10. package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +95 -0
  11. package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -4
  12. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +1 -38
  13. package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +40 -0
  14. package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -13
  15. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +1 -70
  16. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +28 -0
  17. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -12
  18. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +3 -4
  19. package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +19 -0
  20. package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -8
  21. package/dist/types/components/BarChart/BarChart.d.ts +72 -1
  22. package/dist/types/components/BarChart/BarChart.stories.d.ts +179 -0
  23. package/dist/types/components/BarChart/BarChart.style.d.ts +8 -8
  24. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +1 -81
  25. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +199 -0
  26. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +9 -31
  27. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +1 -65
  28. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +112 -0
  29. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -9
  30. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +31 -39
  31. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +207 -0
  32. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -11
  33. package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
  34. package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
  35. package/dist/types/components/Benchmark/Benchmark.d.ts +13 -14
  36. package/dist/types/components/Benchmark/Benchmark.stories.d.ts +167 -0
  37. package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -5
  38. package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
  39. package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
  40. package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
  41. package/dist/types/components/BreakdownPanel/BreakdownPanel.test.d.ts +1 -0
  42. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
  43. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
  44. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
  45. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
  46. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
  47. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
  48. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
  49. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
  50. package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
  51. package/dist/types/components/BrushChart/BrushChart.stories.d.ts +150 -0
  52. package/dist/types/components/BrushChart/BrushChart.style.d.ts +45 -0
  53. package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
  54. package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
  55. package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
  56. package/dist/types/components/BubbleChart/BubbleChart.d.ts +16 -0
  57. package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +101 -0
  58. package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
  59. package/dist/types/components/Button/Button.d.ts +1 -21
  60. package/dist/types/components/Button/Button.stories.d.ts +245 -0
  61. package/dist/types/components/Button/Button.style.d.ts +5 -5
  62. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +5 -12
  63. package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -5
  64. package/dist/types/components/CampaignTool/Card.d.ts +7 -13
  65. package/dist/types/components/CampaignTool/Card.style.d.ts +8 -8
  66. package/dist/types/components/CampaignTool/FormInput.d.ts +1 -1
  67. package/dist/types/components/CampaignTool/FormSelect.d.ts +1 -1
  68. package/dist/types/components/CampaignTool/MultipleCard.d.ts +3 -4
  69. package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -1
  70. package/dist/types/components/CampaignTool/PageFilterBar.d.ts +2 -3
  71. package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -2
  72. package/dist/types/components/CampaignTool/Popup.d.ts +7 -8
  73. package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -14
  74. package/dist/types/components/CampaignTool/PopupContent.d.ts +7 -12
  75. package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -7
  76. package/dist/types/components/CampaignTool/Table.d.ts +14 -19
  77. package/dist/types/components/CampaignTool/Table.style.d.ts +7 -7
  78. package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
  79. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +126 -0
  80. package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -4
  81. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +15 -15
  82. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +187 -0
  83. package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -4
  84. package/dist/types/components/CodeEditor/CodeEditor.d.ts +1 -1
  85. package/dist/types/components/CollapseData/CollapseData.d.ts +13 -18
  86. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +59 -0
  87. package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -11
  88. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +16 -31
  89. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +101 -0
  90. package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -25
  91. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +6 -7
  92. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +54 -0
  93. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -7
  94. package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
  95. package/dist/types/components/ContainerTable/ContainerTable.stories.d.ts +61 -0
  96. package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
  97. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +6 -7
  98. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +31 -0
  99. package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -6
  100. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
  101. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts +265 -0
  102. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
  103. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +1 -1
  104. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +72 -0
  105. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -9
  106. package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +11 -12
  107. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +99 -0
  108. package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -4
  109. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +4 -62
  110. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -12
  111. package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
  112. package/dist/types/components/DropdownNew/DropdownNew.stories.d.ts +303 -0
  113. package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -1
  114. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +5 -59
  115. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -10
  116. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +13 -14
  117. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +122 -0
  118. package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -6
  119. package/dist/types/components/EventList/EventList.d.ts +8 -12
  120. package/dist/types/components/EventList/EventList.stories.d.ts +67 -0
  121. package/dist/types/components/EventList/EventList.style.d.ts +4 -4
  122. package/dist/types/components/EventListItem/EventListItem.d.ts +7 -8
  123. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +67 -0
  124. package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -4
  125. package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
  126. package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
  127. package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
  128. package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
  129. package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
  130. package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
  131. package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
  132. package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
  133. package/dist/types/components/FilterContainer/FilterContainer.d.ts +1 -2
  134. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +9 -0
  135. package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -3
  136. package/dist/types/components/FilterPanel/FilterPanel.d.ts +20 -47
  137. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +173 -0
  138. package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -11
  139. package/dist/types/components/FormattedValue/FormattedValue.d.ts +13 -14
  140. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +131 -0
  141. package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -7
  142. package/dist/types/components/Heatmap/Heatmap.d.ts +5 -10
  143. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +59 -0
  144. package/dist/types/components/Heatmap/Heatmap.style.d.ts +13 -15
  145. package/dist/types/components/IconButton/IconButton.d.ts +14 -15
  146. package/dist/types/components/IconButton/IconButton.stories.d.ts +89 -0
  147. package/dist/types/components/IconButton/IconButton.style.d.ts +4 -4
  148. package/dist/types/components/Input/Input.d.ts +47 -21
  149. package/dist/types/components/Input/Input.stories.d.ts +389 -0
  150. package/dist/types/components/Input/Input.style.d.ts +8 -7
  151. package/dist/types/components/InputOld/InputOld.d.ts +17 -18
  152. package/dist/types/components/InputOld/InputOld.stories.d.ts +109 -0
  153. package/dist/types/components/InputOld/InputOld.style.d.ts +6 -6
  154. package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
  155. package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
  156. package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
  157. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
  158. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
  159. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +19 -0
  160. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +140 -0
  161. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +25 -0
  162. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
  163. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +17 -0
  164. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +10 -0
  165. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +14 -0
  166. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
  167. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +17 -0
  168. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +9 -0
  169. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +14 -0
  170. package/dist/types/components/KpiFilter/KpiFilter.d.ts +18 -23
  171. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +174 -0
  172. package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -16
  173. package/dist/types/components/LinkButton/LinkButton.d.ts +10 -10
  174. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +110 -0
  175. package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -4
  176. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +1 -34
  177. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
  178. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +39 -0
  179. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +12 -12
  180. package/dist/types/components/ListBox/ListBox.d.ts +10 -10
  181. package/dist/types/components/ListBox/ListBox.stories.d.ts +134 -0
  182. package/dist/types/components/ListBox/ListBox.style.d.ts +4 -4
  183. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +8 -13
  184. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +70 -0
  185. package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -16
  186. package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
  187. package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
  188. package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
  189. package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
  190. package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
  191. package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
  192. package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
  193. package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
  194. package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
  195. package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
  196. package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
  197. package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
  198. package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
  199. package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
  200. package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
  201. package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
  202. package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +168 -0
  203. package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
  204. package/dist/types/components/MessageBox/MessageBox.d.ts +19 -0
  205. package/dist/types/components/MessageBox/MessageBox.stories.d.ts +127 -0
  206. package/dist/types/components/MessageBox/MessageBox.styles.d.ts +8 -0
  207. package/dist/types/components/Modal/Modal.d.ts +1 -1
  208. package/dist/types/components/Modal/Modal.style.d.ts +4 -4
  209. package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +1 -1
  210. package/dist/types/components/Modal/ModalTotalCost.d.ts +1 -1
  211. package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +14 -0
  212. package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
  213. package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
  214. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
  215. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +142 -0
  216. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +8 -0
  217. package/dist/types/components/MonthPicker/MonthPicker.d.ts +16 -16
  218. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +148 -0
  219. package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -8
  220. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +3 -2
  221. package/dist/types/components/MonthPicker/MonthPopupPicker.style.d.ts +7 -0
  222. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +1 -11
  223. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +39 -0
  224. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -3
  225. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +79 -1
  226. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +396 -0
  227. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +12 -10
  228. package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +24 -0
  229. package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +346 -0
  230. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +10 -0
  231. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +21 -0
  232. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
  233. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +24 -42
  234. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +175 -0
  235. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -14
  236. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +1 -28
  237. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +43 -0
  238. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -6
  239. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +16 -37
  240. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +153 -0
  241. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -13
  242. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +5 -14
  243. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +42 -0
  244. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -10
  245. package/dist/types/components/PieChart/PieChart.d.ts +22 -26
  246. package/dist/types/components/PieChart/PieChart.stories.d.ts +201 -0
  247. package/dist/types/components/PieChart/PieChart.style.d.ts +18 -18
  248. package/dist/types/components/PopupCharts/PopupCharts.d.ts +9 -20
  249. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +89 -0
  250. package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -12
  251. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +7 -12
  252. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +48 -0
  253. package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -10
  254. package/dist/types/components/ProgressBar/ProgressBar.d.ts +6 -7
  255. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +65 -0
  256. package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -2
  257. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +16 -16
  258. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +148 -0
  259. package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -8
  260. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +3 -2
  261. package/dist/types/components/QuarterPicker/QuarterPopupPicker.style.d.ts +6 -0
  262. package/dist/types/components/QuickFilter/QuickFilter.d.ts +18 -68
  263. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +270 -0
  264. package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -1
  265. package/dist/types/components/QuickFilterCards/QuickFilterCards.d.ts +7 -0
  266. package/dist/types/components/QuickFilterCards/QuickFilterCards.stories.d.ts +49 -0
  267. package/dist/types/components/QuickFilterCards/QuickFilterCards.style.d.ts +8 -0
  268. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +26 -25
  269. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +17 -12
  270. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +15 -22
  271. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -11
  272. package/dist/types/components/RangePicker/RangeDatePicker.d.ts +1 -1
  273. package/dist/types/components/RangePicker/RangePicker.d.ts +13 -14
  274. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +148 -0
  275. package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -8
  276. package/dist/types/components/ReportTable/ReportTable.d.ts +17 -26
  277. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +139 -0
  278. package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -14
  279. package/dist/types/components/SagButton/SagButton.d.ts +13 -14
  280. package/dist/types/components/SagButton/SagButton.stories.d.ts +142 -0
  281. package/dist/types/components/SagButton/SagButton.style.d.ts +3 -3
  282. package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +15 -16
  283. package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +129 -0
  284. package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -0
  285. package/dist/types/components/SagInput/SagInput.d.ts +10 -11
  286. package/dist/types/components/SagInput/SagInput.stories.d.ts +71 -0
  287. package/dist/types/components/SagInput/SagInput.style.d.ts +3 -3
  288. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +14 -20
  289. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +139 -0
  290. package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -9
  291. package/dist/types/components/SearchInput/SearchInput.d.ts +1 -23
  292. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +93 -0
  293. package/dist/types/components/SearchInput/SearchInput.style.d.ts +3 -2
  294. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +16 -16
  295. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +168 -0
  296. package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -6
  297. package/dist/types/components/Select/Select.d.ts +1 -1
  298. package/dist/types/components/Select/Select.stories.d.ts +252 -0
  299. package/dist/types/components/Select/Select.style.d.ts +6 -6
  300. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +26 -26
  301. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +226 -0
  302. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +13 -61
  303. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  304. package/dist/types/components/TabMenu/TabMenu.d.ts +1 -89
  305. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +171 -0
  306. package/dist/types/components/TabMenu/TabMenu.style.d.ts +11 -58
  307. package/dist/types/components/Table/DropMenus/Dropdown.d.ts +33 -0
  308. package/dist/types/components/Table/DropMenus/Dropdown.styles.d.ts +5 -0
  309. package/dist/types/components/Table/DropMenus/FieldPop.d.ts +2 -0
  310. package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
  311. package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
  312. package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +8 -0
  313. package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
  314. package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +11 -0
  315. package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
  316. package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
  317. package/dist/types/components/Table/FilterIcon.d.ts +6 -0
  318. package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
  319. package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
  320. package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +5 -0
  321. package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
  322. package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
  323. package/dist/types/components/Table/NoEvents.d.ts +5 -0
  324. package/dist/types/components/Table/NoSearchUpcIcon.d.ts +5 -0
  325. package/dist/types/components/Table/NoUpcIcon.d.ts +5 -0
  326. package/dist/types/components/Table/NothingToTrack.d.ts +5 -0
  327. package/dist/types/components/Table/SortIcon.d.ts +6 -0
  328. package/dist/types/components/Table/Table.d.ts +5 -0
  329. package/dist/types/components/Table/Table.stories.d.ts +787 -0
  330. package/dist/types/components/Table/Table.style.d.ts +20 -0
  331. package/dist/types/components/Table/TableBody.d.ts +2 -0
  332. package/dist/types/components/Table/TableBody.styles.d.ts +35 -0
  333. package/dist/types/components/Table/TableHeader.d.ts +12 -0
  334. package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
  335. package/dist/types/components/Table/data.d.ts +445 -0
  336. package/dist/types/components/Table/hook.d.ts +16 -0
  337. package/dist/types/components/Tag/Tag.d.ts +2 -0
  338. package/dist/types/components/Tag/Tag.stories.d.ts +112 -0
  339. package/dist/types/components/Tag/Tag.style.d.ts +1 -0
  340. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.d.ts +2 -0
  341. package/dist/types/components/TextEllipsisTooltip/TextEllipsisTooltip.style.d.ts +4 -0
  342. package/dist/types/components/TitleDescription/TitleDescription.d.ts +12 -15
  343. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +90 -0
  344. package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -26
  345. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +11 -0
  346. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +67 -0
  347. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -0
  348. package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +20 -0
  349. package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
  350. package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
  351. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -23
  352. package/dist/types/components/Tooltip/Tooltip.stories.d.ts +83 -0
  353. package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -3
  354. package/dist/types/components/TopToggleList/TopToggleList.d.ts +5 -6
  355. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +25 -0
  356. package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -5
  357. package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +8 -14
  358. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +101 -0
  359. package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -9
  360. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +25 -30
  361. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +240 -0
  362. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -20
  363. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +15 -22
  364. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +145 -0
  365. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -14
  366. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +14 -19
  367. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +155 -0
  368. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -10
  369. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +35 -24
  370. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +241 -0
  371. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -19
  372. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +23 -28
  373. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +214 -0
  374. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -6
  375. package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +6 -7
  376. package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -3
  377. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +20 -26
  378. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +172 -0
  379. package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -8
  380. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +36 -0
  381. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
  382. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +21 -0
  383. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +118 -0
  384. package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
  385. package/dist/types/icons/ArrowDownIcon.d.ts +3 -3
  386. package/dist/types/icons/ArrowDropDownIcon.d.ts +3 -3
  387. package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
  388. package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
  389. package/dist/types/icons/ArrowSelectIcon.d.ts +4 -4
  390. package/dist/types/icons/ArrowUpIcon.d.ts +3 -3
  391. package/dist/types/icons/AttachedIcon.d.ts +4 -4
  392. package/dist/types/icons/BarcodeIcon.d.ts +6 -0
  393. package/dist/types/icons/BellIcon.d.ts +5 -5
  394. package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
  395. package/dist/types/icons/Calendar.d.ts +1 -1
  396. package/dist/types/icons/CalendarIcon.d.ts +3 -3
  397. package/dist/types/icons/CalendarInOpen.d.ts +5 -1
  398. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +4 -4
  399. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +4 -4
  400. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +4 -4
  401. package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
  402. package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
  403. package/dist/types/icons/ChevronIcon.d.ts +7 -0
  404. package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
  405. package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
  406. package/dist/types/icons/ClockIcon.d.ts +3 -3
  407. package/dist/types/icons/CloseIcon.d.ts +4 -4
  408. package/dist/types/icons/CloseXIcon.d.ts +5 -5
  409. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +4 -4
  410. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +4 -4
  411. package/dist/types/icons/CommentIcon.d.ts +7 -0
  412. package/dist/types/icons/DocumentIcon.d.ts +5 -5
  413. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  414. package/dist/types/icons/DownloadIcon.d.ts +5 -5
  415. package/dist/types/icons/Duplicate.d.ts +7 -0
  416. package/dist/types/icons/ErrorIcon.d.ts +4 -4
  417. package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
  418. package/dist/types/icons/ExitIcon.d.ts +6 -6
  419. package/dist/types/icons/ExportIcon.d.ts +5 -6
  420. package/dist/types/icons/EyeIcon.d.ts +6 -6
  421. package/dist/types/icons/FileIcon.d.ts +4 -4
  422. package/dist/types/icons/FilterIcon.d.ts +5 -5
  423. package/dist/types/icons/FlyIcon.d.ts +5 -6
  424. package/dist/types/icons/FolderIcon.d.ts +6 -0
  425. package/dist/types/icons/FoodLionChartIcon.d.ts +1 -1
  426. package/dist/types/icons/FoodLionIcon.d.ts +5 -5
  427. package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
  428. package/dist/types/icons/GiantFoodChartIcon.d.ts +1 -1
  429. package/dist/types/icons/GiantFoodIcon.d.ts +6 -6
  430. package/dist/types/icons/GiantFoodIcon_new.d.ts +6 -6
  431. package/dist/types/icons/HannafordChartIcon.d.ts +1 -1
  432. package/dist/types/icons/HannafordIcon.d.ts +5 -5
  433. package/dist/types/icons/HannafordIcon_new.d.ts +6 -5
  434. package/dist/types/icons/HannafordNewIcon.d.ts +5 -0
  435. package/dist/types/icons/HeroIcon.d.ts +6 -0
  436. package/dist/types/icons/InfoIcon.d.ts +6 -6
  437. package/dist/types/icons/LampIcon.d.ts +4 -4
  438. package/dist/types/icons/LegendLineIcon.d.ts +4 -4
  439. package/dist/types/icons/LegendUnionIcon.d.ts +4 -4
  440. package/dist/types/icons/MaintenanceIcon.d.ts +6 -6
  441. package/dist/types/icons/MenuItemClosedIcon.d.ts +4 -4
  442. package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
  443. package/dist/types/icons/MenuItemRightIcon.d.ts +4 -4
  444. package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
  445. package/dist/types/icons/NoDataFoundIcon.d.ts +5 -6
  446. package/dist/types/icons/OkCircleIcon.d.ts +6 -0
  447. package/dist/types/icons/OkIcon.d.ts +6 -0
  448. package/dist/types/icons/OptionsIcon.d.ts +5 -5
  449. package/dist/types/icons/PackageSendIcon.d.ts +2 -0
  450. package/dist/types/icons/PenIcon.d.ts +6 -0
  451. package/dist/types/icons/PencilIcon.d.ts +6 -0
  452. package/dist/types/icons/PeopleIcon.d.ts +6 -0
  453. package/dist/types/icons/Plus.d.ts +6 -0
  454. package/dist/types/icons/PlusIcon.d.ts +6 -0
  455. package/dist/types/icons/RedDot.d.ts +5 -0
  456. package/dist/types/icons/ReselectIcon.d.ts +5 -5
  457. package/dist/types/icons/SearchIcon.d.ts +4 -4
  458. package/dist/types/icons/ShoppingCartIcon.d.ts +3 -3
  459. package/dist/types/icons/ShoutIcon.d.ts +4 -4
  460. package/dist/types/icons/Sort.d.ts +1 -0
  461. package/dist/types/icons/SortIcon.d.ts +6 -6
  462. package/dist/types/icons/SpotlightProductIcon.d.ts +4 -4
  463. package/dist/types/icons/StopAndShopChartIcon.d.ts +1 -1
  464. package/dist/types/icons/StopAndShopIcon.d.ts +6 -6
  465. package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
  466. package/dist/types/icons/SucceededIcon.d.ts +4 -4
  467. package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +1 -1
  468. package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
  469. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +5 -5
  470. package/dist/types/icons/TrashIcon.d.ts +7 -0
  471. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  472. package/dist/types/icons/UploadIcon.d.ts +7 -0
  473. package/dist/types/icons/UploadIconV2.d.ts +6 -0
  474. package/dist/types/icons/VIcon.d.ts +6 -0
  475. package/dist/types/icons/index.d.ts +24 -0
  476. package/dist/types/index.d.ts +52 -0
  477. package/dist/types/utils/CommonFunctions.d.ts +6 -1
  478. package/dist/types/utils/ComponentFactory.d.ts +4 -0
  479. package/dist/types/utils/IconsHandler.d.ts +1 -1
  480. package/dist/types/utils/IconsHandler.style.d.ts +1 -1
  481. package/dist/types/utils/UtilsComponents/CustomTooltip.d.ts +6 -0
  482. package/dist/types/utils/UtilsComponents/TitleWithCustomTooltip.d.ts +7 -0
  483. package/dist/types/utils/UtilsComponents/useTextOverflow.d.ts +7 -0
  484. package/package.json +38 -42
  485. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
  486. package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
  487. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  488. package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
  489. package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
  490. package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
  491. package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
  492. package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
  493. package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
  494. package/dist/types/components/QuickFilterDropdownSingle/SagIconButton/SagIconButton.style.d.ts +0 -2
  495. package/dist/types/components/TextField/TextField.d.ts +0 -6
  496. package/dist/types/components/TextField/TextField.style.d.ts +0 -1
  497. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
package/dist/index.d.ts CHANGED
@@ -1,52 +1,26 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import PropTypes from 'prop-types';
3
-
4
- declare function Button({ text, type, size, height, width, disabled, textColor, backgroundColor, borderColor, hoverTextColor, hoverBackgroundColor, hoverBorderColor, disabledTextColor, disabledBackgroundColor, disabledBorderColor, onClick, leftIcon, rightIcon, isSubmitButton, }: {
5
- text?: string | undefined;
6
- type?: string | undefined;
7
- size?: string | undefined;
8
- height?: string | undefined;
9
- width?: string | undefined;
10
- disabled?: boolean | undefined;
11
- textColor?: string | undefined;
12
- backgroundColor?: string | undefined;
13
- borderColor?: string | undefined;
14
- hoverTextColor?: string | undefined;
15
- hoverBackgroundColor?: string | undefined;
16
- hoverBorderColor?: string | undefined;
17
- disabledTextColor?: string | undefined;
18
- disabledBackgroundColor?: string | undefined;
19
- disabledBorderColor?: string | undefined;
20
- onClick: any;
21
- leftIcon?: string | undefined;
22
- rightIcon?: string | undefined;
23
- isSubmitButton?: boolean | undefined;
24
- }): react_jsx_runtime.JSX.Element;
1
+ declare function Button(props: any): any;
25
2
 
26
- declare function PieChart(props: any): react_jsx_runtime.JSX.Element;
3
+ declare function PieChart(props: any): any;
27
4
  declare namespace PieChart {
28
5
  namespace propTypes {
29
- const className: PropTypes.Requireable<string>;
30
- const width: PropTypes.Requireable<string>;
31
- const height: PropTypes.Requireable<string>;
32
- const textcolor: PropTypes.Requireable<string>;
33
- const title: PropTypes.Requireable<string>;
34
- const value: PropTypes.Requireable<number>;
35
- const currencySign: PropTypes.Requireable<boolean>;
36
- const currencyType: PropTypes.Requireable<string>;
37
- const dotCut: PropTypes.Requireable<boolean>;
38
- const isPercent: PropTypes.Requireable<boolean>;
39
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
40
- name: PropTypes.Requireable<string>;
41
- description: PropTypes.Requireable<string>;
42
- }> | null | undefined)[]>;
43
- const itemsBoldedValues: PropTypes.Requireable<boolean>;
44
- const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
45
- const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
46
- const hideTitleAndValue: PropTypes.Requireable<boolean>;
47
- const addingBenchmark: PropTypes.Requireable<boolean>;
48
- const textAfterValue: PropTypes.Requireable<string>;
49
- const noDataText: PropTypes.Requireable<string>;
6
+ const className: any;
7
+ const width: any;
8
+ const height: any;
9
+ const textcolor: any;
10
+ const title: any;
11
+ const value: any;
12
+ const currencySign: any;
13
+ const currencyType: any;
14
+ const dotCut: any;
15
+ const isPercent: any;
16
+ const legendData: any;
17
+ const itemsBoldedValues: any;
18
+ const itemsPercentagesValueAside: any;
19
+ const itemsValuesSeparateLine: any;
20
+ const hideTitleAndValue: any;
21
+ const addingBenchmark: any;
22
+ const textAfterValue: any;
23
+ const noDataText: any;
50
24
  }
51
25
  namespace defaultProps {
52
26
  const className_1: string;
@@ -69,7 +43,7 @@ declare namespace PieChart {
69
43
  export { dotCut_1 as dotCut };
70
44
  const isPercent_1: boolean;
71
45
  export { isPercent_1 as isPercent };
72
- const legendData_1: never[];
46
+ const legendData_1: any[];
73
47
  export { legendData_1 as legendData };
74
48
  const itemsBoldedValues_1: boolean;
75
49
  export { itemsBoldedValues_1 as itemsBoldedValues };
@@ -88,21 +62,21 @@ declare namespace PieChart {
88
62
  }
89
63
  }
90
64
 
91
- declare function EventDetailsCard(props: any): react_jsx_runtime.JSX.Element;
65
+ declare function EventDetailsCard(props: any): any;
92
66
  declare namespace EventDetailsCard {
93
67
  namespace propTypes {
94
- const title: PropTypes.Requireable<string>;
95
- const width: PropTypes.Requireable<string>;
96
- const height: PropTypes.Requireable<string>;
97
- const className: PropTypes.Requireable<string>;
98
- const displayBannersDropdown: PropTypes.Requireable<boolean>;
99
- const banners: PropTypes.Requireable<(string | null | undefined)[]>;
100
- const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
101
- const count: PropTypes.Requireable<number>;
102
- const buttonText: PropTypes.Requireable<string>;
103
- const onViewButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
104
- const onBannersDropdownClick: PropTypes.Requireable<(...args: any[]) => any>;
105
- const disableViewDetailsButton: PropTypes.Requireable<boolean>;
68
+ const title: any;
69
+ const width: any;
70
+ const height: any;
71
+ const className: any;
72
+ const displayBannersDropdown: any;
73
+ const banners: any;
74
+ const data: any;
75
+ const count: any;
76
+ const buttonText: any;
77
+ const onViewButtonClick: any;
78
+ const onBannersDropdownClick: any;
79
+ const disableViewDetailsButton: any;
106
80
  }
107
81
  namespace defaultProps {
108
82
  const title_1: string;
@@ -135,176 +109,31 @@ declare namespace EventDetailsCard {
135
109
  }
136
110
  }
137
111
 
138
- declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
139
- declare namespace LinnerDataBox {
140
- namespace propTypes {
141
- const className: PropTypes.Requireable<string>;
142
- const width: PropTypes.Requireable<string>;
143
- const height: PropTypes.Requireable<string>;
144
- const data: PropTypes.Requireable<(PropTypes.InferProps<{
145
- title: PropTypes.Requireable<string>;
146
- value: PropTypes.Requireable<number>;
147
- sign: PropTypes.Requireable<string>;
148
- extraInfo: PropTypes.Requireable<(PropTypes.InferProps<{
149
- title: PropTypes.Requireable<string>;
150
- value: PropTypes.Requireable<number>;
151
- }> | null | undefined)[]>;
152
- }> | null | undefined)[]>;
153
- const backgroundColor: PropTypes.Requireable<string>;
154
- const customDataFormat: PropTypes.Requireable<boolean>;
155
- }
156
- namespace defaultProps {
157
- const className_1: string;
158
- export { className_1 as className };
159
- const width_1: string;
160
- export { width_1 as width };
161
- const height_1: string;
162
- export { height_1 as height };
163
- const data_1: never[];
164
- export { data_1 as data };
165
- const backgroundColor_1: string;
166
- export { backgroundColor_1 as backgroundColor };
167
- const customDataFormat_1: boolean;
168
- export { customDataFormat_1 as customDataFormat };
169
- }
170
- }
112
+ declare function LinnerDataBox(props: any): any;
171
113
 
172
- declare function TabMenu(props: any): react_jsx_runtime.JSX.Element;
173
- declare namespace TabMenu {
174
- namespace propTypes {
175
- const activeColor: PropTypes.Requireable<string>;
176
- const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
177
- const className: PropTypes.Requireable<string>;
178
- const color: PropTypes.Requireable<string>;
179
- const currentTab: PropTypes.Requireable<number>;
180
- const headlineInsteadTabs: PropTypes.Requireable<boolean>;
181
- const headlineText: PropTypes.Requireable<string>;
182
- const inputWidth: PropTypes.Requireable<string>;
183
- const onFilterButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
184
- const onSearchFieldTyping: PropTypes.Requireable<(...args: any[]) => any>;
185
- const onTabChange: PropTypes.Requireable<(...args: any[]) => any>;
186
- const panelIsOpen: PropTypes.Requireable<boolean>;
187
- const setBackground: PropTypes.Requireable<boolean>;
188
- const showActions: PropTypes.Requireable<boolean>;
189
- const showFilterButton: PropTypes.Requireable<boolean>;
190
- const showLabel: PropTypes.Requireable<boolean>;
191
- const showSearchInput: PropTypes.Requireable<boolean>;
192
- const showViewOptionsButton: PropTypes.Requireable<boolean>;
193
- const disabledButton: PropTypes.Requireable<boolean>;
194
- const setTopRightButton: PropTypes.Requireable<boolean>;
195
- const rightButtonText: PropTypes.Requireable<string>;
196
- const rightButtonIcon: PropTypes.Requireable<string>;
197
- const onTopButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
198
- const tabs: PropTypes.Requireable<(PropTypes.InferProps<{
199
- title: PropTypes.Requireable<string>;
200
- content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
201
- }> | null | undefined)[]>;
202
- }
203
- namespace defaultProps {
204
- const activeColor_1: string;
205
- export { activeColor_1 as activeColor };
206
- const children_1: null;
207
- export { children_1 as children };
208
- const className_1: string;
209
- export { className_1 as className };
210
- const color_1: string;
211
- export { color_1 as color };
212
- const currentTab_1: number;
213
- export { currentTab_1 as currentTab };
214
- const headlineInsteadTabs_1: boolean;
215
- export { headlineInsteadTabs_1 as headlineInsteadTabs };
216
- const headlineText_1: string;
217
- export { headlineText_1 as headlineText };
218
- const inputWidth_1: string;
219
- export { inputWidth_1 as inputWidth };
220
- export function onFilterButtonClick_1(): void;
221
- export { onFilterButtonClick_1 as onFilterButtonClick };
222
- export function onSearchFieldTyping_1(): void;
223
- export { onSearchFieldTyping_1 as onSearchFieldTyping };
224
- export function onTabChange_1(): void;
225
- export { onTabChange_1 as onTabChange };
226
- const panelIsOpen_1: boolean;
227
- export { panelIsOpen_1 as panelIsOpen };
228
- const setBackground_1: boolean;
229
- export { setBackground_1 as setBackground };
230
- const showActions_1: boolean;
231
- export { showActions_1 as showActions };
232
- const showFilterButton_1: boolean;
233
- export { showFilterButton_1 as showFilterButton };
234
- const showLabel_1: boolean;
235
- export { showLabel_1 as showLabel };
236
- const showSearchInput_1: boolean;
237
- export { showSearchInput_1 as showSearchInput };
238
- const showViewOptionsButton_1: boolean;
239
- export { showViewOptionsButton_1 as showViewOptionsButton };
240
- const disabledButton_1: boolean;
241
- export { disabledButton_1 as disabledButton };
242
- const setTopRightButton_1: boolean;
243
- export { setTopRightButton_1 as setTopRightButton };
244
- const rightButtonText_1: string;
245
- export { rightButtonText_1 as rightButtonText };
246
- const rightButtonIcon_1: string;
247
- export { rightButtonIcon_1 as rightButtonIcon };
248
- export function onTopButtonClick_1(): void;
249
- export { onTopButtonClick_1 as onTopButtonClick };
250
- const tabs_1: ({
251
- title: string;
252
- content: react_jsx_runtime.JSX.Element;
253
- } | {
254
- title: string;
255
- content: string;
256
- })[];
257
- export { tabs_1 as tabs };
258
- }
259
- }
114
+ declare function TabMenu(props: any): any;
260
115
 
261
- declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
116
+ declare function FilterPanel(props: any): any;
262
117
  declare namespace FilterPanel {
263
118
  namespace propTypes {
264
- const availableQuarters: PropTypes.Requireable<(string | null | undefined)[]>;
265
- const availableMonths: PropTypes.Requireable<(string | null | undefined)[]>;
266
- const availableYears: PropTypes.Requireable<(string | null | undefined)[]>;
267
- const fieldsData: PropTypes.Requireable<(PropTypes.InferProps<{
268
- disabled: PropTypes.Requireable<boolean>;
269
- required: PropTypes.Requireable<boolean>;
270
- inputType: PropTypes.Requireable<string>;
271
- placeHolder: PropTypes.Requireable<string>;
272
- xIconShow: PropTypes.Requireable<boolean>;
273
- label: PropTypes.Requireable<string>;
274
- labelEmptyValue: PropTypes.Requireable<string>;
275
- name: PropTypes.Requireable<string>;
276
- periodPickerSelectedValue: PropTypes.Requireable<string>;
277
- selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
278
- value: PropTypes.Requireable<string>;
279
- label: PropTypes.Requireable<string>;
280
- }> | null | undefined)[]>;
281
- orderBy: PropTypes.Requireable<string>;
282
- elementType: PropTypes.Requireable<string>;
283
- value: PropTypes.Requireable<number>;
284
- color: PropTypes.Requireable<string>;
285
- defaultValueYears: PropTypes.Requireable<PropTypes.InferProps<{
286
- value: PropTypes.Requireable<string>;
287
- label: PropTypes.Requireable<string>;
288
- }>>;
289
- dropdownOptions: PropTypes.Requireable<(PropTypes.InferProps<{
290
- value: PropTypes.Requireable<string>;
291
- label: PropTypes.Requireable<string>;
292
- }> | null | undefined)[]>;
293
- }> | null | undefined)[]>;
294
- const width: PropTypes.Requireable<string>;
295
- const height: PropTypes.Requireable<string>;
296
- const okButtonBackgroundColor: PropTypes.Requireable<string>;
297
- const okButtonHoverColor: PropTypes.Requireable<string>;
298
- const resetButtonHoverColor: PropTypes.Requireable<string>;
299
- const borderColor: PropTypes.Requireable<string>;
300
- const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
301
- const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
302
- const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
303
- const disableOKButton: PropTypes.Requireable<boolean>;
304
- const className: PropTypes.Requireable<string>;
305
- const useExternalFilterState: PropTypes.Requireable<boolean>;
306
- const showShadow: PropTypes.Requireable<boolean>;
307
- const tooltipTextGoButton: PropTypes.Requireable<string>;
119
+ const availableQuarters: any;
120
+ const availableMonths: any;
121
+ const availableYears: any;
122
+ const fieldsData: any;
123
+ const width: any;
124
+ const height: any;
125
+ const okButtonBackgroundColor: any;
126
+ const okButtonHoverColor: any;
127
+ const resetButtonHoverColor: any;
128
+ const borderColor: any;
129
+ const onOkClick: any;
130
+ const onResetClick: any;
131
+ const onItemValueChanged: any;
132
+ const disableOKButton: any;
133
+ const className: any;
134
+ const useExternalFilterState: any;
135
+ const showShadow: any;
136
+ const tooltipTextGoButton: any;
308
137
  }
309
138
  namespace defaultProps {
310
139
  const availableQuarters_1: string[];
@@ -313,7 +142,7 @@ declare namespace FilterPanel {
313
142
  export { availableMonths_1 as availableMonths };
314
143
  const availableYears_1: string[];
315
144
  export { availableYears_1 as availableYears };
316
- const fieldsData_1: never[];
145
+ const fieldsData_1: any[];
317
146
  export { fieldsData_1 as fieldsData };
318
147
  const width_1: string;
319
148
  export { width_1 as width };
@@ -346,33 +175,25 @@ declare namespace FilterPanel {
346
175
  }
347
176
  }
348
177
 
349
- declare function ReportTable(props: any): react_jsx_runtime.JSX.Element;
178
+ declare function ReportTable(props: any): any;
350
179
  declare namespace ReportTable {
351
180
  namespace propTypes {
352
- const buttonText: PropTypes.Requireable<string>;
353
- const buttonIconName: PropTypes.Requireable<string>;
354
- const tableData: PropTypes.Requireable<PropTypes.InferProps<{
355
- columnsHeadings: PropTypes.Requireable<(PropTypes.InferProps<{
356
- label: PropTypes.Requireable<string>;
357
- key: PropTypes.Requireable<string>;
358
- }> | null | undefined)[]>;
359
- rowsValues: PropTypes.Requireable<({
360
- [x: string]: string | null | undefined;
361
- } | null | undefined)[]>;
362
- }>>;
363
- const maxColumnsNumber: PropTypes.Requireable<number>;
364
- const useColorLinearGradient: PropTypes.Requireable<boolean>;
365
- const useSelectButtons: PropTypes.Requireable<boolean>;
366
- const disableSelectButtons: PropTypes.Requireable<boolean>;
367
- const disableInfo: PropTypes.Requireable<boolean>;
368
- const selectTextColor: PropTypes.Requireable<string>;
369
- const onSelectRowClick: PropTypes.Requireable<(...args: any[]) => any>;
370
- const onCheckRowClick: PropTypes.Requireable<(...args: any[]) => any>;
371
- const onAllRowsCheckBoxClick: PropTypes.Requireable<(...args: any[]) => any>;
372
- const useCheckBoxes: PropTypes.Requireable<boolean>;
373
- const selectHoverColor: PropTypes.Requireable<string>;
374
- const enableHover: PropTypes.Requireable<boolean>;
375
- const enablePagination: PropTypes.Requireable<boolean>;
181
+ const buttonText: any;
182
+ const buttonIconName: any;
183
+ const tableData: any;
184
+ const maxColumnsNumber: any;
185
+ const useColorLinearGradient: any;
186
+ const useSelectButtons: any;
187
+ const disableSelectButtons: any;
188
+ const disableInfo: any;
189
+ const selectTextColor: any;
190
+ const onSelectRowClick: any;
191
+ const onCheckRowClick: any;
192
+ const onAllRowsCheckBoxClick: any;
193
+ const useCheckBoxes: any;
194
+ const selectHoverColor: any;
195
+ const enableHover: any;
196
+ const enablePagination: any;
376
197
  }
377
198
  namespace defaultProps {
378
199
  const buttonText_1: string;
@@ -428,21 +249,18 @@ declare namespace ReportTable {
428
249
  }
429
250
  }
430
251
 
431
- declare function EventList(props: any): react_jsx_runtime.JSX.Element;
252
+ declare function EventList(props: any): any;
432
253
  declare namespace EventList {
433
254
  namespace propTypes {
434
- const eventsData: PropTypes.Requireable<(PropTypes.InferProps<{
435
- eventName: PropTypes.Requireable<string>;
436
- period: PropTypes.Requireable<string>;
437
- }> | null | undefined)[]>;
438
- const selectTextColor: PropTypes.Requireable<string>;
439
- const height: PropTypes.Requireable<string>;
440
- const width: PropTypes.Requireable<string>;
441
- const itemHeight: PropTypes.Requireable<string>;
442
- const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
255
+ const eventsData: any;
256
+ const selectTextColor: any;
257
+ const height: any;
258
+ const width: any;
259
+ const itemHeight: any;
260
+ const onSelectClick: any;
443
261
  }
444
262
  namespace defaultProps {
445
- const eventsData_1: never[];
263
+ const eventsData_1: any[];
446
264
  export { eventsData_1 as eventsData };
447
265
  const selectTextColor_1: string;
448
266
  export { selectTextColor_1 as selectTextColor };
@@ -457,88 +275,20 @@ declare namespace EventList {
457
275
  }
458
276
  }
459
277
 
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
- }
278
+ declare function BannerEventBoxList(props: any): any;
529
279
 
530
- declare function DialogOverlay(props: any): react_jsx_runtime.JSX.Element;
280
+ declare function DialogOverlay(props: any): any;
531
281
  declare namespace DialogOverlay {
532
282
  namespace propTypes {
533
- const title: PropTypes.Requireable<string>;
534
- const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
535
- const onDialogClose: PropTypes.Requireable<(...args: any[]) => any>;
536
- const className: PropTypes.Requireable<string>;
283
+ const title: any;
284
+ const children: any;
285
+ const onDialogClose: any;
286
+ const className: any;
537
287
  }
538
288
  namespace defaultProps {
539
289
  const title_1: string;
540
290
  export { title_1 as title };
541
- const children_1: null;
291
+ const children_1: any;
542
292
  export { children_1 as children };
543
293
  export function onDialogClose_1(): void;
544
294
  export { onDialogClose_1 as onDialogClose };
@@ -547,38 +297,24 @@ declare namespace DialogOverlay {
547
297
  }
548
298
  }
549
299
 
550
- declare function CollapseHeader(props: any): react_jsx_runtime.JSX.Element;
300
+ declare function CollapseHeader(props: any): any;
551
301
  declare namespace CollapseHeader {
552
302
  namespace propTypes {
553
- const className: PropTypes.Requireable<string>;
554
- const showRetailerIcon: PropTypes.Requireable<boolean>;
555
- const showPeriodIcon: PropTypes.Requireable<boolean>;
556
- const viewCreativeRetailersData: PropTypes.Requireable<(PropTypes.InferProps<{
557
- label: PropTypes.Requireable<string>;
558
- }> | null | undefined)[]>;
559
- const data: PropTypes.Requireable<PropTypes.InferProps<{
560
- eventType: PropTypes.Requireable<string>;
561
- retailer: PropTypes.Requireable<string>;
562
- eventDescription: PropTypes.Requireable<string>;
563
- objectivesDescription: PropTypes.Requireable<string>;
564
- eventDatesValue: PropTypes.Requireable<string>;
565
- externalEventDescription: PropTypes.Requireable<string>;
566
- externalEventID: PropTypes.Requireable<string>;
567
- storeType: PropTypes.Requireable<string>;
568
- category: PropTypes.Requireable<string>;
569
- supplier: PropTypes.Requireable<string>;
570
- brand: PropTypes.Requireable<string>;
571
- }>>;
572
- const showViewCreativeButton: PropTypes.Requireable<boolean>;
573
- const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
574
- const descriptionTitle: PropTypes.Requireable<string>;
575
- const datesTitle: PropTypes.Requireable<string>;
576
- const width: PropTypes.Requireable<string>;
577
- const height: PropTypes.Requireable<string>;
578
- const textcolor: PropTypes.Requireable<string>;
579
- const showDraft: PropTypes.Requireable<boolean>;
580
- const buttonText: PropTypes.Requireable<string>;
581
- const disabled: PropTypes.Requireable<boolean>;
303
+ const className: any;
304
+ const showRetailerIcon: any;
305
+ const showPeriodIcon: any;
306
+ const viewCreativeRetailersData: any;
307
+ const data: any;
308
+ const showViewCreativeButton: any;
309
+ const viewCreativeOnClick: any;
310
+ const descriptionTitle: any;
311
+ const datesTitle: any;
312
+ const width: any;
313
+ const height: any;
314
+ const textcolor: any;
315
+ const showDraft: any;
316
+ const buttonText: any;
317
+ const disabled: any;
582
318
  }
583
319
  namespace defaultProps {
584
320
  const className_1: string;
@@ -628,114 +364,136 @@ declare namespace CollapseHeader {
628
364
  }
629
365
  }
630
366
 
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 {
367
+ declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, height, checkBoxColor, dropdownHeight, onChange, options, selectedValue, }: {
368
+ hoverColor?: string;
369
+ multipleSelection?: boolean;
370
+ xIconShow?: boolean;
371
+ disabled?: boolean;
372
+ error?: boolean;
373
+ errorMessage?: string;
374
+ label?: string;
375
+ labelColor?: string;
376
+ placeHolder?: string;
377
+ width?: string;
378
+ height?: string;
379
+ checkBoxColor?: string;
380
+ dropdownHeight?: string;
381
+ onChange?: (value: any) => void;
382
+ options?: any[];
383
+ selectedValue?: any[];
384
+ }): any;
385
+
386
+ declare function OneColumnContainer(props: any): any;
387
+ declare namespace OneColumnContainer {
648
388
  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>;
657
- 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)[]>;
389
+ const children: any;
390
+ const display: any;
391
+ const isLoading: any;
392
+ const gridTemplateColumns: any;
393
+ const itemClass: any;
394
+ const divStyle: any;
395
+ const overStyle: any;
396
+ const draggingStyle: any;
397
+ const droppedStyle: any;
398
+ const width: any;
399
+ const height: any;
400
+ const overflow: any;
401
+ const transparentBackground: any;
402
+ const infoTitle: any;
403
+ const infoText: any;
404
+ const disableInfo: any;
405
+ const showViewByBannerButton: any;
406
+ const onBannerClick: any;
407
+ const columnTitle: any;
408
+ const isPercentOfChange: any;
409
+ const PercentOfChangeData: any;
410
+ const backgroundImage: any;
411
+ const showBackgroundImage: any;
412
+ const backgroundImageStyle: any;
668
413
  }
669
414
  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 };
415
+ const children_1: any;
416
+ export { children_1 as children };
417
+ const display_1: string;
418
+ export { display_1 as display };
419
+ const isLoading_1: string;
420
+ export { isLoading_1 as isLoading };
421
+ const gridTemplateColumns_1: string;
422
+ export { gridTemplateColumns_1 as gridTemplateColumns };
423
+ const itemClass_1: string;
424
+ export { itemClass_1 as itemClass };
425
+ const divStyle_1: string;
426
+ export { divStyle_1 as divStyle };
427
+ const overStyle_1: string;
428
+ export { overStyle_1 as overStyle };
429
+ const draggingStyle_1: string;
430
+ export { draggingStyle_1 as draggingStyle };
431
+ const droppedStyle_1: string;
432
+ export { droppedStyle_1 as droppedStyle };
686
433
  const width_1: string;
687
434
  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 };
435
+ const height_1: string;
436
+ export { height_1 as height };
437
+ const overflow_1: string;
438
+ export { overflow_1 as overflow };
439
+ const transparentBackground_1: boolean;
440
+ export { transparentBackground_1 as transparentBackground };
441
+ const infoTitle_1: string;
442
+ export { infoTitle_1 as infoTitle };
443
+ const infoText_1: string;
444
+ export { infoText_1 as infoText };
445
+ const disableInfo_1: boolean;
446
+ export { disableInfo_1 as disableInfo };
447
+ const showViewByBannerButton_1: boolean;
448
+ export { showViewByBannerButton_1 as showViewByBannerButton };
449
+ export function onBannerClick_1(): void;
450
+ export { onBannerClick_1 as onBannerClick };
451
+ const columnTitle_1: string;
452
+ export { columnTitle_1 as columnTitle };
453
+ const isPercentOfChange_1: boolean;
454
+ export { isPercentOfChange_1 as isPercentOfChange };
455
+ const PercentOfChangeData_1: number;
456
+ export { PercentOfChangeData_1 as PercentOfChangeData };
457
+ const backgroundImage_1: string;
458
+ export { backgroundImage_1 as backgroundImage };
459
+ const showBackgroundImage_1: boolean;
460
+ export { showBackgroundImage_1 as showBackgroundImage };
461
+ const backgroundImageStyle_1: {};
462
+ export { backgroundImageStyle_1 as backgroundImageStyle };
696
463
  }
697
464
  }
698
465
 
699
- declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
700
-
701
- declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
466
+ declare function BarChartsByWeeks(props: any): any;
702
467
  declare namespace BarChartsByWeeks {
703
468
  namespace propTypes {
704
- const className: PropTypes.Requireable<string>;
705
- const title: PropTypes.Requireable<string>;
706
- const showHeaderTopValue: PropTypes.Requireable<boolean>;
707
- const headerValueTopTitle: PropTypes.Requireable<string>;
708
- const headerValueBottomTitle: PropTypes.Requireable<string>;
709
- const headerValue: PropTypes.Requireable<number>;
710
- const HeaderValueCurrencyType: PropTypes.Requireable<string>;
711
- const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
712
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
713
- title: PropTypes.Requireable<string>;
714
- value: PropTypes.Requireable<number>;
715
- }> | null | undefined)[]>;
716
- const isTitleOriganal: PropTypes.Requireable<boolean>;
717
- const width: PropTypes.Requireable<string>;
718
- const height: PropTypes.Requireable<string>;
719
- const barChartColor: PropTypes.Requireable<string>;
720
- const barChartSecondColor: PropTypes.Requireable<string>;
721
- const xselectedColor: PropTypes.Requireable<string>;
722
- const startWeekRange: PropTypes.Requireable<string>;
723
- const endWeekRange: PropTypes.Requireable<string>;
724
- const tooltipTitle: PropTypes.Requireable<string>;
725
- const tooltipSecondTitle: PropTypes.Requireable<string>;
726
- const yAxisCounter: PropTypes.Requireable<number>;
727
- const isPercentValue: PropTypes.Requireable<boolean>;
728
- const interval: PropTypes.Requireable<string>;
729
- const showTitle: PropTypes.Requireable<boolean>;
730
- const showLegend: PropTypes.Requireable<boolean>;
731
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
732
- title: PropTypes.Validator<string>;
733
- iconType: PropTypes.Validator<string>;
734
- iconColor: PropTypes.Validator<string>;
735
- }> | null | undefined)[]>;
736
- const showTwoBars: PropTypes.Requireable<boolean>;
737
- const setLimitHeight: PropTypes.Requireable<number>;
738
- const setLimitLow: PropTypes.Requireable<number>;
469
+ const className: any;
470
+ const title: any;
471
+ const showHeaderTopValue: any;
472
+ const headerValueTopTitle: any;
473
+ const headerValueBottomTitle: any;
474
+ const headerValue: any;
475
+ const HeaderValueCurrencyType: any;
476
+ const HeaderValueIsPercent: any;
477
+ const barChartData: any;
478
+ const isTitleOriganal: any;
479
+ const width: any;
480
+ const height: any;
481
+ const barChartColor: any;
482
+ const barChartSecondColor: any;
483
+ const xselectedColor: any;
484
+ const startWeekRange: any;
485
+ const endWeekRange: any;
486
+ const tooltipTitle: any;
487
+ const tooltipSecondTitle: any;
488
+ const yAxisCounter: any;
489
+ const isPercentValue: any;
490
+ const interval: any;
491
+ const showTitle: any;
492
+ const showLegend: any;
493
+ const legendData: any;
494
+ const showTwoBars: any;
495
+ const setLimitHeight: any;
496
+ const setLimitLow: any;
739
497
  }
740
498
  namespace defaultProps {
741
499
  const className_1: string;
@@ -797,34 +555,24 @@ declare namespace BarChartsByWeeks {
797
555
  export { legendData_1 as legendData };
798
556
  const showTwoBars_1: boolean;
799
557
  export { showTwoBars_1 as showTwoBars };
800
- const setLimitHeight_1: null;
558
+ const setLimitHeight_1: any;
801
559
  export { setLimitHeight_1 as setLimitHeight };
802
- const setLimitLow_1: null;
560
+ const setLimitLow_1: any;
803
561
  export { setLimitLow_1 as setLimitLow };
804
562
  }
805
563
  }
806
564
 
807
- declare function PopupCharts(props: any): react_jsx_runtime.JSX.Element;
565
+ declare function PopupCharts(props: any): any;
808
566
  declare namespace PopupCharts {
809
567
  namespace propTypes {
810
- const title: PropTypes.Requireable<string>;
811
- const chartType: PropTypes.Requireable<string>;
812
- const popupChartsItemsData: PropTypes.Requireable<(PropTypes.InferProps<{
813
- title: PropTypes.Requireable<string>;
814
- chartType: PropTypes.Requireable<string>;
815
- value: PropTypes.Requireable<number>;
816
- legendData: PropTypes.Requireable<(PropTypes.InferProps<{
817
- color: PropTypes.Requireable<string>;
818
- name: PropTypes.Requireable<string>;
819
- value: PropTypes.Requireable<number>;
820
- }> | null | undefined)[]>;
821
- noDataText: PropTypes.Requireable<string>;
822
- }> | null | undefined)[]>;
823
- const isPopupChartsOpen: PropTypes.Requireable<boolean>;
824
- const width: PropTypes.Requireable<string>;
825
- const height: PropTypes.Requireable<string>;
826
- const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
827
- const subtitleTextColor: PropTypes.Requireable<string>;
568
+ const title: any;
569
+ const chartType: any;
570
+ const popupChartsItemsData: any;
571
+ const isPopupChartsOpen: any;
572
+ const width: any;
573
+ const height: any;
574
+ const onCloseClick: any;
575
+ const subtitleTextColor: any;
828
576
  }
829
577
  namespace defaultProps {
830
578
  const title_1: string;
@@ -867,30 +615,32 @@ declare namespace PopupCharts {
867
615
  }
868
616
  }
869
617
 
870
- declare function TotalDoughnutChart(props: any): react_jsx_runtime.JSX.Element;
618
+ declare function TotalDoughnutChart(props: any): any;
871
619
  declare namespace TotalDoughnutChart {
872
620
  namespace propTypes {
873
- const className: PropTypes.Requireable<string>;
874
- const title: PropTypes.Requireable<string>;
875
- const value: PropTypes.Requireable<number>;
876
- const addingBenchmark: PropTypes.Requireable<boolean>;
877
- const dotCut: PropTypes.Requireable<boolean>;
878
- const currencySign: PropTypes.Requireable<boolean>;
879
- const currencyType: PropTypes.Requireable<string>;
880
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
881
- name: PropTypes.Requireable<string>;
882
- description: PropTypes.Requireable<string>;
883
- }> | null | undefined)[]>;
884
- const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
885
- const itemsBoldedValues: PropTypes.Requireable<boolean>;
886
- const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
887
- const width: PropTypes.Requireable<string>;
888
- const height: PropTypes.Requireable<string>;
889
- const textcolor: PropTypes.Requireable<string>;
890
- const isPercent: PropTypes.Requireable<boolean>;
891
- const hideTitleAndValue: PropTypes.Requireable<boolean>;
892
- const noDataText: PropTypes.Requireable<string>;
893
- const textAfterValue: PropTypes.Requireable<string>;
621
+ const className: any;
622
+ const title: any;
623
+ const value: any;
624
+ const rootFont: any;
625
+ const containerPadding: any;
626
+ const addingBenchmark: any;
627
+ const dotCut: any;
628
+ const currencySign: any;
629
+ const currencyType: any;
630
+ const legendData: any;
631
+ const legendBelow: any;
632
+ const itemsPercentagesValueAside: any;
633
+ const itemsBoldedValues: any;
634
+ const itemsValuesSeparateLine: any;
635
+ const width: any;
636
+ const height: any;
637
+ const textcolor: any;
638
+ const titleFontSize: any;
639
+ const FormattedValueFontSize: any;
640
+ const isPercent: any;
641
+ const hideTitleAndValue: any;
642
+ const noDataText: any;
643
+ const textAfterValue: any;
894
644
  }
895
645
  namespace defaultProps {
896
646
  const className_1: string;
@@ -899,6 +649,10 @@ declare namespace TotalDoughnutChart {
899
649
  export { title_1 as title };
900
650
  const value_1: number;
901
651
  export { value_1 as value };
652
+ const rootFont_1: string;
653
+ export { rootFont_1 as rootFont };
654
+ const containerPadding_1: string;
655
+ export { containerPadding_1 as containerPadding };
902
656
  const addingBenchmark_1: boolean;
903
657
  export { addingBenchmark_1 as addingBenchmark };
904
658
  const dotCut_1: boolean;
@@ -907,8 +661,10 @@ declare namespace TotalDoughnutChart {
907
661
  export { currencySign_1 as currencySign };
908
662
  const currencyType_1: string;
909
663
  export { currencyType_1 as currencyType };
910
- const legendData_1: never[];
664
+ const legendData_1: any[];
911
665
  export { legendData_1 as legendData };
666
+ const legendBelow_1: boolean;
667
+ export { legendBelow_1 as legendBelow };
912
668
  const itemsPercentagesValueAside_1: boolean;
913
669
  export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
914
670
  const itemsBoldedValues_1: boolean;
@@ -921,6 +677,10 @@ declare namespace TotalDoughnutChart {
921
677
  export { height_1 as height };
922
678
  const textcolor_1: string;
923
679
  export { textcolor_1 as textcolor };
680
+ const titleFontSize_1: string;
681
+ export { titleFontSize_1 as titleFontSize };
682
+ const FormattedValueFontSize_1: string;
683
+ export { FormattedValueFontSize_1 as FormattedValueFontSize };
924
684
  const isPercent_1: boolean;
925
685
  export { isPercent_1 as isPercent };
926
686
  const hideTitleAndValue_1: boolean;
@@ -932,13 +692,13 @@ declare namespace TotalDoughnutChart {
932
692
  }
933
693
  }
934
694
 
935
- declare function TopToggleList(props: any): react_jsx_runtime.JSX.Element;
695
+ declare function TopToggleList(props: any): any;
936
696
  declare namespace TopToggleList {
937
697
  namespace propTypes {
938
- const width: PropTypes.Requireable<string>;
939
- const height: PropTypes.Requireable<string>;
940
- const title: PropTypes.Requireable<string>;
941
- const list: PropTypes.Requireable<any[]>;
698
+ const width: any;
699
+ const height: any;
700
+ const title: any;
701
+ const list: any;
942
702
  }
943
703
  namespace defaultProps {
944
704
  const width_1: string;
@@ -955,22 +715,18 @@ declare namespace TopToggleList {
955
715
  }
956
716
  }
957
717
 
958
- declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
718
+ declare function MarketShareDescription(props: any): any;
959
719
  declare namespace MarketShareDescription {
960
720
  namespace propTypes {
961
- const marketShareData: PropTypes.Requireable<(PropTypes.InferProps<{
962
- label: PropTypes.Requireable<string>;
963
- checked: PropTypes.Requireable<boolean>;
964
- disabled: PropTypes.Requireable<boolean>;
965
- }> | null | undefined)[]>;
966
- const height: PropTypes.Requireable<string>;
967
- const width: PropTypes.Requireable<string>;
968
- const iconColor: PropTypes.Requireable<string>;
969
- const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
970
- const dotCut: PropTypes.Requireable<boolean>;
721
+ const marketShareData: any;
722
+ const height: any;
723
+ const width: any;
724
+ const iconColor: any;
725
+ const onBannerClick: any;
726
+ const dotCut: any;
971
727
  }
972
728
  namespace defaultProps {
973
- const marketShareData_1: never[];
729
+ const marketShareData_1: any[];
974
730
  export { marketShareData_1 as marketShareData };
975
731
  const width_1: string;
976
732
  export { width_1 as width };
@@ -985,48 +741,40 @@ declare namespace MarketShareDescription {
985
741
  }
986
742
  }
987
743
 
988
- declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
744
+ declare function Heatmap(props: any): any;
989
745
  declare namespace Heatmap {
990
746
  namespace propTypes {
991
- const title: PropTypes.Validator<string>;
992
- const data: PropTypes.Validator<(PropTypes.InferProps<{
993
- value: PropTypes.Validator<number>;
994
- label: PropTypes.Validator<string>;
995
- color: PropTypes.Validator<string>;
996
- }> | null | undefined)[]>;
997
- const lowLimit: PropTypes.Validator<number>;
998
- const barHeight: PropTypes.Validator<string>;
747
+ const title: any;
748
+ const data: any;
749
+ const lowLimit: any;
750
+ const barHeight: any;
999
751
  }
1000
752
  }
1001
753
 
1002
- declare function TotalHorizontalCharts(props: any): react_jsx_runtime.JSX.Element;
754
+ declare function TotalHorizontalCharts(props: any): any;
1003
755
  declare namespace TotalHorizontalCharts {
1004
756
  namespace propTypes {
1005
- const className: PropTypes.Requireable<string>;
1006
- const title: PropTypes.Requireable<string>;
1007
- const value: PropTypes.Requireable<number>;
1008
- const dotCut: PropTypes.Requireable<boolean>;
1009
- const currencySign: PropTypes.Requireable<boolean>;
1010
- const currencyType: PropTypes.Requireable<string>;
1011
- const chartsData: PropTypes.Requireable<(PropTypes.InferProps<{
1012
- name: PropTypes.Requireable<string>;
1013
- value: PropTypes.Requireable<number>;
1014
- color: PropTypes.Requireable<string>;
1015
- }> | null | undefined)[]>;
1016
- const showScrollerBarsCount: PropTypes.Requireable<number>;
1017
- const showPercentAsideValue: PropTypes.Requireable<boolean>;
1018
- const labelFontSize: PropTypes.Requireable<number>;
1019
- const labelLimitedLetters: PropTypes.Requireable<number>;
1020
- const width: PropTypes.Requireable<string>;
1021
- const height: PropTypes.Requireable<string>;
1022
- const rightGap: PropTypes.Requireable<number>;
1023
- const textColor: PropTypes.Requireable<string>;
1024
- const noDataText: PropTypes.Requireable<string>;
1025
- const isDollar: PropTypes.Requireable<boolean>;
1026
- const isPercentage: PropTypes.Requireable<boolean>;
1027
- const showDollarSign: PropTypes.Requireable<boolean>;
1028
- const hideTotalValue: PropTypes.Requireable<boolean>;
1029
- const hideTitle: PropTypes.Requireable<boolean>;
757
+ const className: any;
758
+ const title: any;
759
+ const value: any;
760
+ const dotCut: any;
761
+ const currencySign: any;
762
+ const currencyType: any;
763
+ const chartsData: any;
764
+ const showScrollerBarsCount: any;
765
+ const showPercentAsideValue: any;
766
+ const labelFontSize: any;
767
+ const labelLimitedLetters: any;
768
+ const width: any;
769
+ const height: any;
770
+ const rightGap: any;
771
+ const textColor: any;
772
+ const noDataText: any;
773
+ const isDollar: any;
774
+ const isPercentage: any;
775
+ const showDollarSign: any;
776
+ const hideTotalValue: any;
777
+ const hideTitle: any;
1030
778
  }
1031
779
  namespace defaultProps {
1032
780
  const className_1: string;
@@ -1041,7 +789,7 @@ declare namespace TotalHorizontalCharts {
1041
789
  export { currencySign_1 as currencySign };
1042
790
  const currencyType_1: string;
1043
791
  export { currencyType_1 as currencyType };
1044
- const chartsData_1: never[];
792
+ const chartsData_1: any[];
1045
793
  export { chartsData_1 as chartsData };
1046
794
  const showScrollerBarsCount_1: number;
1047
795
  export { showScrollerBarsCount_1 as showScrollerBarsCount };
@@ -1074,22 +822,22 @@ declare namespace TotalHorizontalCharts {
1074
822
  }
1075
823
  }
1076
824
 
1077
- declare function IconButton(props: any): react_jsx_runtime.JSX.Element;
825
+ declare function IconButton(props: any): any;
1078
826
  declare namespace IconButton {
1079
827
  namespace propTypes {
1080
- const fileLink: PropTypes.Requireable<string>;
1081
- const showProcess: PropTypes.Requireable<boolean>;
1082
- const buttonText: PropTypes.Requireable<string>;
1083
- const iconName: PropTypes.Requireable<string>;
1084
- const contentColor: PropTypes.Requireable<string>;
1085
- const backgroundColor: PropTypes.Requireable<string>;
1086
- const borderColor: PropTypes.Requireable<string>;
1087
- const borderRadius: PropTypes.Requireable<string>;
1088
- const iconHeight: PropTypes.Requireable<number>;
1089
- const iconWidth: PropTypes.Requireable<number>;
1090
- const disabled: PropTypes.Requireable<boolean>;
1091
- const onClick: PropTypes.Requireable<(...args: any[]) => any>;
1092
- const onCancelClick: PropTypes.Requireable<(...args: any[]) => any>;
828
+ const fileLink: any;
829
+ const showProcess: any;
830
+ const buttonText: any;
831
+ const iconName: any;
832
+ const contentColor: any;
833
+ const backgroundColor: any;
834
+ const borderColor: any;
835
+ const borderRadius: any;
836
+ const iconHeight: any;
837
+ const iconWidth: any;
838
+ const disabled: any;
839
+ const onClick: any;
840
+ const onCancelClick: any;
1093
841
  }
1094
842
  namespace defaultProps {
1095
843
  const fileLink_1: string;
@@ -1121,8 +869,708 @@ declare namespace IconButton {
1121
869
  }
1122
870
  }
1123
871
 
1124
- declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
872
+ declare function DoublePanelDataRow(props: any): any;
873
+
874
+ declare function BarChart(props: any): any;
875
+ declare namespace BarChart {
876
+ namespace propTypes {
877
+ const title: any;
878
+ const barChartData: any;
879
+ const width: any;
880
+ const height: any;
881
+ const barSize: any;
882
+ const barFontSizeValue: any;
883
+ const barChartColor: any;
884
+ const showDollarSign: any;
885
+ const isDollar: any;
886
+ const showLegend: any;
887
+ const legendData: any;
888
+ const showReferenceLine: any;
889
+ const referenceLinePoint: any;
890
+ const referenceLineColor: any;
891
+ const referenceLineDashed: any;
892
+ const showCurrentCampaignStyle: any;
893
+ const currentBarColor: any;
894
+ const isPercent: any;
895
+ const noDataText: any;
896
+ }
897
+ namespace defaultProps {
898
+ const title_1: string;
899
+ export { title_1 as title };
900
+ const barChartData_1: {
901
+ title: string;
902
+ date: string;
903
+ value: number;
904
+ }[];
905
+ export { barChartData_1 as barChartData };
906
+ const width_1: string;
907
+ export { width_1 as width };
908
+ const height_1: string;
909
+ export { height_1 as height };
910
+ const barSize_1: number;
911
+ export { barSize_1 as barSize };
912
+ const barFontSizeValue_1: string;
913
+ export { barFontSizeValue_1 as barFontSizeValue };
914
+ const barChartColor_1: string;
915
+ export { barChartColor_1 as barChartColor };
916
+ const showDollarSign_1: boolean;
917
+ export { showDollarSign_1 as showDollarSign };
918
+ const isDollar_1: boolean;
919
+ export { isDollar_1 as isDollar };
920
+ const showLegend_1: boolean;
921
+ export { showLegend_1 as showLegend };
922
+ const legendData_1: {
923
+ title: string;
924
+ iconType: string;
925
+ iconColor: string;
926
+ }[];
927
+ export { legendData_1 as legendData };
928
+ const showReferenceLine_1: boolean;
929
+ export { showReferenceLine_1 as showReferenceLine };
930
+ const referenceLinePoint_1: number;
931
+ export { referenceLinePoint_1 as referenceLinePoint };
932
+ const referenceLineColor_1: string;
933
+ export { referenceLineColor_1 as referenceLineColor };
934
+ const referenceLineDashed_1: string;
935
+ export { referenceLineDashed_1 as referenceLineDashed };
936
+ const showCurrentCampaignStyle_1: boolean;
937
+ export { showCurrentCampaignStyle_1 as showCurrentCampaignStyle };
938
+ const currentBarColor_1: string;
939
+ export { currentBarColor_1 as currentBarColor };
940
+ const isPercent_1: boolean;
941
+ export { isPercent_1 as isPercent };
942
+ const noDataText_1: string;
943
+ export { noDataText_1 as noDataText };
944
+ }
945
+ }
946
+
947
+ declare function DoubleBarSingleLine(props: any): any;
948
+
949
+ declare function AreaChart(props: any): any;
950
+
951
+ declare function BreakdownPanel(props: any): any;
952
+
953
+ declare function LinkButton({ text, type, size, height, width, disabled, textColor, onClick, leftIcon, rightIcon, }: {
954
+ text?: string;
955
+ type?: string;
956
+ size?: string;
957
+ height?: string;
958
+ width?: string;
959
+ disabled?: boolean;
960
+ textColor?: string;
961
+ onClick: any;
962
+ leftIcon?: string;
963
+ rightIcon?: string;
964
+ }): any;
965
+
966
+ declare function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, noDataText, }: {
967
+ data?: any[];
968
+ title?: string;
969
+ subtitle?: string;
970
+ leftHeader?: string;
971
+ rightHeader?: string;
972
+ topHeader?: string;
973
+ bottomHeader?: string;
974
+ colorPalette?: string[];
975
+ height?: string;
976
+ width?: string;
977
+ backgroundColor?: string;
978
+ showAxis?: boolean;
979
+ noDataText?: string;
980
+ }): any;
981
+
982
+ declare function BatteryChart(props: any): any;
983
+
984
+ declare function PerformanceAnalyticsLegend(props: any): any;
985
+
986
+ declare function BrushChart(props: any): any;
987
+
988
+ 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, }: {
989
+ className?: string;
990
+ width?: string;
991
+ height?: string;
992
+ title?: string;
993
+ data?: any[];
994
+ totalsData?: any[];
995
+ showLegend?: boolean;
996
+ legendData?: any[];
997
+ maxBarRange?: number;
998
+ showLineChart?: boolean;
999
+ lineRange?: number;
1000
+ lineFontSizeValue?: string;
1001
+ barFontSizeValue?: string;
1002
+ barSize?: number;
1003
+ barChartHeight?: number;
1004
+ lineChartHeight?: number;
1005
+ isLineChartCurrency?: boolean;
1006
+ isLineChartBolded?: boolean;
1007
+ setLineChartTooltip?: boolean;
1008
+ isTopBarPercent?: boolean;
1009
+ showSecondBar?: boolean;
1010
+ showPeriod?: boolean;
1011
+ currencySign?: string;
1012
+ currencySignLine?: string;
1013
+ noDataText?: string;
1014
+ }): any;
1015
+
1016
+ declare function BarChartWithAreaChart(props: any): any;
1017
+
1018
+ declare function BarChartTwoRows(props: any): any;
1019
+
1020
+ declare function TwoBarCharts(props: any): any;
1021
+ declare namespace TwoBarCharts {
1022
+ namespace propTypes {
1023
+ const title: any;
1024
+ const barChartData: any;
1025
+ const width: any;
1026
+ const height: any;
1027
+ const barSize: any;
1028
+ const barFontSizeValue: any;
1029
+ const barChartColorFirst: any;
1030
+ const barChartColorSecond: any;
1031
+ const isDollar: any;
1032
+ const showLegend: any;
1033
+ const legendData: any;
1034
+ const showDollarSign: any;
1035
+ const showReferenceLine: any;
1036
+ const referenceLinePoint: any;
1037
+ const referenceLineColor: any;
1038
+ const referenceLineDashed: any;
1039
+ const showTooltip: any;
1040
+ }
1041
+ namespace defaultProps {
1042
+ const title_1: string;
1043
+ export { title_1 as title };
1044
+ const barChartData_1: {
1045
+ title: string;
1046
+ date: string;
1047
+ valueOne: number;
1048
+ valueTwo: number;
1049
+ }[];
1050
+ export { barChartData_1 as barChartData };
1051
+ const width_1: string;
1052
+ export { width_1 as width };
1053
+ const height_1: string;
1054
+ export { height_1 as height };
1055
+ const barSize_1: number;
1056
+ export { barSize_1 as barSize };
1057
+ const barFontSizeValue_1: string;
1058
+ export { barFontSizeValue_1 as barFontSizeValue };
1059
+ const barChartColorFirst_1: string;
1060
+ export { barChartColorFirst_1 as barChartColorFirst };
1061
+ const barChartColorSecond_1: string;
1062
+ export { barChartColorSecond_1 as barChartColorSecond };
1063
+ const isDollar_1: boolean;
1064
+ export { isDollar_1 as isDollar };
1065
+ const showDollarSign_1: boolean;
1066
+ export { showDollarSign_1 as showDollarSign };
1067
+ const showLegend_1: boolean;
1068
+ export { showLegend_1 as showLegend };
1069
+ const legendData_1: {
1070
+ title: string;
1071
+ iconType: string;
1072
+ iconColor: string;
1073
+ }[];
1074
+ export { legendData_1 as legendData };
1075
+ const showReferenceLine_1: boolean;
1076
+ export { showReferenceLine_1 as showReferenceLine };
1077
+ const referenceLinePoint_1: number;
1078
+ export { referenceLinePoint_1 as referenceLinePoint };
1079
+ const referenceLineColor_1: string;
1080
+ export { referenceLineColor_1 as referenceLineColor };
1081
+ const referenceLineDashed_1: string;
1082
+ export { referenceLineDashed_1 as referenceLineDashed };
1083
+ const showTooltip_1: boolean;
1084
+ export { showTooltip_1 as showTooltip };
1085
+ }
1086
+ }
1087
+
1088
+ declare function CollapseData(props: any): any;
1089
+ declare namespace CollapseData {
1090
+ namespace propTypes {
1091
+ const title: any;
1092
+ const noDataText: any;
1093
+ const width: any;
1094
+ const height: any;
1095
+ const addPlusMark: any;
1096
+ const addArrowToTotal: any;
1097
+ const tableData: any;
1098
+ }
1099
+ namespace defaultProps {
1100
+ const title_1: string;
1101
+ export { title_1 as title };
1102
+ const noDataText_1: string;
1103
+ export { noDataText_1 as noDataText };
1104
+ const width_1: string;
1105
+ export { width_1 as width };
1106
+ const height_1: string;
1107
+ export { height_1 as height };
1108
+ const tableData_1: any[];
1109
+ export { tableData_1 as tableData };
1110
+ const addPlusMark_1: boolean;
1111
+ export { addPlusMark_1 as addPlusMark };
1112
+ const addArrowToTotal_1: boolean;
1113
+ export { addArrowToTotal_1 as addArrowToTotal };
1114
+ }
1115
+ }
1116
+
1117
+ declare function InsightsCarousel({ className, children, onClose, title, icon, titleColor, iconColor, navColor, }: {
1118
+ className: any;
1119
+ children: any;
1120
+ onClose: any;
1121
+ title?: string;
1122
+ icon?: any;
1123
+ titleColor?: string;
1124
+ iconColor?: string;
1125
+ navColor?: string;
1126
+ }): any;
1127
+
1128
+ declare function DownloadProgress(props: any): any;
1129
+ declare namespace DownloadProgress {
1130
+ namespace propTypes {
1131
+ const title: any;
1132
+ const succeededMessage: any;
1133
+ const failedMessage: any;
1134
+ const downloadStatus: any;
1135
+ const showShadow: any;
1136
+ const progressPercent: any;
1137
+ const refreshInterval: any;
1138
+ const progressBarColor: any;
1139
+ const onTryAgainClick: any;
1140
+ const className: any;
1141
+ }
1142
+ namespace defaultProps {
1143
+ const title_1: string;
1144
+ export { title_1 as title };
1145
+ const succeededMessage_1: string;
1146
+ export { succeededMessage_1 as succeededMessage };
1147
+ const failedMessage_1: string;
1148
+ export { failedMessage_1 as failedMessage };
1149
+ const downloadStatus_1: string;
1150
+ export { downloadStatus_1 as downloadStatus };
1151
+ const showShadow_1: boolean;
1152
+ export { showShadow_1 as showShadow };
1153
+ const progressPercent_1: number;
1154
+ export { progressPercent_1 as progressPercent };
1155
+ const refreshInterval_1: number;
1156
+ export { refreshInterval_1 as refreshInterval };
1157
+ const progressBarColor_1: string;
1158
+ export { progressBarColor_1 as progressBarColor };
1159
+ export function onTryAgainClick_1(): void;
1160
+ export { onTryAgainClick_1 as onTryAgainClick };
1161
+ const className_1: string;
1162
+ export { className_1 as className };
1163
+ }
1164
+ }
1165
+
1166
+ declare function ModalWithOverlay(props: any): any;
1167
+
1168
+ declare function DropdownNew(props: any): any;
1169
+
1170
+ declare function WeeksPicker({ label, disabled, borderColor, borderColorFocus, textColor, hoverColor, required, placeholder, borderRadius, year, width, height, withMarginBottom, onChange, selectedValue, isDarkerBackground, allowedWeekRange, restrictToRange, }: {
1171
+ label: any;
1172
+ disabled: any;
1173
+ borderColor: any;
1174
+ borderColorFocus: any;
1175
+ textColor: any;
1176
+ hoverColor: any;
1177
+ required: any;
1178
+ placeholder: any;
1179
+ borderRadius: any;
1180
+ year: any;
1181
+ width: any;
1182
+ height: any;
1183
+ withMarginBottom?: boolean;
1184
+ onChange: any;
1185
+ selectedValue: any;
1186
+ isDarkerBackground?: boolean;
1187
+ allowedWeekRange?: any;
1188
+ restrictToRange?: boolean;
1189
+ }): any;
1190
+
1191
+ declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, inputType, onChange, onClick, onBlur, required, disabled, isDarkerBackground, width, height, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, multiline, rows, maxLength, regex, onKeyDown, }: {
1192
+ label: any;
1193
+ labelEmptyValue: any;
1194
+ size: any;
1195
+ selectedValue: any;
1196
+ placeHolder: any;
1197
+ inputType?: string;
1198
+ onChange: any;
1199
+ onClick: any;
1200
+ onBlur: any;
1201
+ required: any;
1202
+ disabled: any;
1203
+ isDarkerBackground?: boolean;
1204
+ width: any;
1205
+ height?: string;
1206
+ error: any;
1207
+ errorMessage: any;
1208
+ labelColor: any;
1209
+ leftIcon: any;
1210
+ rightIcon: any;
1211
+ password: any;
1212
+ leftIconOnClick: any;
1213
+ rightIconOnClick: any;
1214
+ multiline?: boolean;
1215
+ rows?: number;
1216
+ maxLength: any;
1217
+ regex: any;
1218
+ onKeyDown: any;
1219
+ }): any;
1220
+ declare namespace Input {
1221
+ namespace propTypes {
1222
+ const placeHolder: any;
1223
+ const label: any;
1224
+ const labelEmptyValue: any;
1225
+ const size: any;
1226
+ const labelColor: any;
1227
+ const required: any;
1228
+ const width: any;
1229
+ const disabled: any;
1230
+ const error: any;
1231
+ const errorMessage: any;
1232
+ const selectedValue: any;
1233
+ const onChange: any;
1234
+ const onClick: any;
1235
+ const leftIconOnClick: any;
1236
+ const rightIconOnClick: any;
1237
+ const onBlur: any;
1238
+ const leftIcon: any;
1239
+ const rightIcon: any;
1240
+ const password: any;
1241
+ const multiline: any;
1242
+ const rows: any;
1243
+ const maxLength: any;
1244
+ const regex: any;
1245
+ const onKeyDown: any;
1246
+ }
1247
+ namespace defaultProps {
1248
+ const placeHolder_1: string;
1249
+ export { placeHolder_1 as placeHolder };
1250
+ const label_1: string;
1251
+ export { label_1 as label };
1252
+ const labelEmptyValue_1: string;
1253
+ export { labelEmptyValue_1 as labelEmptyValue };
1254
+ const size_1: string;
1255
+ export { size_1 as size };
1256
+ const labelColor_1: string;
1257
+ export { labelColor_1 as labelColor };
1258
+ const required_1: boolean;
1259
+ export { required_1 as required };
1260
+ const width_1: string;
1261
+ export { width_1 as width };
1262
+ const disabled_1: boolean;
1263
+ export { disabled_1 as disabled };
1264
+ const error_1: boolean;
1265
+ export { error_1 as error };
1266
+ const errorMessage_1: string;
1267
+ export { errorMessage_1 as errorMessage };
1268
+ const selectedValue_1: string;
1269
+ export { selectedValue_1 as selectedValue };
1270
+ const leftIcon_1: string;
1271
+ export { leftIcon_1 as leftIcon };
1272
+ const rightIcon_1: string;
1273
+ export { rightIcon_1 as rightIcon };
1274
+ export function leftIconOnClick_1(): void;
1275
+ export { leftIconOnClick_1 as leftIconOnClick };
1276
+ export function rightIconOnClick_1(): void;
1277
+ export { rightIconOnClick_1 as rightIconOnClick };
1278
+ export function onBlur_1(): void;
1279
+ export { onBlur_1 as onBlur };
1280
+ export function onClick_1(): void;
1281
+ export { onClick_1 as onClick };
1282
+ const password_1: boolean;
1283
+ export { password_1 as password };
1284
+ const multiline_1: boolean;
1285
+ export { multiline_1 as multiline };
1286
+ const rows_1: number;
1287
+ export { rows_1 as rows };
1288
+ const maxLength_1: any;
1289
+ export { maxLength_1 as maxLength };
1290
+ const regex_1: any;
1291
+ export { regex_1 as regex };
1292
+ export function onKeyDown_1(): void;
1293
+ export { onKeyDown_1 as onKeyDown };
1294
+ }
1295
+ }
1296
+
1297
+ declare function Tooltip(props: any): any;
1298
+
1299
+ /**
1300
+ * ToggleSwitch component for on/off states.
1301
+ * Supports small/large sizes and disabled state.
1302
+ */
1303
+ declare function ToggleSwitch({ checked, onChange, size, disabled, ...props }: {
1304
+ [x: string]: any;
1305
+ checked: any;
1306
+ onChange: any;
1307
+ size?: string;
1308
+ disabled?: boolean;
1309
+ }): any;
1310
+ declare namespace ToggleSwitch {
1311
+ namespace propTypes {
1312
+ const checked: any;
1313
+ const onChange: any;
1314
+ const size: any;
1315
+ const disabled: any;
1316
+ }
1317
+ }
1318
+
1319
+ declare function ContainerTable(props: any): any;
1320
+
1321
+ declare function MenuRoute(props: any): any;
1322
+
1323
+ declare function Build({ width, height, fill }: {
1324
+ width?: string;
1325
+ height?: string;
1326
+ fill?: string;
1327
+ }): any;
1328
+
1329
+ declare function Track({ width, height, fill }: {
1330
+ width?: string;
1331
+ height?: string;
1332
+ fill?: string;
1333
+ }): any;
1334
+
1335
+ declare function Execute({ width, height, fill }: {
1336
+ width?: string;
1337
+ height?: string;
1338
+ fill?: string;
1339
+ }): any;
1340
+
1341
+ declare function Dashboard({ width, height, fill }: {
1342
+ width?: string;
1343
+ height?: string;
1344
+ fill?: string;
1345
+ }): any;
1346
+
1347
+ declare function Campaigns({ width, height, fill }: {
1348
+ width?: string;
1349
+ height?: string;
1350
+ fill?: string;
1351
+ }): any;
1352
+
1353
+ declare function Budgets({ width, height, fill }: {
1354
+ width?: string;
1355
+ height?: string;
1356
+ fill?: string;
1357
+ }): any;
1358
+
1359
+ declare function SampleRunEngine({ width, height, fill }: {
1360
+ width?: string;
1361
+ height?: string;
1362
+ fill?: string;
1363
+ }): any;
1364
+
1365
+ declare function Coupons({ width, height, fill }: {
1366
+ width?: string;
1367
+ height?: string;
1368
+ fill?: string;
1369
+ }): any;
1370
+
1371
+ declare function RulesEngine({ width, height, fill }: {
1372
+ width?: string;
1373
+ height?: string;
1374
+ fill?: string;
1375
+ }): any;
1376
+
1377
+ declare function AdvancedThresholds({ width, height, fill }: {
1378
+ width?: string;
1379
+ height?: string;
1380
+ fill?: string;
1381
+ }): any;
1382
+
1383
+ declare function PreTestWhatIf({ width, height, fill }: {
1384
+ width?: string;
1385
+ height?: string;
1386
+ fill?: string;
1387
+ }): any;
1388
+
1389
+ declare function CustomerSegments({ width, height, fill }: {
1390
+ width?: string;
1391
+ height?: string;
1392
+ fill?: string;
1393
+ }): any;
1394
+
1395
+ declare function GroupBuilder({ width, height, fill }: {
1396
+ width?: string;
1397
+ height?: string;
1398
+ fill?: string;
1399
+ }): any;
1400
+
1401
+ declare function ItemsStores({ width, height, fill }: {
1402
+ width?: string;
1403
+ height?: string;
1404
+ fill?: string;
1405
+ }): any;
1406
+
1407
+ declare function Analytics({ width, height, fill }: {
1408
+ width?: string;
1409
+ height?: string;
1410
+ fill?: string;
1411
+ }): any;
1412
+
1413
+ declare function Table(props: any): any;
1414
+ declare namespace Table {
1415
+ const displayName: string;
1416
+ }
1417
+
1418
+ declare function FilterPop(props: any): any;
1419
+
1420
+ declare function SortPop(props: any): any;
1421
+
1422
+ declare function RangePop(props: any): any;
1423
+
1424
+ declare function SearchInput(props: any): any;
1425
+
1426
+ declare function ItemManagerPanel({ width, height, disableSection, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, trashTooltipText, maxVisibleVendors, componentText, SubTitleColor }: {
1427
+ width?: string;
1428
+ height?: string;
1429
+ disableSection?: boolean;
1430
+ onSendForms?: () => void;
1431
+ editMode?: boolean;
1432
+ disabledSendForms?: boolean;
1433
+ AllFormsSent?: boolean;
1434
+ itemAndPackage?: any[];
1435
+ setItemAndPackage: any;
1436
+ linkColor?: string;
1437
+ backgroundColor?: string;
1438
+ buttonTooltipText?: string;
1439
+ trashTooltipText?: string;
1440
+ maxVisibleVendors?: number;
1441
+ componentText?: string;
1442
+ SubTitleColor?: string;
1443
+ }): any;
1444
+
1445
+ /**
1446
+ * ModalDrawer component
1447
+ * @param {Object} props
1448
+ * @param {boolean} props.open - Whether the drawer is open
1449
+ * @param {function} props.onClose - Handler for closing the drawer
1450
+ * @param {React.ReactNode} props.children - Drawer content
1451
+ * @param {number} [props.widthPercent=70] - Width of the drawer as a percentage of the viewport width
1452
+ */
1453
+ declare function ModalDrawer({ open, height, onClose, children, widthPercent }: {
1454
+ open: boolean;
1455
+ onClose: Function;
1456
+ children: React.ReactNode;
1457
+ widthPercent?: number;
1458
+ }): any;
1459
+
1460
+ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, editableDigitalCoupon, dropdownDigitalCouponTitle, ...props }: {
1461
+ [x: string]: any;
1462
+ data?: any[];
1463
+ value: any;
1464
+ onSelectClick: any;
1465
+ disabled?: boolean;
1466
+ isDarkerBackground?: boolean;
1467
+ required?: boolean;
1468
+ selectedColor?: string;
1469
+ hoverColor?: string;
1470
+ dropdownMaxHeight?: string;
1471
+ width?: string;
1472
+ height?: string;
1473
+ label: any;
1474
+ labelEmptyValue: any;
1475
+ showLabelOnTop: any;
1476
+ placeHolder: any;
1477
+ labelColor: any;
1478
+ placeHolderColor: any;
1479
+ margin?: string;
1480
+ editableDigitalCoupon?: boolean;
1481
+ dropdownDigitalCouponTitle?: string;
1482
+ }): any;
1483
+
1484
+ declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, opacity, secondaryColor, seperateSectionBorder, children, tooltipContent, }: {
1485
+ isOpen?: boolean;
1486
+ isDisabled?: boolean;
1487
+ onClose?: () => void;
1488
+ onConfirm?: () => void;
1489
+ title?: string;
1490
+ primaryText?: string;
1491
+ secondaryText?: string;
1492
+ width?: string;
1493
+ height?: string;
1494
+ color?: string;
1495
+ hoverColor?: string;
1496
+ opacity?: number;
1497
+ secondaryColor?: string;
1498
+ seperateSectionBorder?: boolean;
1499
+ children: any;
1500
+ tooltipContent?: string;
1501
+ }): any;
1502
+
1503
+ declare function ToasterMessageBox({ color, messageText, linkText, duration, width, icon, onLinkClick, onClose }: {
1504
+ color?: string;
1505
+ messageText?: string;
1506
+ linkText?: string;
1507
+ duration?: number;
1508
+ width?: string;
1509
+ icon?: string;
1510
+ onLinkClick?: () => void;
1511
+ onClose?: () => void;
1512
+ }): any;
1513
+
1514
+ declare function QuickFilterCards({ data, onCardToggle, width, CardsContainerClassName, }: {
1515
+ data?: any[];
1516
+ onCardToggle?: () => void;
1517
+ width?: string;
1518
+ CardsContainerClassName?: string;
1519
+ }): any;
1520
+
1521
+ declare function RangePicker({ label, onChange, borderRadius, required, width, height, placeholder, disabled, borderColor, borderColorFocus, textColor, selectedValue, }: {
1522
+ label: any;
1523
+ onChange: any;
1524
+ borderRadius: any;
1525
+ required: any;
1526
+ width: any;
1527
+ height: any;
1528
+ placeholder: any;
1529
+ disabled: any;
1530
+ borderColor: any;
1531
+ borderColorFocus: any;
1532
+ textColor: any;
1533
+ selectedValue: any;
1534
+ }): any;
1535
+ declare namespace RangePicker {
1536
+ namespace propTypes {
1537
+ const label: any;
1538
+ const onChange: any;
1539
+ const borderRadius: any;
1540
+ const required: any;
1541
+ const width: any;
1542
+ const height: any;
1543
+ const placeholder: any;
1544
+ const disabled: any;
1545
+ const borderColor: any;
1546
+ const borderColorFocus: any;
1547
+ const textColor: any;
1548
+ const selectedValue: any;
1549
+ }
1550
+ namespace defaultProps {
1551
+ const required_1: boolean;
1552
+ export { required_1 as required };
1553
+ const width_1: string;
1554
+ export { width_1 as width };
1555
+ const height_1: string;
1556
+ export { height_1 as height };
1557
+ const disabled_1: boolean;
1558
+ export { disabled_1 as disabled };
1559
+ const placeholder_1: string;
1560
+ export { placeholder_1 as placeholder };
1561
+ const borderColor_1: string;
1562
+ export { borderColor_1 as borderColor };
1563
+ const borderColorFocus_1: string;
1564
+ export { borderColorFocus_1 as borderColorFocus };
1565
+ const textColor_1: string;
1566
+ export { textColor_1 as textColor };
1567
+ const selectedValue_1: string;
1568
+ export { selectedValue_1 as selectedValue };
1569
+ }
1570
+ }
1571
+
1572
+ declare function Tag(props: any): any;
1125
1573
 
1126
- declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
1574
+ declare function CheckBox(props: any): any;
1127
1575
 
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 };
1576
+ 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 };