@carto/meridian-ds 0.1.0

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 (310) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/LICENSE +29 -0
  3. package/README.md +38 -0
  4. package/dist/Alert-Dd9Op7y8.js +4754 -0
  5. package/dist/Alert-l8e3Fw5e.cjs +4 -0
  6. package/dist/arrow-drop-icon-BGl72Unt.cjs +1 -0
  7. package/dist/arrow-drop-icon-CHxPlPIN.js +16 -0
  8. package/dist/components/index.cjs +1 -0
  9. package/dist/components/index.js +1249 -0
  10. package/dist/createSvgIcon-BhsoeSAN.cjs +68 -0
  11. package/dist/createSvgIcon-CcKa-Sbo.js +3929 -0
  12. package/dist/custom-icons/index.cjs +1 -0
  13. package/dist/custom-icons/index.js +60 -0
  14. package/dist/jsx-runtime-B6kdoens.js +634 -0
  15. package/dist/jsx-runtime-Cek9Ww4S.cjs +30 -0
  16. package/dist/paletteUtils-B489IFFw.js +320 -0
  17. package/dist/paletteUtils-DELR0VRh.cjs +3 -0
  18. package/dist/search-icon-DHF2JDWR.cjs +1 -0
  19. package/dist/search-icon-FnUa1LqH.js +38 -0
  20. package/dist/theme/index.cjs +76 -0
  21. package/dist/theme/index.js +3863 -0
  22. package/dist/types/components/atoms/Button.d.ts +7 -0
  23. package/dist/types/components/atoms/Button.d.ts.map +1 -0
  24. package/dist/types/components/atoms/LabelWithIndicator.d.ts +8 -0
  25. package/dist/types/components/atoms/LabelWithIndicator.d.ts.map +1 -0
  26. package/dist/types/components/atoms/PasswordField.d.ts +4 -0
  27. package/dist/types/components/atoms/PasswordField.d.ts.map +1 -0
  28. package/dist/types/components/atoms/SelectField.d.ts +15 -0
  29. package/dist/types/components/atoms/SelectField.d.ts.map +1 -0
  30. package/dist/types/components/atoms/ToggleButtonGroup.d.ts +7 -0
  31. package/dist/types/components/atoms/ToggleButtonGroup.d.ts.map +1 -0
  32. package/dist/types/components/atoms/Typography.d.ts +14 -0
  33. package/dist/types/components/atoms/Typography.d.ts.map +1 -0
  34. package/dist/types/components/atoms/index.d.ts +13 -0
  35. package/dist/types/components/atoms/index.d.ts.map +1 -0
  36. package/dist/types/components/index.d.ts +7 -0
  37. package/dist/types/components/index.d.ts.map +1 -0
  38. package/dist/types/components/molecules/AccordionGroup.d.ts +12 -0
  39. package/dist/types/components/molecules/AccordionGroup.d.ts.map +1 -0
  40. package/dist/types/components/molecules/Alert.d.ts +18 -0
  41. package/dist/types/components/molecules/Alert.d.ts.map +1 -0
  42. package/dist/types/components/molecules/Autocomplete.d.ts +19 -0
  43. package/dist/types/components/molecules/Autocomplete.d.ts.map +1 -0
  44. package/dist/types/components/molecules/Avatar.d.ts +6 -0
  45. package/dist/types/components/molecules/Avatar.d.ts.map +1 -0
  46. package/dist/types/components/molecules/Menu/Menu.d.ts +8 -0
  47. package/dist/types/components/molecules/Menu/Menu.d.ts.map +1 -0
  48. package/dist/types/components/molecules/Menu/MenuItem.d.ts +10 -0
  49. package/dist/types/components/molecules/Menu/MenuItem.d.ts.map +1 -0
  50. package/dist/types/components/molecules/Menu/MenuList.d.ts +8 -0
  51. package/dist/types/components/molecules/Menu/MenuList.d.ts.map +1 -0
  52. package/dist/types/components/molecules/Menu/index.d.ts +7 -0
  53. package/dist/types/components/molecules/Menu/index.d.ts.map +1 -0
  54. package/dist/types/components/molecules/MultipleSelectField/Filters.d.ts +9 -0
  55. package/dist/types/components/molecules/MultipleSelectField/Filters.d.ts.map +1 -0
  56. package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts +31 -0
  57. package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts.map +1 -0
  58. package/dist/types/components/molecules/MultipleSelectField/index.d.ts +3 -0
  59. package/dist/types/components/molecules/MultipleSelectField/index.d.ts.map +1 -0
  60. package/dist/types/components/molecules/MultipleSelectField/useMultipleSelectField.d.ts +11 -0
  61. package/dist/types/components/molecules/MultipleSelectField/useMultipleSelectField.d.ts.map +1 -0
  62. package/dist/types/components/molecules/Table/TablePaginationActions.d.ts +9 -0
  63. package/dist/types/components/molecules/Table/TablePaginationActions.d.ts.map +1 -0
  64. package/dist/types/components/molecules/Table/index.d.ts +3 -0
  65. package/dist/types/components/molecules/Table/index.d.ts.map +1 -0
  66. package/dist/types/components/molecules/UploadField/FilesAction.d.ts +13 -0
  67. package/dist/types/components/molecules/UploadField/FilesAction.d.ts.map +1 -0
  68. package/dist/types/components/molecules/UploadField/StyledUploadField.d.ts +8 -0
  69. package/dist/types/components/molecules/UploadField/StyledUploadField.d.ts.map +1 -0
  70. package/dist/types/components/molecules/UploadField/UploadField.d.ts +15 -0
  71. package/dist/types/components/molecules/UploadField/UploadField.d.ts.map +1 -0
  72. package/dist/types/components/molecules/UploadField/UploadFieldBase.d.ts +17 -0
  73. package/dist/types/components/molecules/UploadField/UploadFieldBase.d.ts.map +1 -0
  74. package/dist/types/components/molecules/UploadField/index.d.ts +5 -0
  75. package/dist/types/components/molecules/UploadField/index.d.ts.map +1 -0
  76. package/dist/types/components/molecules/UploadField/useFileUpload.d.ts +19 -0
  77. package/dist/types/components/molecules/UploadField/useFileUpload.d.ts.map +1 -0
  78. package/dist/types/components/molecules/index.d.ts +17 -0
  79. package/dist/types/components/molecules/index.d.ts.map +1 -0
  80. package/dist/types/components/organisms/AppBar/AppBar.d.ts +11 -0
  81. package/dist/types/components/organisms/AppBar/AppBar.d.ts.map +1 -0
  82. package/dist/types/components/organisms/AppBar/BrandLogo.d.ts +4 -0
  83. package/dist/types/components/organisms/AppBar/BrandLogo.d.ts.map +1 -0
  84. package/dist/types/components/organisms/AppBar/BrandText.d.ts +4 -0
  85. package/dist/types/components/organisms/AppBar/BrandText.d.ts.map +1 -0
  86. package/dist/types/components/organisms/AppBar/BurgerMenu.d.ts +4 -0
  87. package/dist/types/components/organisms/AppBar/BurgerMenu.d.ts.map +1 -0
  88. package/dist/types/components/organisms/AppBar/SecondaryText.d.ts +4 -0
  89. package/dist/types/components/organisms/AppBar/SecondaryText.d.ts.map +1 -0
  90. package/dist/types/components/organisms/AppBar/index.d.ts +3 -0
  91. package/dist/types/components/organisms/AppBar/index.d.ts.map +1 -0
  92. package/dist/types/components/organisms/TooltipData.d.ts +12 -0
  93. package/dist/types/components/organisms/TooltipData.d.ts.map +1 -0
  94. package/dist/types/components/organisms/index.d.ts +5 -0
  95. package/dist/types/components/organisms/index.d.ts.map +1 -0
  96. package/dist/types/custom-icons/arrow-drop-icon.d.ts +3 -0
  97. package/dist/types/custom-icons/arrow-drop-icon.d.ts.map +1 -0
  98. package/dist/types/custom-icons/circle-icon.d.ts +3 -0
  99. package/dist/types/custom-icons/circle-icon.d.ts.map +1 -0
  100. package/dist/types/custom-icons/cursor-icon.d.ts +3 -0
  101. package/dist/types/custom-icons/cursor-icon.d.ts.map +1 -0
  102. package/dist/types/custom-icons/graph-line-icon.d.ts +3 -0
  103. package/dist/types/custom-icons/graph-line-icon.d.ts.map +1 -0
  104. package/dist/types/custom-icons/index.d.ts +12 -0
  105. package/dist/types/custom-icons/index.d.ts.map +1 -0
  106. package/dist/types/custom-icons/lasso-icon.d.ts +3 -0
  107. package/dist/types/custom-icons/lasso-icon.d.ts.map +1 -0
  108. package/dist/types/custom-icons/layer-icon.d.ts +3 -0
  109. package/dist/types/custom-icons/layer-icon.d.ts.map +1 -0
  110. package/dist/types/custom-icons/opacity-icon.d.ts +3 -0
  111. package/dist/types/custom-icons/opacity-icon.d.ts.map +1 -0
  112. package/dist/types/custom-icons/polygon-icon.d.ts +3 -0
  113. package/dist/types/custom-icons/polygon-icon.d.ts.map +1 -0
  114. package/dist/types/custom-icons/rectangle-icon.d.ts +3 -0
  115. package/dist/types/custom-icons/rectangle-icon.d.ts.map +1 -0
  116. package/dist/types/custom-icons/search-icon.d.ts +3 -0
  117. package/dist/types/custom-icons/search-icon.d.ts.map +1 -0
  118. package/dist/types/custom-icons/upload-icon.d.ts +3 -0
  119. package/dist/types/custom-icons/upload-icon.d.ts.map +1 -0
  120. package/dist/types/hooks/useImperativeIntl.d.ts +3 -0
  121. package/dist/types/hooks/useImperativeIntl.d.ts.map +1 -0
  122. package/dist/types/hooks/usePrevious.d.ts +2 -0
  123. package/dist/types/hooks/usePrevious.d.ts.map +1 -0
  124. package/dist/types/hooks/useSkeleton.d.ts +5 -0
  125. package/dist/types/hooks/useSkeleton.d.ts.map +1 -0
  126. package/dist/types/localization/en.d.ts +120 -0
  127. package/dist/types/localization/en.d.ts.map +1 -0
  128. package/dist/types/localization/es.d.ts +118 -0
  129. package/dist/types/localization/es.d.ts.map +1 -0
  130. package/dist/types/localization/id.d.ts +120 -0
  131. package/dist/types/localization/id.d.ts.map +1 -0
  132. package/dist/types/localization/index.d.ts +355 -0
  133. package/dist/types/localization/index.d.ts.map +1 -0
  134. package/dist/types/theme/carto-theme.d.ts +4077 -0
  135. package/dist/types/theme/carto-theme.d.ts.map +1 -0
  136. package/dist/types/theme/index.d.ts +5 -0
  137. package/dist/types/theme/index.d.ts.map +1 -0
  138. package/dist/types/theme/sections/components/buttons.d.ts +3 -0
  139. package/dist/types/theme/sections/components/buttons.d.ts.map +1 -0
  140. package/dist/types/theme/sections/components/data-display.d.ts +4 -0
  141. package/dist/types/theme/sections/components/data-display.d.ts.map +1 -0
  142. package/dist/types/theme/sections/components/feedback.d.ts +3 -0
  143. package/dist/types/theme/sections/components/feedback.d.ts.map +1 -0
  144. package/dist/types/theme/sections/components/forms.d.ts +3 -0
  145. package/dist/types/theme/sections/components/forms.d.ts.map +1 -0
  146. package/dist/types/theme/sections/components/navigation.d.ts +3 -0
  147. package/dist/types/theme/sections/components/navigation.d.ts.map +1 -0
  148. package/dist/types/theme/sections/components/surfaces.d.ts +3 -0
  149. package/dist/types/theme/sections/components/surfaces.d.ts.map +1 -0
  150. package/dist/types/theme/sections/css-baseline.d.ts +905 -0
  151. package/dist/types/theme/sections/css-baseline.d.ts.map +1 -0
  152. package/dist/types/theme/sections/palette.d.ts +4 -0
  153. package/dist/types/theme/sections/palette.d.ts.map +1 -0
  154. package/dist/types/theme/sections/shadows.d.ts +3 -0
  155. package/dist/types/theme/sections/shadows.d.ts.map +1 -0
  156. package/dist/types/theme/sections/typography.d.ts +1706 -0
  157. package/dist/types/theme/sections/typography.d.ts.map +1 -0
  158. package/dist/types/theme/theme-constants.d.ts +14 -0
  159. package/dist/types/theme/theme-constants.d.ts.map +1 -0
  160. package/dist/types/theme/theme-utils.d.ts +2 -0
  161. package/dist/types/theme/theme-utils.d.ts.map +1 -0
  162. package/dist/types/theme/types.d.ts +99 -0
  163. package/dist/types/theme/types.d.ts.map +1 -0
  164. package/dist/types/utils/animationUtils.d.ts +30 -0
  165. package/dist/types/utils/animationUtils.d.ts.map +1 -0
  166. package/dist/types/utils/chartConstants.d.ts +7 -0
  167. package/dist/types/utils/chartConstants.d.ts.map +1 -0
  168. package/dist/types/utils/detectTouchScreen.d.ts +2 -0
  169. package/dist/types/utils/detectTouchScreen.d.ts.map +1 -0
  170. package/dist/types/utils/formatterUtils.d.ts +18 -0
  171. package/dist/types/utils/formatterUtils.d.ts.map +1 -0
  172. package/dist/types/utils/legendUtils.d.ts +99 -0
  173. package/dist/types/utils/legendUtils.d.ts.map +1 -0
  174. package/dist/types/utils/localeUtils.d.ts +7 -0
  175. package/dist/types/utils/localeUtils.d.ts.map +1 -0
  176. package/dist/types/utils/paletteUtils.d.ts +25 -0
  177. package/dist/types/utils/paletteUtils.d.ts.map +1 -0
  178. package/dist/types/utils/uniqueId.d.ts +19 -0
  179. package/dist/types/utils/uniqueId.d.ts.map +1 -0
  180. package/dist/types/widgets/BarWidgetUI/BarSkeleton.d.ts +4 -0
  181. package/dist/types/widgets/BarWidgetUI/BarSkeleton.d.ts.map +1 -0
  182. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.d.ts +33 -0
  183. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.d.ts.map +1 -0
  184. package/dist/types/widgets/BarWidgetUI/useProcessedProps.d.ts +22 -0
  185. package/dist/types/widgets/BarWidgetUI/useProcessedProps.d.ts.map +1 -0
  186. package/dist/types/widgets/CategoryWidgetUI/CategorySkeleton.d.ts +3 -0
  187. package/dist/types/widgets/CategoryWidgetUI/CategorySkeleton.d.ts.map +1 -0
  188. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts +25 -0
  189. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts.map +1 -0
  190. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +37 -0
  191. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts.map +1 -0
  192. package/dist/types/widgets/ChartLegend.d.ts +10 -0
  193. package/dist/types/widgets/ChartLegend.d.ts.map +1 -0
  194. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIDropdown.d.ts +18 -0
  195. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIDropdown.d.ts.map +1 -0
  196. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIGeometryChips.d.ts +17 -0
  197. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIGeometryChips.d.ts.map +1 -0
  198. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIToggleButton.d.ts +15 -0
  199. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIToggleButton.d.ts.map +1 -0
  200. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.d.ts +27 -0
  201. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.d.ts.map +1 -0
  202. package/dist/types/widgets/FeatureSelectionWidgetUI/index.d.ts +9 -0
  203. package/dist/types/widgets/FeatureSelectionWidgetUI/index.d.ts.map +1 -0
  204. package/dist/types/widgets/FormulaWidgetUI/FormulaSkeleton.d.ts +3 -0
  205. package/dist/types/widgets/FormulaWidgetUI/FormulaSkeleton.d.ts.map +1 -0
  206. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.d.ts +16 -0
  207. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.d.ts.map +1 -0
  208. package/dist/types/widgets/HistogramWidgetUI/HistogramSkeleton.d.ts +6 -0
  209. package/dist/types/widgets/HistogramWidgetUI/HistogramSkeleton.d.ts.map +1 -0
  210. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.d.ts +27 -0
  211. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.d.ts.map +1 -0
  212. package/dist/types/widgets/HistogramWidgetUI/useHistogramInteractivity.d.ts +20 -0
  213. package/dist/types/widgets/HistogramWidgetUI/useHistogramInteractivity.d.ts.map +1 -0
  214. package/dist/types/widgets/NoDataAlert.d.ts +6 -0
  215. package/dist/types/widgets/NoDataAlert.d.ts.map +1 -0
  216. package/dist/types/widgets/PieWidgetUI/PieCentralText.d.ts +11 -0
  217. package/dist/types/widgets/PieWidgetUI/PieCentralText.d.ts.map +1 -0
  218. package/dist/types/widgets/PieWidgetUI/PieSkeleton.d.ts +4 -0
  219. package/dist/types/widgets/PieWidgetUI/PieSkeleton.d.ts.map +1 -0
  220. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts +31 -0
  221. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts.map +1 -0
  222. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts +16 -0
  223. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts.map +1 -0
  224. package/dist/types/widgets/RangeWidgetUI/RangeSkeleton.d.ts +2 -0
  225. package/dist/types/widgets/RangeWidgetUI/RangeSkeleton.d.ts.map +1 -0
  226. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.d.ts +16 -0
  227. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.d.ts.map +1 -0
  228. package/dist/types/widgets/ReactEcharts.d.ts +8 -0
  229. package/dist/types/widgets/ReactEcharts.d.ts.map +1 -0
  230. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotSkeleton.d.ts +4 -0
  231. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotSkeleton.d.ts.map +1 -0
  232. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.d.ts +16 -0
  233. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.d.ts.map +1 -0
  234. package/dist/types/widgets/SkeletonWidgets.d.ts +20 -0
  235. package/dist/types/widgets/SkeletonWidgets.d.ts.map +1 -0
  236. package/dist/types/widgets/TableWidgetUI/TableSkeleton.d.ts +7 -0
  237. package/dist/types/widgets/TableWidgetUI/TableSkeleton.d.ts.map +1 -0
  238. package/dist/types/widgets/TableWidgetUI/TableSkeletonRow.d.ts +6 -0
  239. package/dist/types/widgets/TableWidgetUI/TableSkeletonRow.d.ts.map +1 -0
  240. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.d.ts +30 -0
  241. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.d.ts.map +1 -0
  242. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesContext.d.ts +21 -0
  243. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesContext.d.ts.map +1 -0
  244. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts +4 -0
  245. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts.map +1 -0
  246. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts +14 -0
  247. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts.map +1 -0
  248. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesControls.d.ts +3 -0
  249. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesControls.d.ts.map +1 -0
  250. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesLayout.d.ts +8 -0
  251. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesLayout.d.ts.map +1 -0
  252. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesSkeleton.d.ts +4 -0
  253. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesSkeleton.d.ts.map +1 -0
  254. package/dist/types/widgets/TimeSeriesWidgetUI/index.d.ts +9 -0
  255. package/dist/types/widgets/TimeSeriesWidgetUI/index.d.ts.map +1 -0
  256. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.d.ts +99 -0
  257. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.d.ts.map +1 -0
  258. package/dist/types/widgets/TimeSeriesWidgetUI/useTimeSeriesInteractivity.d.ts +43 -0
  259. package/dist/types/widgets/TimeSeriesWidgetUI/useTimeSeriesInteractivity.d.ts.map +1 -0
  260. package/dist/types/widgets/WrapperWidgetUI.d.ts +36 -0
  261. package/dist/types/widgets/WrapperWidgetUI.d.ts.map +1 -0
  262. package/dist/types/widgets/comparative/AnimatedNumber/AnimatedNumber.d.ts +9 -0
  263. package/dist/types/widgets/comparative/AnimatedNumber/AnimatedNumber.d.ts.map +1 -0
  264. package/dist/types/widgets/comparative/AnimatedNumber/useAnimatedNumber.d.ts +11 -0
  265. package/dist/types/widgets/comparative/AnimatedNumber/useAnimatedNumber.d.ts.map +1 -0
  266. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryItem.d.ts +17 -0
  267. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryItem.d.ts.map +1 -0
  268. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +23 -0
  269. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -0
  270. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.styled.d.ts +45 -0
  271. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.styled.d.ts.map +1 -0
  272. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +20 -0
  273. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -0
  274. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.d.ts +21 -0
  275. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.d.ts.map +1 -0
  276. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaLabel.d.ts +5 -0
  277. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaLabel.d.ts.map +1 -0
  278. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaValue.d.ts +10 -0
  279. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaValue.d.ts.map +1 -0
  280. package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts +22 -0
  281. package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts.map +1 -0
  282. package/dist/types/widgets/index.d.ts +33 -0
  283. package/dist/types/widgets/index.d.ts.map +1 -0
  284. package/dist/types/widgets/legend/LegendLayer.d.ts +37 -0
  285. package/dist/types/widgets/legend/LegendLayer.d.ts.map +1 -0
  286. package/dist/types/widgets/legend/LegendLayerTitle.d.ts +8 -0
  287. package/dist/types/widgets/legend/LegendLayerTitle.d.ts.map +1 -0
  288. package/dist/types/widgets/legend/LegendLayerVariable.d.ts +9 -0
  289. package/dist/types/widgets/legend/LegendLayerVariable.d.ts.map +1 -0
  290. package/dist/types/widgets/legend/LegendOpacityControl.d.ts +14 -0
  291. package/dist/types/widgets/legend/LegendOpacityControl.d.ts.map +1 -0
  292. package/dist/types/widgets/legend/LegendWidgetUI.d.ts +48 -0
  293. package/dist/types/widgets/legend/LegendWidgetUI.d.ts.map +1 -0
  294. package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts +31 -0
  295. package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts.map +1 -0
  296. package/dist/types/widgets/legend/index.d.ts +7 -0
  297. package/dist/types/widgets/legend/index.d.ts.map +1 -0
  298. package/dist/types/widgets/legend/legend-types/LegendCategories.d.ts +6 -0
  299. package/dist/types/widgets/legend/legend-types/LegendCategories.d.ts.map +1 -0
  300. package/dist/types/widgets/legend/legend-types/LegendIcon.d.ts +6 -0
  301. package/dist/types/widgets/legend/legend-types/LegendIcon.d.ts.map +1 -0
  302. package/dist/types/widgets/legend/legend-types/LegendProportion.d.ts +9 -0
  303. package/dist/types/widgets/legend/legend-types/LegendProportion.d.ts.map +1 -0
  304. package/dist/types/widgets/legend/legend-types/LegendRamp.d.ts +7 -0
  305. package/dist/types/widgets/legend/legend-types/LegendRamp.d.ts.map +1 -0
  306. package/dist/types/widgets/legend/legend-types/index.d.ts +9 -0
  307. package/dist/types/widgets/legend/legend-types/index.d.ts.map +1 -0
  308. package/dist/widgets/index.cjs +33 -0
  309. package/dist/widgets/index.js +5865 -0
  310. package/package.json +156 -0
