@carto/meridian-ds 2.4.0 → 2.5.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 (242) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/{Link-_lzRY1Ay.cjs → Link-CrGCrul0.cjs} +1 -1
  3. package/dist/{Link-D5fKicEY.js → Link-RfbgGzdR.js} +1 -1
  4. package/dist/{MenuItem-badiQq9A.js → MenuItem-ZNdBUBvt.js} +1 -1
  5. package/dist/{MenuItem-YpFpuljU.cjs → MenuItem-nokUtiks.cjs} +1 -1
  6. package/dist/components/index.cjs +98 -3
  7. package/dist/components/index.js +100 -5
  8. package/dist/theme/index.cjs +305 -305
  9. package/dist/theme/index.js +306 -306
  10. package/dist/types/components/molecules/Tag.d.ts +1 -1
  11. package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts.map +1 -1
  12. package/dist/types/components/organisms/CodeArea/index.d.ts +3 -1
  13. package/dist/types/components/organisms/CodeArea/index.d.ts.map +1 -1
  14. package/dist/types/components/organisms/CodeArea/useAutocompletion.d.ts +62 -0
  15. package/dist/types/components/organisms/CodeArea/useAutocompletion.d.ts.map +1 -0
  16. package/dist/types/components/organisms/CodeArea/utils.d.ts +7 -0
  17. package/dist/types/components/organisms/CodeArea/utils.d.ts.map +1 -1
  18. package/dist/types/components/organisms/Dialog/DialogPaper.d.ts +1 -1
  19. package/dist/types/theme/carto-theme.d.ts +5 -5
  20. package/dist/types/theme/carto-theme.d.ts.map +1 -1
  21. package/dist/types/theme/components/buttons.d.ts.map +1 -0
  22. package/dist/types/theme/components/data-display.d.ts.map +1 -0
  23. package/dist/types/theme/components/date-pickers.d.ts.map +1 -0
  24. package/dist/types/theme/components/feedback.d.ts.map +1 -0
  25. package/dist/types/theme/components/forms.d.ts.map +1 -0
  26. package/dist/types/theme/components/navigation.d.ts.map +1 -0
  27. package/dist/types/theme/components/stories/Accordion.stories.d.ts +56 -0
  28. package/dist/types/theme/components/stories/Accordion.stories.d.ts.map +1 -0
  29. package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts +58 -0
  30. package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts.map +1 -0
  31. package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts +118 -0
  32. package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts.map +1 -0
  33. package/dist/types/theme/components/stories/Checkbox.stories.d.ts +93 -0
  34. package/dist/types/theme/components/stories/Checkbox.stories.d.ts.map +1 -0
  35. package/dist/types/theme/components/stories/Chip.stories.d.ts +311 -0
  36. package/dist/types/theme/components/stories/Chip.stories.d.ts.map +1 -0
  37. package/dist/types/theme/components/stories/Divider.stories.d.ts +43 -0
  38. package/dist/types/theme/components/stories/Divider.stories.d.ts.map +1 -0
  39. package/dist/types/theme/components/stories/FAB.stories.d.ts +82 -0
  40. package/dist/types/theme/components/stories/FAB.stories.d.ts.map +1 -0
  41. package/dist/types/theme/components/stories/HelperText.stories.d.ts +48 -0
  42. package/dist/types/theme/components/stories/HelperText.stories.d.ts.map +1 -0
  43. package/dist/types/theme/components/stories/InputLabel.stories.d.ts +56 -0
  44. package/dist/types/theme/components/stories/InputLabel.stories.d.ts.map +1 -0
  45. package/dist/types/theme/components/stories/List.stories.d.ts +62 -0
  46. package/dist/types/theme/components/stories/List.stories.d.ts.map +1 -0
  47. package/dist/types/theme/components/stories/Paper.stories.d.ts +48 -0
  48. package/dist/types/theme/components/stories/Paper.stories.d.ts.map +1 -0
  49. package/dist/types/theme/components/stories/Progress.stories.d.ts +78 -0
  50. package/dist/types/theme/components/stories/Progress.stories.d.ts.map +1 -0
  51. package/dist/types/theme/components/stories/Radio.stories.d.ts +75 -0
  52. package/dist/types/theme/components/stories/Radio.stories.d.ts.map +1 -0
  53. package/dist/types/theme/components/stories/Slider.stories.d.ts +217 -0
  54. package/dist/types/theme/components/stories/Slider.stories.d.ts.map +1 -0
  55. package/dist/types/theme/components/stories/Switch.stories.d.ts +58 -0
  56. package/dist/types/theme/components/stories/Switch.stories.d.ts.map +1 -0
  57. package/dist/types/theme/components/stories/Table.stories.d.ts +44 -0
  58. package/dist/types/theme/components/stories/Table.stories.d.ts.map +1 -0
  59. package/dist/types/theme/components/stories/TablePagination.stories.d.ts +27 -0
  60. package/dist/types/theme/components/stories/TablePagination.stories.d.ts.map +1 -0
  61. package/dist/types/theme/components/stories/Tabs.stories.d.ts +133 -0
  62. package/dist/types/theme/components/stories/Tabs.stories.d.ts.map +1 -0
  63. package/dist/types/theme/components/stories/TextArea.stories.d.ts +180 -0
  64. package/dist/types/theme/components/stories/TextArea.stories.d.ts.map +1 -0
  65. package/dist/types/theme/components/stories/TextField.stories.d.ts +198 -0
  66. package/dist/types/theme/components/stories/TextField.stories.d.ts.map +1 -0
  67. package/dist/types/theme/components/stories/ToggleButton.stories.d.ts +57 -0
  68. package/dist/types/theme/components/stories/ToggleButton.stories.d.ts.map +1 -0
  69. package/dist/types/theme/components/stories/Tooltip.stories.d.ts +73 -0
  70. package/dist/types/theme/components/stories/Tooltip.stories.d.ts.map +1 -0
  71. package/dist/types/theme/components/surfaces.d.ts.map +1 -0
  72. package/dist/types/theme/{sections → helpers}/css-baseline.d.ts.map +1 -1
  73. package/dist/types/theme/helpers/theme-constants.d.ts.map +1 -0
  74. package/dist/types/theme/helpers/theme-utils.d.ts.map +1 -0
  75. package/dist/types/theme/index.d.ts +1 -1
  76. package/dist/types/theme/index.d.ts.map +1 -1
  77. package/dist/types/theme/tokens/ColorTokens.stories.d.ts +17 -0
  78. package/dist/types/theme/tokens/ColorTokens.stories.d.ts.map +1 -0
  79. package/dist/types/theme/tokens/LayoutTokens.stories.d.ts +30 -0
  80. package/dist/types/theme/tokens/LayoutTokens.stories.d.ts.map +1 -0
  81. package/dist/types/theme/tokens/TypographyTokens.stories.d.ts +17 -0
  82. package/dist/types/theme/tokens/TypographyTokens.stories.d.ts.map +1 -0
  83. package/dist/types/theme/{sections/palette.d.ts → tokens/colors.d.ts} +1 -1
  84. package/dist/types/theme/tokens/colors.d.ts.map +1 -0
  85. package/dist/types/theme/tokens/shadows.d.ts.map +1 -0
  86. package/dist/types/theme/{sections → tokens}/typography.d.ts +5 -5
  87. package/dist/types/theme/{sections → tokens}/typography.d.ts.map +1 -1
  88. package/dist/types/utils/formatterUtils.d.ts +9 -0
  89. package/dist/types/utils/formatterUtils.d.ts.map +1 -1
  90. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.stories.d.ts +126 -0
  91. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.stories.d.ts.map +1 -0
  92. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.test.d.ts +2 -0
  93. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.test.d.ts.map +1 -0
  94. package/dist/types/widgets/BarWidgetUI/index.d.ts +3 -0
  95. package/dist/types/widgets/BarWidgetUI/index.d.ts.map +1 -0
  96. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.stories.d.ts +128 -0
  97. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.stories.d.ts.map +1 -0
  98. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +8 -8
  99. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts.map +1 -1
  100. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.test.d.ts +2 -0
  101. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.test.d.ts.map +1 -0
  102. package/dist/types/widgets/CategoryWidgetUI/index.d.ts +3 -0
  103. package/dist/types/widgets/CategoryWidgetUI/index.d.ts.map +1 -0
  104. package/dist/types/widgets/ChartLegend.d.ts.map +1 -1
  105. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.stories.d.ts +74 -0
  106. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.stories.d.ts.map +1 -0
  107. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts +2 -0
  108. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts.map +1 -0
  109. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.stories.d.ts +68 -0
  110. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.stories.d.ts.map +1 -0
  111. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.test.d.ts +2 -0
  112. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.test.d.ts.map +1 -0
  113. package/dist/types/widgets/FormulaWidgetUI/index.d.ts +3 -0
  114. package/dist/types/widgets/FormulaWidgetUI/index.d.ts.map +1 -0
  115. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.stories.d.ts +114 -0
  116. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.stories.d.ts.map +1 -0
  117. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.test.d.ts +2 -0
  118. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.test.d.ts.map +1 -0
  119. package/dist/types/widgets/HistogramWidgetUI/index.d.ts +3 -0
  120. package/dist/types/widgets/HistogramWidgetUI/index.d.ts.map +1 -0
  121. package/dist/types/widgets/{NoDataAlert.d.ts → NoDataAlert/NoDataAlert.d.ts} +1 -1
  122. package/dist/types/widgets/NoDataAlert/NoDataAlert.d.ts.map +1 -0
  123. package/dist/types/widgets/NoDataAlert/NoDataAlert.stories.d.ts +34 -0
  124. package/dist/types/widgets/NoDataAlert/NoDataAlert.stories.d.ts.map +1 -0
  125. package/dist/types/widgets/NoDataAlert/index.d.ts +3 -0
  126. package/dist/types/widgets/NoDataAlert/index.d.ts.map +1 -0
  127. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.stories.d.ts +107 -0
  128. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.stories.d.ts.map +1 -0
  129. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.test.d.ts +2 -0
  130. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.test.d.ts.map +1 -0
  131. package/dist/types/widgets/PieWidgetUI/index.d.ts +3 -0
  132. package/dist/types/widgets/PieWidgetUI/index.d.ts.map +1 -0
  133. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts.map +1 -1
  134. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.stories.d.ts +33 -0
  135. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.stories.d.ts.map +1 -0
  136. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.test.d.ts +2 -0
  137. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.test.d.ts.map +1 -0
  138. package/dist/types/widgets/RangeWidgetUI/index.d.ts +3 -0
  139. package/dist/types/widgets/RangeWidgetUI/index.d.ts.map +1 -0
  140. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.stories.d.ts +66 -0
  141. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.stories.d.ts.map +1 -0
  142. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.test.d.ts +2 -0
  143. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.test.d.ts.map +1 -0
  144. package/dist/types/widgets/ScatterPlotWidgetUI/index.d.ts +3 -0
  145. package/dist/types/widgets/ScatterPlotWidgetUI/index.d.ts.map +1 -0
  146. package/dist/types/widgets/SkeletonWidgets.d.ts +4 -4
  147. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.stories.d.ts +223 -0
  148. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.stories.d.ts.map +1 -0
  149. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.test.d.ts +2 -0
  150. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.test.d.ts.map +1 -0
  151. package/dist/types/widgets/TableWidgetUI/index.d.ts +3 -0
  152. package/dist/types/widgets/TableWidgetUI/index.d.ts.map +1 -0
  153. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts.map +1 -1
  154. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts +129 -0
  155. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts.map +1 -0
  156. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.test.d.ts +2 -0
  157. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.test.d.ts.map +1 -0
  158. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts +2 -0
  159. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts.map +1 -0
  160. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.d.ts.map +1 -0
  161. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.stories.d.ts +195 -0
  162. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.stories.d.ts.map +1 -0
  163. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.test.d.ts +2 -0
  164. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.test.d.ts.map +1 -0
  165. package/dist/types/widgets/WrapperWidgetUI/index.d.ts +3 -0
  166. package/dist/types/widgets/WrapperWidgetUI/index.d.ts.map +1 -0
  167. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +1 -1
  168. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -1
  169. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.stories.d.ts +35 -0
  170. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.stories.d.ts.map +1 -0
  171. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.test.d.ts +2 -0
  172. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.test.d.ts.map +1 -0
  173. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +1 -1
  174. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -1
  175. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.stories.d.ts +31 -0
  176. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.stories.d.ts.map +1 -0
  177. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.test.d.ts +2 -0
  178. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.test.d.ts.map +1 -0
  179. package/dist/types/widgets/comparative/{ComparativePieWidgetUI.d.ts → ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts} +1 -1
  180. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts.map +1 -0
  181. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.d.ts +45 -0
  182. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.d.ts.map +1 -0
  183. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.d.ts +2 -0
  184. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.d.ts.map +1 -0
  185. package/dist/types/widgets/comparative/index.d.ts +7 -0
  186. package/dist/types/widgets/comparative/index.d.ts.map +1 -0
  187. package/dist/types/widgets/index.d.ts +11 -29
  188. package/dist/types/widgets/index.d.ts.map +1 -1
  189. package/dist/types/widgets/legend/LegendCategories.stories.d.ts +46 -0
  190. package/dist/types/widgets/legend/LegendCategories.stories.d.ts.map +1 -0
  191. package/dist/types/widgets/legend/LegendCategories.test.d.ts +2 -0
  192. package/dist/types/widgets/legend/LegendCategories.test.d.ts.map +1 -0
  193. package/dist/types/widgets/legend/LegendIcon.stories.d.ts +27 -0
  194. package/dist/types/widgets/legend/LegendIcon.stories.d.ts.map +1 -0
  195. package/dist/types/widgets/legend/LegendIcon.test.d.ts +2 -0
  196. package/dist/types/widgets/legend/LegendIcon.test.d.ts.map +1 -0
  197. package/dist/types/widgets/legend/LegendProportion.stories.d.ts +26 -0
  198. package/dist/types/widgets/legend/LegendProportion.stories.d.ts.map +1 -0
  199. package/dist/types/widgets/legend/LegendProportion.test.d.ts +2 -0
  200. package/dist/types/widgets/legend/LegendProportion.test.d.ts.map +1 -0
  201. package/dist/types/widgets/legend/LegendRamp.stories.d.ts +62 -0
  202. package/dist/types/widgets/legend/LegendRamp.stories.d.ts.map +1 -0
  203. package/dist/types/widgets/legend/LegendRamp.test.d.ts +2 -0
  204. package/dist/types/widgets/legend/LegendRamp.test.d.ts.map +1 -0
  205. package/dist/types/widgets/legend/LegendWidgetUI.stories.d.ts +228 -0
  206. package/dist/types/widgets/legend/LegendWidgetUI.stories.d.ts.map +1 -0
  207. package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts +1 -1
  208. package/dist/types/widgets/legend/LegendWidgetUI.test.d.ts +2 -0
  209. package/dist/types/widgets/legend/LegendWidgetUI.test.d.ts.map +1 -0
  210. package/dist/types/widgets/legend/legendFixtures.d.ts +168 -0
  211. package/dist/types/widgets/legend/legendFixtures.d.ts.map +1 -0
  212. package/dist/widgets/index.cjs +250 -249
  213. package/dist/widgets/index.js +252 -251
  214. package/package.json +4 -1
  215. package/dist/types/theme/sections/components/buttons.d.ts.map +0 -1
  216. package/dist/types/theme/sections/components/data-display.d.ts.map +0 -1
  217. package/dist/types/theme/sections/components/date-pickers.d.ts.map +0 -1
  218. package/dist/types/theme/sections/components/feedback.d.ts.map +0 -1
  219. package/dist/types/theme/sections/components/forms.d.ts.map +0 -1
  220. package/dist/types/theme/sections/components/navigation.d.ts.map +0 -1
  221. package/dist/types/theme/sections/components/surfaces.d.ts.map +0 -1
  222. package/dist/types/theme/sections/palette.d.ts.map +0 -1
  223. package/dist/types/theme/sections/shadows.d.ts.map +0 -1
  224. package/dist/types/theme/theme-constants.d.ts.map +0 -1
  225. package/dist/types/theme/theme-utils.d.ts.map +0 -1
  226. package/dist/types/widgets/NoDataAlert.d.ts.map +0 -1
  227. package/dist/types/widgets/WrapperWidgetUI.d.ts.map +0 -1
  228. package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts.map +0 -1
  229. package/dist/{TablePaginationActions-CCDi-BO-.js → TablePaginationActions-C6TVGJM-.js} +25 -25
  230. package/dist/{TablePaginationActions-D2K26kdR.cjs → TablePaginationActions-DAMGtIub.cjs} +25 -25
  231. /package/dist/types/theme/{sections/components → components}/buttons.d.ts +0 -0
  232. /package/dist/types/theme/{sections/components → components}/data-display.d.ts +0 -0
  233. /package/dist/types/theme/{sections/components → components}/date-pickers.d.ts +0 -0
  234. /package/dist/types/theme/{sections/components → components}/feedback.d.ts +0 -0
  235. /package/dist/types/theme/{sections/components → components}/forms.d.ts +0 -0
  236. /package/dist/types/theme/{sections/components → components}/navigation.d.ts +0 -0
  237. /package/dist/types/theme/{sections/components → components}/surfaces.d.ts +0 -0
  238. /package/dist/types/theme/{sections → helpers}/css-baseline.d.ts +0 -0
  239. /package/dist/types/theme/{theme-constants.d.ts → helpers/theme-constants.d.ts} +0 -0
  240. /package/dist/types/theme/{theme-utils.d.ts → helpers/theme-utils.d.ts} +0 -0
  241. /package/dist/types/theme/{sections → tokens}/shadows.d.ts +0 -0
  242. /package/dist/types/widgets/{WrapperWidgetUI.d.ts → WrapperWidgetUI/WrapperWidgetUI.d.ts} +0 -0
