sag_components 2.0.0-beta → 2.0.0-beta2

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 (693) hide show
  1. package/dist/index.d.ts +1106 -0
  2. package/dist/index.esm.js +80952 -0
  3. package/dist/index.esm.js.map +1 -0
  4. package/dist/index.js +80998 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/types/components/AttachedFile/AttachedFile.d.ts +24 -0
  7. package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +35 -0
  8. package/dist/types/components/AttachedFile/AttachedFile.style.d.ts +4 -0
  9. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -0
  10. package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +19 -0
  11. package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -0
  12. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +39 -0
  13. package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +61 -0
  14. package/dist/types/components/BannerEventBox/BannerEventBox.style.d.ts +13 -0
  15. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +74 -0
  16. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +40 -0
  17. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +12 -0
  18. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +18 -0
  19. package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +38 -0
  20. package/dist/types/components/BannersDropdown/BannersDropdown.style.d.ts +8 -0
  21. package/dist/types/components/BarChart/BarChart.d.ts +79 -0
  22. package/dist/types/components/BarChart/BarChart.stories.d.ts +320 -0
  23. package/dist/types/components/BarChart/BarChart.style.d.ts +8 -0
  24. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +82 -0
  25. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +300 -0
  26. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +31 -0
  27. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +66 -0
  28. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +147 -0
  29. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.style.d.ts +9 -0
  30. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +107 -0
  31. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +465 -0
  32. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.style.d.ts +11 -0
  33. package/dist/types/components/Benchmark/Benchmark.d.ts +45 -0
  34. package/dist/types/components/Benchmark/Benchmark.stories.d.ts +224 -0
  35. package/dist/types/components/Benchmark/Benchmark.style.d.ts +5 -0
  36. package/dist/types/components/Button/Button.d.ts +22 -0
  37. package/dist/types/components/Button/Button.stories.d.ts +393 -0
  38. package/dist/types/components/Button/Button.style.d.ts +5 -0
  39. package/dist/types/components/Button/Button.test.d.ts +1 -0
  40. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +33 -0
  41. package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +64 -0
  42. package/dist/types/components/CampaignTool/CampaignDemoReport.style.d.ts +5 -0
  43. package/dist/types/components/CampaignTool/Card.d.ts +37 -0
  44. package/dist/types/components/CampaignTool/Card.stories.d.ts +57 -0
  45. package/dist/types/components/CampaignTool/Card.style.d.ts +8 -0
  46. package/dist/types/components/CampaignTool/FormInput.d.ts +5 -0
  47. package/dist/types/components/CampaignTool/FormSelect.d.ts +5 -0
  48. package/dist/types/components/CampaignTool/MultipleCard.d.ts +15 -0
  49. package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +31 -0
  50. package/dist/types/components/CampaignTool/MultipleCard.style.d.ts +1 -0
  51. package/dist/types/components/CampaignTool/PageFilterBar.d.ts +12 -0
  52. package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +23 -0
  53. package/dist/types/components/CampaignTool/PageFilterBar.style.d.ts +2 -0
  54. package/dist/types/components/CampaignTool/Popup.d.ts +27 -0
  55. package/dist/types/components/CampaignTool/Popup.stories.d.ts +166 -0
  56. package/dist/types/components/CampaignTool/Popup.style.d.ts +14 -0
  57. package/dist/types/components/CampaignTool/PopupContent.d.ts +28 -0
  58. package/dist/types/components/CampaignTool/PopupContent.style.d.ts +7 -0
  59. package/dist/types/components/CampaignTool/PopupFieldsRules.d.ts +41 -0
  60. package/dist/types/components/CampaignTool/Table.d.ts +56 -0
  61. package/dist/types/components/CampaignTool/Table.stories.d.ts +120 -0
  62. package/dist/types/components/CampaignTool/Table.style.d.ts +7 -0
  63. package/dist/types/components/CheckBox/CheckBox.d.ts +15 -0
  64. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +150 -0
  65. package/dist/types/components/CheckBox/CheckBox.style.d.ts +4 -0
  66. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +21 -0
  67. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +221 -0
  68. package/dist/types/components/CheckBoxButton/CheckBoxButton.style.d.ts +4 -0
  69. package/dist/types/components/CodeEditor/CodeEditor.d.ts +5 -0
  70. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +2 -0
  71. package/dist/types/components/CollapseData/CollapseData.d.ts +34 -0
  72. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +86 -0
  73. package/dist/types/components/CollapseData/CollapseData.style.d.ts +11 -0
  74. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +70 -0
  75. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +151 -0
  76. package/dist/types/components/CollapseHeader/CollapseHeader.style.d.ts +25 -0
  77. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.d.ts +24 -0
  78. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +79 -0
  79. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.style.d.ts +7 -0
  80. package/dist/types/components/Datepicker/Datepicker.d.ts +12 -0
  81. package/dist/types/components/Datepicker/Datepicker.stories.d.ts +112 -0
  82. package/dist/types/components/Datepicker/Datepicker.style.d.ts +1 -0
  83. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +21 -0
  84. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +41 -0
  85. package/dist/types/components/DialogOverlay/DialogOverlay.style.d.ts +6 -0
  86. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +34 -0
  87. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +103 -0
  88. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.style.d.ts +9 -0
  89. package/dist/types/components/DownloadProgress/DownloadProgress.d.ts +39 -0
  90. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +159 -0
  91. package/dist/types/components/DownloadProgress/DownloadProgress.style.d.ts +4 -0
  92. package/dist/types/components/Dropdown/Dropdown.d.ts +24 -0
  93. package/dist/types/components/Dropdown/Dropdown.stories.d.ts +451 -0
  94. package/dist/types/components/Dropdown/Dropdown.style.d.ts +1 -0
  95. package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +75 -0
  96. package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +263 -0
  97. package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +1 -0
  98. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +79 -0
  99. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.style.d.ts +12 -0
  100. package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +574 -0
  101. package/dist/types/components/DropdownNew/DropdownNew.d.ts +81 -0
  102. package/dist/types/components/DropdownNew/DropdownNew.style.d.ts +1 -0
  103. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +75 -0
  104. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.style.d.ts +10 -0
  105. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +48 -0
  106. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +151 -0
  107. package/dist/types/components/EventDetailsCard/EventDetailsCard.style.d.ts +6 -0
  108. package/dist/types/components/EventList/EventList.d.ts +30 -0
  109. package/dist/types/components/EventList/EventList.stories.d.ts +84 -0
  110. package/dist/types/components/EventList/EventList.style.d.ts +4 -0
  111. package/dist/types/components/EventListItem/EventListItem.d.ts +27 -0
  112. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +81 -0
  113. package/dist/types/components/EventListItem/EventListItem.style.d.ts +4 -0
  114. package/dist/types/components/FilterContainer/FilterContainer.d.ts +3 -0
  115. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +15 -0
  116. package/dist/types/components/FilterContainer/FilterContainer.style.d.ts +3 -0
  117. package/dist/types/components/FilterPanel/FilterPanel.d.ts +67 -0
  118. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +824 -0
  119. package/dist/types/components/FilterPanel/FilterPanel.style.d.ts +11 -0
  120. package/dist/types/components/FormattedValue/FormattedValue.d.ts +45 -0
  121. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +297 -0
  122. package/dist/types/components/FormattedValue/FormattedValue.style.d.ts +7 -0
  123. package/dist/types/components/Heatmap/Heatmap.d.ts +15 -0
  124. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +87 -0
  125. package/dist/types/components/Heatmap/Heatmap.style.d.ts +15 -0
  126. package/dist/types/components/IconButton/IconButton.d.ts +48 -0
  127. package/dist/types/components/IconButton/IconButton.stories.d.ts +166 -0
  128. package/dist/types/components/IconButton/IconButton.style.d.ts +4 -0
  129. package/dist/types/components/Input/Input.d.ts +80 -0
  130. package/dist/types/components/Input/Input.stories.d.ts +688 -0
  131. package/dist/types/components/Input/Input.style.d.ts +7 -0
  132. package/dist/types/components/InputOld/InputOld.d.ts +66 -0
  133. package/dist/types/components/InputOld/InputOld.stories.d.ts +130 -0
  134. package/dist/types/components/InputOld/InputOld.style.d.ts +6 -0
  135. package/dist/types/components/KpiFilter/KpiFilter.d.ts +58 -0
  136. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +300 -0
  137. package/dist/types/components/KpiFilter/KpiFilter.style.d.ts +16 -0
  138. package/dist/types/components/LinkButton/LinkButton.d.ts +13 -0
  139. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +279 -0
  140. package/dist/types/components/LinkButton/LinkButton.style.d.ts +4 -0
  141. package/dist/types/components/LinkButton/LinkButton.test.d.ts +1 -0
  142. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +35 -0
  143. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +72 -0
  144. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +12 -0
  145. package/dist/types/components/ListBox/ListBox.d.ts +15 -0
  146. package/dist/types/components/ListBox/ListBox.stories.d.ts +162 -0
  147. package/dist/types/components/ListBox/ListBox.style.d.ts +4 -0
  148. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +31 -0
  149. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +135 -0
  150. package/dist/types/components/MarketShareDescription/MarketShareDescription.style.d.ts +16 -0
  151. package/dist/types/components/Modal/Modal.d.ts +6 -0
  152. package/dist/types/components/Modal/Modal.style.d.ts +4 -0
  153. package/dist/types/components/Modal/ModalTotalBenchmark.d.ts +8 -0
  154. package/dist/types/components/Modal/ModalTotalCost.d.ts +7 -0
  155. package/dist/types/components/MonthPicker/MonthPicker.d.ts +54 -0
  156. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +197 -0
  157. package/dist/types/components/MonthPicker/MonthPicker.style.d.ts +8 -0
  158. package/dist/types/components/MonthPicker/MonthPopupPicker.d.ts +9 -0
  159. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +12 -0
  160. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +45 -0
  161. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +3 -0
  162. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +63 -0
  163. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +149 -0
  164. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +10 -0
  165. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +86 -0
  166. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +263 -0
  167. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.style.d.ts +14 -0
  168. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +29 -0
  169. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +98 -0
  170. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.d.ts +6 -0
  171. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +85 -0
  172. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +236 -0
  173. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.d.ts +13 -0
  174. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +37 -0
  175. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +102 -0
  176. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.d.ts +10 -0
  177. package/dist/types/components/PieChart/PieChart.d.ts +66 -0
  178. package/dist/types/components/PieChart/PieChart.stories.d.ts +295 -0
  179. package/dist/types/components/PieChart/PieChart.style.d.ts +18 -0
  180. package/dist/types/components/PopupCharts/PopupCharts.d.ts +64 -0
  181. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +280 -0
  182. package/dist/types/components/PopupCharts/PopupCharts.style.d.ts +12 -0
  183. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +29 -0
  184. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +77 -0
  185. package/dist/types/components/ProductsVariety/ProductsVariety.style.d.ts +10 -0
  186. package/dist/types/components/ProgressBar/ProgressBar.d.ts +24 -0
  187. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +94 -0
  188. package/dist/types/components/ProgressBar/ProgressBar.style.d.ts +2 -0
  189. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +54 -0
  190. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +197 -0
  191. package/dist/types/components/QuarterPicker/QuarterPicker.style.d.ts +8 -0
  192. package/dist/types/components/QuarterPicker/QuarterPopupPicker.d.ts +9 -0
  193. package/dist/types/components/QuickFilter/QuickFilter.d.ts +69 -0
  194. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +393 -0
  195. package/dist/types/components/QuickFilter/QuickFilter.style.d.ts +1 -0
  196. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +76 -0
  197. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.d.ts +12 -0
  198. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +68 -0
  199. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.d.ts +11 -0
  200. package/dist/types/components/RangePicker/RangeDatePicker.d.ts +9 -0
  201. package/dist/types/components/RangePicker/RangePicker.d.ts +52 -0
  202. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +194 -0
  203. package/dist/types/components/RangePicker/RangePicker.style.d.ts +8 -0
  204. package/dist/types/components/ReportTable/ReportTable.d.ts +83 -0
  205. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +322 -0
  206. package/dist/types/components/ReportTable/ReportTable.style.d.ts +14 -0
  207. package/dist/types/components/SagButton/SagButton.d.ts +45 -0
  208. package/dist/types/components/SagButton/SagButton.stories.d.ts +168 -0
  209. package/dist/types/components/SagButton/SagButton.style.d.ts +3 -0
  210. package/dist/types/components/SagIconButton/SagIconButton.d.ts +45 -0
  211. package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +178 -0
  212. package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +2 -0
  213. package/dist/types/components/SagInput/SagInput.d.ts +36 -0
  214. package/dist/types/components/SagInput/SagInput.stories.d.ts +88 -0
  215. package/dist/types/components/SagInput/SagInput.style.d.ts +3 -0
  216. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +50 -0
  217. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +222 -0
  218. package/dist/types/components/SalesAndROI/SalesAndROI.style.d.ts +9 -0
  219. package/dist/types/components/SearchInput/SearchInput.d.ts +24 -0
  220. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +49 -0
  221. package/dist/types/components/SearchInput/SearchInput.style.d.ts +2 -0
  222. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +49 -0
  223. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +260 -0
  224. package/dist/types/components/SegmentedButton/SegmentedButton.style.d.ts +6 -0
  225. package/dist/types/components/Select/Select.d.ts +21 -0
  226. package/dist/types/components/Select/Select.stories.d.ts +285 -0
  227. package/dist/types/components/Select/Select.style.d.ts +6 -0
  228. package/dist/types/components/SingleBarLineCharts/SingleBar.test.d.ts +1 -0
  229. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +28 -0
  230. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +398 -0
  231. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +61 -0
  232. package/dist/types/components/TabMenu/TabMenu.d.ts +90 -0
  233. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +174 -0
  234. package/dist/types/components/TabMenu/TabMenu.style.d.ts +58 -0
  235. package/dist/types/components/TextField/TextField.d.ts +6 -0
  236. package/dist/types/components/TextField/TextField.stories.d.ts +243 -0
  237. package/dist/types/components/TextField/TextField.style.d.ts +1 -0
  238. package/dist/types/components/TitleDescription/TitleDescription.d.ts +59 -0
  239. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +137 -0
  240. package/dist/types/components/TitleDescription/TitleDescription.style.d.ts +26 -0
  241. package/dist/types/components/Tooltip/Tooltip.d.ts +24 -0
  242. package/dist/types/components/Tooltip/Tooltip.style.d.ts +3 -0
  243. package/dist/types/components/TopToggleList/TopToggleList.d.ts +24 -0
  244. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +36 -0
  245. package/dist/types/components/TopToggleList/TopToggleList.style.d.ts +5 -0
  246. package/dist/types/components/TotalBenchmark/TotalBenchmark.d.ts +40 -0
  247. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +176 -0
  248. package/dist/types/components/TotalBenchmark/TotalBenchmark.style.d.ts +9 -0
  249. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +86 -0
  250. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +379 -0
  251. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.d.ts +20 -0
  252. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +54 -0
  253. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +237 -0
  254. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.d.ts +14 -0
  255. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +56 -0
  256. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +257 -0
  257. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.d.ts +10 -0
  258. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +66 -0
  259. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +416 -0
  260. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.style.d.ts +19 -0
  261. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +76 -0
  262. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +331 -0
  263. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.style.d.ts +6 -0
  264. package/dist/types/components/TspanTooltip/TspanTooltip.d.ts +24 -0
  265. package/dist/types/components/TspanTooltip/TspanTooltip.style.d.ts +3 -0
  266. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +74 -0
  267. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +238 -0
  268. package/dist/types/components/TwoBarCharts/TwoBarCharts.style.d.ts +8 -0
  269. package/dist/types/icons/ArrowDownIcon.d.ts +6 -0
  270. package/dist/types/icons/ArrowDropDownIcon.d.ts +6 -0
  271. package/dist/types/icons/ArrowSelectIcon.d.ts +6 -0
  272. package/dist/types/icons/ArrowUpIcon.d.ts +6 -0
  273. package/dist/types/icons/AttachedIcon.d.ts +6 -0
  274. package/dist/types/icons/BellIcon.d.ts +6 -0
  275. package/dist/types/icons/ButtonArrowRight.d.ts +5 -0
  276. package/dist/types/icons/Calendar.d.ts +2 -0
  277. package/dist/types/icons/CalendarIcon.d.ts +6 -0
  278. package/dist/types/icons/CalendarInOpen.d.ts +2 -0
  279. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +7 -0
  280. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +7 -0
  281. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +7 -0
  282. package/dist/types/icons/ChervronLeftIcon.d.ts +2 -0
  283. package/dist/types/icons/ChervronRightIcon.d.ts +2 -0
  284. package/dist/types/icons/ChevronLeftIcon.d.ts +4 -0
  285. package/dist/types/icons/ChevronRightIcon.d.ts +4 -0
  286. package/dist/types/icons/ClockIcon.d.ts +6 -0
  287. package/dist/types/icons/CloseIcon.d.ts +6 -0
  288. package/dist/types/icons/CloseXIcon.d.ts +6 -0
  289. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +7 -0
  290. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +7 -0
  291. package/dist/types/icons/DocumentIcon.d.ts +6 -0
  292. package/dist/types/icons/DownloadIcon.d.ts +6 -0
  293. package/dist/types/icons/Duplicate.d.ts +7 -0
  294. package/dist/types/icons/ErrorIcon.d.ts +6 -0
  295. package/dist/types/icons/ExitIcon.d.ts +7 -0
  296. package/dist/types/icons/ExportIcon.d.ts +7 -0
  297. package/dist/types/icons/EyeIcon.d.ts +7 -0
  298. package/dist/types/icons/FileIcon.d.ts +6 -0
  299. package/dist/types/icons/FilterIcon.d.ts +6 -0
  300. package/dist/types/icons/FlyIcon.d.ts +7 -0
  301. package/dist/types/icons/FoodLionChartIcon.d.ts +2 -0
  302. package/dist/types/icons/FoodLionIcon.d.ts +6 -0
  303. package/dist/types/icons/FoodLionNewIcon.d.ts +5 -0
  304. package/dist/types/icons/GiantFoodChartIcon.d.ts +2 -0
  305. package/dist/types/icons/GiantFoodIcon.d.ts +7 -0
  306. package/dist/types/icons/GiantFoodIcon_new.d.ts +7 -0
  307. package/dist/types/icons/HannafordChartIcon.d.ts +2 -0
  308. package/dist/types/icons/HannafordIcon.d.ts +6 -0
  309. package/dist/types/icons/HannafordIcon_new.d.ts +6 -0
  310. package/dist/types/icons/HannafordNewIcon.d.ts +5 -0
  311. package/dist/types/icons/InfoIcon.d.ts +7 -0
  312. package/dist/types/icons/LampIcon.d.ts +6 -0
  313. package/dist/types/icons/LegendLineIcon.d.ts +6 -0
  314. package/dist/types/icons/LegendUnionIcon.d.ts +6 -0
  315. package/dist/types/icons/MaintenanceIcon.d.ts +7 -0
  316. package/dist/types/icons/MenuItemClosedIcon.d.ts +7 -0
  317. package/dist/types/icons/MenuItemOpenIcon.d.ts +7 -0
  318. package/dist/types/icons/MenuItemRightIcon.d.ts +7 -0
  319. package/dist/types/icons/MenuItemUpIcon.d.ts +7 -0
  320. package/dist/types/icons/NoDataFoundIcon.d.ts +12 -0
  321. package/dist/types/icons/OptionsIcon.d.ts +6 -0
  322. package/dist/types/icons/ReselectIcon.d.ts +6 -0
  323. package/dist/types/icons/SearchIcon.d.ts +6 -0
  324. package/dist/types/icons/ShoppingCartIcon.d.ts +6 -0
  325. package/dist/types/icons/ShoutIcon.d.ts +6 -0
  326. package/dist/types/icons/Sort.d.ts +1 -0
  327. package/dist/types/icons/SortIcon.d.ts +7 -0
  328. package/dist/types/icons/SpotlightProductIcon.d.ts +7 -0
  329. package/dist/types/icons/StopAndShopChartIcon.d.ts +2 -0
  330. package/dist/types/icons/StopAndShopIcon.d.ts +7 -0
  331. package/dist/types/icons/StopAndShopNewIcon.d.ts +6 -0
  332. package/dist/types/icons/SucceededIcon.d.ts +6 -0
  333. package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +2 -0
  334. package/dist/types/icons/TheGiantCompanyIcon.d.ts +5 -0
  335. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +6 -0
  336. package/dist/types/index.d.ts +20 -0
  337. package/dist/types/reactTestApp/App.d.ts +2 -0
  338. package/dist/types/reactTestApp/index.d.ts +1 -0
  339. package/dist/types/reactTestApp/vite.config.d.ts +2 -0
  340. package/dist/types/utils/CommonFunctions.d.ts +6 -0
  341. package/dist/types/utils/ComponentFactory.d.ts +4 -0
  342. package/dist/types/utils/IconsHandler.d.ts +1 -0
  343. package/dist/types/utils/IconsHandler.style.d.ts +1 -0
  344. package/dist/types/utils/regex/Email.regex.d.ts +1 -0
  345. package/dist/types/utils/regex/LatinWithSpaces.regex.d.ts +1 -0
  346. package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +1 -0
  347. package/dist/types/utils/regex/Phone.regex.d.ts +1 -0
  348. package/package.json +19 -2
  349. package/.eslintrc.js +0 -37
  350. package/dist/components/AttachedFile/AttachedFile.js +0 -69
  351. package/dist/components/AttachedFile/AttachedFile.stories.js +0 -37
  352. package/dist/components/AttachedFile/AttachedFile.style.js +0 -48
  353. package/dist/components/AutocompleteField/AutocompleteField.js +0 -45
  354. package/dist/components/AutocompleteField/AutocompleteField.stories.js +0 -25
  355. package/dist/components/AutocompleteField/AutocompleteField.style.js +0 -55
  356. package/dist/components/BannerEventBox/BannerEventBox.js +0 -125
  357. package/dist/components/BannerEventBox/BannerEventBox.stories.js +0 -59
  358. package/dist/components/BannerEventBox/BannerEventBox.style.js +0 -78
  359. package/dist/components/BannerEventBoxList/BannerEventBoxList.js +0 -175
  360. package/dist/components/BannerEventBoxList/BannerEventBoxList.stories.js +0 -39
  361. package/dist/components/BannerEventBoxList/BannerEventBoxList.style.js +0 -190
  362. package/dist/components/BannersDropdown/BannersDropdown.js +0 -134
  363. package/dist/components/BannersDropdown/BannersDropdown.stories.js +0 -64
  364. package/dist/components/BannersDropdown/BannersDropdown.style.js +0 -99
  365. package/dist/components/BarChart/BarChart.js +0 -245
  366. package/dist/components/BarChart/BarChart.stories.js +0 -306
  367. package/dist/components/BarChart/BarChart.style.js +0 -60
  368. package/dist/components/BarChartTwoRows/BarChartTwoRows.js +0 -222
  369. package/dist/components/BarChartTwoRows/BarChartTwoRows.stories.js +0 -259
  370. package/dist/components/BarChartTwoRows/BarChartTwoRows.style.js +0 -79
  371. package/dist/components/BarChartWithAreaChart/BarChartWithAreaChart.js +0 -263
  372. package/dist/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.js +0 -134
  373. package/dist/components/BarChartWithAreaChart/BarChartWithAreaChart.style.js +0 -67
  374. package/dist/components/BarChartsByWeeks/BarChartsByWeeks.js +0 -308
  375. package/dist/components/BarChartsByWeeks/BarChartsByWeeks.stories.js +0 -445
  376. package/dist/components/BarChartsByWeeks/BarChartsByWeeks.style.js +0 -96
  377. package/dist/components/Benchmark/Benchmark.js +0 -126
  378. package/dist/components/Benchmark/Benchmark.stories.js +0 -147
  379. package/dist/components/Benchmark/Benchmark.style.js +0 -61
  380. package/dist/components/Button/Button.js +0 -181
  381. package/dist/components/Button/Button.stories.js +0 -255
  382. package/dist/components/Button/Button.style.js +0 -90
  383. package/dist/components/Button/Button.test.js +0 -94
  384. package/dist/components/CampaignTool/CampaignDemoReport.js +0 -71
  385. package/dist/components/CampaignTool/CampaignDemoReport.stories.js +0 -65
  386. package/dist/components/CampaignTool/CampaignDemoReport.style.js +0 -48
  387. package/dist/components/CampaignTool/Card.js +0 -100
  388. package/dist/components/CampaignTool/Card.stories.js +0 -92
  389. package/dist/components/CampaignTool/Card.style.js +0 -65
  390. package/dist/components/CampaignTool/FormInput.js +0 -35
  391. package/dist/components/CampaignTool/FormSelect.js +0 -37
  392. package/dist/components/CampaignTool/MultipleCard.js +0 -33
  393. package/dist/components/CampaignTool/MultipleCard.stories.js +0 -33
  394. package/dist/components/CampaignTool/MultipleCard.style.js +0 -13
  395. package/dist/components/CampaignTool/PageFilterBar.js +0 -29
  396. package/dist/components/CampaignTool/PageFilterBar.stories.js +0 -28
  397. package/dist/components/CampaignTool/PageFilterBar.style.js +0 -22
  398. package/dist/components/CampaignTool/Popup.js +0 -137
  399. package/dist/components/CampaignTool/Popup.stories.js +0 -702
  400. package/dist/components/CampaignTool/Popup.style.js +0 -122
  401. package/dist/components/CampaignTool/PopupContent.js +0 -84
  402. package/dist/components/CampaignTool/PopupContent.style.js +0 -74
  403. package/dist/components/CampaignTool/PopupFieldsRules.js +0 -168
  404. package/dist/components/CampaignTool/Table.js +0 -223
  405. package/dist/components/CampaignTool/Table.stories.js +0 -104
  406. package/dist/components/CampaignTool/Table.style.js +0 -86
  407. package/dist/components/CheckBox/CheckBox.js +0 -61
  408. package/dist/components/CheckBox/CheckBox.stories.js +0 -107
  409. package/dist/components/CheckBox/CheckBox.style.js +0 -36
  410. package/dist/components/CheckBoxButton/CheckBoxButton.js +0 -57
  411. package/dist/components/CheckBoxButton/CheckBoxButton.stories.js +0 -150
  412. package/dist/components/CheckBoxButton/CheckBoxButton.style.js +0 -39
  413. package/dist/components/CodeEditor/CodeEditor.js +0 -31
  414. package/dist/components/CodeEditor/CodeEditor.style.js +0 -13
  415. package/dist/components/CollapseData/CollapseData.js +0 -100
  416. package/dist/components/CollapseData/CollapseData.stories.js +0 -125
  417. package/dist/components/CollapseData/CollapseData.style.js +0 -127
  418. package/dist/components/CollapseHeader/CollapseHeader.js +0 -284
  419. package/dist/components/CollapseHeader/CollapseHeader.stories.js +0 -123
  420. package/dist/components/CollapseHeader/CollapseHeader.style.js +0 -200
  421. package/dist/components/CollapseMenuItem/CollapseMenuItem.js +0 -72
  422. package/dist/components/CollapseMenuItem/CollapseMenuItem.stories.js +0 -121
  423. package/dist/components/CollapseMenuItem/CollapseMenuItem.style.js +0 -61
  424. package/dist/components/Datepicker/Datepicker.js +0 -136
  425. package/dist/components/Datepicker/Datepicker.stories.js +0 -85
  426. package/dist/components/Datepicker/Datepicker.style.js +0 -19
  427. package/dist/components/DialogOverlay/DialogOverlay.js +0 -57
  428. package/dist/components/DialogOverlay/DialogOverlay.stories.js +0 -39
  429. package/dist/components/DialogOverlay/DialogOverlay.style.js +0 -70
  430. package/dist/components/DoublePanelDataRow/DoublePanelDataRow.js +0 -89
  431. package/dist/components/DoublePanelDataRow/DoublePanelDataRow.stories.js +0 -116
  432. package/dist/components/DoublePanelDataRow/DoublePanelDataRow.style.js +0 -66
  433. package/dist/components/DownloadProgress/DownloadProgress.js +0 -99
  434. package/dist/components/DownloadProgress/DownloadProgress.stories.js +0 -109
  435. package/dist/components/DownloadProgress/DownloadProgress.style.js +0 -51
  436. package/dist/components/Dropdown/Dropdown.js +0 -199
  437. package/dist/components/Dropdown/Dropdown.stories.js +0 -318
  438. package/dist/components/Dropdown/Dropdown.style.js +0 -17
  439. package/dist/components/DropdownMulti/DropdownMulti.js +0 -277
  440. package/dist/components/DropdownMulti/DropdownMulti.stories.js +0 -220
  441. package/dist/components/DropdownMulti/DropdownMulti.style.js +0 -17
  442. package/dist/components/DropdownMultiNew/DropdownMultiNew.js +0 -250
  443. package/dist/components/DropdownMultiNew/DropdownMultiNew.style.js +0 -212
  444. package/dist/components/DropdownMultiNew/DropdownNew.stories.js +0 -407
  445. package/dist/components/DropdownNew/DropdownNew.js +0 -80
  446. package/dist/components/DropdownNew/DropdownNew.style.js +0 -21
  447. package/dist/components/DropdownSingleNew/DropdownSingleNew.js +0 -228
  448. package/dist/components/DropdownSingleNew/DropdownSingleNew.style.js +0 -183
  449. package/dist/components/EventDetailsCard/EventDetailsCard.js +0 -170
  450. package/dist/components/EventDetailsCard/EventDetailsCard.stories.js +0 -114
  451. package/dist/components/EventDetailsCard/EventDetailsCard.style.js +0 -62
  452. package/dist/components/EventList/EventList.js +0 -64
  453. package/dist/components/EventList/EventList.stories.js +0 -84
  454. package/dist/components/EventList/EventList.style.js +0 -38
  455. package/dist/components/EventListItem/EventListItem.js +0 -68
  456. package/dist/components/EventListItem/EventListItem.stories.js +0 -65
  457. package/dist/components/EventListItem/EventListItem.style.js +0 -47
  458. package/dist/components/FilterContainer/FilterContainer.js +0 -26
  459. package/dist/components/FilterContainer/FilterContainer.stories.js +0 -22
  460. package/dist/components/FilterContainer/FilterContainer.style.js +0 -30
  461. package/dist/components/FilterPanel/FilterPanel.js +0 -459
  462. package/dist/components/FilterPanel/FilterPanel.stories.js +0 -967
  463. package/dist/components/FilterPanel/FilterPanel.style.js +0 -89
  464. package/dist/components/FormattedValue/FormattedValue.js +0 -87
  465. package/dist/components/FormattedValue/FormattedValue.stories.js +0 -183
  466. package/dist/components/FormattedValue/FormattedValue.style.js +0 -91
  467. package/dist/components/Heatmap/Heatmap.js +0 -177
  468. package/dist/components/Heatmap/Heatmap.stories.js +0 -118
  469. package/dist/components/Heatmap/Heatmap.style.js +0 -151
  470. package/dist/components/IconButton/IconButton.js +0 -132
  471. package/dist/components/IconButton/IconButton.stories.js +0 -126
  472. package/dist/components/IconButton/IconButton.style.js +0 -65
  473. package/dist/components/Input/Input.js +0 -173
  474. package/dist/components/Input/Input.stories.js +0 -422
  475. package/dist/components/Input/Input.style.js +0 -132
  476. package/dist/components/InputOld/InputOld.js +0 -97
  477. package/dist/components/InputOld/InputOld.stories.js +0 -103
  478. package/dist/components/InputOld/InputOld.style.js +0 -71
  479. package/dist/components/KpiFilter/KpiFilter.js +0 -294
  480. package/dist/components/KpiFilter/KpiFilter.stories.js +0 -401
  481. package/dist/components/KpiFilter/KpiFilter.style.js +0 -132
  482. package/dist/components/LinkButton/LinkButton.js +0 -166
  483. package/dist/components/LinkButton/LinkButton.stories.js +0 -171
  484. package/dist/components/LinkButton/LinkButton.style.js +0 -53
  485. package/dist/components/LinkButton/LinkButton.test.js +0 -94
  486. package/dist/components/LinnerDataBox/LinnerDataBox.js +0 -81
  487. package/dist/components/LinnerDataBox/LinnerDataBox.stories.js +0 -79
  488. package/dist/components/LinnerDataBox/LinnerDataBox.style.js +0 -68
  489. package/dist/components/ListBox/ListBox.js +0 -59
  490. package/dist/components/ListBox/ListBox.stories.js +0 -132
  491. package/dist/components/ListBox/ListBox.style.js +0 -48
  492. package/dist/components/MarketShareDescription/MarketShareDescription.js +0 -119
  493. package/dist/components/MarketShareDescription/MarketShareDescription.stories.js +0 -196
  494. package/dist/components/MarketShareDescription/MarketShareDescription.style.js +0 -215
  495. package/dist/components/Modal/Modal.js +0 -23
  496. package/dist/components/Modal/Modal.style.js +0 -64
  497. package/dist/components/Modal/ModalTotalBenchmark.js +0 -129
  498. package/dist/components/Modal/ModalTotalCost.js +0 -101
  499. package/dist/components/MonthPicker/MonthPicker.js +0 -149
  500. package/dist/components/MonthPicker/MonthPicker.stories.js +0 -142
  501. package/dist/components/MonthPicker/MonthPicker.style.js +0 -105
  502. package/dist/components/MonthPicker/MonthPopupPicker.js +0 -215
  503. package/dist/components/NoDataFoundMessage/NoDataFoundMessage.js +0 -30
  504. package/dist/components/NoDataFoundMessage/NoDataFoundMessage.stories.js +0 -66
  505. package/dist/components/NoDataFoundMessage/NoDataFoundMessage.style.js +0 -39
  506. package/dist/components/OneColumnContainer/OneColumnContainer.js +0 -127
  507. package/dist/components/OneColumnContainer/OneColumnContainer.stories.js +0 -117
  508. package/dist/components/OneColumnContainer/OneColumnContainer.style.js +0 -107
  509. package/dist/components/PerformanceAnalytics/PerformanceAnalytics.js +0 -442
  510. package/dist/components/PerformanceAnalytics/PerformanceAnalytics.stories.js +0 -263
  511. package/dist/components/PerformanceAnalytics/PerformanceAnalytics.style.js +0 -144
  512. package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.js +0 -60
  513. package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.js +0 -99
  514. package/dist/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.style.js +0 -63
  515. package/dist/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.js +0 -317
  516. package/dist/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.js +0 -236
  517. package/dist/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.style.js +0 -116
  518. package/dist/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.js +0 -86
  519. package/dist/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.js +0 -109
  520. package/dist/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.style.js +0 -89
  521. package/dist/components/PieChart/PieChart.js +0 -193
  522. package/dist/components/PieChart/PieChart.stories.js +0 -215
  523. package/dist/components/PieChart/PieChart.style.js +0 -154
  524. package/dist/components/PopupCharts/PopupCharts.js +0 -212
  525. package/dist/components/PopupCharts/PopupCharts.stories.js +0 -1196
  526. package/dist/components/PopupCharts/PopupCharts.style.js +0 -108
  527. package/dist/components/ProductsVariety/ProductsVariety.js +0 -106
  528. package/dist/components/ProductsVariety/ProductsVariety.stories.js +0 -90
  529. package/dist/components/ProductsVariety/ProductsVariety.style.js +0 -86
  530. package/dist/components/ProgressBar/ProgressBar.js +0 -56
  531. package/dist/components/ProgressBar/ProgressBar.stories.js +0 -71
  532. package/dist/components/ProgressBar/ProgressBar.style.js +0 -24
  533. package/dist/components/QuarterPicker/QuarterPicker.js +0 -145
  534. package/dist/components/QuarterPicker/QuarterPicker.stories.js +0 -142
  535. package/dist/components/QuarterPicker/QuarterPicker.style.js +0 -104
  536. package/dist/components/QuarterPicker/QuarterPopupPicker.js +0 -196
  537. package/dist/components/QuickFilter/QuickFilter.js +0 -68
  538. package/dist/components/QuickFilter/QuickFilter.stories.js +0 -275
  539. package/dist/components/QuickFilter/QuickFilter.style.js +0 -21
  540. package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.js +0 -261
  541. package/dist/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.style.js +0 -188
  542. package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.js +0 -198
  543. package/dist/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.style.js +0 -133
  544. package/dist/components/RangePicker/RangeDatePicker.js +0 -229
  545. package/dist/components/RangePicker/RangePicker.js +0 -158
  546. package/dist/components/RangePicker/RangePicker.stories.js +0 -140
  547. package/dist/components/RangePicker/RangePicker.style.js +0 -109
  548. package/dist/components/ReportTable/ReportTable.js +0 -412
  549. package/dist/components/ReportTable/ReportTable.stories.js +0 -255
  550. package/dist/components/ReportTable/ReportTable.style.js +0 -304
  551. package/dist/components/SagButton/SagButton.js +0 -73
  552. package/dist/components/SagButton/SagButton.stories.js +0 -118
  553. package/dist/components/SagButton/SagButton.style.js +0 -47
  554. package/dist/components/SagIconButton/SagIconButton.js +0 -103
  555. package/dist/components/SagIconButton/SagIconButton.stories.js +0 -122
  556. package/dist/components/SagIconButton/SagIconButton.style.js +0 -30
  557. package/dist/components/SagInput/SagInput.js +0 -62
  558. package/dist/components/SagInput/SagInput.stories.js +0 -69
  559. package/dist/components/SagInput/SagInput.style.js +0 -41
  560. package/dist/components/SalesAndROI/SalesAndROI.js +0 -104
  561. package/dist/components/SalesAndROI/SalesAndROI.stories.js +0 -166
  562. package/dist/components/SalesAndROI/SalesAndROI.style.js +0 -111
  563. package/dist/components/SearchInput/SearchInput.js +0 -42
  564. package/dist/components/SearchInput/SearchInput.stories.js +0 -44
  565. package/dist/components/SearchInput/SearchInput.style.js +0 -37
  566. package/dist/components/SegmentedButton/SegmentedButton.js +0 -120
  567. package/dist/components/SegmentedButton/SegmentedButton.stories.js +0 -181
  568. package/dist/components/SegmentedButton/SegmentedButton.style.js +0 -97
  569. package/dist/components/Select/Select.js +0 -108
  570. package/dist/components/Select/Select.stories.js +0 -201
  571. package/dist/components/Select/Select.style.js +0 -101
  572. package/dist/components/SingleBarLineCharts/SingleBar.test.js +0 -68
  573. package/dist/components/SingleBarLineCharts/SingleBarLineCharts.js +0 -360
  574. package/dist/components/SingleBarLineCharts/SingleBarLineCharts.stories.js +0 -310
  575. package/dist/components/SingleBarLineCharts/SingleBarLineCharts.style.js +0 -101
  576. package/dist/components/TabMenu/TabMenu.js +0 -250
  577. package/dist/components/TabMenu/TabMenu.stories.js +0 -136
  578. package/dist/components/TabMenu/TabMenu.style.js +0 -121
  579. package/dist/components/TextField/TextField.js +0 -183
  580. package/dist/components/TextField/TextField.stories.js +0 -160
  581. package/dist/components/TextField/TextField.style.js +0 -18
  582. package/dist/components/TitleDescription/TitleDescription.js +0 -305
  583. package/dist/components/TitleDescription/TitleDescription.stories.js +0 -116
  584. package/dist/components/TitleDescription/TitleDescription.style.js +0 -222
  585. package/dist/components/Tooltip/Tooltip.js +0 -55
  586. package/dist/components/Tooltip/Tooltip.style.js +0 -103
  587. package/dist/components/TopToggleList/TopToggleList.js +0 -57
  588. package/dist/components/TopToggleList/TopToggleList.stories.js +0 -52
  589. package/dist/components/TopToggleList/TopToggleList.style.js +0 -51
  590. package/dist/components/TotalBenchmark/TotalBenchmark.js +0 -96
  591. package/dist/components/TotalBenchmark/TotalBenchmark.stories.js +0 -135
  592. package/dist/components/TotalBenchmark/TotalBenchmark.style.js +0 -79
  593. package/dist/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.js +0 -311
  594. package/dist/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.js +0 -341
  595. package/dist/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.style.js +0 -171
  596. package/dist/components/TotalBenchmarkArrows/TotalBenchmarkArrows.js +0 -149
  597. package/dist/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.js +0 -170
  598. package/dist/components/TotalBenchmarkArrows/TotalBenchmarkArrows.style.js +0 -108
  599. package/dist/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.js +0 -162
  600. package/dist/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.js +0 -183
  601. package/dist/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.style.js +0 -77
  602. package/dist/components/TotalDoughnutChart/TotalDoughnutChart.js +0 -228
  603. package/dist/components/TotalDoughnutChart/TotalDoughnutChart.stories.js +0 -301
  604. package/dist/components/TotalDoughnutChart/TotalDoughnutChart.style.js +0 -178
  605. package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.js +0 -218
  606. package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.js +0 -291
  607. package/dist/components/TotalHorizontalCharts/TotalHorizontalCharts.style.js +0 -93
  608. package/dist/components/TspanTooltip/TspanTooltip.js +0 -41
  609. package/dist/components/TspanTooltip/TspanTooltip.style.js +0 -105
  610. package/dist/components/TwoBarCharts/TwoBarCharts.js +0 -211
  611. package/dist/components/TwoBarCharts/TwoBarCharts.stories.js +0 -185
  612. package/dist/components/TwoBarCharts/TwoBarCharts.style.js +0 -60
  613. package/dist/icons/ArrowDownIcon.js +0 -17
  614. package/dist/icons/ArrowDropDownIcon.js +0 -19
  615. package/dist/icons/ArrowSelectIcon.js +0 -18
  616. package/dist/icons/ArrowUpIcon.js +0 -17
  617. package/dist/icons/AttachedIcon.js +0 -17
  618. package/dist/icons/BellIcon.js +0 -17
  619. package/dist/icons/ButtonArrowRight.js +0 -18
  620. package/dist/icons/Calendar.js +0 -13
  621. package/dist/icons/CalendarIcon.js +0 -19
  622. package/dist/icons/CalendarInOpen.js +0 -14
  623. package/dist/icons/CheckBoxButtonCheckedIcon.js +0 -20
  624. package/dist/icons/CheckBoxCheckedIcon.js +0 -20
  625. package/dist/icons/CheckBoxNotCheckedIcon.js +0 -20
  626. package/dist/icons/ChervronLeftIcon.js +0 -13
  627. package/dist/icons/ChervronRightIcon.js +0 -13
  628. package/dist/icons/ChevronLeftIcon.js +0 -20
  629. package/dist/icons/ChevronRightIcon.js +0 -20
  630. package/dist/icons/ClockIcon.js +0 -19
  631. package/dist/icons/CloseIcon.js +0 -17
  632. package/dist/icons/CloseXIcon.js +0 -17
  633. package/dist/icons/ComboBoxArrowDownIcon.js +0 -20
  634. package/dist/icons/ComboBoxArrowUpIcon.js +0 -18
  635. package/dist/icons/DocumentIcon.js +0 -22
  636. package/dist/icons/DownloadIcon.js +0 -17
  637. package/dist/icons/Duplicate.js +0 -18
  638. package/dist/icons/ErrorIcon.js +0 -18
  639. package/dist/icons/ExitIcon.js +0 -18
  640. package/dist/icons/ExportIcon.js +0 -18
  641. package/dist/icons/EyeIcon.js +0 -18
  642. package/dist/icons/FileIcon.js +0 -17
  643. package/dist/icons/FilterIcon.js +0 -20
  644. package/dist/icons/FlyIcon.js +0 -20
  645. package/dist/icons/FoodLionChartIcon.js +0 -22
  646. package/dist/icons/FoodLionIcon.js +0 -1042
  647. package/dist/icons/FoodLionNewIcon.js +0 -22
  648. package/dist/icons/GiantFoodChartIcon.js +0 -20
  649. package/dist/icons/GiantFoodIcon.js +0 -673
  650. package/dist/icons/GiantFoodIcon_new.js +0 -24
  651. package/dist/icons/HannafordChartIcon.js +0 -20
  652. package/dist/icons/HannafordIcon.js +0 -1686
  653. package/dist/icons/HannafordIcon_new.js +0 -23
  654. package/dist/icons/HannafordNewIcon.js +0 -204
  655. package/dist/icons/InfoIcon.js +0 -18
  656. package/dist/icons/LampIcon.js +0 -20
  657. package/dist/icons/LegendLineIcon.js +0 -17
  658. package/dist/icons/LegendUnionIcon.js +0 -17
  659. package/dist/icons/MaintenanceIcon.js +0 -20
  660. package/dist/icons/MenuItemClosedIcon.js +0 -20
  661. package/dist/icons/MenuItemOpenIcon.js +0 -18
  662. package/dist/icons/MenuItemRightIcon.js +0 -18
  663. package/dist/icons/MenuItemUpIcon.js +0 -18
  664. package/dist/icons/NoDataFoundIcon.js +0 -32
  665. package/dist/icons/OptionsIcon.js +0 -17
  666. package/dist/icons/ReselectIcon.js +0 -17
  667. package/dist/icons/SearchIcon.js +0 -17
  668. package/dist/icons/ShoppingCartIcon.js +0 -25
  669. package/dist/icons/ShoutIcon.js +0 -17
  670. package/dist/icons/Sort.js +0 -5
  671. package/dist/icons/SortIcon.js +0 -23
  672. package/dist/icons/SpotlightProductIcon.js +0 -18
  673. package/dist/icons/StopAndShopChartIcon.js +0 -22
  674. package/dist/icons/StopAndShopIcon.js +0 -61
  675. package/dist/icons/StopAndShopNewIcon.js +0 -23
  676. package/dist/icons/SucceededIcon.js +0 -18
  677. package/dist/icons/TheGiantCompanyChartIcon.js +0 -20
  678. package/dist/icons/TheGiantCompanyIcon.js +0 -22
  679. package/dist/icons/TheGiantCompanyNewIcon.js +0 -23
  680. package/dist/reactTestApp/index.js +0 -17
  681. package/dist/reactTestApp/vite.config.js +0 -15
  682. package/dist/utils/CommonFunctions.js +0 -95
  683. package/dist/utils/ComponentFactory.js +0 -64
  684. package/dist/utils/IconsHandler.js +0 -70
  685. package/dist/utils/IconsHandler.style.js +0 -16
  686. package/dist/utils/regex/Email.regex.js +0 -7
  687. package/dist/utils/regex/LatinWithSpaces.regex.js +0 -7
  688. package/dist/utils/regex/OnlyEnglishLetters.regex.js +0 -7
  689. package/dist/utils/regex/Phone.regex.js +0 -7
  690. package/favicon.ico +0 -0
  691. package/index.html +0 -65
  692. package/manifest.json +0 -25
  693. package/robots.txt +0 -3
