sag_components 2.0.0-beta4 → 2.0.0-beta41

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 (248) hide show
  1. package/dist/index.d.ts +192 -270
  2. package/dist/index.esm.js +28422 -79757
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +27781 -79128
  5. package/dist/index.js.map +1 -1
  6. package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
  7. package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
  8. package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
  9. package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
  10. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +1 -1
  11. package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +1 -7
  12. package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
  13. package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
  14. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +3 -6
  15. package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
  16. package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
  17. package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
  18. package/dist/types/components/BarChart/BarChart.d.ts +4 -4
  19. package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
  20. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +4 -4
  21. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
  22. package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
  23. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +4 -4
  24. package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
  25. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
  26. package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
  27. package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
  28. package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
  29. package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
  30. package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
  31. package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
  32. package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
  33. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
  34. package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
  35. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
  36. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
  37. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
  38. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
  39. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
  40. package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
  41. package/dist/types/components/Button/Button.d.ts +21 -21
  42. package/dist/types/components/Button/Button.stories.d.ts +12 -220
  43. package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
  44. package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +1 -19
  45. package/dist/types/components/CampaignTool/Card.d.ts +2 -2
  46. package/dist/types/components/CampaignTool/Card.stories.d.ts +1 -1
  47. package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +1 -4
  48. package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +1 -7
  49. package/dist/types/components/CampaignTool/Popup.stories.d.ts +1 -66
  50. package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
  51. package/dist/types/components/CampaignTool/Table.d.ts +2 -2
  52. package/dist/types/components/CampaignTool/Table.stories.d.ts +1 -13
  53. package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
  54. package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
  55. package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
  56. package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
  57. package/dist/types/components/CollapseData/CollapseData.d.ts +5 -5
  58. package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
  59. package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
  60. package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
  61. package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
  62. package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
  63. package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
  64. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
  65. package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +139 -146
  66. package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
  67. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
  68. package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
  69. package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
  70. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
  71. package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
  72. package/dist/types/components/DropdownNew/DropdownNew.d.ts +7 -7
  73. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
  74. package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
  75. package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
  76. package/dist/types/components/EventList/EventList.d.ts +3 -3
  77. package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
  78. package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
  79. package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
  80. package/dist/types/components/FilterPanel/FilterPanel.d.ts +20 -9
  81. package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +10 -662
  82. package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
  83. package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
  84. package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
  85. package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
  86. package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
  87. package/dist/types/components/Input/Input.stories.d.ts +14 -424
  88. package/dist/types/components/InputOld/InputOld.d.ts +2 -2
  89. package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
  90. package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
  91. package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
  92. package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
  93. package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
  94. package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
  95. package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
  96. package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
  97. package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
  98. package/dist/types/components/ListBox/ListBox.d.ts +9 -9
  99. package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
  100. package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
  101. package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
  102. package/dist/types/components/Modal/Modal.d.ts +1 -1
  103. package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
  104. package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
  105. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
  106. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
  107. package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
  108. package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
  109. package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
  110. package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
  111. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
  112. package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
  113. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
  114. package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
  115. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
  116. package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
  117. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
  118. package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
  119. package/dist/types/components/PieChart/PieChart.d.ts +6 -6
  120. package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
  121. package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
  122. package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
  123. package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
  124. package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
  125. package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
  126. package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +1 -1
  127. package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
  128. package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
  129. package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +8 -207
  130. package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
  131. package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
  132. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.d.ts +3 -3
  133. package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.stories.d.ts +3 -52
  134. package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
  135. package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
  136. package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
  137. package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
  138. package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
  139. package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
  140. package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
  141. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +1 -11
  142. package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +2 -2
  143. package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
  144. package/dist/types/components/Select/Select.stories.d.ts +2 -35
  145. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
  146. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
  147. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
  148. package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
  149. package/dist/types/components/TabMenu/TabMenu.d.ts +29 -59
  150. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +14 -71
  151. package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -0
  152. package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
  153. package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
  154. package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
  155. package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
  156. package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
  157. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
  158. package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
  159. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
  160. package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
  161. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
  162. package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
  163. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +11 -4
  164. package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +5 -209
  165. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
  166. package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
  167. package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
  168. package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +18 -100
  169. package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
  170. package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
  171. package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
  172. package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
  173. package/dist/types/icons/AttachedIcon.d.ts +3 -3
  174. package/dist/types/icons/BellIcon.d.ts +5 -5
  175. package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
  176. package/dist/types/icons/CalendarIcon.d.ts +2 -2
  177. package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
  178. package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
  179. package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
  180. package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
  181. package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
  182. package/dist/types/icons/ClockIcon.d.ts +2 -2
  183. package/dist/types/icons/CloseIcon.d.ts +3 -3
  184. package/dist/types/icons/CloseXIcon.d.ts +5 -5
  185. package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
  186. package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
  187. package/dist/types/icons/DocumentIcon.d.ts +5 -5
  188. package/dist/types/icons/DownArrowIcon.d.ts +5 -0
  189. package/dist/types/icons/DownloadIcon.d.ts +5 -5
  190. package/dist/types/icons/Duplicate.d.ts +2 -2
  191. package/dist/types/icons/ErrorIcon.d.ts +3 -3
  192. package/dist/types/icons/ExitIcon.d.ts +5 -5
  193. package/dist/types/icons/ExportIcon.d.ts +5 -6
  194. package/dist/types/icons/EyeIcon.d.ts +5 -5
  195. package/dist/types/icons/FileIcon.d.ts +3 -3
  196. package/dist/types/icons/FilterIcon.d.ts +5 -5
  197. package/dist/types/icons/FlyIcon.d.ts +5 -6
  198. package/dist/types/icons/FoodLionIcon.d.ts +4 -4
  199. package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
  200. package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
  201. package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
  202. package/dist/types/icons/HannafordIcon.d.ts +4 -4
  203. package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
  204. package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
  205. package/dist/types/icons/InfoIcon.d.ts +5 -5
  206. package/dist/types/icons/LampIcon.d.ts +3 -3
  207. package/dist/types/icons/LegendLineIcon.d.ts +3 -3
  208. package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
  209. package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
  210. package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
  211. package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
  212. package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
  213. package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
  214. package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
  215. package/dist/types/icons/OptionsIcon.d.ts +5 -5
  216. package/dist/types/icons/ReselectIcon.d.ts +5 -5
  217. package/dist/types/icons/SearchIcon.d.ts +3 -3
  218. package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
  219. package/dist/types/icons/ShoutIcon.d.ts +3 -3
  220. package/dist/types/icons/SortIcon.d.ts +6 -6
  221. package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
  222. package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
  223. package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
  224. package/dist/types/icons/SucceededIcon.d.ts +3 -3
  225. package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
  226. package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
  227. package/dist/types/icons/UpArrowIcon.d.ts +5 -0
  228. package/dist/types/index.d.ts +5 -0
  229. package/dist/types/utils/CommonFunctions.d.ts +1 -1
  230. package/package.json +37 -41
  231. package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
  232. package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
  233. package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
  234. package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
  235. package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
  236. package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
  237. package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
  238. package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
  239. package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
  240. package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
  241. package/dist/types/components/TextField/TextField.d.ts +0 -6
  242. package/dist/types/components/TextField/TextField.style.d.ts +0 -1
  243. package/dist/types/reactTestApp/App.d.ts +0 -2
  244. package/dist/types/reactTestApp/vite.config.d.ts +0 -2
  245. package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
  246. /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
  247. /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
  248. /package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.style.d.ts +0 -0
@@ -204,213 +204,9 @@ declare namespace _default {
204
204
  }
205
205
  }
206
206
  export default _default;
207
- export function TotalCost(args: any): import("react/jsx-runtime").JSX.Element;
208
- export namespace TotalCost {
209
- export namespace args {
210
- const title_2: string;
211
- export { title_2 as title };
212
- const value_1: number;
213
- export { value_1 as value };
214
- const addingBenchmark_1: boolean;
215
- export { addingBenchmark_1 as addingBenchmark };
216
- const dotCut_1: boolean;
217
- export { dotCut_1 as dotCut };
218
- const currencySign_1: boolean;
219
- export { currencySign_1 as currencySign };
220
- const currencyType_1: string;
221
- export { currencyType_1 as currencyType };
222
- export { arrLegendData as legendData };
223
- const textcolor_1: string;
224
- export { textcolor_1 as textcolor };
225
- const noDataText_1: string;
226
- export { noDataText_1 as noDataText };
227
- const height_1: string;
228
- export { height_1 as height };
229
- const width_1: string;
230
- export { width_1 as width };
231
- const isPercent_1: boolean;
232
- export { isPercent_1 as isPercent };
233
- const hideTitleAndValue_1: boolean;
234
- export { hideTitleAndValue_1 as hideTitleAndValue };
235
- const textAfterValue_1: string;
236
- export { textAfterValue_1 as textAfterValue };
237
- }
238
- export namespace parameters_1 {
239
- export namespace design_1 {
240
- const url: string;
241
- }
242
- export { design_1 as design };
243
- }
244
- export { parameters_1 as parameters };
245
- }
246
- export function TotalCost3rows(args: any): import("react/jsx-runtime").JSX.Element;
247
- export namespace TotalCost3rows {
248
- export namespace args_1 {
249
- const title_3: string;
250
- export { title_3 as title };
251
- const value_2: number;
252
- export { value_2 as value };
253
- const addingBenchmark_2: boolean;
254
- export { addingBenchmark_2 as addingBenchmark };
255
- const dotCut_2: boolean;
256
- export { dotCut_2 as dotCut };
257
- const currencySign_2: boolean;
258
- export { currencySign_2 as currencySign };
259
- const currencyType_2: string;
260
- export { currencyType_2 as currencyType };
261
- export { arrLegendDat3rows as legendData };
262
- const textcolor_2: string;
263
- export { textcolor_2 as textcolor };
264
- const noDataText_2: string;
265
- export { noDataText_2 as noDataText };
266
- const hideTitleAndValue_2: boolean;
267
- export { hideTitleAndValue_2 as hideTitleAndValue };
268
- const itemsBoldedValues_1: boolean;
269
- export { itemsBoldedValues_1 as itemsBoldedValues };
270
- const textAfterValue_2: string;
271
- export { textAfterValue_2 as textAfterValue };
272
- }
273
- export { args_1 as args };
274
- export namespace parameters_2 {
275
- export namespace design_2 {
276
- const url_1: string;
277
- export { url_1 as url };
278
- }
279
- export { design_2 as design };
280
- }
281
- export { parameters_2 as parameters };
282
- }
283
- export function TotalCost5rows(args: any): import("react/jsx-runtime").JSX.Element;
284
- export namespace TotalCost5rows {
285
- export namespace args_2 {
286
- const title_4: string;
287
- export { title_4 as title };
288
- const value_3: number;
289
- export { value_3 as value };
290
- const addingBenchmark_3: boolean;
291
- export { addingBenchmark_3 as addingBenchmark };
292
- const dotCut_3: boolean;
293
- export { dotCut_3 as dotCut };
294
- const currencySign_3: boolean;
295
- export { currencySign_3 as currencySign };
296
- const currencyType_3: string;
297
- export { currencyType_3 as currencyType };
298
- export { arrLegendDat5rows as legendData };
299
- const width_2: string;
300
- export { width_2 as width };
301
- const height_2: string;
302
- export { height_2 as height };
303
- const textcolor_3: string;
304
- export { textcolor_3 as textcolor };
305
- const noDataText_3: string;
306
- export { noDataText_3 as noDataText };
307
- const hideTitleAndValue_3: boolean;
308
- export { hideTitleAndValue_3 as hideTitleAndValue };
309
- const textAfterValue_3: string;
310
- export { textAfterValue_3 as textAfterValue };
311
- }
312
- export { args_2 as args };
313
- export namespace parameters_3 {
314
- export namespace design_3 {
315
- const url_2: string;
316
- export { url_2 as url };
317
- }
318
- export { design_3 as design };
319
- }
320
- export { parameters_3 as parameters };
321
- }
322
- export function SwitchersPatternPercent(args: any): import("react/jsx-runtime").JSX.Element;
323
- export namespace SwitchersPatternPercent {
324
- export namespace args_3 {
325
- const title_5: string;
326
- export { title_5 as title };
327
- const value_4: number;
328
- export { value_4 as value };
329
- const addingBenchmark_4: boolean;
330
- export { addingBenchmark_4 as addingBenchmark };
331
- const dotCut_4: boolean;
332
- export { dotCut_4 as dotCut };
333
- const currencySign_4: boolean;
334
- export { currencySign_4 as currencySign };
335
- const currencyType_4: string;
336
- export { currencyType_4 as currencyType };
337
- export { arrLegendPercent as legendData };
338
- const width_3: string;
339
- export { width_3 as width };
340
- const height_3: string;
341
- export { height_3 as height };
342
- const textcolor_4: string;
343
- export { textcolor_4 as textcolor };
344
- const noDataText_4: string;
345
- export { noDataText_4 as noDataText };
346
- const isPercent_2: boolean;
347
- export { isPercent_2 as isPercent };
348
- const itemsValuesSeparateLine_1: boolean;
349
- export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
350
- const hideTitleAndValue_4: boolean;
351
- export { hideTitleAndValue_4 as hideTitleAndValue };
352
- const textAfterValue_4: string;
353
- export { textAfterValue_4 as textAfterValue };
354
- }
355
- export { args_3 as args };
356
- }
357
- export function HideTitleAndValue(args: any): import("react/jsx-runtime").JSX.Element;
358
- export namespace HideTitleAndValue {
359
- export namespace args_4 {
360
- const title_6: string;
361
- export { title_6 as title };
362
- const value_5: number;
363
- export { value_5 as value };
364
- const addingBenchmark_5: boolean;
365
- export { addingBenchmark_5 as addingBenchmark };
366
- const dotCut_5: boolean;
367
- export { dotCut_5 as dotCut };
368
- const currencySign_5: boolean;
369
- export { currencySign_5 as currencySign };
370
- const currencyType_5: string;
371
- export { currencyType_5 as currencyType };
372
- export { arrLegendPercent as legendData };
373
- const width_4: string;
374
- export { width_4 as width };
375
- const height_4: string;
376
- export { height_4 as height };
377
- const textcolor_5: string;
378
- export { textcolor_5 as textcolor };
379
- const noDataText_5: string;
380
- export { noDataText_5 as noDataText };
381
- const isPercent_3: boolean;
382
- export { isPercent_3 as isPercent };
383
- const itemsValuesSeparateLine_2: boolean;
384
- export { itemsValuesSeparateLine_2 as itemsValuesSeparateLine };
385
- const hideTitleAndValue_5: boolean;
386
- export { hideTitleAndValue_5 as hideTitleAndValue };
387
- const textAfterValue_5: string;
388
- export { textAfterValue_5 as textAfterValue };
389
- }
390
- export { args_4 as args };
391
- }
207
+ export const TotalCost: any;
208
+ export const TotalCost3rows: any;
209
+ export const TotalCost5rows: any;
210
+ export const SwitchersPatternPercent: any;
211
+ export const HideTitleAndValue: any;
392
212
  import { TotalDoughnutChart } from "./TotalDoughnutChart";
393
- declare const arrLegendData: {
394
- name: string;
395
- value: number;
396
- color: string;
397
- }[];
398
- declare const arrLegendDat3rows: {
399
- name: string;
400
- value: number;
401
- color: string;
402
- }[];
403
- declare const arrLegendDat5rows: ({
404
- name: string;
405
- value: null;
406
- color: string;
407
- } | {
408
- name: string;
409
- value: undefined;
410
- color: string;
411
- })[];
412
- declare const arrLegendPercent: {
413
- color: string;
414
- name: string;
415
- value: number;
416
- }[];
@@ -7,11 +7,11 @@ export namespace TotalHorizontalCharts {
7
7
  const dotCut: PropTypes.Requireable<boolean>;
8
8
  const currencySign: PropTypes.Requireable<boolean>;
9
9
  const currencyType: PropTypes.Requireable<string>;
10
- const chartsData: PropTypes.Requireable<(PropTypes.InferProps<{
10
+ const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
11
11
  name: PropTypes.Requireable<string>;
12
12
  value: PropTypes.Requireable<number>;
13
13
  color: PropTypes.Requireable<string>;
14
- }> | null | undefined)[]>;
14
+ }>[]>;
15
15
  const showScrollerBarsCount: PropTypes.Requireable<number>;
16
16
  const showPercentAsideValue: PropTypes.Requireable<boolean>;