@@ -4,12 +4,12 @@ const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
5
  const material = require("@mui/material");
6
6
  const reactIntl = require("react-intl");
7
- const TablePaginationActions = require("../TablePaginationActions-D2K26kdR.cjs");
7
+ const TablePaginationActions = require("../TablePaginationActions-DAMGtIub.cjs");
8
8
  const _ReactEcharts = require("echarts-for-react");
9
9
  const reactWindow = require("react-window");
10
10
  const SwatchSquare = require("../SwatchSquare-B8PIY3Rd.cjs");
11
+ const Link = require("../Link-CrGCrul0.cjs");
11
12
  const iconsMaterial = require("@mui/icons-material");
12
- const Link = require("../Link-_lzRY1Ay.cjs");
13
13
  const paletteUtils = require("../paletteUtils-B9ybmwiI.cjs");
14
14
  function detectTouchscreen() {
15
15
  let result = false;
@@ -1806,6 +1806,32 @@ function formatData(data, ticks, min, max) {
1806
1806
  ]
1807
1807
  );
1808
1808
  }
1809
+ function AlertBody({
1810
+ color = void 0,
1811
+ children
1812
+ }) {
1813
+ return children ? /* @__PURE__ */ jsxRuntime.jsx(material.Box, { mt: 0.5, children: /* @__PURE__ */ jsxRuntime.jsx(
1814
+ TablePaginationActions.Typography,
1815
+ {
1816
+ component: "div",
1817
+ variant: "caption",
1818
+ color: color ?? "inherit",
1819
+ style: { fontWeight: "normal" },
1820
+ children
1821
+ }
1822
+ ) }) : /* @__PURE__ */ jsxRuntime.jsx(material.Box, { mt: -1 });
1823
+ }
1824
+ function NoDataAlert({
1825
+ title = "No data available",
1826
+ body = "There are no results for the combination of filters applied to your data. Try tweaking your filters, or zoom and pan the map to adjust the Map View.",
1827
+ severity = void 0,
1828
+ ...otherProps
1829
+ }) {
1830
+ return severity ? /* @__PURE__ */ jsxRuntime.jsx(Link.Alert, { title, severity, ...otherProps, children: /* @__PURE__ */ jsxRuntime.jsx(AlertBody, { children: body }) }) : /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { ...otherProps, children: [
1831
+ title && /* @__PURE__ */ jsxRuntime.jsx(TablePaginationActions.Typography, { variant: "body2", children: title }),
1832
+ /* @__PURE__ */ jsxRuntime.jsx(AlertBody, { color: "textSecondary", children: body })
1833
+ ] });
1834
+ }
1809
1835
  function usePieCategories(data, order, maxItems, colors, othersValue) {
1810
1836
  const theme = material.useTheme();
1811
1837
  const orderedData = React.useMemo(() => {
@@ -4826,6 +4852,223 @@ function TimeSeriesWidgetUIContent({
4826
4852
  }
4827
4853
  );
4828
4854
  }
4855
+ const Root = material.styled(material.Box, {
4856
+ shouldForwardProp: (prop) => prop !== "margin"
4857
+ })(({ theme, margin }) => {
4858
+ return {
4859
+ margin: 0,
4860
+ position: "relative",
4861
+ maxWidth: "100%",
4862
+ padding: margin ?? theme.spacing(2, 2.5)
4863
+ };
4864
+ });
4865
+ const LoadingBar = material.styled(material.LinearProgress)(({ theme }) => ({
4866
+ position: "absolute",
4867
+ top: 0,
4868
+ left: 0,
4869
+ width: "100%",
4870
+ height: theme.spacing(0.25)
4871
+ }));
4872
+ const Header = material.styled(material.Grid, {
4873
+ shouldForwardProp: (prop) => prop !== "expanded"
4874
+ })(({ theme, expanded = true }) => ({
4875
+ display: "flex",
4876
+ flexDirection: "row",
4877
+ alignItems: "flex-start",
4878
+ justifyContent: "space-between",
4879
+ width: "100%",
4880
+ ...expanded ? { minHeight: theme.spacing(3) } : { height: theme.spacing(3) },
4881
+ padding: 0
4882
+ }));
4883
+ const HeaderButton = material.styled(material.Button, {
4884
+ shouldForwardProp: (prop) => prop !== "expandable"
4885
+ })(({ theme, expandable = true }) => ({
4886
+ flex: 1,
4887
+ padding: 0,
4888
+ alignItems: "flex-start",
4889
+ justifyContent: "flex-start",
4890
+ height: "auto",
4891
+ minHeight: "auto",
4892
+ marginBottom: theme.spacing(1),
4893
+ cursor: expandable ? "pointer" : "default",
4894
+ "& .MuiButton-startIcon": {
4895
+ marginTop: "3px",
4896
+ marginRight: theme.spacing(1)
4897
+ },
4898
+ "&:hover": {
4899
+ background: "none"
4900
+ }
4901
+ }));
4902
+ const ParentIcon = ({ theme }) => ({
4903
+ display: "flex",
4904
+ alignItems: "center",
4905
+ justifyContent: "center",
4906
+ width: theme.spacing(3),
4907
+ height: theme.spacing(3),
4908
+ color: theme.palette.text.secondary
4909
+ });
4910
+ const HideButton = material.styled(iconsMaterial.ExpandLess)(({ theme }) => ParentIcon({ theme }));
4911
+ const ShowButton = material.styled(iconsMaterial.ExpandMore)(({ theme }) => ParentIcon({ theme }));
4912
+ const Text = material.styled(material.Typography, {
4913
+ shouldForwardProp: (prop) => prop !== "expanded"
4914
+ })(({ expanded = true }) => ({
4915
+ wordBreak: "break-word",
4916
+ overflow: "hidden",
4917
+ ...expanded && {
4918
+ display: "-webkit-box",
4919
+ WebkitLineClamp: 2,
4920
+ WebkitBoxOrient: "vertical"
4921
+ },
4922
+ ...!expanded && {
4923
+ whiteSpace: "nowrap",
4924
+ textOverflow: "ellipsis"
4925
+ }
4926
+ }));
4927
+ const HeaderItems = material.styled(material.Grid)(({ theme }) => ({
4928
+ display: "flex",
4929
+ alignItems: "center",
4930
+ gap: theme.spacing(1),
4931
+ marginRight: theme.spacing(-0.5),
4932
+ marginLeft: theme.spacing(1)
4933
+ }));
4934
+ const IconActionButton = material.styled(material.IconButton)(({ theme }) => ({
4935
+ color: theme.palette.text.secondary
4936
+ }));
4937
+ const PaperMenu = material.styled(material.Menu)(({ theme }) => ({
4938
+ ".MuiPaper-root": {
4939
+ marginTop: theme.spacing(5),
4940
+ maxHeight: theme.spacing(21),
4941
+ minWidth: theme.spacing(16)
4942
+ }
4943
+ }));
4944
+ const EMPTY_ARR$2 = [];
4945
+ const defaultOptionsIcon = /* @__PURE__ */ jsxRuntime.jsx(iconsMaterial.MoreVert, {});
4946
+ function WrapperWidgetUI({
4947
+ title,
4948
+ actions = EMPTY_ARR$2,
4949
+ options = EMPTY_ARR$2,
4950
+ optionsIcon = defaultOptionsIcon,
4951
+ children,
4952
+ contentProps,
4953
+ disabled = false,
4954
+ expandable = true,
4955
+ expanded: _expanded = true,
4956
+ onExpandedChange,
4957
+ footer,
4958
+ headerItems,
4959
+ isLoading = false,
4960
+ margin
4961
+ }) {
4962
+ const wrapper = React.createRef();
4963
+ const [expandedInt, setExpandedInt] = React.useState(true);
4964
+ const externalExpanded = _expanded !== void 0 && onExpandedChange !== void 0;
4965
+ const expanded = expandable !== false ? externalExpanded ? _expanded : expandedInt : true;
4966
+ const setExpanded = externalExpanded ? onExpandedChange : setExpandedInt;
4967
+ const [anchorEl, setAnchorEl] = React.useState(null);
4968
+ const open = Boolean(anchorEl);
4969
+ const handleExpandClick = () => {
4970
+ if (expandable) {
4971
+ setExpanded(!expanded);
4972
+ }
4973
+ };
4974
+ const handleClick = (ev) => setAnchorEl(ev.currentTarget);
4975
+ const handleClose = () => setAnchorEl(null);
4976
+ function handleOptionAction(action) {
4977
+ if (action) {
4978
+ action();
4979
+ }
4980
+ handleClose();
4981
+ }
4982
+ const iconButtonTooltip = (action) => {
4983
+ return /* @__PURE__ */ jsxRuntime.jsx(
4984
+ IconActionButton,
4985
+ {
4986
+ "aria-label": action.label,
4987
+ onClick: action.action,
4988
+ size: "small",
4989
+ children: action.icon
4990
+ },
4991
+ action.id
4992
+ );
4993
+ };
4994
+ if (disabled) {
4995
+ return children ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children }) : null;
4996
+ }
4997
+ return /* @__PURE__ */ jsxRuntime.jsxs(Root, { margin, component: "section", "aria-label": title, children: [
4998
+ isLoading ? /* @__PURE__ */ jsxRuntime.jsx(LoadingBar, {}) : null,
4999
+ /* @__PURE__ */ jsxRuntime.jsxs(Header, { container: true, expanded: _expanded, children: [
5000
+ /* @__PURE__ */ jsxRuntime.jsx(
5001
+ HeaderButton,
5002
+ {
5003
+ expandable,
5004
+ startIcon: expandable && /* @__PURE__ */ jsxRuntime.jsx(material.Icon, { children: expanded ? /* @__PURE__ */ jsxRuntime.jsx(HideButton, {}) : /* @__PURE__ */ jsxRuntime.jsx(ShowButton, {}) }),
5005
+ onClick: handleExpandClick,
5006
+ tabIndex: expandable ? 0 : -1,
5007
+ children: /* @__PURE__ */ jsxRuntime.jsx(material.Tooltip, { title, children: /* @__PURE__ */ jsxRuntime.jsx(Text, { expanded: _expanded, align: "left", variant: "subtitle1", children: title }) })
5008
+ }
5009
+ ),
5010
+ /* @__PURE__ */ jsxRuntime.jsxs(HeaderItems, { item: true, children: [
5011
+ headerItems,
5012
+ actions.length > 0 && actions.map((action) => {
5013
+ return action.tooltip ? /* @__PURE__ */ jsxRuntime.jsx(
5014
+ material.Tooltip,
5015
+ {
5016
+ title: action.tooltip.text,
5017
+ placement: action.tooltip.placement ?? "top",
5018
+ children: iconButtonTooltip(action)
5019
+ },
5020
+ action.id
5021
+ ) : iconButtonTooltip(action);
5022
+ }),
5023
+ options.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5024
+ /* @__PURE__ */ jsxRuntime.jsx(
5025
+ IconActionButton,
5026
+ {
5027
+ "aria-label": "Options",
5028
+ "aria-controls": "options-menu",
5029
+ "aria-haspopup": "true",
5030
+ onClick: handleClick,
5031
+ size: "small",
5032
+ children: optionsIcon
5033
+ }
5034
+ ),
5035
+ /* @__PURE__ */ jsxRuntime.jsx(
5036
+ PaperMenu,
5037
+ {
5038
+ id: "options-menu",
5039
+ elevation: 8,
5040
+ anchorOrigin: {
5041
+ vertical: "top",
5042
+ horizontal: "right"
5043
+ },
5044
+ transformOrigin: {
5045
+ vertical: "top",
5046
+ horizontal: "right"
5047
+ },
5048
+ anchorEl,
5049
+ keepMounted: true,
5050
+ open,
5051
+ onClose: handleClose,
5052
+ children: options.map((option) => /* @__PURE__ */ jsxRuntime.jsx(
5053
+ material.MenuItem,
5054
+ {
5055
+ selected: option.selected,
5056
+ onClick: () => handleOptionAction(option.action),
5057
+ children: option.name
5058
+ },
5059
+ option.id
5060
+ ))
5061
+ }
5062
+ )
5063
+ ] })
5064
+ ] })
5065
+ ] }),
5066
+ /* @__PURE__ */ jsxRuntime.jsx(material.Collapse, { ref: wrapper, in: expanded, timeout: "auto", unmountOnExit: true, children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { ...contentProps, children: [
5067
+ /* @__PURE__ */ jsxRuntime.jsx(material.Box, { pt: 1, children }),
5068
+ footer ?? /* @__PURE__ */ jsxRuntime.jsx(material.Box, { children: footer })
5069
+ ] }) })
5070
+ ] });
5071
+ }
4829
5072
  const Wrapper = material.styled("div")(({ theme }) => ({
4830
5073
  padding: theme.spacing(2, 0),
4831
5074
  ...theme.typography.body2
@@ -5931,10 +6174,10 @@ const StylesWrapper = material.styled(material.Paper)(({ theme }) => ({
5931
6174
  maxHeight: theme.spacing(5),
5932
6175
  padding: theme.spacing(0.5)
5933
6176
  }));
5934
- const EMPTY_ARR$2 = [];
6177
+ const EMPTY_ARR$1 = [];
5935
6178
  function FeatureSelectionWidgetUI({
5936
6179
  selectionModes,
5937
- editModes = EMPTY_ARR$2,
6180
+ editModes = EMPTY_ARR$1,
5938
6181
  selectedMode,
5939
6182
  onSelectMode,
5940
6183
  enabled = false,
@@ -6861,10 +7104,10 @@ function getZoomHelperText({
6861
7104
  }
6862
7105
  const EMPTY_OBJ = {};
6863
7106
  const EMPTY_FN = () => void 0;
6864
- const EMPTY_ARR$1 = [];
7107
+ const EMPTY_ARR = [];
6865
7108
  function LegendWidgetUI({
6866
7109
  customLegendTypes = EMPTY_OBJ,
6867
- layers = EMPTY_ARR$1,
7110
+ layers = EMPTY_ARR,
6868
7111
  collapsed = false,
6869
7112
  onChangeCollapsed = EMPTY_FN,
6870
7113
  onChangeVisibility = EMPTY_FN,
@@ -6944,249 +7187,6 @@ function LegendWidgetUI({
6944
7187
  )) }) })
6945
7188
  ] }) });
6946
7189
  }
6947
- function AlertBody({
6948
- color = void 0,
6949
- children
6950
- }) {
6951
- return children ? /* @__PURE__ */ jsxRuntime.jsx(material.Box, { mt: 0.5, children: /* @__PURE__ */ jsxRuntime.jsx(
6952
- TablePaginationActions.Typography,
6953
- {
6954
- component: "div",
6955
- variant: "caption",
6956
- color: color ?? "inherit",
6957
- style: { fontWeight: "normal" },
6958
- children
6959
- }
6960
- ) }) : /* @__PURE__ */ jsxRuntime.jsx(material.Box, { mt: -1 });
6961
- }
6962
- function NoDataAlert({
6963
- title = "No data available",
6964
- body = "There are no results for the combination of filters applied to your data. Try tweaking your filters, or zoom and pan the map to adjust the Map View.",
6965
- severity = void 0,
6966
- ...otherProps
6967
- }) {
6968
- return severity ? /* @__PURE__ */ jsxRuntime.jsx(Link.Alert, { title, severity, ...otherProps, children: /* @__PURE__ */ jsxRuntime.jsx(AlertBody, { children: body }) }) : /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { ...otherProps, children: [
6969
- title && /* @__PURE__ */ jsxRuntime.jsx(TablePaginationActions.Typography, { variant: "body2", children: title }),
6970
- /* @__PURE__ */ jsxRuntime.jsx(AlertBody, { color: "textSecondary", children: body })
6971
- ] });
6972
- }
6973
- const Root = material.styled(material.Box, {
6974
- shouldForwardProp: (prop) => prop !== "margin"
6975
- })(({ theme, margin }) => {
6976
- return {
6977
- margin: 0,
6978
- position: "relative",
6979
- maxWidth: "100%",
6980
- padding: margin ?? theme.spacing(2, 2.5)
6981
- };
6982
- });
6983
- const LoadingBar = material.styled(material.LinearProgress)(({ theme }) => ({
6984
- position: "absolute",
6985
- top: 0,
6986
- left: 0,
6987
- width: "100%",
6988
- height: theme.spacing(0.25)
6989
- }));
6990
- const Header = material.styled(material.Grid, {
6991
- shouldForwardProp: (prop) => prop !== "expanded"
6992
- })(({ theme, expanded = true }) => ({
6993
- display: "flex",
6994
- flexDirection: "row",
6995
- alignItems: "flex-start",
6996
- justifyContent: "space-between",
6997
- width: "100%",
6998
- ...expanded ? { minHeight: theme.spacing(3) } : { height: theme.spacing(3) },
6999
- padding: 0
7000
- }));
7001
- const HeaderButton = material.styled(material.Button, {
7002
- shouldForwardProp: (prop) => prop !== "expandable"
7003
- })(({ theme, expandable = true }) => ({
7004
- flex: 1,
7005
- padding: 0,
7006
- alignItems: "flex-start",
7007
- justifyContent: "flex-start",
7008
- height: "auto",
7009
- minHeight: "auto",
7010
- marginBottom: theme.spacing(1),
7011
- cursor: expandable ? "pointer" : "default",
7012
- "& .MuiButton-startIcon": {
7013
- marginTop: "3px",
7014
- marginRight: theme.spacing(1)
7015
- },
7016
- "&:hover": {
7017
- background: "none"
7018
- }
7019
- }));
7020
- const ParentIcon = ({ theme }) => ({
7021
- display: "flex",
7022
- alignItems: "center",
7023
- justifyContent: "center",
7024
- width: theme.spacing(3),
7025
- height: theme.spacing(3),
7026
- color: theme.palette.text.secondary
7027
- });
7028
- const HideButton = material.styled(iconsMaterial.ExpandLess)(({ theme }) => ParentIcon({ theme }));
7029
- const ShowButton = material.styled(iconsMaterial.ExpandMore)(({ theme }) => ParentIcon({ theme }));
7030
- const Text = material.styled(material.Typography, {
7031
- shouldForwardProp: (prop) => prop !== "expanded"
7032
- })(({ expanded = true }) => ({
7033
- wordBreak: "break-word",
7034
- overflow: "hidden",
7035
- ...expanded && {
7036
- display: "-webkit-box",
7037
- WebkitLineClamp: 2,
7038
- WebkitBoxOrient: "vertical"
7039
- },
7040
- ...!expanded && {
7041
- whiteSpace: "nowrap",
7042
- textOverflow: "ellipsis"
7043
- }
7044
- }));
7045
- const HeaderItems = material.styled(material.Grid)(({ theme }) => ({
7046
- display: "flex",
7047
- alignItems: "center",
7048
- gap: theme.spacing(1),
7049
- marginRight: theme.spacing(-0.5),
7050
- marginLeft: theme.spacing(1)
7051
- }));
7052
- const IconActionButton = material.styled(material.IconButton)(({ theme }) => ({
7053
- color: theme.palette.text.secondary
7054
- }));
7055
- const PaperMenu = material.styled(material.Menu)(({ theme }) => ({
7056
- ".MuiPaper-root": {
7057
- marginTop: theme.spacing(5),
7058
- maxHeight: theme.spacing(21),
7059
- minWidth: theme.spacing(16)
7060
- }
7061
- }));
7062
- const EMPTY_ARR = [];
7063
- const defaultOptionsIcon = /* @__PURE__ */ jsxRuntime.jsx(iconsMaterial.MoreVert, {});
7064
- function WrapperWidgetUI({
7065
- title,
7066
- actions = EMPTY_ARR,
7067
- options = EMPTY_ARR,
7068
- optionsIcon = defaultOptionsIcon,
7069
- children,
7070
- contentProps,
7071
- disabled = false,
7072
- expandable = true,
7073
- expanded: _expanded = true,
7074
- onExpandedChange,
7075
- footer,
7076
- headerItems,
7077
- isLoading = false,
7078
- margin
7079
- }) {
7080
- const wrapper = React.createRef();
7081
- const [expandedInt, setExpandedInt] = React.useState(true);
7082
- const externalExpanded = _expanded !== void 0 && onExpandedChange !== void 0;
7083
- const expanded = expandable !== false ? externalExpanded ? _expanded : expandedInt : true;
7084
- const setExpanded = externalExpanded ? onExpandedChange : setExpandedInt;
7085
- const [anchorEl, setAnchorEl] = React.useState(null);
7086
- const open = Boolean(anchorEl);
7087
- const handleExpandClick = () => {
7088
- if (expandable) {
7089
- setExpanded(!expanded);
7090
- }
7091
- };
7092
- const handleClick = (ev) => setAnchorEl(ev.currentTarget);
7093
- const handleClose = () => setAnchorEl(null);
7094
- function handleOptionAction(action) {
7095
- if (action) {
7096
- action();
7097
- }
7098
- handleClose();
7099
- }
7100
- const iconButtonTooltip = (action) => {
7101
- return /* @__PURE__ */ jsxRuntime.jsx(
7102
- IconActionButton,
7103
- {
7104
- "aria-label": action.label,
7105
- onClick: action.action,
7106
- size: "small",
7107
- children: action.icon
7108
- },
7109
- action.id
7110
- );
7111
- };
7112
- if (disabled) {
7113
- return children ? /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children }) : null;
7114
- }
7115
- return /* @__PURE__ */ jsxRuntime.jsxs(Root, { margin, component: "section", "aria-label": title, children: [
7116
- isLoading ? /* @__PURE__ */ jsxRuntime.jsx(LoadingBar, {}) : null,
7117
- /* @__PURE__ */ jsxRuntime.jsxs(Header, { container: true, expanded: _expanded, children: [
7118
- /* @__PURE__ */ jsxRuntime.jsx(
7119
- HeaderButton,
7120
- {
7121
- expandable,
7122
- startIcon: expandable && /* @__PURE__ */ jsxRuntime.jsx(material.Icon, { children: expanded ? /* @__PURE__ */ jsxRuntime.jsx(HideButton, {}) : /* @__PURE__ */ jsxRuntime.jsx(ShowButton, {}) }),
7123
- onClick: handleExpandClick,
7124
- tabIndex: expandable ? 0 : -1,
7125
- children: /* @__PURE__ */ jsxRuntime.jsx(material.Tooltip, { title, children: /* @__PURE__ */ jsxRuntime.jsx(Text, { expanded: _expanded, align: "left", variant: "subtitle1", children: title }) })
7126
- }
7127
- ),
7128
- /* @__PURE__ */ jsxRuntime.jsxs(HeaderItems, { item: true, children: [
7129
- headerItems,
7130
- actions.length > 0 && actions.map((action) => {
7131
- return action.tooltip ? /* @__PURE__ */ jsxRuntime.jsx(
7132
- material.Tooltip,
7133
- {
7134
- title: action.tooltip.text,
7135
- placement: action.tooltip.placement ?? "top",
7136
- children: iconButtonTooltip(action)
7137
- },
7138
- action.id
7139
- ) : iconButtonTooltip(action);
7140
- }),
7141
- options.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7142
- /* @__PURE__ */ jsxRuntime.jsx(
7143
- IconActionButton,
7144
- {
7145
- "aria-label": "Options",
7146
- "aria-controls": "options-menu",
7147
- "aria-haspopup": "true",
7148
- onClick: handleClick,
7149
- size: "small",
7150
- children: optionsIcon
7151
- }
7152
- ),
7153
- /* @__PURE__ */ jsxRuntime.jsx(
7154
- PaperMenu,
7155
- {
7156
- id: "options-menu",
7157
- elevation: 8,
7158
- anchorOrigin: {
7159
- vertical: "top",
7160
- horizontal: "right"
7161
- },
7162
- transformOrigin: {
7163
- vertical: "top",
7164
- horizontal: "right"
7165
- },
7166
- anchorEl,
7167
- keepMounted: true,
7168
- open,
7169
- onClose: handleClose,
7170
- children: options.map((option) => /* @__PURE__ */ jsxRuntime.jsx(
7171
- material.MenuItem,
7172
- {
7173
- selected: option.selected,
7174
- onClick: () => handleOptionAction(option.action),
7175
- children: option.name
7176
- },
7177
- option.id
7178
- ))
7179
- }
7180
- )
7181
- ] })
7182
- ] })
7183
- ] }),
7184
- /* @__PURE__ */ jsxRuntime.jsx(material.Collapse, { ref: wrapper, in: expanded, timeout: "auto", unmountOnExit: true, children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { ...contentProps, children: [
7185
- /* @__PURE__ */ jsxRuntime.jsx(material.Box, { pt: 1, children }),
7186
- footer ?? /* @__PURE__ */ jsxRuntime.jsx(material.Box, { children: footer })
7187
- ] }) })
7188
- ] });
7189
- }
7190
7190
  exports.BarWidgetUI = BarWidgetUI;
7191
7191
  exports.CategoryWidgetUI = CategoryWidgetUI;
7192
7192
  exports.ComparativeCategoryWidgetUI = ComparativeCategoryWidgetUI;
@@ -7215,5 +7215,6 @@ exports.TableWidgetUI = TableWidgetUI;
7215
7215
  exports.TimeSeriesProvider = TimeSeriesProvider;
7216
7216
  exports.TimeSeriesWidgetUI = TimeSeriesWidgetUI;
7217
7217
  exports.WrapperWidgetUI = WrapperWidgetUI;
7218
+ exports.areChartPropsEqual = areChartPropsEqual;
7218
7219
  exports.useTimeSeriesContext = useTimeSeriesContext;
7219
7220
  exports.useTimeSeriesInteractivity = useTimeSeriesInteractivity;