@@ -0,0 +1,18 @@
1
+ import { TooltipProps } from '@mui/material';
2
+ import { FeatureSelectionUIMode } from './FeatureSelectionWidgetUI';
3
+ export type FeatureSelectionUIDropdown = {
4
+ selectionModes: FeatureSelectionUIMode[];
5
+ editModes: FeatureSelectionUIMode[];
6
+ selectedMode: string;
7
+ onSelectMode?: (mode: string) => void;
8
+ enabled?: boolean;
9
+ tooltipPlacement?: TooltipProps['placement'];
10
+ tooltipText?: string;
11
+ menuHeaderText?: string;
12
+ editDisabled?: boolean;
13
+ };
14
+ /**
15
+ * This component displays the dropdown layout with all available edit and selection modes
16
+ */
17
+ export default function FeatureSelectionUIDropdown({ selectionModes, editModes, selectedMode, onSelectMode, enabled, tooltipPlacement, tooltipText, menuHeaderText, editDisabled, }: FeatureSelectionUIDropdown): import("react/jsx-runtime").JSX.Element;
18
+ //# sourceMappingURL=FeatureSelectionUIDropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeatureSelectionUIDropdown.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIDropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,EAOL,YAAY,EAIb,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AA0BnE,MAAM,MAAM,0BAA0B,GAAG;IACvC,cAAc,EAAE,sBAAsB,EAAE,CAAA;IACxC,SAAS,EAAE,sBAAsB,EAAE,CAAA;IACnC,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,gBAAgB,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAA;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,CAAA;AAID;;GAEG;AACH,MAAM,CAAC,OAAO,UAAU,0BAA0B,CAAC,EACjD,cAAc,EACd,SAAS,EACT,YAAY,EACZ,YAAuB,EACvB,OAAO,EACP,gBAA2B,EAC3B,WAAgB,EAChB,cAAmB,EACnB,YAAY,GACb,EAAE,0BAA0B,2CA8E5B"}
@@ -0,0 +1,17 @@
1
+ import { TooltipProps } from '@mui/material';
2
+ import { DrawnFeatureProps } from './FeatureSelectionWidgetUI';
3
+ export type FeatureSelectionUIGeometryChipProps = {
4
+ features: GeoJSON.Feature<GeoJSON.Geometry, DrawnFeatureProps>[];
5
+ onSelectGeometry?: (geometry: GeoJSON.Feature) => void;
6
+ onDeleteGeometry?: (geometry: GeoJSON.Feature) => void;
7
+ chipTooltip?: string;
8
+ disabledChipTooltip?: string;
9
+ size?: 'medium' | 'small';
10
+ tooltipPlacement?: TooltipProps['placement'];
11
+ chipLabel?: string;
12
+ };
13
+ /**
14
+ * Renders a list of chips from geojson features with tooltip, click and delete handlers
15
+ */
16
+ export default function FeatureSelectionUIGeometryChips({ features, onSelectGeometry, onDeleteGeometry, chipTooltip, disabledChipTooltip, size, tooltipPlacement, chipLabel, }: FeatureSelectionUIGeometryChipProps): import("react/jsx-runtime").JSX.Element;
17
+ //# sourceMappingURL=FeatureSelectionUIGeometryChips.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeatureSelectionUIGeometryChips.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIGeometryChips.tsx"],"names":[],"mappings":"AACA,OAAO,EAOL,YAAY,EAEb,MAAM,eAAe,CAAA;AAItB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAmB9D,MAAM,MAAM,mCAAmC,GAAG;IAChD,QAAQ,EAAE,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ,EAAE,iBAAiB,CAAC,EAAE,CAAA;IAChE,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,KAAK,IAAI,CAAA;IACtD,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,KAAK,IAAI,CAAA;IACtD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;IACzB,gBAAgB,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAA;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,UAAU,+BAA+B,CAAC,EACtD,QAAQ,EACR,gBAA2B,EAC3B,gBAAgB,EAChB,WAAW,EACX,mBAAmB,EACnB,IAAe,EACf,gBAA2B,EAC3B,SAAS,GACV,EAAE,mCAAmC,2CA0GrC"}
@@ -0,0 +1,15 @@
1
+ import { TooltipProps } from '@mui/material';
2
+ export type FeatureSelectionUIToggleButtonProps = {
3
+ icon: React.ReactNode;
4
+ hoverTooltip: string;
5
+ clickTooltip: string;
6
+ enabled?: boolean;
7
+ onEnabledChange?: (enabled: boolean) => void;
8
+ tooltipPlacement?: TooltipProps['placement'];
9
+ };
10
+ /**
11
+ * Renders the toggle button for feature selection UI
12
+ * handles tooltip logic for click away listener and listens on escape key to disable the button
13
+ */
14
+ export default function FeatureSelectionUIToggleButton({ icon, hoverTooltip, clickTooltip, enabled, onEnabledChange, tooltipPlacement, }: FeatureSelectionUIToggleButtonProps): import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=FeatureSelectionUIToggleButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeatureSelectionUIToggleButton.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EACb,MAAM,eAAe,CAAA;AAGtB,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,EAAE,KAAK,CAAC,SAAS,CAAA;IACrB,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IAC5C,gBAAgB,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAA;CAC7C,CAAA;AAID;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,8BAA8B,CAAC,EACrD,IAAI,EACJ,YAAY,EACZ,YAAY,EACZ,OAAO,EACP,eAA0B,EAC1B,gBAA2B,GAC5B,EAAE,mCAAmC,2CA+CrC"}
@@ -0,0 +1,27 @@
1
+ import { TooltipProps } from '@mui/material';
2
+ export type DrawnFeatureProps = {
3
+ name?: string;
4
+ disabled?: boolean;
5
+ invalid?: boolean;
6
+ };
7
+ export type FeatureSelectionUIMode = {
8
+ id: string;
9
+ label: string;
10
+ icon: React.ReactNode;
11
+ };
12
+ export type FeatureSelectionWidgetUIProps = {
13
+ selectionModes: FeatureSelectionUIMode[];
14
+ editModes?: FeatureSelectionUIMode[];
15
+ selectedMode: string;
16
+ onSelectMode?: (mode: string) => void;
17
+ enabled?: boolean;
18
+ onEnabledChange?: (enabled: boolean) => void;
19
+ geometry?: GeoJSON.Feature<GeoJSON.Geometry, DrawnFeatureProps>;
20
+ onSelectGeometry?: (geometry: GeoJSON.Feature) => void;
21
+ onDeleteGeometry?: (geometry: GeoJSON.Feature) => void;
22
+ tooltipPlacement?: TooltipProps['placement'];
23
+ size?: 'small' | 'medium';
24
+ chipLabel?: string;
25
+ };
26
+ export default function FeatureSelectionWidgetUI({ selectionModes, editModes, selectedMode, onSelectMode, enabled, onEnabledChange, geometry, onSelectGeometry, onDeleteGeometry, tooltipPlacement, size, chipLabel, }: FeatureSelectionWidgetUIProps): import("react/jsx-runtime").JSX.Element;
27
+ //# sourceMappingURL=FeatureSelectionWidgetUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeatureSelectionWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,YAAY,EAAsB,MAAM,eAAe,CAAA;AAevE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AACD,MAAM,MAAM,sBAAsB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,KAAK,CAAC,SAAS,CAAA;CACtB,CAAA;AACD,MAAM,MAAM,6BAA6B,GAAG;IAC1C,cAAc,EAAE,sBAAsB,EAAE,CAAA;IACxC,SAAS,CAAC,EAAE,sBAAsB,EAAE,CAAA;IACpC,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ,EAAE,iBAAiB,CAAC,CAAA;IAC/D,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,KAAK,IAAI,CAAA;IACtD,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,KAAK,IAAI,CAAA;IACtD,gBAAgB,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAA;IAC5C,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAID,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAC/C,cAAc,EACd,SAAiD,EACjD,YAAY,EACZ,YAAY,EACZ,OAAe,EACf,eAAe,EACf,QAAQ,EACR,gBAAgB,EAChB,gBAAgB,EAChB,gBAA2B,EAC3B,IAAe,EACf,SAAS,GACV,EAAE,6BAA6B,2CAqG/B"}
@@ -0,0 +1,9 @@
1
+ export { default as FeatureSelectionWidgetUI } from './FeatureSelectionWidgetUI';
2
+ export { default as FeatureSelectionUIDropdown } from './FeatureSelectionUIDropdown';
3
+ export { default as FeatureSelectionUIGeometryChips } from './FeatureSelectionUIGeometryChips';
4
+ export { default as FeatureSelectionUIToggleButton } from './FeatureSelectionUIToggleButton';
5
+ export type * from './FeatureSelectionWidgetUI';
6
+ export type * from './FeatureSelectionUIDropdown';
7
+ export type * from './FeatureSelectionUIGeometryChips';
8
+ export type * from './FeatureSelectionUIToggleButton';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FeatureSelectionWidgetUI/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AAChF,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AACpF,OAAO,EAAE,OAAO,IAAI,+BAA+B,EAAE,MAAM,mCAAmC,CAAA;AAC9F,OAAO,EAAE,OAAO,IAAI,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AAE5F,mBAAmB,4BAA4B,CAAA;AAC/C,mBAAmB,8BAA8B,CAAA;AACjD,mBAAmB,mCAAmC,CAAA;AACtD,mBAAmB,kCAAkC,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const FormulaSkeleton: () => import("react/jsx-runtime").JSX.Element;
2
+ export default FormulaSkeleton;
3
+ //# sourceMappingURL=FormulaSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormulaSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FormulaWidgetUI/FormulaSkeleton.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,eAAe,+CAMpB,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -0,0 +1,16 @@
1
+ import { FormattedValue } from '../../utils/formatterUtils';
2
+ export type FormulaWidgetUIDataComplex = {
3
+ value: string | number;
4
+ prefix?: string;
5
+ suffix?: string;
6
+ };
7
+ export type FormulaWidgetUIData = null | string | number | FormulaWidgetUIDataComplex;
8
+ export type FormulaWidgetUIProps<T extends FormulaWidgetUIData> = {
9
+ data?: T;
10
+ formatter?: (value: T) => FormattedValue;
11
+ animation?: boolean;
12
+ isLoading?: boolean;
13
+ };
14
+ declare function FormulaWidgetUI<T extends FormulaWidgetUIData>({ data, formatter, animation, isLoading, }: FormulaWidgetUIProps<T>): import("react/jsx-runtime").JSX.Element;
15
+ export default FormulaWidgetUI;
16
+ //# sourceMappingURL=FormulaWidgetUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormulaWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FormulaWidgetUI/FormulaWidgetUI.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAwB,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAU7E,MAAM,MAAM,0BAA0B,GAAG;IACvC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AACD,MAAM,MAAM,mBAAmB,GAC3B,IAAI,GACJ,MAAM,GACN,MAAM,GACN,0BAA0B,CAAA;AAE9B,MAAM,MAAM,oBAAoB,CAAC,CAAC,SAAS,mBAAmB,IAAI;IAChE,IAAI,CAAC,EAAE,CAAC,CAAA;IACR,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,cAAc,CAAA;IACxC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAKD,iBAAS,eAAe,CAAC,CAAC,SAAS,mBAAmB,EAAE,EACtD,IAAmB,EACnB,SAAoB,EACpB,SAAgB,EAChB,SAAiB,GAClB,EAAE,oBAAoB,CAAC,CAAC,CAAC,2CA2EzB;AAED,eAAe,eAAe,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { CSSProperties } from 'react';
2
+ declare function HistogramSkeleton({ height }: {
3
+ height: CSSProperties['height'];
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default HistogramSkeleton;
6
+ //# sourceMappingURL=HistogramSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistogramSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/widgets/HistogramWidgetUI/HistogramSkeleton.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAE1C,iBAAS,iBAAiB,CAAC,EAAE,MAAM,EAAE,EAAE;IAAE,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAA;CAAE,2CAuBzE;AAED,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,27 @@
1
+ import { IntlShape } from 'react-intl';
2
+ import { FormattedStringValue, TooltipParams } from '../../utils/formatterUtils';
3
+ export type HistogramWidgetUIProps = {
4
+ data: number[];
5
+ /** number of ticks must be one less than the number of data points */
6
+ ticks: number[];
7
+ /** first tick */
8
+ min: number;
9
+ /** last tick */
10
+ max: number;
11
+ tooltip?: boolean;
12
+ tooltipFormatter?: typeof defaultTooltipFormatter;
13
+ xAxisFormatter?: (n: number) => FormattedStringValue;
14
+ yAxisFormatter?: (n: number) => FormattedStringValue;
15
+ yAxisType?: 'dense' | 'full';
16
+ selectedBars?: number[];
17
+ onSelectedBarsChange?: (selectedBars: number[]) => void;
18
+ animation?: boolean;
19
+ filterable?: boolean;
20
+ height?: number;
21
+ isLoading?: boolean;
22
+ intl?: IntlShape;
23
+ };
24
+ declare function defaultTooltipFormatter(params: TooltipParams, xAxisFormatter?: (n: number) => FormattedStringValue, yAxisFormatter?: (n: number) => FormattedStringValue): string | null | undefined;
25
+ declare function HistogramWidgetUI({ data, ticks, min, max, xAxisFormatter, yAxisFormatter, yAxisType, selectedBars, onSelectedBarsChange, tooltip, tooltipFormatter, animation, filterable: _filterable, height, isLoading, }: HistogramWidgetUIProps): import("react/jsx-runtime").JSX.Element;
26
+ export default HistogramWidgetUI;
27
+ //# sourceMappingURL=HistogramWidgetUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistogramWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/HistogramWidgetUI/HistogramWidgetUI.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAW,MAAM,YAAY,CAAA;AAE/C,OAAO,EACL,oBAAoB,EAEpB,aAAa,EACd,MAAM,wBAAwB,CAAA;AAiC/B,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,MAAM,EAAE,CAAA;IACd,sEAAsE;IACtE,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,iBAAiB;IACjB,GAAG,EAAE,MAAM,CAAA;IACX,gBAAgB;IAChB,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,gBAAgB,CAAC,EAAE,OAAO,uBAAuB,CAAA;IACjD,cAAc,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,oBAAoB,CAAA;IACpD,cAAc,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,oBAAoB,CAAA;IACpD,SAAS,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IAC5B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAA;IACvB,oBAAoB,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IACvD,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,SAAS,CAAA;CACjB,CAAA;AAMD,iBAAS,uBAAuB,CAC9B,MAAM,EAAE,aAAa,EACrB,cAAc,GAAE,CAAC,CAAC,EAAE,MAAM,KAAK,oBAA+B,EAC9D,cAAc,GAAE,CAAC,CAAC,EAAE,MAAM,KAAK,oBAA+B,6BAyB/D;AAED,iBAAS,iBAAiB,CAAC,EACzB,IAAI,EACJ,KAAK,EACL,GAAG,EACH,GAAG,EACH,cAAyB,EACzB,cAAyB,EACzB,SAAmB,EACnB,YAAwB,EACxB,oBAA+B,EAC/B,OAAc,EACd,gBAA0C,EAC1C,SAAgB,EAChB,UAAU,EAAE,WAAkB,EAC9B,MAAY,EACZ,SAAS,GACV,EAAE,sBAAsB,2CAySxB;AAED,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,20 @@
1
+ import { EChartsType, ECElementEvent } from 'echarts';
2
+ export default function useHistogramInteractivity({ data, filterable, selectedBars, onSelectedBarsChange, echartsInstance, }: {
3
+ data: [number, number, number][];
4
+ filterable: boolean;
5
+ selectedBars: number[];
6
+ onSelectedBarsChange: (selectedBars: number[]) => void;
7
+ echartsInstance?: EChartsType;
8
+ }): {
9
+ markAreaOptions: false | {
10
+ data: {
11
+ coord: (number | undefined)[];
12
+ }[][];
13
+ itemStyle: {
14
+ color: string;
15
+ opacity: number;
16
+ };
17
+ };
18
+ onEvents: Record<string, (ev: ECElementEvent) => void>;
19
+ };
20
+ //# sourceMappingURL=useHistogramInteractivity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHistogramInteractivity.d.ts","sourceRoot":"","sources":["../../../../src/widgets/HistogramWidgetUI/useHistogramInteractivity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAgB,cAAc,EAAE,MAAM,SAAS,CAAA;AAKnE,MAAM,CAAC,OAAO,UAAU,yBAAyB,CAAC,EAChD,IAAI,EACJ,UAAU,EACV,YAAY,EACZ,oBAAoB,EACpB,eAAe,GAChB,EAAE;IACD,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,CAAA;IAChC,UAAU,EAAE,OAAO,CAAA;IACnB,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,oBAAoB,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IACtD,eAAe,CAAC,EAAE,WAAW,CAAA;CAC9B;;;;;;;;;;cA2G0D,MAAM,CAC3D,MAAM,EACN,CAAC,EAAE,EAAE,cAAc,KAAK,IAAI,CAC7B;EAEJ"}
@@ -0,0 +1,6 @@
1
+ import { AlertProps } from '../components/molecules/Alert';
2
+ export type NoDataAlertProps = AlertProps & {
3
+ body: React.ReactNode;
4
+ };
5
+ export default function NoDataAlert({ title, body, severity, ...otherProps }: NoDataAlertProps): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=NoDataAlert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NoDataAlert.d.ts","sourceRoot":"","sources":["../../../src/widgets/NoDataAlert.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAA;AA0BhE,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG;IAAE,IAAI,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAAA;AAErE,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,KAA2B,EAC3B,IAA6J,EAC7J,QAAoB,EACpB,GAAG,UAAU,EACd,EAAE,gBAAgB,2CAWlB"}
@@ -0,0 +1,11 @@
1
+ import { PieChartData, ProcessedPieChartData } from './PieWidgetUI';
2
+ export default function PieCentralText({ data, selectedCategories, formatter, }: {
3
+ data: ProcessedPieChartData[];
4
+ selectedCategories: string[];
5
+ formatter: (value: number) => string;
6
+ }): import("react/jsx-runtime").JSX.Element | null;
7
+ /** Find the largest item in an array based on its value */
8
+ export declare function findLargestCategory(array: PieChartData[]): PieChartData | undefined;
9
+ /** Calculate the percentage of a value in relation to a total */
10
+ export declare function calculatePercentage(value: number, total: number, formatter: (value: number) => string): string;
11
+ //# sourceMappingURL=PieCentralText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieCentralText.d.ts","sourceRoot":"","sources":["../../../../src/widgets/PieWidgetUI/PieCentralText.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAA;AA4BnE,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,IAAI,EACJ,kBAAkB,EAClB,SAAS,GACV,EAAE;IACD,IAAI,EAAE,qBAAqB,EAAE,CAAA;IAC7B,kBAAkB,EAAE,MAAM,EAAE,CAAA;IAC5B,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAA;CACrC,kDAiEA;AAED,2DAA2D;AAC3D,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAAE,4BAiBxD;AAED,iEAAiE;AACjE,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,UASrC"}
@@ -0,0 +1,4 @@
1
+ export default function PieSkeleton({ height }: {
2
+ height: number | string;
3
+ }): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=PieSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/widgets/PieWidgetUI/PieSkeleton.tsx"],"names":[],"mappings":"AA8CA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,MAAM,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,2CAmC1E"}
@@ -0,0 +1,31 @@
1
+ import { ORDER_TYPES } from '../../utils/chartConstants';
2
+ import { TooltipParams } from '../../utils/formatterUtils';
3
+ export default function PieWidgetUI({ name, data, formatter, tooltipFormatter, percentFormatter, height, width, labels, colors, animation, filterable, selectedCategories, onSelectedCategoriesChange, isLoading, maxItems, order, }: PieWidgetUIProps): import("react/jsx-runtime").JSX.Element;
4
+ export type PieChartData = {
5
+ name: string;
6
+ value?: number;
7
+ };
8
+ export type ProcessedPieChartData = PieChartData & {
9
+ color: string;
10
+ };
11
+ export type PieWidgetUIProps = {
12
+ name?: string;
13
+ data: PieChartData[];
14
+ labels?: Record<string, string>;
15
+ colors?: string[];
16
+ formatter?: (value: number) => string;
17
+ tooltipFormatter?: typeof defaultTooltipFormatter;
18
+ percentFormatter?: (value: number) => string;
19
+ height?: string;
20
+ width?: string;
21
+ animation?: boolean;
22
+ filterable?: boolean;
23
+ selectedCategories?: string[];
24
+ onSelectedCategoriesChange?: (categories: string[]) => void;
25
+ isLoading?: boolean;
26
+ maxItems?: number;
27
+ order?: ORDER_TYPES;
28
+ };
29
+ declare function defaultTooltipFormatter(params: TooltipParams, formatter: (value: number) => string, percentFormatter: (value: number) => string): string | null;
30
+ export {};
31
+ //# sourceMappingURL=PieWidgetUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/PieWidgetUI/PieWidgetUI.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAwB,MAAM,wBAAwB,CAAA;AAI1E,OAAO,EAA0B,aAAa,EAAE,MAAM,wBAAwB,CAAA;AA2C9E,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,IAAI,EACJ,IAAI,EACJ,SAAiD,EACjD,gBAA0C,EAC1C,gBAAgB,EAChB,MAAmB,EACnB,KAAkB,EAClB,MAAkB,EAClB,MAA8B,EAC9B,SAAgB,EAChB,UAAiB,EACjB,kBAA0C,EAC1C,0BAA0B,EAC1B,SAAS,EACT,QAAa,EACb,KAA2B,GAC5B,EAAE,gBAAgB,2CAwNlB;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AACD,MAAM,MAAM,qBAAqB,GAAG,YAAY,GAAG;IACjD,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AACD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,YAAY,EAAE,CAAA;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAA;IACrC,gBAAgB,CAAC,EAAE,OAAO,uBAAuB,CAAA;IACjD,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAA;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC7B,0BAA0B,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAC3D,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,WAAW,CAAA;CACpB,CAAA;AAED,iBAAS,uBAAuB,CAC9B,MAAM,EAAE,aAAa,EACrB,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,EACpC,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,iBAiB5C"}
@@ -0,0 +1,16 @@
1
+ import { ORDER_TYPES } from '../../utils/chartConstants';
2
+ import { PieChartData } from './PieWidgetUI';
3
+ export default function usePieCategories(data: PieChartData[], order: ORDER_TYPES, maxItems: number, colors: string[]): (({
4
+ name: string;
5
+ value?: number;
6
+ emphasis?: undefined;
7
+ } | {
8
+ name: string;
9
+ value: number;
10
+ emphasis: {
11
+ scale: boolean;
12
+ };
13
+ }) & {
14
+ color: string;
15
+ })[];
16
+ //# sourceMappingURL=usePieCategories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePieCategories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/PieWidgetUI/usePieCategories.ts"],"names":[],"mappings":"AAEA,OAAO,EAAwB,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAC9E,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAE5C,MAAM,CAAC,OAAO,UAAU,gBAAgB,CACtC,IAAI,EAAE,YAAY,EAAE,EACpB,KAAK,EAAE,WAAW,EAClB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EAAE;;;;;;;;;;;WAqDiC,MAAM;KAOxD"}
@@ -0,0 +1,2 @@
1
+ export default function RangeSkeleton(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=RangeSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RangeSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/widgets/RangeWidgetUI/RangeSkeleton.tsx"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,UAAU,aAAa,4CAkBpC"}
@@ -0,0 +1,16 @@
1
+ export type RangeWidgetUIProps = {
2
+ /** Array of two numbers with the selected values */
3
+ data?: [number, number];
4
+ /** The absolute min value */
5
+ min: number;
6
+ /** The absolute max value */
7
+ max: number;
8
+ /** Array of two numbers that represent a relative min and max values. It is useful to represent the min and max value taking into account other filters. */
9
+ limits?: [number, number];
10
+ /** This fuction will be called when selected values change */
11
+ onSelectedRangeChange?: (values: number[]) => void;
12
+ /** If true, the component will render a skeleton */
13
+ isLoading?: boolean;
14
+ };
15
+ export default function RangeWidgetUI({ data, min, max, limits, onSelectedRangeChange, isLoading, }: RangeWidgetUIProps): import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=RangeWidgetUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RangeWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/RangeWidgetUI/RangeWidgetUI.tsx"],"names":[],"mappings":"AAqFA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,oDAAoD;IACpD,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACvB,6BAA6B;IAC7B,GAAG,EAAE,MAAM,CAAA;IACX,6BAA6B;IAC7B,GAAG,EAAE,MAAM,CAAA;IACX,4JAA4J;IAC5J,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACzB,8DAA8D;IAC9D,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAClD,oDAAoD;IACpD,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,IAAI,EACJ,GAAG,EACH,GAAG,EACH,MAAM,EACN,qBAAqB,EACrB,SAAS,GACV,EAAE,kBAAkB,2CAsLpB"}
@@ -0,0 +1,8 @@
1
+ import { EChartsType } from 'echarts';
2
+ import { default as _ReactEcharts, EChartsReactProps } from 'echarts-for-react';
3
+ export default class ReactEcharts extends _ReactEcharts {
4
+ componentDidUpdate(prevProps: EChartsReactProps): void;
5
+ updateEChartsOption(): EChartsType;
6
+ offEvents(instance: EChartsType, events: EChartsReactProps['onEvents']): void;
7
+ }
8
+ //# sourceMappingURL=ReactEcharts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactEcharts.d.ts","sourceRoot":"","sources":["../../../src/widgets/ReactEcharts.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,aAAa,EAAE,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AAKpE,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,aAAa;IACrD,kBAAkB,CAAC,SAAS,EAAE,iBAAiB;IA+D/C,mBAAmB;IAgBnB,SAAS,CAAC,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,iBAAiB,CAAC,UAAU,CAAC;CASvE"}
@@ -0,0 +1,4 @@
1
+ export default function ScatterPlotSkeleton({ height }: {
2
+ height?: number;
3
+ }): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=ScatterPlotSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScatterPlotSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/widgets/ScatterPlotWidgetUI/ScatterPlotSkeleton.tsx"],"names":[],"mappings":"AA0BA,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,MAAM,EAAE,EAAE;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,2CA2B1E"}
@@ -0,0 +1,16 @@
1
+ import { EChartsOption } from 'echarts';
2
+ import { FormattedStringValue, TooltipParams } from '../../utils/formatterUtils';
3
+ export declare function areChartPropsEqual(optionPrev: EChartsOption, optionNext: EChartsOption): boolean;
4
+ export default function ScatterPlotWidgetUI({ name, data, animation, xAxisFormatter, yAxisFormatter, tooltipFormatter, isLoading, }: ScatterPlotWidgetUIProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function defaultTooltipFormatter(params: TooltipParams): string;
6
+ export type ScatterPlotWidgetUIProps = {
7
+ name?: string | null;
8
+ data: number[][];
9
+ animation?: boolean;
10
+ tooltipFormatter?: typeof defaultTooltipFormatter;
11
+ xAxisFormatter?: (v: number) => FormattedStringValue;
12
+ yAxisFormatter?: (v: number) => FormattedStringValue;
13
+ isLoading?: boolean;
14
+ };
15
+ export {};
16
+ //# sourceMappingURL=ScatterPlotWidgetUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScatterPlotWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAgB,MAAM,SAAS,CAAA;AAErD,OAAO,EACL,oBAAoB,EAEpB,aAAa,EACd,MAAM,wBAAwB,CAAA;AAM/B,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,aAAa,EACzB,UAAU,EAAE,aAAa,WA8B1B;AA4ED,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAC1C,IAAW,EACX,IAA8B,EAC9B,SAAgB,EAChB,cAAyB,EACzB,cAAyB,EACzB,gBAA0C,EAC1C,SAAS,GACV,EAAE,wBAAwB,2CA6C1B;AAED,iBAAS,uBAAuB,CAAC,MAAM,EAAE,aAAa,UAKrD;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,IAAI,EAAE,MAAM,EAAE,EAAE,CAAA;IAChB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,gBAAgB,CAAC,EAAE,OAAO,uBAAuB,CAAA;IACjD,cAAc,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,oBAAoB,CAAA;IACpD,cAAc,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,oBAAoB,CAAA;IACpD,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA"}
@@ -0,0 +1,20 @@
1
+ export declare const SKELETON_HEIGHT = 240;
2
+ export declare const SkeletonBarsGrid: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
4
+ }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
5
+ export declare const SkeletonGraphGrid: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
7
+ }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
8
+ export declare const SkeletonBarItem: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
9
+ ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
10
+ }, "className" | "style" | "classes" | "children" | "sx" | "variant" | "height" | "width" | "animation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
11
+ export declare const SkeletonThinBarItem: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
12
+ ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
13
+ }, "className" | "style" | "classes" | "children" | "sx" | "variant" | "height" | "width" | "animation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
14
+ export declare const SkeletonMask: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
15
+ ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
16
+ }, "className" | "style" | "classes" | "children" | "sx" | "variant" | "height" | "width" | "animation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
17
+ export declare const SkeletonSolid: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
18
+ ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
19
+ }, "className" | "style" | "classes" | "children" | "sx" | "variant" | "height" | "width" | "animation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
20
+ //# sourceMappingURL=SkeletonWidgets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SkeletonWidgets.d.ts","sourceRoot":"","sources":["../../../src/widgets/SkeletonWidgets.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,MAAM,CAAA;AAElC,eAAO,MAAM,gBAAgB;;+JAmB1B,CAAA;AAEH,eAAO,MAAM,iBAAiB;;+JAS3B,CAAA;AAEH,eAAO,MAAM,eAAe;;6LAOzB,CAAA;AAEH,eAAO,MAAM,mBAAmB;;6LAO7B,CAAA;AAEH,eAAO,MAAM,YAAY;;6LAEtB,CAAA;AAEH,eAAO,MAAM,aAAa;;6LAEvB,CAAA"}
@@ -0,0 +1,7 @@
1
+ export default function TableSkeleton({ style, dense, pagination, rowsPerPage, }: {
2
+ style?: React.CSSProperties;
3
+ dense?: boolean;
4
+ pagination?: boolean;
5
+ rowsPerPage?: number;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=TableSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/widgets/TableWidgetUI/TableSkeleton.tsx"],"names":[],"mappings":"AA0BA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,KAAK,EACL,KAAK,EACL,UAAU,EACV,WAAW,GACZ,EAAE;IACD,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,2CAoCA"}
@@ -0,0 +1,6 @@
1
+ export default function TableSkeletonRow({ width, rows, index, }: {
2
+ width?: number;
3
+ rows?: number;
4
+ index?: number;
5
+ }): import("react/jsx-runtime").JSX.Element[];
6
+ //# sourceMappingURL=TableSkeletonRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableSkeletonRow.d.ts","sourceRoot":"","sources":["../../../../src/widgets/TableWidgetUI/TableSkeletonRow.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,KAAK,EACL,IAAQ,EACR,KAAS,GACV,EAAE;IACD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,6CAYA"}
@@ -0,0 +1,30 @@
1
+ import { TableCellProps } from '@mui/material';
2
+ export type TableColumn = {
3
+ field: string;
4
+ headerName?: string;
5
+ align?: TableCellProps['align'];
6
+ component?: (value: unknown) => JSX.Element;
7
+ };
8
+ export type TableWidgetUIProps<T extends Record<string, unknown> = Record<string, unknown>> = {
9
+ columns: TableColumn[];
10
+ rows: T[];
11
+ sorting?: boolean;
12
+ sortBy?: string;
13
+ sortDirection?: 'asc' | 'desc';
14
+ onSetSortBy?: (field: string) => void;
15
+ onSetSortDirection?: (direction: string) => void;
16
+ pagination?: boolean;
17
+ totalCount?: number;
18
+ page?: number;
19
+ onSetPage?: (page: number) => void;
20
+ rowsPerPage?: number;
21
+ rowsPerPageOptions?: number[];
22
+ onSetRowsPerPage?: (rowsPerPage: number) => void;
23
+ onRowClick?: (row: T) => void;
24
+ height?: number | string;
25
+ dense?: boolean;
26
+ isLoading?: boolean;
27
+ lastPageTooltip?: string;
28
+ };
29
+ export default function TableWidgetUI<T extends Record<string, unknown> = Record<string, unknown>>({ columns, rows, sorting, sortBy, sortDirection, onSetSortBy, onSetSortDirection, pagination, totalCount, page, onSetPage, rowsPerPage, rowsPerPageOptions, onSetRowsPerPage, onRowClick, height, dense, isLoading, lastPageTooltip, }: TableWidgetUIProps<T>): import("react/jsx-runtime").JSX.Element;
30
+ //# sourceMappingURL=TableWidgetUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/TableWidgetUI/TableWidgetUI.tsx"],"names":[],"mappings":"AAEA,OAAO,EAWL,cAAc,EACf,MAAM,eAAe,CAAA;AA0CtB,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,GAAG,CAAC,OAAO,CAAA;CAC5C,CAAA;AAED,MAAM,MAAM,kBAAkB,CAC5B,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IACzD;IACF,OAAO,EAAE,WAAW,EAAE,CAAA;IACtB,IAAI,EAAE,CAAC,EAAE,CAAA;IACT,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IAC9B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,kBAAkB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAA;IAChD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC7B,gBAAgB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAA;IAChD,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAA;IAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,eAAe,CAAC,EAAE,MAAM,CAAA;CACzB,CAAA;AAID,MAAM,CAAC,OAAO,UAAU,aAAa,CACnC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC3D,EACA,OAAO,EACP,IAAI,EACJ,OAAe,EACf,MAAM,EACN,aAAqB,EACrB,WAAsB,EACtB,kBAA6B,EAC7B,UAAkB,EAClB,UAAU,EACV,IAAI,EACJ,SAAoB,EACpB,WAAyB,EACzB,kBAAgC,EAChC,gBAA2B,EAC3B,UAAqB,EACrB,MAAM,EACN,KAAa,EACb,SAAS,EACT,eAAe,GAChB,EAAE,kBAAkB,CAAC,CAAC,CAAC,2CA0GvB"}
@@ -0,0 +1,21 @@
1
+ import { IntlShape } from 'react-intl';
2
+ import { TimeSeriesWidgetUIProps } from './timeSeriesUtils';
3
+ export type TimeSeriesContextValue = {
4
+ isPlaying: boolean;
5
+ setIsPlaying: (value: boolean) => void;
6
+ isPaused: boolean;
7
+ setIsPaused: (value: boolean) => void;
8
+ timeWindow: number[];
9
+ setTimeWindow: (value: number[]) => void;
10
+ onTimeWindowUpdate: (value: Date[]) => void;
11
+ togglePlay: () => void;
12
+ stop: () => void;
13
+ intl: IntlShape;
14
+ };
15
+ export declare const TimeSeriesContext: import('react').Context<TimeSeriesContextValue>;
16
+ export declare function useTimeSeriesContext(): TimeSeriesContextValue;
17
+ export declare function TimeSeriesProvider({ children, isPlaying, isPaused, onPlay, onPause, onStop, timeWindow, onTimeWindowUpdate, intl, }: Pick<TimeSeriesWidgetUIProps, 'isPlaying' | 'isPaused' | 'onPlay' | 'onPause' | 'onStop' | 'timeWindow' | 'onTimeWindowUpdate'> & {
18
+ children: React.ReactNode;
19
+ intl: IntlShape;
20
+ }): import("react/jsx-runtime").JSX.Element;
21
+ //# sourceMappingURL=TimeSeriesContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeSeriesContext.d.ts","sourceRoot":"","sources":["../../../../src/widgets/TimeSeriesWidgetUI/TimeSeriesContext.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AACtC,OAAO,EAGL,uBAAuB,EACxB,MAAM,mBAAmB,CAAA;AAE1B,MAAM,MAAM,sBAAsB,GAAG;IACnC,SAAS,EAAE,OAAO,CAAA;IAClB,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;IACtC,QAAQ,EAAE,OAAO,CAAA;IACjB,WAAW,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;IACrC,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IACxC,kBAAkB,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAA;IAC3C,UAAU,EAAE,MAAM,IAAI,CAAA;IACtB,IAAI,EAAE,MAAM,IAAI,CAAA;IAChB,IAAI,EAAE,SAAS,CAAA;CAChB,CAAA;AAID,eAAO,MAAM,iBAAiB,iDAW5B,CAAA;AAEF,wBAAgB,oBAAoB,2BAEnC;AAED,wBAAgB,kBAAkB,CAAC,EACjC,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,MAAiB,EACjB,OAAkB,EAClB,MAAiB,EACjB,UAAU,EACV,kBAA6B,EAC7B,IAAI,GACL,EAAE,IAAI,CACL,uBAAuB,EACrB,WAAW,GACX,UAAU,GACV,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,YAAY,GACZ,oBAAoB,CACvB,GAAG;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAAC,IAAI,EAAE,SAAS,CAAA;CAAE,2CAyFjD"}
@@ -0,0 +1,4 @@
1
+ import { TimeSeriesWidgetUIProps } from './timeSeriesUtils';
2
+ declare function TimeSeriesWidgetUI({ data, categories, stepSize, stepMultiplier, chartType, timeAxisSplitNumber, tooltip, tooltipFormatter, formatter, height, fitHeight, showControls, animation, filterable, onTimelineUpdate, timeWindow, timelinePosition, onTimeWindowUpdate, selectedCategories, onSelectedCategoriesChange, isPlaying, onPlay, isPaused, onPause, onStop, isLoading, palette, showLegend, yAxisType, }: TimeSeriesWidgetUIProps): import("react/jsx-runtime").JSX.Element;
3
+ export default TimeSeriesWidgetUI;
4
+ //# sourceMappingURL=TimeSeriesWidgetUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeSeriesWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.tsx"],"names":[],"mappings":"AAUA,OAAO,EAKL,uBAAuB,EAGxB,MAAM,mBAAmB,CAAA;AAS1B,iBAAS,kBAAkB,CAAC,EAC1B,IAAmD,EACnD,UAAkC,EAClC,QAAQ,EACR,cAAkB,EAClB,SAAwC,EACxC,mBAAmB,EACnB,OAAc,EACd,gBAA0C,EAC1C,SAAqD,EACrD,MAAM,EACN,SAAiB,EACjB,YAAmB,EACnB,SAAgB,EAChB,UAAiB,EACjB,gBAAgB,EAChB,UAAU,EACV,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,EAClB,0BAA0B,EAC1B,SAAiB,EACjB,MAAM,EACN,QAAgB,EAChB,OAAO,EACP,MAAM,EACN,SAAiB,EACjB,OAAwD,EACxD,UAAiB,EACjB,SAAmB,GACpB,EAAE,uBAAuB,2CA4EzB;AAED,eAAe,kBAAkB,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { TimeSeriesWidgetUIProps } from '../timeSeriesUtils';
2
+ export declare const CHART_HEIGHT_DEFAULT: number;
3
+ export declare const CHART_HEIGHT_FITHEIGHT = "100%";
4
+ export default function TimeSeriesChart({ chartType, formatter, timeAxisSplitNumber, tooltip, tooltipFormatter, data, series, categories, height: heightProp, fitHeight, animation, filterable, selectedCategories, onCategoryClick, yAxisType, }: Required<Pick<TimeSeriesWidgetUIProps, 'chartType' | 'formatter' | 'tooltip' | 'tooltipFormatter' | 'data' | 'categories' | 'selectedCategories' | 'fitHeight' | 'animation' | 'filterable' | 'yAxisType'>> & {
5
+ timeAxisSplitNumber?: number;
6
+ height?: string;
7
+ onCategoryClick?: (category: string) => void;
8
+ series: {
9
+ data: number[][];
10
+ color: string;
11
+ name: string;
12
+ }[];
13
+ }): import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=TimeSeriesChart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeSeriesChart.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAI5D,eAAO,MAAM,oBAAoB,QAAe,CAAA;AAChD,eAAO,MAAM,sBAAsB,SAAS,CAAA;AAM5C,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,SAAS,EACT,SAAS,EACT,mBAAmB,EACnB,OAAO,EACP,gBAAgB,EAChB,IAAI,EACJ,MAAM,EACN,UAAU,EACV,MAAM,EAAE,UAAU,EAClB,SAAS,EACT,SAAS,EACT,UAAU,EACV,kBAAkB,EAClB,eAAe,EACf,SAAS,GACV,EAAE,QAAQ,CACT,IAAI,CACF,uBAAuB,EACrB,WAAW,GACX,WAAW,GACX,SAAS,GACT,kBAAkB,GAClB,MAAM,GACN,YAAY,GACZ,oBAAoB,GACpB,WAAW,GACX,WAAW,GACX,YAAY,GACZ,WAAW,CACd,CACF,GAAG;IACF,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5C,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,EAAE,EAAE,CAAA;QAChB,KAAK,EAAE,MAAM,CAAA;QACb,IAAI,EAAE,MAAM,CAAA;KACb,EAAE,CAAA;CACJ,2CAkSA"}
@@ -0,0 +1,3 @@
1
+ import { TimeSeriesWidgetUIProps } from '../timeSeriesUtils';
2
+ export declare function TimeSeriesControls({ data, stepSize, }: Pick<TimeSeriesWidgetUIProps, 'data' | 'stepSize'>): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TimeSeriesControls.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeSeriesControls.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/TimeSeriesWidgetUI/components/TimeSeriesControls.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,uBAAuB,EACxB,MAAM,oBAAoB,CAAA;AAkB3B,wBAAgB,kBAAkB,CAAC,EACjC,IAAI,EACJ,QAAQ,GACT,EAAE,IAAI,CAAC,uBAAuB,EAAE,MAAM,GAAG,UAAU,CAAC,2CAiKpD"}
@@ -0,0 +1,8 @@
1
+ export default function TimeSeriesLayout({ fitHeight, header, controls, chart, legend, }: {
2
+ fitHeight: boolean;
3
+ header: React.ReactNode;
4
+ controls?: React.ReactNode;
5
+ chart: React.ReactNode;
6
+ legend?: React.ReactNode;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=TimeSeriesLayout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeSeriesLayout.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/TimeSeriesWidgetUI/components/TimeSeriesLayout.tsx"],"names":[],"mappings":"AA6CA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,SAAS,EACT,MAAM,EACN,QAAQ,EACR,KAAK,EACL,MAAM,GACP,EAAE;IACD,SAAS,EAAE,OAAO,CAAA;IAClB,MAAM,EAAE,KAAK,CAAC,SAAS,CAAA;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACzB,2CA+BA"}
@@ -0,0 +1,4 @@
1
+ import { TimeSeriesWidgetUIProps } from '../timeSeriesUtils';
2
+ declare const TimeSeriesSkeleton: ({ fitHeight, height: heightProp, showControls, showLegend, }: Pick<TimeSeriesWidgetUIProps, "fitHeight" | "height" | "showControls" | "showLegend">) => import("react/jsx-runtime").JSX.Element;
3
+ export default TimeSeriesSkeleton;
4
+ //# sourceMappingURL=TimeSeriesSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeSeriesSkeleton.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/TimeSeriesWidgetUI/components/TimeSeriesSkeleton.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AA4D5D,QAAA,MAAM,kBAAkB,iEAKrB,IAAI,CACL,uBAAuB,EACvB,WAAW,GAAG,QAAQ,GAAG,cAAc,GAAG,YAAY,CACvD,4CA4DA,CAAA;AAED,eAAe,kBAAkB,CAAA"}
@@ -0,0 +1,9 @@
1
+ export { default as TimeSeriesWidgetUI } from './TimeSeriesWidgetUI';
2
+ export { default as useTimeSeriesInteractivity } from './useTimeSeriesInteractivity';
3
+ export { TIME_SERIES_CHART_TYPES, GroupDateTypes } from './timeSeriesUtils';
4
+ export { useTimeSeriesContext, TimeSeriesProvider } from './TimeSeriesContext';
5
+ export type * from './TimeSeriesWidgetUI';
6
+ export type * from './useTimeSeriesInteractivity';
7
+ export type * from './timeSeriesUtils';
8
+ export type * from './TimeSeriesContext';
9
+ //# sourceMappingURL=index.d.ts.map