17
17
  const labelFontSize: PropTypes.Requireable<number>;
@@ -40,7 +40,7 @@ export namespace TotalHorizontalCharts {
40
40
  export { currencySign_1 as currencySign };
41
41
  const currencyType_1: string;
42
42
  export { currencyType_1 as currencyType };
43
- const chartsData_1: never[];
43
+ const chartsData_1: any[];
44
44
  export { chartsData_1 as chartsData };
45
45
  const showScrollerBarsCount_1: number;
46
46
  export { showScrollerBarsCount_1 as showScrollerBarsCount };
@@ -208,124 +208,7 @@ declare namespace _default {
208
208
  }
209
209
  }
210
210
  export default _default;
211
- export function SalesGreenTheme(args: any): import("react/jsx-runtime").JSX.Element;
212
- export namespace SalesGreenTheme {
213
- namespace args {
214
- const title_2: string;
215
- export { title_2 as title };
216
- const value_1: number;
217
- export { value_1 as value };
218
- const dotCut_1: boolean;
219
- export { dotCut_1 as dotCut };
220
- const currencySign_1: boolean;
221
- export { currencySign_1 as currencySign };
222
- const currencyType_1: string;
223
- export { currencyType_1 as currencyType };
224
- export { chartsData1 as chartsData };
225
- const showPercentAsideValue_1: boolean;
226
- export { showPercentAsideValue_1 as showPercentAsideValue };
227
- const labelFontSize_1: number;
228
- export { labelFontSize_1 as labelFontSize };
229
- const labelLimitedLetters_1: number;
230
- export { labelLimitedLetters_1 as labelLimitedLetters };
231
- const showScrollerBarsCount_1: number;
232
- export { showScrollerBarsCount_1 as showScrollerBarsCount };
233
- const width_1: string;
234
- export { width_1 as width };
235
- const height_1: string;
236
- export { height_1 as height };
237
- const textColor_1: string;
238
- export { textColor_1 as textColor };
239
- const noDataText_1: string;
240
- export { noDataText_1 as noDataText };
241
- const hideTotalValue_1: boolean;
242
- export { hideTotalValue_1 as hideTotalValue };
243
- const hideTitle_1: boolean;
244
- export { hideTitle_1 as hideTitle };
245
- }
246
- }
247
- export function SalesBlueTheme(args: any): import("react/jsx-runtime").JSX.Element;
248
- export namespace SalesBlueTheme {
249
- export namespace args_1 {
250
- const title_3: string;
251
- export { title_3 as title };
252
- const value_2: number;
253
- export { value_2 as value };
254
- const dotCut_2: boolean;
255
- export { dotCut_2 as dotCut };
256
- const currencySign_2: boolean;
257
- export { currencySign_2 as currencySign };
258
- const currencyType_2: string;
259
- export { currencyType_2 as currencyType };
260
- export { chartsData2 as chartsData };
261
- const showPercentAsideValue_2: boolean;
262
- export { showPercentAsideValue_2 as showPercentAsideValue };
263
- const labelFontSize_2: number;
264
- export { labelFontSize_2 as labelFontSize };
265
- const labelLimitedLetters_2: number;
266
- export { labelLimitedLetters_2 as labelLimitedLetters };
267
- const showScrollerBarsCount_2: number;
268
- export { showScrollerBarsCount_2 as showScrollerBarsCount };
269
- const width_2: string;
270
- export { width_2 as width };
271
- const height_2: string;
272
- export { height_2 as height };
273
- const textColor_2: string;
274
- export { textColor_2 as textColor };
275
- const noDataText_2: string;
276
- export { noDataText_2 as noDataText };
277
- const hideTotalValue_2: boolean;
278
- export { hideTotalValue_2 as hideTotalValue };
279
- const hideTitle_2: boolean;
280
- export { hideTitle_2 as hideTitle };
281
- }
282
- export { args_1 as args };
283
- }
284
- export function HideTotalValue(args: any): import("react/jsx-runtime").JSX.Element;
285
- export namespace HideTotalValue {
286
- export namespace args_2 {
287
- const title_4: string;
288
- export { title_4 as title };
289
- const value_3: number;
290
- export { value_3 as value };
291
- const dotCut_3: boolean;
292
- export { dotCut_3 as dotCut };
293
- const currencySign_3: boolean;
294
- export { currencySign_3 as currencySign };
295
- const currencyType_3: string;
296
- export { currencyType_3 as currencyType };
297
- export { chartsData1 as chartsData };
298
- const showPercentAsideValue_3: boolean;
299
- export { showPercentAsideValue_3 as showPercentAsideValue };
300
- const labelFontSize_3: number;
301
- export { labelFontSize_3 as labelFontSize };
302
- const labelLimitedLetters_3: number;
303
- export { labelLimitedLetters_3 as labelLimitedLetters };
304
- const showScrollerBarsCount_3: number;
305
- export { showScrollerBarsCount_3 as showScrollerBarsCount };
306
- const width_3: string;
307
- export { width_3 as width };
308
- const height_3: string;
309
- export { height_3 as height };
310
- const textColor_3: string;
311
- export { textColor_3 as textColor };
312
- const noDataText_3: string;
313
- export { noDataText_3 as noDataText };
314
- const hideTotalValue_3: boolean;
315
- export { hideTotalValue_3 as hideTotalValue };
316
- const hideTitle_3: boolean;
317
- export { hideTitle_3 as hideTitle };
318
- }
319
- export { args_2 as args };
320
- }
211
+ export const SalesGreenTheme: any;
212
+ export const SalesBlueTheme: any;
213
+ export const HideTotalValue: any;
321
214
  import TotalHorizontalCharts from "./TotalHorizontalCharts";