@@ -0,0 +1,1106 @@
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;
25
+
26
+ declare function PieChart(props: any): react_jsx_runtime.JSX.Element;
27
+ declare namespace PieChart {
28
+ 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>;
50
+ }
51
+ namespace defaultProps {
52
+ const className_1: string;
53
+ export { className_1 as className };
54
+ const width_1: string;
55
+ export { width_1 as width };
56
+ const height_1: string;
57
+ export { height_1 as height };
58
+ const textcolor_1: string;
59
+ export { textcolor_1 as textcolor };
60
+ const title_1: string;
61
+ export { title_1 as title };
62
+ const value_1: number;
63
+ export { value_1 as value };
64
+ const currencySign_1: boolean;
65
+ export { currencySign_1 as currencySign };
66
+ const currencyType_1: string;
67
+ export { currencyType_1 as currencyType };
68
+ const dotCut_1: boolean;
69
+ export { dotCut_1 as dotCut };
70
+ const isPercent_1: boolean;
71
+ export { isPercent_1 as isPercent };
72
+ const legendData_1: never[];
73
+ export { legendData_1 as legendData };
74
+ const itemsBoldedValues_1: boolean;
75
+ export { itemsBoldedValues_1 as itemsBoldedValues };
76
+ const itemsPercentagesValueAside_1: boolean;
77
+ export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
78
+ const itemsValuesSeparateLine_1: boolean;
79
+ export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
80
+ const hideTitleAndValue_1: boolean;
81
+ export { hideTitleAndValue_1 as hideTitleAndValue };
82
+ const addingBenchmark_1: boolean;
83
+ export { addingBenchmark_1 as addingBenchmark };
84
+ const textAfterValue_1: string;
85
+ export { textAfterValue_1 as textAfterValue };
86
+ const noDataText_1: string;
87
+ export { noDataText_1 as noDataText };
88
+ }
89
+ }
90
+
91
+ declare function EventDetailsCard(props: any): react_jsx_runtime.JSX.Element;
92
+ declare namespace EventDetailsCard {
93
+ 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>;
106
+ }
107
+ namespace defaultProps {
108
+ const title_1: string;
109
+ export { title_1 as title };
110
+ const width_1: string;
111
+ export { width_1 as width };
112
+ const height_1: string;
113
+ export { height_1 as height };
114
+ const className_1: string;
115
+ export { className_1 as className };
116
+ const displayBannersDropdown_1: boolean;
117
+ export { displayBannersDropdown_1 as displayBannersDropdown };
118
+ const banners_1: string[];
119
+ export { banners_1 as banners };
120
+ const data_1: {
121
+ label: string;
122
+ value: string;
123
+ }[];
124
+ export { data_1 as data };
125
+ const count_1: number;
126
+ export { count_1 as count };
127
+ const buttonText_1: string;
128
+ export { buttonText_1 as buttonText };
129
+ export function onViewButtonClick_1(): void;
130
+ export { onViewButtonClick_1 as onViewButtonClick };
131
+ export function onBannersDropdownClick_1(): void;
132
+ export { onBannersDropdownClick_1 as onBannersDropdownClick };
133
+ const disableViewDetailsButton_1: boolean;
134
+ export { disableViewDetailsButton_1 as disableViewDetailsButton };
135
+ }
136
+ }
137
+
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
+ }
171
+
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
+ }
260
+
261
+ declare function FilterPanel(props: any): react_jsx_runtime.JSX.Element;
262
+ declare namespace FilterPanel {
263
+ 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
+ name: PropTypes.Requireable<string>;
269
+ value: PropTypes.Requireable<number>;
270
+ color: PropTypes.Requireable<string>;
271
+ }> | null | undefined)[]>;
272
+ const width: PropTypes.Requireable<string>;
273
+ const height: PropTypes.Requireable<string>;
274
+ const okButtonBackgroundColor: PropTypes.Requireable<string>;
275
+ const okButtonHoverColor: PropTypes.Requireable<string>;
276
+ const resetButtonHoverColor: PropTypes.Requireable<string>;
277
+ const borderColor: string;
278
+ const onOkClick: PropTypes.Requireable<(...args: any[]) => any>;
279
+ const onResetClick: PropTypes.Requireable<(...args: any[]) => any>;
280
+ const onItemValueChanged: PropTypes.Requireable<(...args: any[]) => any>;
281
+ const disableOKButton: PropTypes.Requireable<boolean>;
282
+ const className: PropTypes.Requireable<string>;
283
+ const useExternalFilterState: PropTypes.Requireable<boolean>;
284
+ const showShadow: PropTypes.Requireable<boolean>;
285
+ const tooltipTextGoButton: PropTypes.Requireable<string>;
286
+ }
287
+ namespace defaultProps {
288
+ const availableQuarters_1: string[];
289
+ export { availableQuarters_1 as availableQuarters };
290
+ const availableMonths_1: string[];
291
+ export { availableMonths_1 as availableMonths };
292
+ const availableYears_1: string[];
293
+ export { availableYears_1 as availableYears };
294
+ const fieldsData_1: never[];
295
+ export { fieldsData_1 as fieldsData };
296
+ const width_1: string;
297
+ export { width_1 as width };
298
+ const height_1: string;
299
+ export { height_1 as height };
300
+ const okButtonBackgroundColor_1: string;
301
+ export { okButtonBackgroundColor_1 as okButtonBackgroundColor };
302
+ const okButtonHoverColor_1: string;
303
+ export { okButtonHoverColor_1 as okButtonHoverColor };
304
+ const resetButtonHoverColor_1: string;
305
+ export { resetButtonHoverColor_1 as resetButtonHoverColor };
306
+ const borderColor_1: string;
307
+ export { borderColor_1 as borderColor };
308
+ export function onOkClick_1(): void;
309
+ export { onOkClick_1 as onOkClick };
310
+ export function onResetClick_1(): void;
311
+ export { onResetClick_1 as onResetClick };
312
+ export function onItemValueChanged_1(): void;
313
+ export { onItemValueChanged_1 as onItemValueChanged };
314
+ const disableOKButton_1: boolean;
315
+ export { disableOKButton_1 as disableOKButton };
316
+ const className_1: string;
317
+ export { className_1 as className };
318
+ const useExternalFilterState_1: boolean;
319
+ export { useExternalFilterState_1 as useExternalFilterState };
320
+ const showShadow_1: boolean;
321
+ export { showShadow_1 as showShadow };
322
+ const tooltipTextGoButton_1: string;
323
+ export { tooltipTextGoButton_1 as tooltipTextGoButton };
324
+ }
325
+ }
326
+
327
+ declare function ReportTable(props: any): react_jsx_runtime.JSX.Element;
328
+ declare namespace ReportTable {
329
+ namespace propTypes {
330
+ const buttonText: PropTypes.Requireable<string>;
331
+ const buttonIconName: PropTypes.Requireable<string>;
332
+ const tableData: PropTypes.Requireable<PropTypes.InferProps<{
333
+ columnsHeadings: PropTypes.Requireable<(PropTypes.InferProps<{
334
+ label: PropTypes.Requireable<string>;
335
+ key: PropTypes.Requireable<string>;
336
+ }> | null | undefined)[]>;
337
+ rowsValues: PropTypes.Requireable<({
338
+ [x: string]: string | null | undefined;
339
+ } | null | undefined)[]>;
340
+ }>>;
341
+ const maxColumnsNumber: PropTypes.Requireable<number>;
342
+ const useColorLinearGradient: PropTypes.Requireable<boolean>;
343
+ const useSelectButtons: PropTypes.Requireable<boolean>;
344
+ const disableSelectButtons: PropTypes.Requireable<boolean>;
345
+ const disableInfo: PropTypes.Requireable<boolean>;
346
+ const selectTextColor: PropTypes.Requireable<string>;
347
+ const onSelectRowClick: PropTypes.Requireable<(...args: any[]) => any>;
348
+ const onCheckRowClick: PropTypes.Requireable<(...args: any[]) => any>;
349
+ const onAllRowsCheckBoxClick: PropTypes.Requireable<(...args: any[]) => any>;
350
+ const useCheckBoxes: PropTypes.Requireable<boolean>;
351
+ const selectHoverColor: PropTypes.Requireable<string>;
352
+ const enableHover: PropTypes.Requireable<boolean>;
353
+ const enablePagination: PropTypes.Requireable<boolean>;
354
+ }
355
+ namespace defaultProps {
356
+ const buttonText_1: string;
357
+ export { buttonText_1 as buttonText };
358
+ const buttonIconName_1: string;
359
+ export { buttonIconName_1 as buttonIconName };
360
+ export namespace tableData_1 {
361
+ const columnsHeadings: {
362
+ label: string;
363
+ key: string;
364
+ }[];
365
+ const rowsValues: {
366
+ retailer: string;
367
+ eventDescription: string;
368
+ totalCost: string;
369
+ incBaselineSales: string;
370
+ }[];
371
+ }
372
+ export { tableData_1 as tableData };
373
+ const maxColumnsNumber_1: number;
374
+ export { maxColumnsNumber_1 as maxColumnsNumber };
375
+ const useColorLinearGradient_1: boolean;
376
+ export { useColorLinearGradient_1 as useColorLinearGradient };
377
+ const enableHover_1: boolean;
378
+ export { enableHover_1 as enableHover };
379
+ const enablePagination_1: boolean;
380
+ export { enablePagination_1 as enablePagination };
381
+ const selectHoverColor_1: string;
382
+ export { selectHoverColor_1 as selectHoverColor };
383
+ const useSelectButtons_1: boolean;
384
+ export { useSelectButtons_1 as useSelectButtons };
385
+ const disableSelectButtons_1: boolean;
386
+ export { disableSelectButtons_1 as disableSelectButtons };
387
+ const disableInfo_1: boolean;
388
+ export { disableInfo_1 as disableInfo };
389
+ const selectTextColor_1: string;
390
+ export { selectTextColor_1 as selectTextColor };
391
+ export function onSelectRowClick_1(): void;
392
+ export { onSelectRowClick_1 as onSelectRowClick };
393
+ export function onCheckRowClick_1(): void;
394
+ export { onCheckRowClick_1 as onCheckRowClick };
395
+ export function onAllRowsCheckBoxClick_1(): void;
396
+ export { onAllRowsCheckBoxClick_1 as onAllRowsCheckBoxClick };
397
+ const useCheckBoxes_1: boolean;
398
+ export { useCheckBoxes_1 as useCheckBoxes };
399
+ export const limit: number;
400
+ export const currentPage: number;
401
+ export const totalPages: number;
402
+ export const totalTableResults: number;
403
+ export const isLoading: boolean;
404
+ export function onSortChangeCallback(): void;
405
+ export function onSortReset(): void;
406
+ }
407
+ }
408
+
409
+ declare function EventList(props: any): react_jsx_runtime.JSX.Element;
410
+ declare namespace EventList {
411
+ namespace propTypes {
412
+ const eventsData: PropTypes.Requireable<(PropTypes.InferProps<{
413
+ eventName: PropTypes.Requireable<string>;
414
+ period: PropTypes.Requireable<string>;
415
+ }> | null | undefined)[]>;
416
+ const selectTextColor: PropTypes.Requireable<string>;
417
+ const height: PropTypes.Requireable<string>;
418
+ const width: PropTypes.Requireable<string>;
419
+ const itemHeight: PropTypes.Requireable<string>;
420
+ const onSelectClick: PropTypes.Requireable<(...args: any[]) => any>;
421
+ }
422
+ namespace defaultProps {
423
+ const eventsData_1: never[];
424
+ export { eventsData_1 as eventsData };
425
+ const selectTextColor_1: string;
426
+ export { selectTextColor_1 as selectTextColor };
427
+ const width_1: string;
428
+ export { width_1 as width };
429
+ const height_1: string;
430
+ export { height_1 as height };
431
+ const itemHeight_1: string;
432
+ export { itemHeight_1 as itemHeight };
433
+ export function onSelectClick_1(): void;
434
+ export { onSelectClick_1 as onSelectClick };
435
+ }
436
+ }
437
+
438
+ declare function BannerEventBoxList(props: any): react_jsx_runtime.JSX.Element;
439
+ declare namespace BannerEventBoxList {
440
+ namespace propTypes {
441
+ const className: PropTypes.Requireable<string>;
442
+ const width: PropTypes.Requireable<string>;
443
+ const height: PropTypes.Requireable<string>;
444
+ const eventType: PropTypes.Requireable<string>;
445
+ const eventName: PropTypes.Requireable<string>;
446
+ const count: PropTypes.Requireable<number>;
447
+ const toggleColor: PropTypes.Requireable<string>;
448
+ const data: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>;
449
+ const retailer: PropTypes.Requireable<string>;
450
+ const retailerFile: PropTypes.Requireable<(...args: any[]) => any>;
451
+ const showLoader: PropTypes.Requireable<boolean>;
452
+ const showEventDetails: PropTypes.Requireable<boolean>;
453
+ const cardsContent: PropTypes.Requireable<boolean>;
454
+ const linkText: PropTypes.Requireable<string>;
455
+ const disableToggle: PropTypes.Requireable<boolean>;
456
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
457
+ const bannerWidth: PropTypes.Requireable<string>;
458
+ const loaderColor: PropTypes.Requireable<string>;
459
+ const showDraft: PropTypes.Requireable<boolean>;
460
+ }
461
+ namespace defaultProps {
462
+ const className_1: string;
463
+ export { className_1 as className };
464
+ const width_1: string;
465
+ export { width_1 as width };
466
+ const height_1: string;
467
+ export { height_1 as height };
468
+ const eventType_1: string;
469
+ export { eventType_1 as eventType };
470
+ const eventName_1: string;
471
+ export { eventName_1 as eventName };
472
+ const count_1: null;
473
+ export { count_1 as count };
474
+ const toggleColor_1: string;
475
+ export { toggleColor_1 as toggleColor };
476
+ const data_1: {
477
+ banner: string;
478
+ description: string;
479
+ dates: string[];
480
+ data: {
481
+ name: string;
482
+ items: string[];
483
+ }[];
484
+ }[];
485
+ export { data_1 as data };
486
+ const retailer_1: string;
487
+ export { retailer_1 as retailer };
488
+ export function retailerFile_1(): void;
489
+ export { retailerFile_1 as retailerFile };
490
+ const cardsContent_1: boolean;
491
+ export { cardsContent_1 as cardsContent };
492
+ const linkText_1: string;
493
+ export { linkText_1 as linkText };
494
+ const showLoader_1: boolean;
495
+ export { showLoader_1 as showLoader };
496
+ const showEventDetails_1: boolean;
497
+ export { showEventDetails_1 as showEventDetails };
498
+ const disableToggle_1: boolean;
499
+ export { disableToggle_1 as disableToggle };
500
+ const children_1: null;
501
+ export { children_1 as children };
502
+ const bannerWidth_1: string;
503
+ export { bannerWidth_1 as bannerWidth };
504
+ const loaderColor_1: string;
505
+ export { loaderColor_1 as loaderColor };
506
+ const showDraft_1: boolean;
507
+ export { showDraft_1 as showDraft };
508
+ }
509
+ }
510
+
511
+ declare function DialogOverlay(props: any): react_jsx_runtime.JSX.Element;
512
+ declare namespace DialogOverlay {
513
+ namespace propTypes {
514
+ const title: PropTypes.Requireable<string>;
515
+ const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
516
+ const onDialogClose: PropTypes.Requireable<(...args: any[]) => any>;
517
+ const className: PropTypes.Requireable<string>;
518
+ }
519
+ namespace defaultProps {
520
+ const title_1: string;
521
+ export { title_1 as title };
522
+ const children_1: null;
523
+ export { children_1 as children };
524
+ export function onDialogClose_1(): void;
525
+ export { onDialogClose_1 as onDialogClose };
526
+ const className_1: string;
527
+ export { className_1 as className };
528
+ }
529
+ }
530
+
531
+ declare function CollapseHeader(props: any): react_jsx_runtime.JSX.Element;
532
+ declare namespace CollapseHeader {
533
+ namespace propTypes {
534
+ const className: PropTypes.Requireable<string>;
535
+ const showRetailerIcon: PropTypes.Requireable<boolean>;
536
+ const showPeriodIcon: PropTypes.Requireable<boolean>;
537
+ const viewCreativeRetailersData: PropTypes.Requireable<(PropTypes.InferProps<{
538
+ label: PropTypes.Requireable<string>;
539
+ }> | null | undefined)[]>;
540
+ const data: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
541
+ const showViewCreativeButton: PropTypes.Requireable<boolean>;
542
+ const viewCreativeOnClick: PropTypes.Requireable<(...args: any[]) => any>;
543
+ const descriptionTitle: PropTypes.Requireable<string>;
544
+ const datesTitle: PropTypes.Requireable<string>;
545
+ const width: PropTypes.Requireable<string>;
546
+ const height: PropTypes.Requireable<string>;
547
+ const textcolor: PropTypes.Requireable<string>;
548
+ const showDraft: PropTypes.Requireable<boolean>;
549
+ const buttonText: PropTypes.Requireable<string>;
550
+ const disabled: PropTypes.Requireable<boolean>;
551
+ }
552
+ namespace defaultProps {
553
+ const className_1: string;
554
+ export { className_1 as className };
555
+ const showRetailerIcon_1: boolean;
556
+ export { showRetailerIcon_1 as showRetailerIcon };
557
+ const showPeriodIcon_1: boolean;
558
+ export { showPeriodIcon_1 as showPeriodIcon };
559
+ const viewCreativeRetailersData_1: {
560
+ label: string;
561
+ }[];
562
+ export { viewCreativeRetailersData_1 as viewCreativeRetailersData };
563
+ export namespace data_1 {
564
+ const eventType: string;
565
+ const retailer: string;
566
+ const eventDescription: string;
567
+ const objectivesDescription: string;
568
+ const eventDatesValue: string;
569
+ const externalEventDescription: string;
570
+ const externalEventID: string;
571
+ const storeType: string;
572
+ const category: string;
573
+ const supplier: string;
574
+ const brand: string;
575
+ }
576
+ export { data_1 as data };
577
+ const showViewCreativeButton_1: boolean;
578
+ export { showViewCreativeButton_1 as showViewCreativeButton };
579
+ export function viewCreativeOnClick_1(): void;
580
+ export { viewCreativeOnClick_1 as viewCreativeOnClick };
581
+ const width_1: string;
582
+ export { width_1 as width };
583
+ const height_1: string;
584
+ export { height_1 as height };
585
+ const textcolor_1: string;
586
+ export { textcolor_1 as textcolor };
587
+ const showDraft_1: boolean;
588
+ export { showDraft_1 as showDraft };
589
+ const disabled_1: boolean;
590
+ export { disabled_1 as disabled };
591
+ const buttonText_1: string;
592
+ export { buttonText_1 as buttonText };
593
+ const descriptionTitle_1: string;
594
+ export { descriptionTitle_1 as descriptionTitle };
595
+ const datesTitle_1: string;
596
+ export { datesTitle_1 as datesTitle };
597
+ }
598
+ }
599
+
600
+ declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disabled, error, errorMessage, label, labelColor, placeHolder, width, checkBoxColor, onChange, options, selectedValue, }: {
601
+ hoverColor: any;
602
+ multipleSelection: any;
603
+ xIconShow: any;
604
+ disabled: any;
605
+ error: any;
606
+ errorMessage: any;
607
+ label: any;
608
+ labelColor: any;
609
+ placeHolder: any;
610
+ width: any;
611
+ checkBoxColor: any;
612
+ onChange: any;
613
+ options: any;
614
+ selectedValue: any;
615
+ }): react_jsx_runtime.JSX.Element;
616
+ declare namespace QuickFilter {
617
+ namespace propTypes {
618
+ const hoverColor: PropTypes.Requireable<string>;
619
+ const multipleSelection: PropTypes.Requireable<boolean>;
620
+ const disabled: PropTypes.Requireable<boolean>;
621
+ const error: PropTypes.Requireable<boolean>;
622
+ const errorMessage: string;
623
+ const label: PropTypes.Requireable<string>;
624
+ const labelColor: PropTypes.Requireable<string>;
625
+ const placeHolder: PropTypes.Requireable<string>;
626
+ const width: PropTypes.Requireable<string>;
627
+ const checkBoxColor: PropTypes.Requireable<string>;
628
+ const onChange: PropTypes.Requireable<(...args: any[]) => any>;
629
+ const options: PropTypes.Requireable<(PropTypes.InferProps<{
630
+ id: PropTypes.Requireable<string>;
631
+ label: PropTypes.Requireable<string>;
632
+ }> | null | undefined)[]>;
633
+ const selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
634
+ id: PropTypes.Requireable<string>;
635
+ label: PropTypes.Requireable<string>;
636
+ }> | null | undefined)[]>;
637
+ }
638
+ namespace defaultProps {
639
+ const hoverColor_1: string;
640
+ export { hoverColor_1 as hoverColor };
641
+ const multipleSelection_1: boolean;
642
+ export { multipleSelection_1 as multipleSelection };
643
+ const disabled_1: boolean;
644
+ export { disabled_1 as disabled };
645
+ const error_1: boolean;
646
+ export { error_1 as error };
647
+ const errorMessage_1: string;
648
+ export { errorMessage_1 as errorMessage };
649
+ const label_1: string;
650
+ export { label_1 as label };
651
+ const labelColor_1: string;
652
+ export { labelColor_1 as labelColor };
653
+ const placeHolder_1: string;
654
+ export { placeHolder_1 as placeHolder };
655
+ const width_1: string;
656
+ export { width_1 as width };
657
+ const checkBoxColor_1: string;
658
+ export { checkBoxColor_1 as checkBoxColor };
659
+ export function onChange_1(): void;
660
+ export { onChange_1 as onChange };
661
+ const options_1: never[];
662
+ export { options_1 as options };
663
+ const selectedValue_1: never[];
664
+ export { selectedValue_1 as selectedValue };
665
+ }
666
+ }
667
+
668
+ declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
669
+ declare namespace OneColumnContainer {
670
+ namespace propTypes {
671
+ const children: PropTypes.Requireable<string>;
672
+ const display: PropTypes.Requireable<string>;
673
+ const isLoading: PropTypes.Requireable<boolean>;
674
+ const gridTemplateColumns: PropTypes.Requireable<string>;
675
+ const itemClass: PropTypes.Requireable<string>;
676
+ const divStyle: PropTypes.Requireable<string>;
677
+ const overStyle: PropTypes.Requireable<string>;
678
+ const draggingStyle: PropTypes.Requireable<string>;
679
+ const droppedStyle: PropTypes.Requireable<string>;
680
+ const width: PropTypes.Requireable<string>;
681
+ const height: PropTypes.Requireable<string>;
682
+ const overflow: PropTypes.Requireable<string>;
683
+ const infoTitle: PropTypes.Requireable<string>;
684
+ const infoText: PropTypes.Requireable<string>;
685
+ const disableInfo: PropTypes.Requireable<boolean>;
686
+ const showViewByBannerButton: PropTypes.Requireable<boolean>;
687
+ const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
688
+ const columnTitle: PropTypes.Requireable<string>;
689
+ }
690
+ namespace defaultProps {
691
+ const children_1: string;
692
+ export { children_1 as children };
693
+ const display_1: string;
694
+ export { display_1 as display };
695
+ const isLoading_1: string;
696
+ export { isLoading_1 as isLoading };
697
+ const gridTemplateColumns_1: string;
698
+ export { gridTemplateColumns_1 as gridTemplateColumns };
699
+ const itemClass_1: string;
700
+ export { itemClass_1 as itemClass };
701
+ const divStyle_1: string;
702
+ export { divStyle_1 as divStyle };
703
+ const overStyle_1: string;
704
+ export { overStyle_1 as overStyle };
705
+ const draggingStyle_1: string;
706
+ export { draggingStyle_1 as draggingStyle };
707
+ const droppedStyle_1: string;
708
+ export { droppedStyle_1 as droppedStyle };
709
+ const width_1: string;
710
+ export { width_1 as width };
711
+ const height_1: string;
712
+ export { height_1 as height };
713
+ const overflow_1: string;
714
+ export { overflow_1 as overflow };
715
+ const infoTitle_1: string;
716
+ export { infoTitle_1 as infoTitle };
717
+ const infoText_1: string;
718
+ export { infoText_1 as infoText };
719
+ const disableInfo_1: boolean;
720
+ export { disableInfo_1 as disableInfo };
721
+ const showViewByBannerButton_1: boolean;
722
+ export { showViewByBannerButton_1 as showViewByBannerButton };
723
+ export function onBannerClick_1(): void;
724
+ export { onBannerClick_1 as onBannerClick };
725
+ const columnTitle_1: string;
726
+ export { columnTitle_1 as columnTitle };
727
+ }
728
+ }
729
+
730
+ declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
731
+ declare namespace BarChartsByWeeks {
732
+ namespace propTypes {
733
+ const className: PropTypes.Requireable<string>;
734
+ const title: PropTypes.Requireable<string>;
735
+ const showHeaderTopValue: PropTypes.Requireable<boolean>;
736
+ const headerValueTopTitle: PropTypes.Requireable<string>;
737
+ const headerValueBottomTitle: PropTypes.Requireable<string>;
738
+ const headerValue: PropTypes.Requireable<number>;
739
+ const HeaderValueCurrencyType: PropTypes.Requireable<string>;
740
+ const HeaderValueIsPercent: PropTypes.Requireable<boolean>;
741
+ const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
742
+ title: PropTypes.Requireable<string>;
743
+ value: PropTypes.Requireable<number>;
744
+ }> | null | undefined)[]>;
745
+ const isTitleOriganal: PropTypes.Requireable<boolean>;
746
+ const width: PropTypes.Requireable<string>;
747
+ const height: PropTypes.Requireable<string>;
748
+ const barChartColor: PropTypes.Requireable<string>;
749
+ const barChartSecondColor: PropTypes.Requireable<string>;
750
+ const xselectedColor: PropTypes.Requireable<string>;
751
+ const startWeekRange: PropTypes.Requireable<string>;
752
+ const endWeekRange: PropTypes.Requireable<string>;
753
+ const tooltipTitle: PropTypes.Requireable<string>;
754
+ const tooltipSecondTitle: PropTypes.Requireable<string>;
755
+ const yAxisCounter: PropTypes.Requireable<number>;
756
+ const isPercentValue: PropTypes.Requireable<boolean>;
757
+ const interval: PropTypes.Requireable<string>;
758
+ const showTitle: PropTypes.Requireable<boolean>;
759
+ const showLegend: PropTypes.Requireable<boolean>;
760
+ const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
761
+ title: PropTypes.Validator<string>;
762
+ iconType: PropTypes.Validator<string>;
763
+ iconColor: PropTypes.Validator<string>;
764
+ }> | null | undefined)[]>;
765
+ const showTwoBars: PropTypes.Requireable<boolean>;
766
+ const setLimitHeight: PropTypes.Requireable<number>;
767
+ const setLimitLow: PropTypes.Requireable<number>;
768
+ }
769
+ namespace defaultProps {
770
+ const className_1: string;
771
+ export { className_1 as className };
772
+ const title_1: string;
773
+ export { title_1 as title };
774
+ const showHeaderTopValue_1: boolean;
775
+ export { showHeaderTopValue_1 as showHeaderTopValue };
776
+ const headerValueTopTitle_1: string;
777
+ export { headerValueTopTitle_1 as headerValueTopTitle };
778
+ const headerValueBottomTitle_1: string;
779
+ export { headerValueBottomTitle_1 as headerValueBottomTitle };
780
+ const headerValue_1: number;
781
+ export { headerValue_1 as headerValue };
782
+ const HeaderValueCurrencyType_1: string;
783
+ export { HeaderValueCurrencyType_1 as HeaderValueCurrencyType };
784
+ const HeaderValueIsPercent_1: boolean;
785
+ export { HeaderValueIsPercent_1 as HeaderValueIsPercent };
786
+ const barChartData_1: {
787
+ title: string;
788
+ value: number;
789
+ }[];
790
+ export { barChartData_1 as barChartData };
791
+ const width_1: string;
792
+ export { width_1 as width };
793
+ const height_1: string;
794
+ export { height_1 as height };
795
+ const barChartColor_1: string;
796
+ export { barChartColor_1 as barChartColor };
797
+ const barChartSecondColor_1: string;
798
+ export { barChartSecondColor_1 as barChartSecondColor };
799
+ const xselectedColor_1: string;
800
+ export { xselectedColor_1 as xselectedColor };
801
+ const tooltipTitle_1: string;
802
+ export { tooltipTitle_1 as tooltipTitle };
803
+ const tooltipSecondTitle_1: string;
804
+ export { tooltipSecondTitle_1 as tooltipSecondTitle };
805
+ const startWeekRange_1: number;
806
+ export { startWeekRange_1 as startWeekRange };
807
+ const endWeekRange_1: number;
808
+ export { endWeekRange_1 as endWeekRange };
809
+ const yAxisCounter_1: number;
810
+ export { yAxisCounter_1 as yAxisCounter };
811
+ const isPercentValue_1: boolean;
812
+ export { isPercentValue_1 as isPercentValue };
813
+ const interval_1: string;
814
+ export { interval_1 as interval };
815
+ const showTitle_1: boolean;
816
+ export { showTitle_1 as showTitle };
817
+ const showLegend_1: boolean;
818
+ export { showLegend_1 as showLegend };
819
+ const isTitleOriganal_1: boolean;
820
+ export { isTitleOriganal_1 as isTitleOriganal };
821
+ const legendData_1: {
822
+ title: string;
823
+ iconType: string;
824
+ iconColor: string;
825
+ }[];
826
+ export { legendData_1 as legendData };
827
+ const showTwoBars_1: boolean;
828
+ export { showTwoBars_1 as showTwoBars };
829
+ const setLimitHeight_1: null;
830
+ export { setLimitHeight_1 as setLimitHeight };
831
+ const setLimitLow_1: null;
832
+ export { setLimitLow_1 as setLimitLow };
833
+ }
834
+ }
835
+
836
+ declare function PopupCharts(props: any): react_jsx_runtime.JSX.Element;
837
+ declare namespace PopupCharts {
838
+ namespace propTypes {
839
+ const title: PropTypes.Requireable<string>;
840
+ const chartType: PropTypes.Requireable<string>;
841
+ const popupChartsItemsData: PropTypes.Requireable<(PropTypes.InferProps<{
842
+ title: PropTypes.Requireable<string>;
843
+ chartType: PropTypes.Requireable<string>;
844
+ value: PropTypes.Requireable<number>;
845
+ legendData: PropTypes.Requireable<(PropTypes.InferProps<{
846
+ color: PropTypes.Requireable<string>;
847
+ name: PropTypes.Requireable<string>;
848
+ value: PropTypes.Requireable<number>;
849
+ }> | null | undefined)[]>;
850
+ noDataText: PropTypes.Requireable<string>;
851
+ }> | null | undefined)[]>;
852
+ const isPopupChartsOpen: PropTypes.Requireable<boolean>;
853
+ const width: PropTypes.Requireable<string>;
854
+ const height: PropTypes.Requireable<string>;
855
+ const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
856
+ const subtitleTextColor: PropTypes.Requireable<string>;
857
+ }
858
+ namespace defaultProps {
859
+ const title_1: string;
860
+ export { title_1 as title };
861
+ const chartType_1: string;
862
+ export { chartType_1 as chartType };
863
+ const isPopupChartsOpen_1: boolean;
864
+ export { isPopupChartsOpen_1 as isPopupChartsOpen };
865
+ const popupChartsItemsData_1: ({
866
+ title: string;
867
+ chartType: string;
868
+ value: number;
869
+ legendData: {
870
+ color: string;
871
+ name: string;
872
+ value: number;
873
+ }[];
874
+ noDataText: string;
875
+ chartsData?: undefined;
876
+ } | {
877
+ title: string;
878
+ chartType: string;
879
+ value: number;
880
+ chartsData: {
881
+ label: string;
882
+ value: number;
883
+ }[];
884
+ noDataText: string;
885
+ legendData?: undefined;
886
+ })[];
887
+ export { popupChartsItemsData_1 as popupChartsItemsData };
888
+ const width_1: string;
889
+ export { width_1 as width };
890
+ const height_1: string;
891
+ export { height_1 as height };
892
+ export function onCloseClick_1(): void;
893
+ export { onCloseClick_1 as onCloseClick };
894
+ const subtitleTextColor_1: string;
895
+ export { subtitleTextColor_1 as subtitleTextColor };
896
+ }
897
+ }
898
+
899
+ declare function TotalDoughnutChart(props: any): react_jsx_runtime.JSX.Element;
900
+ declare namespace TotalDoughnutChart {
901
+ namespace propTypes {
902
+ const className: PropTypes.Requireable<string>;
903
+ const title: PropTypes.Requireable<string>;
904
+ const value: PropTypes.Requireable<number>;
905
+ const addingBenchmark: PropTypes.Requireable<boolean>;
906
+ const dotCut: PropTypes.Requireable<boolean>;
907
+ const currencySign: PropTypes.Requireable<boolean>;
908
+ const currencyType: PropTypes.Requireable<string>;
909
+ const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
910
+ name: PropTypes.Requireable<string>;
911
+ description: PropTypes.Requireable<string>;
912
+ }> | null | undefined)[]>;
913
+ const itemsPercentagesValueAside: PropTypes.Requireable<boolean>;
914
+ const itemsBoldedValues: PropTypes.Requireable<boolean>;
915
+ const itemsValuesSeparateLine: PropTypes.Requireable<boolean>;
916
+ const width: PropTypes.Requireable<string>;
917
+ const height: PropTypes.Requireable<string>;
918
+ const textcolor: PropTypes.Requireable<string>;
919
+ const isPercent: PropTypes.Requireable<boolean>;
920
+ const hideTitleAndValue: PropTypes.Requireable<boolean>;
921
+ const noDataText: PropTypes.Requireable<string>;
922
+ const textAfterValue: PropTypes.Requireable<string>;
923
+ }
924
+ namespace defaultProps {
925
+ const className_1: string;
926
+ export { className_1 as className };
927
+ const title_1: string;
928
+ export { title_1 as title };
929
+ const value_1: number;
930
+ export { value_1 as value };
931
+ const addingBenchmark_1: boolean;
932
+ export { addingBenchmark_1 as addingBenchmark };
933
+ const dotCut_1: boolean;
934
+ export { dotCut_1 as dotCut };
935
+ const currencySign_1: boolean;
936
+ export { currencySign_1 as currencySign };
937
+ const currencyType_1: string;
938
+ export { currencyType_1 as currencyType };
939
+ const legendData_1: never[];
940
+ export { legendData_1 as legendData };
941
+ const itemsPercentagesValueAside_1: boolean;
942
+ export { itemsPercentagesValueAside_1 as itemsPercentagesValueAside };
943
+ const itemsBoldedValues_1: boolean;
944
+ export { itemsBoldedValues_1 as itemsBoldedValues };
945
+ const itemsValuesSeparateLine_1: boolean;
946
+ export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
947
+ const width_1: string;
948
+ export { width_1 as width };
949
+ const height_1: string;
950
+ export { height_1 as height };
951
+ const textcolor_1: string;
952
+ export { textcolor_1 as textcolor };
953
+ const isPercent_1: boolean;
954
+ export { isPercent_1 as isPercent };
955
+ const hideTitleAndValue_1: boolean;
956
+ export { hideTitleAndValue_1 as hideTitleAndValue };
957
+ const noDataText_1: string;
958
+ export { noDataText_1 as noDataText };
959
+ const textAfterValue_1: string;
960
+ export { textAfterValue_1 as textAfterValue };
961
+ }
962
+ }
963
+
964
+ declare function TopToggleList(props: any): react_jsx_runtime.JSX.Element;
965
+ declare namespace TopToggleList {
966
+ namespace propTypes {
967
+ const width: PropTypes.Requireable<string>;
968
+ const height: PropTypes.Requireable<string>;
969
+ const title: PropTypes.Requireable<string>;
970
+ const list: PropTypes.Requireable<any[]>;
971
+ }
972
+ namespace defaultProps {
973
+ const width_1: string;
974
+ export { width_1 as width };
975
+ const height_1: string;
976
+ export { height_1 as height };
977
+ const title_1: string;
978
+ export { title_1 as title };
979
+ const list_1: {
980
+ value: string;
981
+ label: string;
982
+ }[];
983
+ export { list_1 as list };
984
+ }
985
+ }
986
+
987
+ declare function MarketShareDescription(props: any): react_jsx_runtime.JSX.Element;
988
+ declare namespace MarketShareDescription {
989
+ namespace propTypes {
990
+ const marketShareData: PropTypes.Requireable<(PropTypes.InferProps<{
991
+ label: PropTypes.Requireable<string>;
992
+ checked: PropTypes.Requireable<boolean>;
993
+ disabled: PropTypes.Requireable<boolean>;
994
+ }> | null | undefined)[]>;
995
+ const height: PropTypes.Requireable<string>;
996
+ const width: PropTypes.Requireable<string>;
997
+ const iconColor: PropTypes.Requireable<string>;
998
+ const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
999
+ const dotCut: PropTypes.Requireable<boolean>;
1000
+ }
1001
+ namespace defaultProps {
1002
+ const marketShareData_1: never[];
1003
+ export { marketShareData_1 as marketShareData };
1004
+ const width_1: string;
1005
+ export { width_1 as width };
1006
+ const height_1: string;
1007
+ export { height_1 as height };
1008
+ const iconColor_1: string;
1009
+ export { iconColor_1 as iconColor };
1010
+ export function onBannerClick_1(): void;
1011
+ export { onBannerClick_1 as onBannerClick };
1012
+ const dotCut_1: boolean;
1013
+ export { dotCut_1 as dotCut };
1014
+ }
1015
+ }
1016
+
1017
+ declare function Heatmap(props: any): react_jsx_runtime.JSX.Element;
1018
+ declare namespace Heatmap {
1019
+ namespace propTypes {
1020
+ const title: PropTypes.Validator<string>;
1021
+ const data: PropTypes.Validator<(PropTypes.InferProps<{
1022
+ value: PropTypes.Validator<number>;
1023
+ label: PropTypes.Validator<string>;
1024
+ color: PropTypes.Validator<string>;
1025
+ }> | null | undefined)[]>;
1026
+ const lowLimit: PropTypes.Validator<number>;
1027
+ const barHeight: PropTypes.Validator<string>;
1028
+ }
1029
+ }
1030
+
1031
+ declare function TotalHorizontalCharts(props: any): react_jsx_runtime.JSX.Element;
1032
+ declare namespace TotalHorizontalCharts {
1033
+ namespace propTypes {
1034
+ const className: PropTypes.Requireable<string>;
1035
+ const title: PropTypes.Requireable<string>;
1036
+ const value: PropTypes.Requireable<number>;
1037
+ const dotCut: PropTypes.Requireable<boolean>;
1038
+ const currencySign: PropTypes.Requireable<boolean>;
1039
+ const currencyType: PropTypes.Requireable<string>;
1040
+ const chartsData: PropTypes.Requireable<(PropTypes.InferProps<{
1041
+ name: PropTypes.Requireable<string>;
1042
+ value: PropTypes.Requireable<number>;
1043
+ color: PropTypes.Requireable<string>;
1044
+ }> | null | undefined)[]>;
1045
+ const showScrollerBarsCount: PropTypes.Requireable<number>;
1046
+ const showPercentAsideValue: PropTypes.Requireable<boolean>;
1047
+ const labelFontSize: PropTypes.Requireable<number>;
1048
+ const labelLimitedLetters: PropTypes.Requireable<number>;
1049
+ const width: PropTypes.Requireable<string>;
1050
+ const height: PropTypes.Requireable<string>;
1051
+ const rightGap: PropTypes.Requireable<number>;
1052
+ const textColor: PropTypes.Requireable<string>;
1053
+ const noDataText: PropTypes.Requireable<string>;
1054
+ const isDollar: PropTypes.Requireable<boolean>;
1055
+ const isPercentage: PropTypes.Requireable<boolean>;
1056
+ const showDollarSign: PropTypes.Requireable<boolean>;
1057
+ const hideTotalValue: PropTypes.Requireable<boolean>;
1058
+ const hideTitle: PropTypes.Requireable<boolean>;
1059
+ }
1060
+ namespace defaultProps {
1061
+ const className_1: string;
1062
+ export { className_1 as className };
1063
+ const title_1: string;
1064
+ export { title_1 as title };
1065
+ const value_1: number;
1066
+ export { value_1 as value };
1067
+ const dotCut_1: boolean;
1068
+ export { dotCut_1 as dotCut };
1069
+ const currencySign_1: boolean;
1070
+ export { currencySign_1 as currencySign };
1071
+ const currencyType_1: string;
1072
+ export { currencyType_1 as currencyType };
1073
+ const chartsData_1: never[];
1074
+ export { chartsData_1 as chartsData };
1075
+ const showScrollerBarsCount_1: number;
1076
+ export { showScrollerBarsCount_1 as showScrollerBarsCount };
1077
+ const showPercentAsideValue_1: boolean;
1078
+ export { showPercentAsideValue_1 as showPercentAsideValue };
1079
+ const labelFontSize_1: number;
1080
+ export { labelFontSize_1 as labelFontSize };
1081
+ const labelLimitedLetters_1: number;
1082
+ export { labelLimitedLetters_1 as labelLimitedLetters };
1083
+ const width_1: string;
1084
+ export { width_1 as width };
1085
+ const height_1: string;
1086
+ export { height_1 as height };
1087
+ const rightGap_1: number;
1088
+ export { rightGap_1 as rightGap };
1089
+ const textColor_1: string;
1090
+ export { textColor_1 as textColor };
1091
+ const noDataText_1: string;
1092
+ export { noDataText_1 as noDataText };
1093
+ const isDollar_1: boolean;
1094
+ export { isDollar_1 as isDollar };
1095
+ const isPercentage_1: boolean;
1096
+ export { isPercentage_1 as isPercentage };
1097
+ const showDollarSign_1: boolean;
1098
+ export { showDollarSign_1 as showDollarSign };
1099
+ const hideTotalValue_1: boolean;
1100
+ export { hideTotalValue_1 as hideTotalValue };
1101
+ const hideTitle_1: boolean;
1102
+ export { hideTitle_1 as hideTitle };
1103
+ }
1104
+ }
1105
+
1106
+ export { BannerEventBoxList, BarChartsByWeeks, Button, CollapseHeader, DialogOverlay, EventDetailsCard, EventList, FilterPanel, Heatmap, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };