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
@@ -1,1196 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = exports.TotalHorizontalCharts = exports.TotalDoughnutChart = exports.SalesAndROI = exports.MarketShareWeeklyTriers = exports.BarChartsByWeeksTwoBars = exports.BarChartsByWeeks = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _PopupCharts = _interopRequireDefault(require("./PopupCharts"));
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const FoodLionDetails = {
11
- TotalDoughnutChartDetails: {
12
- title: 'Switchers Pattern',
13
- value: 720000,
14
- legendData: [{
15
- color: '#066768',
16
- name: 'None Switcher',
17
- value: 40.2222
18
- }, {
19
- color: '#82B3B4',
20
- name: 'From Other Products',
21
- value: 19.8888
22
- }, {
23
- color: '#90CE9C',
24
- name: 'From Other Supplier Brand',
25
- value: 24.666
26
- }, {
27
- color: '#5FCC70',
28
- name: 'From other Suppliers',
29
- value: 15.444
30
- }],
31
- noDataText: ''
32
- },
33
- BarChartsByWeeksDetails: {
34
- title: 'Total Product Line Triers',
35
- headerValueTopTitle: '',
36
- headerValue: 4842366,
37
- headerValueBottomTitle: 'Product Line Triers VS. Repeaters',
38
- barChartData: [{
39
- title: '202320',
40
- value: 522366,
41
- secondValue: 555885
42
- }, {
43
- title: '202321',
44
- value: 659511,
45
- secondValue: 335885
46
- }, {
47
- title: '202322',
48
- value: 473092,
49
- secondValue: 487885
50
- }, {
51
- title: '202323',
52
- value: 896184,
53
- secondValue: 225885
54
- }, {
55
- title: '202324',
56
- value: 415317,
57
- secondValue: 367485
58
- }, {
59
- title: '202325',
60
- value: 668376,
61
- secondValue: 324885
62
- }, {
63
- title: '202326',
64
- value: 1278121,
65
- secondValue: 871885
66
- }, {
67
- title: '202327',
68
- value: 377930,
69
- secondValue: 841185
70
- }, {
71
- title: '202328',
72
- value: 446258,
73
- secondValue: 225885
74
- }, {
75
- title: '202329',
76
- value: 650184,
77
- secondValue: 315885
78
- }, {
79
- title: '202330',
80
- value: 312790,
81
- secondValue: 415885
82
- }, {
83
- title: '202331',
84
- value: 735076,
85
- secondValue: 741885
86
- }, {
87
- title: '202332',
88
- value: 411037,
89
- secondValue: 285885
90
- }],
91
- barChartColor: '#1F7677',
92
- barChartSecondColor: '#90CE9C',
93
- startWeekRange: '202323',
94
- endWeekRange: '202329',
95
- tooltipTitle: 'New Shoppers: ',
96
- tooltipSecondTitle: 'Repeaters: ',
97
- xselectedColor: '#C7E7CD',
98
- isPercentValue: false,
99
- showLegend: true,
100
- legendData: [{
101
- title: 'New Shoppers',
102
- iconType: 'Square',
103
- iconColor: '#1F7677'
104
- }, {
105
- title: 'Repeaters',
106
- iconType: 'Square',
107
- iconColor: '#90CE9C'
108
- }]
109
- },
110
- TotalHorizontalChartsDetails: {
111
- title: 'Sales',
112
- value: 35500,
113
- chartsData: [{
114
- color: 'rgba(31, 118, 119, 0.1)',
115
- name: 'Lysoe',
116
- value: 14
117
- }, {
118
- color: 'rgba(31, 118, 119, 0.2)',
119
- name: 'Ensueno',
120
- value: 19
121
- }, {
122
- color: 'rgba(31, 118, 119, 0.3)',
123
- name: 'Starbucks Frappuccino',
124
- value: 15
125
- }, {
126
- color: 'rgba(31, 118, 119, 0.4)',
127
- name: 'Chunky Bowls',
128
- value: 23
129
- }, {
130
- color: 'rgba(31, 118, 119, 0.5)',
131
- name: 'Pringles',
132
- value: 40
133
- }],
134
- noDataText: '',
135
- currencySign: false,
136
- dotCut: true
137
- },
138
- MarketShareDescriptionDetails: {
139
- dotCut: false,
140
- marketShareData: [{
141
- fieldsArray: [{
142
- label: 'Pre-event',
143
- textAfter: '',
144
- textBefore: '',
145
- value: 1140
146
- }, {
147
- label: 'Event',
148
- textAfter: '',
149
- textBefore: '',
150
- value: 6342
151
- }, {
152
- label: 'Post-event',
153
- textAfter: '',
154
- textBefore: '',
155
- value: 548
156
- }],
157
- name: 'weeklyTriers',
158
- rowFooter: ' \n <p1>The event drove </p1>\n <strong>320% </strong>\n <p1>new Pringles Harvest Brand Crisp triers</p1>\n ',
159
- rowTitle: 'Weekly Triers',
160
- showBanner: false
161
- }, {
162
- fieldsArray: [{
163
- label: 'Pre-event',
164
- textAfter: '',
165
- textBefore: '',
166
- value: 235
167
- }, {
168
- label: 'Event',
169
- textAfter: '',
170
- textBefore: '',
171
- value: 1345
172
- }, {
173
- label: 'Post-event',
174
- textAfter: '',
175
- textBefore: '',
176
- value: 1569
177
- }],
178
- name: 'weeklyRepeaters',
179
- rowFooter: '',
180
- rowTitle: 'Weekly Repeaters',
181
- showBanner: false
182
- }],
183
- height: '630px',
184
- width: '700px'
185
- },
186
- SalesAndROIDetails: {
187
- title: '',
188
- currencySign: true,
189
- dotCut: true,
190
- noDataText: 'No data to display.',
191
- salesData: [{
192
- name: 'Total Sales',
193
- textAfter: '',
194
- textBefore: '',
195
- value: 90000
196
- }, {
197
- name: 'Incremental sales',
198
- textAfter: '(43 Units)',
199
- textBefore: '',
200
- value: 420000
201
- }, {
202
- name: 'Package Cost',
203
- textAfter: '',
204
- textBefore: '',
205
- value: 50000
206
- }, {
207
- name: 'ROI',
208
- textAfter: '',
209
- textBefore: 'x',
210
- value: 9.2
211
- }],
212
- showBanner: false,
213
- height: '300px',
214
- width: '100%'
215
- }
216
- };
217
- /// /////////////////////////////////////////////// Food Lion Details - END /////////////////////////////////////////////
218
-
219
- /// /////////////////////////////////////////////// Hannaford Details - START /////////////////////////////////////////////
220
-
221
- const HannafordDetails = {
222
- TotalDoughnutChartDetails: {
223
- title: 'Switchers Pattern',
224
- value: 140000,
225
- legendData: [{
226
- color: '#066768',
227
- name: 'None Switcher',
228
- value: 35.2
229
- }, {
230
- color: '#82B3B4',
231
- name: 'From Other Products',
232
- value: 14.8
233
- }, {
234
- color: '#90CE9C',
235
- name: 'From Other Supplier Brand',
236
- value: 20.666
237
- }, {
238
- color: '#5FCC70',
239
- name: 'From other Suppliers',
240
- value: 29.444
241
- }],
242
- noDataText: ''
243
- },
244
- BarChartsByWeeksDetails: {
245
- title: 'Total Product Line Triers',
246
- headerValueTopTitle: '',
247
- headerValue: 4842366,
248
- headerValueBottomTitle: 'Product Line Triers VS. Repeaters',
249
- barChartData: [{
250
- title: '202320',
251
- value: 442366,
252
- secondValue: 555885
253
- }, {
254
- title: '202321',
255
- value: 599511,
256
- secondValue: 356885
257
- }, {
258
- title: '202322',
259
- value: 603092,
260
- secondValue: 658485
261
- }, {
262
- title: '202323',
263
- value: 796184,
264
- secondValue: 356842
265
- }, {
266
- title: '202324',
267
- value: 815317,
268
- secondValue: 687549
269
- }, {
270
- title: '202325',
271
- value: 968376,
272
- secondValue: 632597
273
- }, {
274
- title: '202326',
275
- value: 1078121,
276
- secondValue: 784521
277
- }, {
278
- title: '202327',
279
- value: 847930,
280
- secondValue: 586491
281
- }, {
282
- title: '202328',
283
- value: 746258,
284
- secondValue: 654219
285
- }, {
286
- title: '202329',
287
- value: 650184,
288
- secondValue: 128456
289
- }, {
290
- title: '202330',
291
- value: 512790,
292
- secondValue: 157246
293
- }, {
294
- title: '202331',
295
- value: 435076,
296
- secondValue: 369854
297
- }, {
298
- title: '202332',
299
- value: 311037,
300
- secondValue: 154872
301
- }],
302
- barChartColor: '#1F7677',
303
- barChartSecondColor: '#90CE9C',
304
- startWeekRange: '202323',
305
- endWeekRange: '202329',
306
- tooltipTitle: 'New Shoppers: ',
307
- tooltipSecondTitle: 'Repeaters: ',
308
- xselectedColor: '#C7E7CD',
309
- isPercentValue: false,
310
- showLegend: true,
311
- legendData: [{
312
- title: 'New Shoppers',
313
- iconType: 'Square',
314
- iconColor: '#1F7677'
315
- }, {
316
- title: 'Repeaters',
317
- iconType: 'Square',
318
- iconColor: '#90CE9C'
319
- }]
320
- },
321
- TotalHorizontalChartsDetails: {
322
- title: 'Sales',
323
- value: 47500,
324
- chartsData: [{
325
- color: 'rgba(31, 118, 119, 0.1)',
326
- name: 'Lysoe',
327
- value: 20
328
- }, {
329
- color: 'rgba(31, 118, 119, 0.2)',
330
- name: 'Ensueno',
331
- value: 21
332
- }, {
333
- color: 'rgba(31, 118, 119, 0.3)',
334
- name: 'Starbucks Frappuccino',
335
- value: 11
336
- }, {
337
- color: 'rgba(31, 118, 119, 0.4)',
338
- name: 'Chunky Bowls',
339
- value: 35
340
- }, {
341
- color: 'rgba(31, 118, 119, 0.5)',
342
- name: 'Pringles',
343
- value: 32
344
- }],
345
- noDataText: '',
346
- currencySign: false,
347
- dotCut: true
348
- },
349
- MarketShareDescriptionDetails: {
350
- dotCut: false,
351
- marketShareData: [{
352
- fieldsArray: [{
353
- label: 'Pre-event',
354
- textAfter: '',
355
- textBefore: '',
356
- value: 2549
357
- }, {
358
- label: 'Event',
359
- textAfter: '',
360
- textBefore: '',
361
- value: 9458
362
- }, {
363
- label: 'Post-event',
364
- textAfter: '',
365
- textBefore: '',
366
- value: 730
367
- }],
368
- name: 'weeklyTriers',
369
- rowFooter: ' \n <p1>The event drove </p1>\n <strong>320% </strong>\n <p1>new Pringles Harvest Brand Crisp triers</p1>\n ',
370
- rowTitle: 'Weekly Triers',
371
- showBanner: false
372
- }, {
373
- fieldsArray: [{
374
- label: 'Pre-event',
375
- textAfter: '',
376
- textBefore: '',
377
- value: 89
378
- }, {
379
- label: 'Event',
380
- textAfter: '',
381
- textBefore: '',
382
- value: 1673
383
- }, {
384
- label: 'Post-event',
385
- textAfter: '',
386
- textBefore: '',
387
- value: 2976
388
- }],
389
- name: 'weeklyRepeaters',
390
- rowFooter: '',
391
- rowTitle: 'Weekly Repeaters',
392
- showBanner: false
393
- }],
394
- height: '630px',
395
- width: '700px'
396
- },
397
- SalesAndROIDetails: {
398
- title: '',
399
- currencySign: true,
400
- dotCut: true,
401
- noDataText: 'No data to display.',
402
- salesData: [{
403
- name: 'Total Sales',
404
- textAfter: '',
405
- textBefore: '',
406
- value: 90000
407
- }, {
408
- name: 'Incremental sales',
409
- textAfter: '(43 Units)',
410
- textBefore: '',
411
- value: 420000
412
- }, {
413
- name: 'Package Cost',
414
- textAfter: '',
415
- textBefore: '',
416
- value: 50000
417
- }, {
418
- name: 'ROI',
419
- textAfter: '',
420
- textBefore: 'x',
421
- value: 9.2
422
- }],
423
- showBanner: false,
424
- height: '300px',
425
- width: '100%'
426
- }
427
- };
428
- /// /////////////////////////////////////////////// Hannaford Details - END /////////////////////////////////////////////
429
-
430
- /// /////////////////////////////////////////////// The Giant Company - START /////////////////////////////////////////////
431
-
432
- const TheGiantCompanyDetails = {
433
- TotalDoughnutChartDetails: {
434
- title: 'Switchers Pattern',
435
- value: 420000,
436
- legendData: [{
437
- color: '#066768',
438
- name: 'None Switcher',
439
- value: 40.5
440
- }, {
441
- color: '#82B3B4',
442
- name: 'From Other Products',
443
- value: 19.5
444
- }, {
445
- color: '#90CE9C',
446
- name: 'From Other Supplier Brand',
447
- value: 30.666
448
- }, {
449
- color: '#5FCC70',
450
- name: 'From other Suppliers',
451
- value: 9.444
452
- }],
453
- noDataText: ''
454
- },
455
- BarChartsByWeeksDetails: {
456
- title: 'Total Product Line Triers',
457
- headerValueTopTitle: '',
458
- headerValue: 4842366,
459
- headerValueBottomTitle: 'Product Line Triers VS. Repeaters',
460
- barChartData: [{
461
- title: '202320',
462
- value: 542366,
463
- secondValue: 555885
464
- }, {
465
- title: '202321',
466
- value: 699511,
467
- secondValue: 264875
468
- }, {
469
- title: '202322',
470
- value: 403092,
471
- secondValue: 125475
472
- }, {
473
- title: '202323',
474
- value: 396184,
475
- secondValue: 187542
476
- }, {
477
- title: '202324',
478
- value: 415317,
479
- secondValue: 658452
480
- }, {
481
- title: '202325',
482
- value: 568376,
483
- secondValue: 598746
484
- }, {
485
- title: '202326',
486
- value: 1078121,
487
- secondValue: 124578
488
- }, {
489
- title: '202327',
490
- value: 947930,
491
- secondValue: 548475
492
- }, {
493
- title: '202328',
494
- value: 946258,
495
- secondValue: 698745
496
- }, {
497
- title: '202329',
498
- value: 850184,
499
- secondValue: 698754
500
- }, {
501
- title: '202330',
502
- value: 912790,
503
- secondValue: 658742
504
- }, {
505
- title: '202331',
506
- value: 835076,
507
- secondValue: 9784587
508
- }, {
509
- title: '202332',
510
- value: 911037,
511
- secondValue: 963547
512
- }],
513
- barChartColor: '#1F7677',
514
- barChartSecondColor: '#90CE9C',
515
- startWeekRange: '202323',
516
- endWeekRange: '202329',
517
- tooltipTitle: 'New Shoppers: ',
518
- tooltipSecondTitle: 'Repeaters: ',
519
- xselectedColor: '#C7E7CD',
520
- isPercentValue: false,
521
- showLegend: true,
522
- legendData: [{
523
- title: 'New Shoppers',
524
- iconType: 'Square',
525
- iconColor: '#1F7677'
526
- }, {
527
- title: 'Repeaters',
528
- iconType: 'Square',
529
- iconColor: '#90CE9C'
530
- }]
531
- },
532
- TotalHorizontalChartsDetails: {
533
- title: 'Sales',
534
- value: 24500,
535
- chartsData: [{
536
- color: 'rgba(31, 118, 119, 0.1)',
537
- name: 'Lysoe',
538
- value: 13
539
- }, {
540
- color: 'rgba(31, 118, 119, 0.2)',
541
- name: 'Ensueno',
542
- value: 21
543
- }, {
544
- color: 'rgba(31, 118, 119, 0.3)',
545
- name: 'Starbucks Frappuccino',
546
- value: 17
547
- }, {
548
- color: 'rgba(31, 118, 119, 0.4)',
549
- name: 'Chunky Bowls',
550
- value: 39
551
- }, {
552
- color: 'rgba(31, 118, 119, 0.5)',
553
- name: 'Pringles',
554
- value: 25
555
- }],
556
- noDataText: '',
557
- currencySign: false,
558
- dotCut: true
559
- },
560
- MarketShareDescriptionDetails: {
561
- dotCut: false,
562
- height: '630px',
563
- marketShareData: [{
564
- fieldsArray: [{
565
- label: 'Pre-event',
566
- textAfter: '',
567
- textBefore: '',
568
- value: 2040
569
- }, {
570
- label: 'Event',
571
- textAfter: '',
572
- textBefore: '',
573
- value: 8250
574
- }, {
575
- label: 'Post-event',
576
- textAfter: '',
577
- textBefore: '',
578
- value: 600
579
- }],
580
- name: 'weeklyTriers',
581
- rowFooter: ' \n <p1>The event drove </p1>\n <strong>320% </strong>\n <p1>new Pringles Harvest Brand Crisp triers</p1>\n ',
582
- rowTitle: 'Weekly Triers',
583
- showBanner: false
584
- }, {
585
- fieldsArray: [{
586
- label: 'Pre-event',
587
- textAfter: '',
588
- textBefore: '',
589
- value: 100
590
- }, {
591
- label: 'Event',
592
- textAfter: '',
593
- textBefore: '',
594
- value: 1500
595
- }, {
596
- label: 'Post-event',
597
- textAfter: '',
598
- textBefore: '',
599
- value: 2400
600
- }],
601
- name: 'weeklyRepeaters',
602
- rowFooter: '',
603
- rowTitle: 'Weekly Repeaters',
604
- showBanner: false
605
- }],
606
- width: '700px'
607
- },
608
- SalesAndROIDetails: {
609
- title: '',
610
- currencySign: true,
611
- dotCut: true,
612
- noDataText: 'No data to display.',
613
- salesData: [{
614
- name: 'Total Sales',
615
- textAfter: '',
616
- textBefore: '',
617
- value: 90000
618
- }, {
619
- name: 'Incremental sales',
620
- textAfter: '(43 Units)',
621
- textBefore: '',
622
- value: 420000
623
- }, {
624
- name: 'Package Cost',
625
- textAfter: '',
626
- textBefore: '',
627
- value: 50000
628
- }, {
629
- name: 'ROI',
630
- textAfter: '',
631
- textBefore: 'x',
632
- value: 9.2
633
- }],
634
- showBanner: false,
635
- height: '300px',
636
- width: '100%'
637
- }
638
- };
639
- /// /////////////////////////////////////////////// The Giant Company - END /////////////////////////////////////////////
640
-
641
- /// /////////////////////////////////////////////// Stop&Shop - START /////////////////////////////////////////////
642
-
643
- const StopAndShopDetails = {
644
- TotalDoughnutChartDetails: {
645
- title: 'Switchers Pattern',
646
- value: 350000,
647
- legendData: [{
648
- color: '#066768',
649
- name: 'None Switcher',
650
- value: 45.7
651
- }, {
652
- color: '#82B3B4',
653
- name: 'From Other Products',
654
- value: 24.3
655
- }, {
656
- color: '#90CE9C',
657
- name: 'From Other Supplier Brand',
658
- value: 10.9
659
- }, {
660
- color: '#5FCC70',
661
- name: 'From other Suppliers',
662
- value: 19.1
663
- }],
664
- noDataText: ''
665
- },
666
- BarChartsByWeeksDetails: {
667
- title: 'Total Product Line Triers',
668
- headerValueTopTitle: '',
669
- headerValue: 4842366,
670
- headerValueBottomTitle: 'Product Line Triers VS. Repeaters',
671
- barChartData: [{
672
- title: '202320',
673
- value: 642366,
674
- secondValue: 697458
675
- }, {
676
- title: '202321',
677
- value: 699511,
678
- secondValue: 154875
679
- }, {
680
- title: '202322',
681
- value: 703092,
682
- secondValue: 326581
683
- }, {
684
- title: '202323',
685
- value: 696184,
686
- secondValue: 697458
687
- }, {
688
- title: '202324',
689
- value: 715317,
690
- secondValue: 315487
691
- }, {
692
- title: '202325',
693
- value: 668376,
694
- secondValue: 397145
695
- }, {
696
- title: '202326',
697
- value: 1078121,
698
- secondValue: 381975
699
- }, {
700
- title: '202327',
701
- value: 747930,
702
- secondValue: 986574
703
- }, {
704
- title: '202328',
705
- value: 646258,
706
- secondValue: 184875
707
- }, {
708
- title: '202329',
709
- value: 750184,
710
- secondValue: 369542
711
- }, {
712
- title: '202330',
713
- value: 512790,
714
- secondValue: 365845
715
- }, {
716
- title: '202331',
717
- value: 435076,
718
- secondValue: 659875
719
- }, {
720
- title: '202332',
721
- value: 311037,
722
- secondValue: 369852
723
- }],
724
- barChartColor: '#1F7677',
725
- barChartSecondColor: '#90CE9C',
726
- startWeekRange: '202323',
727
- endWeekRange: '202329',
728
- tooltipTitle: 'New Shoppers: ',
729
- tooltipSecondTitle: 'Repeaters: ',
730
- xselectedColor: '#C7E7CD',
731
- isPercentValue: false,
732
- showLegend: true,
733
- legendData: [{
734
- title: 'New Shoppers',
735
- iconType: 'Square',
736
- iconColor: '#1F7677'
737
- }, {
738
- title: 'Repeaters',
739
- iconType: 'Square',
740
- iconColor: '#90CE9C'
741
- }]
742
- },
743
- TotalHorizontalChartsDetails: {
744
- title: 'Sales',
745
- value: 66300,
746
- chartsData: [{
747
- color: 'rgba(31, 118, 119, 0.1)',
748
- name: 'Lysoe',
749
- value: 14
750
- }, {
751
- color: 'rgba(31, 118, 119, 0.2)',
752
- name: 'Ensueno',
753
- value: 12
754
- }, {
755
- color: 'rgba(31, 118, 119, 0.3)',
756
- name: 'Starbucks Frappuccino',
757
- value: 15
758
- }, {
759
- color: 'rgba(31, 118, 119, 0.4)',
760
- name: 'Chunky Bowls',
761
- value: 19
762
- }, {
763
- color: 'rgba(31, 118, 119, 0.5)',
764
- name: 'Pringles',
765
- value: 55
766
- }],
767
- noDataText: '',
768
- currencySign: false,
769
- dotCut: true
770
- },
771
- MarketShareDescriptionDetails: {
772
- dotCut: false,
773
- marketShareData: [{
774
- fieldsArray: [{
775
- label: 'Pre-event',
776
- textAfter: '',
777
- textBefore: '',
778
- value: 2845
779
- }, {
780
- label: 'Event',
781
- textAfter: '',
782
- textBefore: '',
783
- value: 6877
784
- }, {
785
- label: 'Post-event',
786
- textAfter: '',
787
- textBefore: '',
788
- value: 532
789
- }],
790
- name: 'weeklyTriers',
791
- rowFooter: ' \n <p1>The event drove </p1>\n <strong>320% </strong>\n <p1>new Pringles Harvest Brand Crisp triers</p1>\n ',
792
- rowTitle: 'Weekly Triers',
793
- showBanner: false
794
- }, {
795
- fieldsArray: [{
796
- label: 'Pre-event',
797
- textAfter: '',
798
- textBefore: '',
799
- value: 69
800
- }, {
801
- label: 'Event',
802
- textAfter: '',
803
- textBefore: '',
804
- value: 1685
805
- }, {
806
- label: 'Post-event',
807
- textAfter: '',
808
- textBefore: '',
809
- value: 2781
810
- }],
811
- name: 'weeklyRepeaters',
812
- rowFooter: '',
813
- rowTitle: 'Weekly Repeaters',
814
- showBanner: false
815
- }],
816
- height: '630px',
817
- width: '700px'
818
- },
819
- SalesAndROIDetails: {
820
- title: '',
821
- currencySign: true,
822
- dotCut: true,
823
- noDataText: 'No data to display.',
824
- salesData: [{
825
- name: 'Total Sales',
826
- textAfter: '',
827
- textBefore: '',
828
- value: 90000
829
- }, {
830
- name: 'Incremental sales',
831
- textAfter: '(43 Units)',
832
- textBefore: '',
833
- value: 420000
834
- }, {
835
- name: 'Package Cost',
836
- textAfter: '',
837
- textBefore: '',
838
- value: 50000
839
- }, {
840
- name: 'ROI',
841
- textAfter: '',
842
- textBefore: 'x',
843
- value: 9.2
844
- }],
845
- showBanner: false,
846
- height: '300px',
847
- width: '100%'
848
- }
849
- };
850
- const GiantFoodDetails = {
851
- TotalDoughnutChartDetails: {
852
- title: 'Switchers Pattern',
853
- value: 580000,
854
- legendData: [{
855
- color: '#066768',
856
- name: 'None Switcher',
857
- value: 60
858
- }, {
859
- color: '#82B3B4',
860
- name: 'From Other Products',
861
- value: 20
862
- }, {
863
- color: '#90CE9C',
864
- name: 'From Other Supplier Brand',
865
- value: 12
866
- }, {
867
- color: '#5FCC70',
868
- name: 'From other Suppliers',
869
- value: 8
870
- }],
871
- noDataText: ''
872
- },
873
- BarChartsByWeeksDetails: {
874
- title: 'Total Product Line Triers',
875
- headerValueTopTitle: '',
876
- headerValue: 4842366,
877
- headerValueBottomTitle: 'Product Line Triers VS. Repeaters',
878
- barChartData: [{
879
- title: '202320',
880
- value: 542366,
881
- secondValue: 555885
882
- }, {
883
- title: '202321',
884
- value: 699511,
885
- secondValue: 648752
886
- }, {
887
- title: '202322',
888
- value: 403092,
889
- secondValue: 365824
890
- }, {
891
- title: '202323',
892
- value: 396184,
893
- secondValue: 917458
894
- }, {
895
- title: '202324',
896
- value: 415317,
897
- secondValue: 356985
898
- }, {
899
- title: '202325',
900
- value: 568376,
901
- secondValue: 284865
902
- }, {
903
- title: '202326',
904
- value: 1078121,
905
- secondValue: 346857
906
- }, {
907
- title: '202327',
908
- value: 347930,
909
- secondValue: 187546
910
- }, {
911
- title: '202328',
912
- value: 346258,
913
- secondValue: 159753
914
- }, {
915
- title: '202329',
916
- value: 350184,
917
- secondValue: 186542
918
- }, {
919
- title: '202330',
920
- value: 312790,
921
- secondValue: 968547
922
- }, {
923
- title: '202331',
924
- value: 335076,
925
- secondValue: 157452
926
- }, {
927
- title: '202332',
928
- value: 311037,
929
- secondValue: 154258
930
- }],
931
- barChartColor: '#1F7677',
932
- barChartSecondColor: '#90CE9C',
933
- startWeekRange: '202323',
934
- endWeekRange: '202329',
935
- tooltipTitle: 'New Shoppers: ',
936
- tooltipSecondTitle: 'Repeaters: ',
937
- xselectedColor: '#C7E7CD',
938
- isPercentValue: false,
939
- showLegend: true,
940
- legendData: [{
941
- title: 'New Shoppers',
942
- iconType: 'Square',
943
- iconColor: '#1F7677'
944
- }, {
945
- title: 'Repeaters',
946
- iconType: 'Square',
947
- iconColor: '#90CE9C'
948
- }]
949
- },
950
- TotalHorizontalChartsDetails: {
951
- title: 'Sales',
952
- value: 56500,
953
- chartsData: [{
954
- color: 'rgba(31, 118, 119, 0.1)',
955
- name: 'Lysoe',
956
- value: 10
957
- }, {
958
- color: 'rgba(31, 118, 119, 0.2)',
959
- name: 'Ensueno',
960
- value: 11
961
- }, {
962
- color: 'rgba(31, 118, 119, 0.3)',
963
- name: 'Starbucks Frappuccino',
964
- value: 15
965
- }, {
966
- color: 'rgba(31, 118, 119, 0.4)',
967
- name: 'Chunky Bowls',
968
- value: 29
969
- }, {
970
- color: 'rgba(31, 118, 119, 0.5)',
971
- name: 'Pringles',
972
- value: 35
973
- }],
974
- noDataText: '',
975
- currencySign: false,
976
- dotCut: true
977
- },
978
- MarketShareDescriptionDetails: {
979
- dotCut: false,
980
- marketShareData: [{
981
- fieldsArray: [{
982
- label: 'Pre-event',
983
- textAfter: '',
984
- textBefore: '',
985
- value: 3844
986
- }, {
987
- label: 'Event',
988
- textAfter: '',
989
- textBefore: '',
990
- value: 8655
991
- }, {
992
- label: 'Post-event',
993
- textAfter: '',
994
- textBefore: '',
995
- value: 389
996
- }],
997
- name: 'weeklyTriers',
998
- rowFooter: ' \n <p1>The event drove </p1>\n <strong>320% </strong>\n <p1>new Pringles Harvest Brand Crisp triers</p1>\n ',
999
- rowTitle: 'Weekly Triers',
1000
- showBanner: false
1001
- }, {
1002
- fieldsArray: [{
1003
- label: 'Pre-event',
1004
- textAfter: '',
1005
- textBefore: '',
1006
- value: 255
1007
- }, {
1008
- label: 'Event',
1009
- textAfter: '',
1010
- textBefore: '',
1011
- value: 2036
1012
- }, {
1013
- label: 'Post-event',
1014
- textAfter: '',
1015
- textBefore: '',
1016
- value: 3541
1017
- }],
1018
- name: 'weeklyRepeaters',
1019
- rowFooter: '',
1020
- rowTitle: 'Weekly Repeaters',
1021
- showBanner: false
1022
- }],
1023
- height: '630px',
1024
- width: '700px'
1025
- },
1026
- SalesAndROIDetails: {
1027
- title: '',
1028
- currencySign: true,
1029
- dotCut: true,
1030
- noDataText: 'No data to display.',
1031
- salesData: [{
1032
- name: 'Total Sales',
1033
- textAfter: '',
1034
- textBefore: '',
1035
- value: 90000
1036
- }, {
1037
- name: 'Incremental sales',
1038
- textAfter: '(43 Units)',
1039
- textBefore: '',
1040
- value: 420000
1041
- }, {
1042
- name: 'Package Cost',
1043
- textAfter: '',
1044
- textBefore: '',
1045
- value: 50000
1046
- }, {
1047
- name: 'ROI',
1048
- textAfter: '',
1049
- textBefore: 'x',
1050
- value: 9.2
1051
- }],
1052
- showBanner: false,
1053
- height: '300px',
1054
- width: '100%'
1055
- }
1056
- };
1057
- const popupChartsItemsData1 = [{
1058
- title: 'Food Lion',
1059
- rowsData: FoodLionDetails
1060
- }, {
1061
- title: 'Hannaford',
1062
- rowsData: HannafordDetails
1063
- }, {
1064
- title: 'Stop&Shop',
1065
- rowsData: StopAndShopDetails
1066
- }, {
1067
- title: 'The Giant Company',
1068
- rowsData: TheGiantCompanyDetails
1069
- }, {
1070
- title: 'Giant Food',
1071
- rowsData: GiantFoodDetails
1072
- }];
1073
- var _default = exports.default = {
1074
- title: 'SAG BI/PopupCharts',
1075
- component: _PopupCharts.default,
1076
- tags: ['autodocs'],
1077
- argTypes: {
1078
- title: {
1079
- name: 'title',
1080
- control: {
1081
- type: 'text'
1082
- },
1083
- description: 'title'
1084
- },
1085
- chartType: {
1086
- name: 'chartType',
1087
- control: {
1088
- type: 'radio'
1089
- },
1090
- options: ['TotalDoughnutChart', 'TotalHorizontalCharts', 'BarChartsByWeeks', 'BarChartsByWeeksTwoBars', 'MarketShareDescription'],
1091
- description: 'chart type, for example: TotalDoughnutChart, TotalHorizontalCharts, BarChartsByWeeks, BarChartsByWeeksTwoBars'
1092
- },
1093
- isPopupChartsOpen: {
1094
- name: 'isPopupChartsOpen',
1095
- control: {
1096
- type: 'boolean'
1097
- },
1098
- description: 'true/false - open or close PopupCharts'
1099
- },
1100
- width: {
1101
- name: 'width',
1102
- control: {
1103
- type: 'text'
1104
- },
1105
- description: 'width of the form'
1106
- },
1107
- height: {
1108
- name: 'height',
1109
- control: {
1110
- type: 'text'
1111
- },
1112
- description: 'height of the form'
1113
- },
1114
- subtitleTextColor: {
1115
- name: 'subtitleTextColor',
1116
- description: 'Sets the subtitle Text Color',
1117
- control: {
1118
- type: 'color',
1119
- presetColors: ['#ffffff', '#ff0000', '#00ff00', '#0000ff']
1120
- }
1121
- },
1122
- popupChartsItemsData: {
1123
- description: 'array [] of objects: {title: string, content } to fill the Chart items. '
1124
- },
1125
- onCloseClick: {
1126
- action: 'onCloseClick',
1127
- description: 'returns an event onCloseClick object when user closes the popup'
1128
- }
1129
- }
1130
- };
1131
- const Template = args => <_PopupCharts.default {...args}>
1132
- <div>
1133
- <div>table1</div>
1134
- <div>table2</div>
1135
- </div>
1136
- </_PopupCharts.default>;
1137
- const TotalDoughnutChart = exports.TotalDoughnutChart = Template.bind({});
1138
- TotalDoughnutChart.args = {
1139
- title: 'Switching Pattern',
1140
- chartType: 'TotalDoughnutChart',
1141
- isPopupChartsOpen: true,
1142
- popupChartsItemsData: popupChartsItemsData1,
1143
- width: '1600px',
1144
- height: '820px',
1145
- subtitleTextColor: '#7E7E7E'
1146
- };
1147
- const BarChartsByWeeks = exports.BarChartsByWeeks = Template.bind({});
1148
- BarChartsByWeeks.args = {
1149
- title: 'Sales over time',
1150
- chartType: 'BarChartsByWeeks',
1151
- isPopupChartsOpen: true,
1152
- popupChartsItemsData: popupChartsItemsData1,
1153
- width: '1600px',
1154
- height: '820px',
1155
- subtitleTextColor: '#7E7E7E'
1156
- };
1157
- const BarChartsByWeeksTwoBars = exports.BarChartsByWeeksTwoBars = Template.bind({});
1158
- BarChartsByWeeksTwoBars.args = {
1159
- title: 'Sales over time',
1160
- chartType: 'BarChartsByWeeksTwoBars',
1161
- isPopupChartsOpen: true,
1162
- popupChartsItemsData: popupChartsItemsData1,
1163
- width: '1600px',
1164
- height: '820px',
1165
- subtitleTextColor: '#7E7E7E'
1166
- };
1167
- const TotalHorizontalCharts = exports.TotalHorizontalCharts = Template.bind({});
1168
- TotalHorizontalCharts.args = {
1169
- title: 'Sales',
1170
- chartType: 'TotalHorizontalCharts',
1171
- isPopupChartsOpen: true,
1172
- popupChartsItemsData: popupChartsItemsData1,
1173
- width: '1600px',
1174
- height: '820px',
1175
- subtitleTextColor: '#7E7E7E'
1176
- };
1177
- const MarketShareWeeklyTriers = exports.MarketShareWeeklyTriers = Template.bind({});
1178
- MarketShareWeeklyTriers.args = {
1179
- title: 'Weekly Triers And Repeaters',
1180
- chartType: 'MarketShareDescription',
1181
- isPopupChartsOpen: true,
1182
- popupChartsItemsData: popupChartsItemsData1,
1183
- width: '1600px',
1184
- height: '820px',
1185
- subtitleTextColor: '#7E7E7E'
1186
- };
1187
- const SalesAndROI = exports.SalesAndROI = Template.bind({});
1188
- SalesAndROI.args = {
1189
- title: 'Sales & ROI',
1190
- chartType: 'SalesAndROI',
1191
- isPopupChartsOpen: true,
1192
- popupChartsItemsData: popupChartsItemsData1,
1193
- width: '1600px',
1194
- height: '820px',
1195
- subtitleTextColor: '#7E7E7E'
1196
- };