322
- declare const chartsData1: {
323
- name: string;
324
- value: number;
325
- color: string;
326
- }[];
327
- declare const chartsData2: {
328
- name: string;
329
- value: number;
330
- color: string;
331
- }[];
@@ -2,11 +2,11 @@ export function TwoBarCharts(props: any): import("react/jsx-runtime").JSX.Elemen
2
2
  export namespace TwoBarCharts {
3
3
  namespace propTypes {
4
4
  const title: PropTypes.Requireable<string>;
5
- const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
5
+ const barChartData: PropTypes.Requireable<PropTypes.InferProps<{
6
6
  title: PropTypes.Requireable<string>;
7
7
  date: PropTypes.Requireable<string>;
8
8
  value: PropTypes.Requireable<number>;
9
- }> | null | undefined)[]>;
9
+ }>[]>;
10
10
  const width: PropTypes.Requireable<string>;
11
11
  const height: PropTypes.Requireable<string>;
12
12
  const barSize: PropTypes.Requireable<number>;
@@ -15,11 +15,11 @@ export namespace TwoBarCharts {
15
15
  const barChartColorSecond: PropTypes.Requireable<string>;
16
16
  const isDollar: PropTypes.Requireable<boolean>;
17
17
  const showLegend: PropTypes.Requireable<boolean>;
18
- const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
18
+ const legendData: PropTypes.Requireable<PropTypes.InferProps<{
19
19
  title: PropTypes.Validator<string>;
20
20
  iconType: PropTypes.Validator<string>;
21
21
  iconColor: PropTypes.Validator<string>;
22
- }> | null | undefined)[]>;
22
+ }>[]>;
23
23
  const showDollarSign: PropTypes.Requireable<boolean>;
24
24
  const showReferenceLine: PropTypes.Requireable<boolean>;
25
25
  const referenceLinePoint: PropTypes.Requireable<number>;
@@ -4,181 +4,100 @@ declare namespace _default {
4
4
  export const tags: string[];
5
5
  export namespace argTypes {
6
6
  export namespace title_1 {
7
- const name: string;
8
- namespace control {
9
- const type: string;
10
- }
7
+ const control: string;
11
8
  const description: string;
12
9
  }
13
10
  export { title_1 as title };
14
11
  export namespace width {
15
- const name_1: string;
16
- export { name_1 as name };
17
- export namespace control_1 {
18
- const type_1: string;
19
- export { type_1 as type };
20
- }
12
+ const control_1: string;
21
13
  export { control_1 as control };
22
14
  const description_1: string;
23
15
  export { description_1 as description };
24
16
  }
25
17
  export namespace height {
26
- const name_2: string;
27
- export { name_2 as name };
28
- export namespace control_2 {
29
- const type_2: string;
30
- export { type_2 as type };
31
- }
18
+ const control_2: string;
32
19
  export { control_2 as control };
33
20
  const description_2: string;
34
21
  export { description_2 as description };
35
22
  }
36
23
  export namespace barSize {
37
- const name_3: string;
38
- export { name_3 as name };
39
- export namespace control_3 {
40
- const type_3: string;
41
- export { type_3 as type };
42
- }
24
+ const control_3: string;
43
25
  export { control_3 as control };
44
26
  const description_3: string;
45
27
  export { description_3 as description };
46
28
  }
47
29
  export namespace barFontSizeValue {
48
- const name_4: string;
49
- export { name_4 as name };
50
- export namespace control_4 {
51
- const type_4: string;
52
- export { type_4 as type };
53
- }
30
+ const control_4: string;
54
31
  export { control_4 as control };
55
32
  const description_4: string;
56
33
  export { description_4 as description };
57
34
  }
58
35
  export namespace barChartColorFirst {
59
- const name_5: string;
60
- export { name_5 as name };
36
+ const control_5: string;
37
+ export { control_5 as control };
61
38
  const description_5: string;
62
39
  export { description_5 as description };
63
- export namespace control_5 {
64
- const type_5: string;
65
- export { type_5 as type };
66
- export const presetColors: string[];
67
- }
68
- export { control_5 as control };
69
40
  }
70
41
  export namespace barChartColorSecond {
71
- const name_6: string;
72
- export { name_6 as name };
42
+ const control_6: string;
43
+ export { control_6 as control };
73
44
  const description_6: string;
74
45
  export { description_6 as description };
75
- export namespace control_6 {
76
- const type_6: string;
77
- export { type_6 as type };
78
- const presetColors_1: string[];
79
- export { presetColors_1 as presetColors };
80
- }
81
- export { control_6 as control };
82
46
  }
83
47
  export namespace barChartData {
84
48
  const description_7: string;
85
49
  export { description_7 as description };
86
50
  }
87
51
  export namespace isDollar {
88
- const name_7: string;
89
- export { name_7 as name };
90
- export namespace control_7 {
91
- const type_7: string;
92
- export { type_7 as type };
93
- }
52
+ const control_7: string;
94
53
  export { control_7 as control };
95
54
  const description_8: string;
96
55
  export { description_8 as description };
97
56
  }
98
57
  export namespace showDollarSign {
99
- const name_8: string;
100
- export { name_8 as name };
101
- export namespace control_8 {
102
- const type_8: string;
103
- export { type_8 as type };
104
- }
58
+ const control_8: string;
105
59
  export { control_8 as control };
106
60
  const description_9: string;
107
61
  export { description_9 as description };
108
62
  }
109
63
  export namespace showLegend {
110
- const name_9: string;
111
- export { name_9 as name };
112
- export namespace control_9 {
113
- const type_9: string;
114
- export { type_9 as type };
115
- }
64
+ const control_9: string;
116
65
  export { control_9 as control };
117
66
  const description_10: string;
118
67
  export { description_10 as description };
119
68
  }
120
69
  export namespace yAxisCounter {
121
- const name_10: string;
122
- export { name_10 as name };
123
- export namespace control_10 {
124
- const type_10: string;
125
- export { type_10 as type };
126
- }
70
+ const control_10: string;
127
71
  export { control_10 as control };
128
72
  const description_11: string;
129
73
  export { description_11 as description };
130
74
  }
131
75
  export namespace isPercentValue {
132
- const name_11: string;
133
- export { name_11 as name };
134
- export namespace control_11 {
135
- const type_11: string;
136
- export { type_11 as type };
137
- }
76
+ const control_11: string;
138
77
  export { control_11 as control };
139
78
  const description_12: string;
140
79
  export { description_12 as description };
141
80
  }
142
81
  export namespace showReferenceLine {
143
- const name_12: string;
144
- export { name_12 as name };
145
- export namespace control_12 {
146
- const type_12: string;
147
- export { type_12 as type };
148
- }
82
+ const control_12: string;
149
83
  export { control_12 as control };
150
84
  const description_13: string;
151
85
  export { description_13 as description };
152
86
  }
153
87
  export namespace referenceLinePoint {
154
- const name_13: string;
155
- export { name_13 as name };
156
- export namespace control_13 {
157
- const type_13: string;
158
- export { type_13 as type };
159
- }
88
+ const control_13: string;
160
89
  export { control_13 as control };
161
90
  const description_14: string;
162
91
  export { description_14 as description };
163
92
  }
164
93
  export namespace referenceLineColor {
165
- const name_14: string;
166
- export { name_14 as name };
167
- export namespace control_14 {
168
- const type_14: string;
169
- export { type_14 as type };
170
- }
94
+ const control_14: string;
171
95
  export { control_14 as control };
172
96
  const description_15: string;
173
97
  export { description_15 as description };
174
98
  }
175
99
  export namespace referenceLineDashed {
176
- const name_15: string;
177
- export { name_15 as name };
178
- export namespace control_15 {
179
- const type_15: string;
180
- export { type_15 as type };
181
- }
100
+ const control_15: string;
182
101
  export { control_15 as control };
183
102
  const description_16: string;
184
103
  export { description_16 as description };
@@ -186,7 +105,6 @@ declare namespace _default {
186
105
  }
187
106
  }
188
107
  export default _default;
189
- export function SalesDollars(args: any): import("react/jsx-runtime").JSX.Element;
190
108
  export namespace SalesDollars {
191
109
  namespace args {
192
110
  const title_2: string;
@@ -1,6 +1,6 @@
1
1
  export function ArrowDownIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ArrowDownIcon;
@@ -1,6 +1,6 @@
1
1
  export function ArrowDropDownIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ArrowDropDownIcon;
@@ -1,6 +1,6 @@
1
1
  export function ArrowSelectIcon({ width, height, color, }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
2
+ width?: string;
3
+ height?: string;
4
+ color?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ArrowSelectIcon;
@@ -1,6 +1,6 @@
1
1
  export function ArrowUpIcon({ clicked, width, height }: {
2
2
  clicked: any;
3
- width?: string | undefined;
4
- height?: string | undefined;
3
+ width?: string;
4
+ height?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default ArrowUpIcon;
@@ -1,6 +1,6 @@
1
1
  export function AttachedIcon({ width, height, fill }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- fill?: string | undefined;
2
+ width?: string;
3
+ height?: string;
4
+ fill?: string;
5
5
  }): import("react/jsx-runtime").JSX.Element;
6
6
  export default AttachedIcon;
@@ -1,6 +1,6 @@
1
- export function BellIcon({ width, height, color }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- color?: string | undefined;
5
- }): import("react/jsx-runtime").JSX.Element;
6
1
  export default BellIcon;
2
+ declare function BellIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
- export function ButtonArrowRight({ width, height }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- }): import("react/jsx-runtime").JSX.Element;
5
1
  export default ButtonArrowRight;
2
+ declare function ButtonArrowRight({ width, height }: {
3
+ width?: string;
4
+ height?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;