@carto/meridian-ds 2.3.1 → 2.4.0-structure.1

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 (245) hide show
  1. package/CHANGELOG.md +9 -1
  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 +3 -3
  7. package/dist/components/index.js +5 -5
  8. package/dist/custom-icons/index.cjs +566 -435
  9. package/dist/custom-icons/index.js +566 -435
  10. package/dist/theme/index.cjs +305 -305
  11. package/dist/theme/index.js +306 -306
  12. package/dist/types/components/molecules/Tag.d.ts +1 -1
  13. package/dist/types/components/organisms/Dialog/DialogPaper.d.ts +1 -1
  14. package/dist/types/custom-icons/AiGeneratedObject.d.ts +4 -0
  15. package/dist/types/custom-icons/AiGeneratedObject.d.ts.map +1 -0
  16. package/dist/types/custom-icons/McpTool.d.ts +4 -0
  17. package/dist/types/custom-icons/McpTool.d.ts.map +1 -0
  18. package/dist/types/custom-icons/SelectFeature.d.ts +4 -0
  19. package/dist/types/custom-icons/SelectFeature.d.ts.map +1 -0
  20. package/dist/types/custom-icons/index.d.ts +3 -0
  21. package/dist/types/custom-icons/index.d.ts.map +1 -1
  22. package/dist/types/theme/carto-theme.d.ts +5 -5
  23. package/dist/types/theme/carto-theme.d.ts.map +1 -1
  24. package/dist/types/theme/components/buttons.d.ts.map +1 -0
  25. package/dist/types/theme/components/data-display.d.ts.map +1 -0
  26. package/dist/types/theme/components/date-pickers.d.ts.map +1 -0
  27. package/dist/types/theme/components/feedback.d.ts.map +1 -0
  28. package/dist/types/theme/components/forms.d.ts.map +1 -0
  29. package/dist/types/theme/components/navigation.d.ts.map +1 -0
  30. package/dist/types/theme/components/stories/Accordion.stories.d.ts +56 -0
  31. package/dist/types/theme/components/stories/Accordion.stories.d.ts.map +1 -0
  32. package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts +58 -0
  33. package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts.map +1 -0
  34. package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts +118 -0
  35. package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts.map +1 -0
  36. package/dist/types/theme/components/stories/Checkbox.stories.d.ts +93 -0
  37. package/dist/types/theme/components/stories/Checkbox.stories.d.ts.map +1 -0
  38. package/dist/types/theme/components/stories/Chip.stories.d.ts +311 -0
  39. package/dist/types/theme/components/stories/Chip.stories.d.ts.map +1 -0
  40. package/dist/types/theme/components/stories/Divider.stories.d.ts +43 -0
  41. package/dist/types/theme/components/stories/Divider.stories.d.ts.map +1 -0
  42. package/dist/types/theme/components/stories/FAB.stories.d.ts +82 -0
  43. package/dist/types/theme/components/stories/FAB.stories.d.ts.map +1 -0
  44. package/dist/types/theme/components/stories/HelperText.stories.d.ts +48 -0
  45. package/dist/types/theme/components/stories/HelperText.stories.d.ts.map +1 -0
  46. package/dist/types/theme/components/stories/InputLabel.stories.d.ts +56 -0
  47. package/dist/types/theme/components/stories/InputLabel.stories.d.ts.map +1 -0
  48. package/dist/types/theme/components/stories/List.stories.d.ts +62 -0
  49. package/dist/types/theme/components/stories/List.stories.d.ts.map +1 -0
  50. package/dist/types/theme/components/stories/Paper.stories.d.ts +48 -0
  51. package/dist/types/theme/components/stories/Paper.stories.d.ts.map +1 -0
  52. package/dist/types/theme/components/stories/Progress.stories.d.ts +78 -0
  53. package/dist/types/theme/components/stories/Progress.stories.d.ts.map +1 -0
  54. package/dist/types/theme/components/stories/Radio.stories.d.ts +75 -0
  55. package/dist/types/theme/components/stories/Radio.stories.d.ts.map +1 -0
  56. package/dist/types/theme/components/stories/Slider.stories.d.ts +217 -0
  57. package/dist/types/theme/components/stories/Slider.stories.d.ts.map +1 -0
  58. package/dist/types/theme/components/stories/Switch.stories.d.ts +58 -0
  59. package/dist/types/theme/components/stories/Switch.stories.d.ts.map +1 -0
  60. package/dist/types/theme/components/stories/Table.stories.d.ts +44 -0
  61. package/dist/types/theme/components/stories/Table.stories.d.ts.map +1 -0
  62. package/dist/types/theme/components/stories/TablePagination.stories.d.ts +27 -0
  63. package/dist/types/theme/components/stories/TablePagination.stories.d.ts.map +1 -0
  64. package/dist/types/theme/components/stories/Tabs.stories.d.ts +133 -0
  65. package/dist/types/theme/components/stories/Tabs.stories.d.ts.map +1 -0
  66. package/dist/types/theme/components/stories/TextArea.stories.d.ts +180 -0
  67. package/dist/types/theme/components/stories/TextArea.stories.d.ts.map +1 -0
  68. package/dist/types/theme/components/stories/TextField.stories.d.ts +198 -0
  69. package/dist/types/theme/components/stories/TextField.stories.d.ts.map +1 -0
  70. package/dist/types/theme/components/stories/ToggleButton.stories.d.ts +57 -0
  71. package/dist/types/theme/components/stories/ToggleButton.stories.d.ts.map +1 -0
  72. package/dist/types/theme/components/stories/Tooltip.stories.d.ts +73 -0
  73. package/dist/types/theme/components/stories/Tooltip.stories.d.ts.map +1 -0
  74. package/dist/types/theme/components/surfaces.d.ts.map +1 -0
  75. package/dist/types/theme/{sections → helpers}/css-baseline.d.ts.map +1 -1
  76. package/dist/types/theme/helpers/theme-constants.d.ts.map +1 -0
  77. package/dist/types/theme/helpers/theme-utils.d.ts.map +1 -0
  78. package/dist/types/theme/index.d.ts +1 -1
  79. package/dist/types/theme/index.d.ts.map +1 -1
  80. package/dist/types/theme/tokens/ColorTokens.stories.d.ts +17 -0
  81. package/dist/types/theme/tokens/ColorTokens.stories.d.ts.map +1 -0
  82. package/dist/types/theme/tokens/LayoutTokens.stories.d.ts +30 -0
  83. package/dist/types/theme/tokens/LayoutTokens.stories.d.ts.map +1 -0
  84. package/dist/types/theme/tokens/TypographyTokens.stories.d.ts +17 -0
  85. package/dist/types/theme/tokens/TypographyTokens.stories.d.ts.map +1 -0
  86. package/dist/types/theme/{sections/palette.d.ts → tokens/colors.d.ts} +1 -1
  87. package/dist/types/theme/tokens/colors.d.ts.map +1 -0
  88. package/dist/types/theme/tokens/shadows.d.ts.map +1 -0
  89. package/dist/types/theme/{sections → tokens}/typography.d.ts +5 -5
  90. package/dist/types/theme/{sections → tokens}/typography.d.ts.map +1 -1
  91. package/dist/types/utils/formatterUtils.d.ts +9 -0
  92. package/dist/types/utils/formatterUtils.d.ts.map +1 -1
  93. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.stories.d.ts +126 -0
  94. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.stories.d.ts.map +1 -0
  95. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.test.d.ts +2 -0
  96. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.test.d.ts.map +1 -0
  97. package/dist/types/widgets/BarWidgetUI/index.d.ts +3 -0
  98. package/dist/types/widgets/BarWidgetUI/index.d.ts.map +1 -0
  99. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.stories.d.ts +128 -0
  100. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.stories.d.ts.map +1 -0
  101. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +8 -8
  102. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts.map +1 -1
  103. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.test.d.ts +2 -0
  104. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.test.d.ts.map +1 -0
  105. package/dist/types/widgets/CategoryWidgetUI/index.d.ts +3 -0
  106. package/dist/types/widgets/CategoryWidgetUI/index.d.ts.map +1 -0
  107. package/dist/types/widgets/ChartLegend.d.ts.map +1 -1
  108. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.stories.d.ts +74 -0
  109. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.stories.d.ts.map +1 -0
  110. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts +2 -0
  111. package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts.map +1 -0
  112. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.stories.d.ts +68 -0
  113. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.stories.d.ts.map +1 -0
  114. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.test.d.ts +2 -0
  115. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.test.d.ts.map +1 -0
  116. package/dist/types/widgets/FormulaWidgetUI/index.d.ts +3 -0
  117. package/dist/types/widgets/FormulaWidgetUI/index.d.ts.map +1 -0
  118. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.stories.d.ts +114 -0
  119. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.stories.d.ts.map +1 -0
  120. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.test.d.ts +2 -0
  121. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.test.d.ts.map +1 -0
  122. package/dist/types/widgets/HistogramWidgetUI/index.d.ts +3 -0
  123. package/dist/types/widgets/HistogramWidgetUI/index.d.ts.map +1 -0
  124. package/dist/types/widgets/{NoDataAlert.d.ts → NoDataAlert/NoDataAlert.d.ts} +1 -1
  125. package/dist/types/widgets/NoDataAlert/NoDataAlert.d.ts.map +1 -0
  126. package/dist/types/widgets/NoDataAlert/NoDataAlert.stories.d.ts +34 -0
  127. package/dist/types/widgets/NoDataAlert/NoDataAlert.stories.d.ts.map +1 -0
  128. package/dist/types/widgets/NoDataAlert/index.d.ts +3 -0
  129. package/dist/types/widgets/NoDataAlert/index.d.ts.map +1 -0
  130. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.stories.d.ts +107 -0
  131. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.stories.d.ts.map +1 -0
  132. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.test.d.ts +2 -0
  133. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.test.d.ts.map +1 -0
  134. package/dist/types/widgets/PieWidgetUI/index.d.ts +3 -0
  135. package/dist/types/widgets/PieWidgetUI/index.d.ts.map +1 -0
  136. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts.map +1 -1
  137. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.stories.d.ts +33 -0
  138. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.stories.d.ts.map +1 -0
  139. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.test.d.ts +2 -0
  140. package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.test.d.ts.map +1 -0
  141. package/dist/types/widgets/RangeWidgetUI/index.d.ts +3 -0
  142. package/dist/types/widgets/RangeWidgetUI/index.d.ts.map +1 -0
  143. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.stories.d.ts +66 -0
  144. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.stories.d.ts.map +1 -0
  145. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.test.d.ts +2 -0
  146. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.test.d.ts.map +1 -0
  147. package/dist/types/widgets/ScatterPlotWidgetUI/index.d.ts +3 -0
  148. package/dist/types/widgets/ScatterPlotWidgetUI/index.d.ts.map +1 -0
  149. package/dist/types/widgets/SkeletonWidgets.d.ts +4 -4
  150. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.stories.d.ts +223 -0
  151. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.stories.d.ts.map +1 -0
  152. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.test.d.ts +2 -0
  153. package/dist/types/widgets/TableWidgetUI/TableWidgetUI.test.d.ts.map +1 -0
  154. package/dist/types/widgets/TableWidgetUI/index.d.ts +3 -0
  155. package/dist/types/widgets/TableWidgetUI/index.d.ts.map +1 -0
  156. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts.map +1 -1
  157. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts +129 -0
  158. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts.map +1 -0
  159. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.test.d.ts +2 -0
  160. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.test.d.ts.map +1 -0
  161. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts +2 -0
  162. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts.map +1 -0
  163. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.d.ts.map +1 -0
  164. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.stories.d.ts +195 -0
  165. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.stories.d.ts.map +1 -0
  166. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.test.d.ts +2 -0
  167. package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.test.d.ts.map +1 -0
  168. package/dist/types/widgets/WrapperWidgetUI/index.d.ts +3 -0
  169. package/dist/types/widgets/WrapperWidgetUI/index.d.ts.map +1 -0
  170. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +1 -1
  171. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -1
  172. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.stories.d.ts +35 -0
  173. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.stories.d.ts.map +1 -0
  174. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.test.d.ts +2 -0
  175. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.test.d.ts.map +1 -0
  176. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +1 -1
  177. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -1
  178. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.stories.d.ts +31 -0
  179. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.stories.d.ts.map +1 -0
  180. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.test.d.ts +2 -0
  181. package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.test.d.ts.map +1 -0
  182. package/dist/types/widgets/comparative/{ComparativePieWidgetUI.d.ts → ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts} +1 -1
  183. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts.map +1 -0
  184. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.d.ts +45 -0
  185. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.d.ts.map +1 -0
  186. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.d.ts +2 -0
  187. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.d.ts.map +1 -0
  188. package/dist/types/widgets/comparative/index.d.ts +7 -0
  189. package/dist/types/widgets/comparative/index.d.ts.map +1 -0
  190. package/dist/types/widgets/index.d.ts +11 -29
  191. package/dist/types/widgets/index.d.ts.map +1 -1
  192. package/dist/types/widgets/legend/LegendCategories.stories.d.ts +46 -0
  193. package/dist/types/widgets/legend/LegendCategories.stories.d.ts.map +1 -0
  194. package/dist/types/widgets/legend/LegendCategories.test.d.ts +2 -0
  195. package/dist/types/widgets/legend/LegendCategories.test.d.ts.map +1 -0
  196. package/dist/types/widgets/legend/LegendIcon.stories.d.ts +27 -0
  197. package/dist/types/widgets/legend/LegendIcon.stories.d.ts.map +1 -0
  198. package/dist/types/widgets/legend/LegendIcon.test.d.ts +2 -0
  199. package/dist/types/widgets/legend/LegendIcon.test.d.ts.map +1 -0
  200. package/dist/types/widgets/legend/LegendProportion.stories.d.ts +26 -0
  201. package/dist/types/widgets/legend/LegendProportion.stories.d.ts.map +1 -0
  202. package/dist/types/widgets/legend/LegendProportion.test.d.ts +2 -0
  203. package/dist/types/widgets/legend/LegendProportion.test.d.ts.map +1 -0
  204. package/dist/types/widgets/legend/LegendRamp.stories.d.ts +62 -0
  205. package/dist/types/widgets/legend/LegendRamp.stories.d.ts.map +1 -0
  206. package/dist/types/widgets/legend/LegendRamp.test.d.ts +2 -0
  207. package/dist/types/widgets/legend/LegendRamp.test.d.ts.map +1 -0
  208. package/dist/types/widgets/legend/LegendWidgetUI.stories.d.ts +228 -0
  209. package/dist/types/widgets/legend/LegendWidgetUI.stories.d.ts.map +1 -0
  210. package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts +1 -1
  211. package/dist/types/widgets/legend/LegendWidgetUI.test.d.ts +2 -0
  212. package/dist/types/widgets/legend/LegendWidgetUI.test.d.ts.map +1 -0
  213. package/dist/types/widgets/legend/legendFixtures.d.ts +168 -0
  214. package/dist/types/widgets/legend/legendFixtures.d.ts.map +1 -0
  215. package/dist/widgets/index.cjs +250 -249
  216. package/dist/widgets/index.js +252 -251
  217. package/package.json +2 -1
  218. package/dist/types/theme/sections/components/buttons.d.ts.map +0 -1
  219. package/dist/types/theme/sections/components/data-display.d.ts.map +0 -1
  220. package/dist/types/theme/sections/components/date-pickers.d.ts.map +0 -1
  221. package/dist/types/theme/sections/components/feedback.d.ts.map +0 -1
  222. package/dist/types/theme/sections/components/forms.d.ts.map +0 -1
  223. package/dist/types/theme/sections/components/navigation.d.ts.map +0 -1
  224. package/dist/types/theme/sections/components/surfaces.d.ts.map +0 -1
  225. package/dist/types/theme/sections/palette.d.ts.map +0 -1
  226. package/dist/types/theme/sections/shadows.d.ts.map +0 -1
  227. package/dist/types/theme/theme-constants.d.ts.map +0 -1
  228. package/dist/types/theme/theme-utils.d.ts.map +0 -1
  229. package/dist/types/widgets/NoDataAlert.d.ts.map +0 -1
  230. package/dist/types/widgets/WrapperWidgetUI.d.ts.map +0 -1
  231. package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts.map +0 -1
  232. package/dist/{TablePaginationActions-CCDi-BO-.js → TablePaginationActions-C6TVGJM-.js} +25 -25
  233. package/dist/{TablePaginationActions-D2K26kdR.cjs → TablePaginationActions-DAMGtIub.cjs} +25 -25
  234. /package/dist/types/theme/{sections/components → components}/buttons.d.ts +0 -0
  235. /package/dist/types/theme/{sections/components → components}/data-display.d.ts +0 -0
  236. /package/dist/types/theme/{sections/components → components}/date-pickers.d.ts +0 -0
  237. /package/dist/types/theme/{sections/components → components}/feedback.d.ts +0 -0
  238. /package/dist/types/theme/{sections/components → components}/forms.d.ts +0 -0
  239. /package/dist/types/theme/{sections/components → components}/navigation.d.ts +0 -0
  240. /package/dist/types/theme/{sections/components → components}/surfaces.d.ts +0 -0
  241. /package/dist/types/theme/{sections → helpers}/css-baseline.d.ts +0 -0
  242. /package/dist/types/theme/{theme-constants.d.ts → helpers/theme-constants.d.ts} +0 -0
  243. /package/dist/types/theme/{theme-utils.d.ts → helpers/theme-utils.d.ts} +0 -0
  244. /package/dist/types/theme/{sections → tokens}/shadows.d.ts +0 -0
  245. /package/dist/types/widgets/{WrapperWidgetUI.d.ts → WrapperWidgetUI/WrapperWidgetUI.d.ts} +0 -0
@@ -0,0 +1,68 @@
1
+ import { FormulaWidgetUI, FormulaWidgetUIData, FormulaWidgetUIProps } from '..';
2
+ declare const options: {
3
+ title: string;
4
+ component: typeof FormulaWidgetUI;
5
+ argTypes: {
6
+ formatter: {
7
+ table: {
8
+ disable: true;
9
+ };
10
+ };
11
+ };
12
+ parameters: {
13
+ docs: {
14
+ source: {
15
+ type: string;
16
+ };
17
+ };
18
+ };
19
+ };
20
+ export default options;
21
+ export declare const Empty: {
22
+ render: (args: FormulaWidgetUIProps<FormulaWidgetUIData>) => import("react/jsx-runtime").JSX.Element;
23
+ };
24
+ export declare const Basic: {
25
+ render: (args: FormulaWidgetUIProps<FormulaWidgetUIData>) => import("react/jsx-runtime").JSX.Element;
26
+ args: {
27
+ data: number;
28
+ };
29
+ };
30
+ export declare const Text: {
31
+ render: (args: FormulaWidgetUIProps<FormulaWidgetUIData>) => import("react/jsx-runtime").JSX.Element;
32
+ args: {
33
+ data: string;
34
+ };
35
+ };
36
+ export declare const ValuePrefix: {
37
+ render: (args: FormulaWidgetUIProps<FormulaWidgetUIData>) => import("react/jsx-runtime").JSX.Element;
38
+ args: {
39
+ data: {
40
+ value: number;
41
+ prefix: string;
42
+ };
43
+ };
44
+ };
45
+ export declare const ValueSuffix: {
46
+ render: (args: FormulaWidgetUIProps<FormulaWidgetUIData>) => import("react/jsx-runtime").JSX.Element;
47
+ args: {
48
+ data: {
49
+ value: number;
50
+ suffix: string;
51
+ };
52
+ };
53
+ };
54
+ export declare const FormatterText: {
55
+ render: (args: FormulaWidgetUIProps<FormulaWidgetUIData>) => import("react/jsx-runtime").JSX.Element;
56
+ args: {
57
+ data: number;
58
+ formatter: (value: number) => string;
59
+ };
60
+ };
61
+ export declare const Loading: {
62
+ render: (args: FormulaWidgetUIProps<FormulaWidgetUIData>) => import("react/jsx-runtime").JSX.Element;
63
+ args: {
64
+ data: number;
65
+ isLoading: boolean;
66
+ };
67
+ };
68
+ //# sourceMappingURL=FormulaWidgetUI.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormulaWidgetUI.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FormulaWidgetUI/FormulaWidgetUI.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,WAAW,CAAA;AAIlB,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;CAiBG,CAAA;AAEhB,eAAe,OAAO,CAAA;AAUtB,eAAO,MAAM,KAAK;mBARM,oBAAoB,CAAC,mBAAmB,CAAC;CAUhE,CAAA;AAGD,eAAO,MAAM,KAAK;mBAbM,oBAAoB,CAAC,mBAAmB,CAAC;;;;CAgBhE,CAAA;AAGD,eAAO,MAAM,IAAI;mBAnBO,oBAAoB,CAAC,mBAAmB,CAAC;;;;CAsBhE,CAAA;AAGD,eAAO,MAAM,WAAW;mBAzBA,oBAAoB,CAAC,mBAAmB,CAAC;;;;;;;CA4BhE,CAAA;AAGD,eAAO,MAAM,WAAW;mBA/BA,oBAAoB,CAAC,mBAAmB,CAAC;;;;;;;CAkChE,CAAA;AAUD,eAAO,MAAM,aAAa;mBA5CF,oBAAoB,CAAC,mBAAmB,CAAC;;;2BAoCvC,MAAM;;CAW/B,CAAA;AAGD,eAAO,MAAM,OAAO;;;;;;CAGnB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FormulaWidgetUI.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormulaWidgetUI.test.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FormulaWidgetUI/FormulaWidgetUI.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { default as FormulaWidgetUI } from './FormulaWidgetUI';
2
+ export type * from './FormulaWidgetUI';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widgets/FormulaWidgetUI/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC9D,mBAAmB,mBAAmB,CAAA"}
@@ -0,0 +1,114 @@
1
+ import { HistogramWidgetUI, HistogramWidgetUIProps } from '..';
2
+ declare const options: {
3
+ title: string;
4
+ component: typeof HistogramWidgetUI;
5
+ argTypes: {
6
+ tooltipFormatter: {
7
+ table: {
8
+ type: {
9
+ summary: string;
10
+ };
11
+ defaultValue: {
12
+ summary: string;
13
+ };
14
+ };
15
+ };
16
+ };
17
+ parameters: {
18
+ docs: {
19
+ source: {
20
+ type: string;
21
+ };
22
+ };
23
+ };
24
+ };
25
+ export default options;
26
+ export declare const Empty: {
27
+ render: (args: HistogramWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
28
+ args: {
29
+ data: number[];
30
+ ticks: number[];
31
+ min: number;
32
+ max: number;
33
+ };
34
+ };
35
+ export declare const XAxisFormatter: {
36
+ render: (args: HistogramWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
37
+ args: {
38
+ xAxisFormatter: (v: number) => string;
39
+ data: number[];
40
+ ticks: number[];
41
+ min: number;
42
+ max: number;
43
+ };
44
+ };
45
+ export declare const YAxisFormatter: {
46
+ render: (args: HistogramWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
47
+ args: {
48
+ yAxisFormatter: (v: number) => string;
49
+ data: number[];
50
+ ticks: number[];
51
+ min: number;
52
+ max: number;
53
+ };
54
+ };
55
+ export declare const Filtered: {
56
+ render: (args: HistogramWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
57
+ args: {
58
+ selectedBars: number[];
59
+ tooltipFormatter: (params: {
60
+ value: number;
61
+ }[]) => string;
62
+ data: number[];
63
+ ticks: number[];
64
+ min: number;
65
+ max: number;
66
+ };
67
+ };
68
+ export declare const NonEqualSizeBins: {
69
+ render: (args: HistogramWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
70
+ args: {
71
+ ticks: number[];
72
+ data: number[];
73
+ min: number;
74
+ max: number;
75
+ };
76
+ };
77
+ export declare const Loading: {
78
+ render: (args: HistogramWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
79
+ args: {
80
+ isLoading: boolean;
81
+ data: number[];
82
+ ticks: number[];
83
+ min: number;
84
+ max: number;
85
+ };
86
+ };
87
+ export declare const OneNonZeroBinMid: {
88
+ render: (args: HistogramWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
89
+ args: {
90
+ data: number[];
91
+ ticks: number[];
92
+ min: number;
93
+ max: number;
94
+ };
95
+ };
96
+ export declare const OneNonZeroBinStart: {
97
+ render: (args: HistogramWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
98
+ args: {
99
+ data: number[];
100
+ ticks: number[];
101
+ min: number;
102
+ max: number;
103
+ };
104
+ };
105
+ export declare const OneNonZeroBinEnd: {
106
+ render: (args: HistogramWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
107
+ args: {
108
+ data: number[];
109
+ ticks: number[];
110
+ min: number;
111
+ max: number;
112
+ };
113
+ };
114
+ //# sourceMappingURL=HistogramWidgetUI.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistogramWidgetUI.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/HistogramWidgetUI/HistogramWidgetUI.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAA;AAIrE,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;CAuBG,CAAA;AAEhB,eAAe,OAAO,CAAA;AAkCtB,eAAO,MAAM,KAAK;mBAhCM,sBAAsB;;;;;;;CAmC7C,CAAA;AAMD,eAAO,MAAM,cAAc;mBAzCH,sBAAsB;;4BAuCxB,MAAM;;;;;;CAK3B,CAAA;AAMD,eAAO,MAAM,cAAc;mBAlDH,sBAAsB;;4BAgDxB,MAAM;;;;;;CAK3B,CAAA;AAOD,eAAO,MAAM,QAAQ;mBA5DG,sBAAsB;;;mCA0DjB;YAAE,KAAK,EAAE,MAAM,CAAA;SAAE,EAAE;;;;;;CAK/C,CAAA;AAMD,eAAO,MAAM,gBAAgB;mBArEL,sBAAsB;;;;;;;CAwE7C,CAAA;AAMD,eAAO,MAAM,OAAO;mBA1EW,sBAAsB;;;;;;;;CA6EpD,CAAA;AAED,eAAO,MAAM,gBAAgB;mBA/EE,sBAAsB;;;;;;;CAqFpD,CAAA;AAED,eAAO,MAAM,kBAAkB;mBAvFA,sBAAsB;;;;;;;CA6FpD,CAAA;AAED,eAAO,MAAM,gBAAgB;mBA/FE,sBAAsB;;;;;;;CAqGpD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HistogramWidgetUI.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistogramWidgetUI.test.d.ts","sourceRoot":"","sources":["../../../../src/widgets/HistogramWidgetUI/HistogramWidgetUI.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { default as HistogramWidgetUI } from './HistogramWidgetUI';
2
+ export type * from './HistogramWidgetUI';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widgets/HistogramWidgetUI/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAClE,mBAAmB,qBAAqB,CAAA"}
@@ -1,4 +1,4 @@
1
- import { AlertProps } from '../components/molecules/Alert';
1
+ import { AlertProps } from '../../components';
2
2
  export type NoDataAlertProps = AlertProps & {
3
3
  body: React.ReactNode;
4
4
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NoDataAlert.d.ts","sourceRoot":"","sources":["../../../../src/widgets/NoDataAlert/NoDataAlert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAA+B,MAAM,cAAc,CAAA;AA0B7E,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,34 @@
1
+ import { NoDataAlert } from '..';
2
+ declare const options: {
3
+ title: string;
4
+ component: typeof NoDataAlert;
5
+ argTypes: {
6
+ title: {
7
+ table: {
8
+ type: {
9
+ summary: string;
10
+ };
11
+ };
12
+ control: "text";
13
+ };
14
+ body: {
15
+ table: {
16
+ type: {
17
+ summary: string;
18
+ };
19
+ };
20
+ control: "text";
21
+ };
22
+ };
23
+ };
24
+ export default options;
25
+ export declare const Empty: {
26
+ args: {};
27
+ };
28
+ export declare const CustomTexts: {
29
+ args: {
30
+ title: string;
31
+ body: string;
32
+ };
33
+ };
34
+ //# sourceMappingURL=NoDataAlert.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NoDataAlert.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/NoDataAlert/NoDataAlert.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAEvC,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;CAqBG,CAAA;AAEhB,eAAe,OAAO,CAAA;AAEtB,eAAO,MAAM,KAAK;;CAEjB,CAAA;AAMD,eAAO,MAAM,WAAW;;;;;CAEvB,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { default as NoDataAlert } from './NoDataAlert';
2
+ export type * from './NoDataAlert';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widgets/NoDataAlert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,mBAAmB,eAAe,CAAA"}
@@ -0,0 +1,107 @@
1
+ import { PieWidgetUI, PieWidgetUIProps } from '..';
2
+ declare const options: {
3
+ title: string;
4
+ component: typeof PieWidgetUI;
5
+ args: {
6
+ order: string;
7
+ };
8
+ argTypes: {
9
+ order: {
10
+ table: {
11
+ defaultValue: {
12
+ summary: string;
13
+ };
14
+ };
15
+ control: "select";
16
+ options: string[];
17
+ };
18
+ tooltipFormatter: {
19
+ table: {
20
+ type: {
21
+ summary: string;
22
+ };
23
+ defaultValue: {
24
+ summary: string;
25
+ };
26
+ };
27
+ };
28
+ };
29
+ parameters: {
30
+ docs: {
31
+ source: {
32
+ type: string;
33
+ };
34
+ };
35
+ };
36
+ };
37
+ export default options;
38
+ export declare const Default: {
39
+ args: {
40
+ data: {
41
+ name: string;
42
+ value: number;
43
+ }[];
44
+ };
45
+ };
46
+ export declare const CustomColors: {
47
+ args: {
48
+ data: {
49
+ name: string;
50
+ value: number;
51
+ }[];
52
+ colors: string[];
53
+ };
54
+ };
55
+ export declare const CustomLabels: {
56
+ args: {
57
+ data: {
58
+ name: string;
59
+ value: number;
60
+ }[];
61
+ labels: {
62
+ '1': string;
63
+ '10': string;
64
+ '5': string;
65
+ '2': string;
66
+ };
67
+ };
68
+ };
69
+ export declare const SelectedCategories: {
70
+ args: {
71
+ data: {
72
+ name: string;
73
+ value: number;
74
+ }[];
75
+ selectedCategories: string[];
76
+ onSelectedCategoriesChange: (categories: string[]) => void;
77
+ };
78
+ };
79
+ export declare const CollapseMoreThan12Categories: {
80
+ args: {
81
+ data: {
82
+ name: string;
83
+ value: number;
84
+ }[];
85
+ };
86
+ };
87
+ export declare const Loading: {
88
+ render: (args: PieWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
89
+ args: {
90
+ data: {
91
+ name: string;
92
+ value: number;
93
+ }[];
94
+ isLoading: boolean;
95
+ };
96
+ };
97
+ export declare const CustomPercentFormatter: {
98
+ args: {
99
+ data: {
100
+ name: string;
101
+ value: number;
102
+ }[];
103
+ formatter: (v: number) => string;
104
+ percentFormatter: (v: number) => string;
105
+ };
106
+ };
107
+ //# sourceMappingURL=PieWidgetUI.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieWidgetUI.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/PieWidgetUI/PieWidgetUI.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAIzD,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCG,CAAA;AAEhB,eAAe,OAAO,CAAA;AA0BtB,eAAO,MAAM,OAAO;;;;;;;CAEnB,CAAA;AA4BD,eAAO,MAAM,YAAY;;;;;;;;CAExB,CAAA;AAgBD,eAAO,MAAM,YAAY;;;;;;;;;;;;;CAExB,CAAA;AAaD,eAAO,MAAM,kBAAkB;;;;;;;iDAFY,MAAM,EAAE;;CAIlD,CAAA;AAoBD,eAAO,MAAM,4BAA4B;;;;;;;CAExC,CAAA;AAGD,eAAO,MAAM,OAAO;mBA7GW,gBAAgB;;;;;;;;CAgH9C,CAAA;AAWD,eAAO,MAAM,sBAAsB;;;;;;uBAPlB,MAAM;8BACC,MAAM;;CAQ7B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PieWidgetUI.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieWidgetUI.test.d.ts","sourceRoot":"","sources":["../../../../src/widgets/PieWidgetUI/PieWidgetUI.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { default as PieWidgetUI } from './PieWidgetUI';
2
+ export type * from './PieWidgetUI';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widgets/PieWidgetUI/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,mBAAmB,eAAe,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"usePieCategories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/PieWidgetUI/usePieCategories.ts"],"names":[],"mappings":"AAEA,OAAO,EAAwB,UAAU,EAAE,MAAM,4BAA4B,CAAA;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAE5C,MAAM,CAAC,OAAO,UAAU,gBAAgB,CACtC,IAAI,EAAE,YAAY,EAAE,EACpB,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EAAE,EAChB,WAAW,CAAC,EAAE,MAAM;;;;;;;;;;;WAyD6B,MAAM;KAOxD"}
1
+ {"version":3,"file":"usePieCategories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/PieWidgetUI/usePieCategories.ts"],"names":[],"mappings":"AAEA,OAAO,EAAwB,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAE5C,MAAM,CAAC,OAAO,UAAU,gBAAgB,CACtC,IAAI,EAAE,YAAY,EAAE,EACpB,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EAAE,EAChB,WAAW,CAAC,EAAE,MAAM;;;;;;;;;;;WAyD6B,MAAM;KAOxD"}
@@ -0,0 +1,33 @@
1
+ import { RangeWidgetUI, RangeWidgetUIProps } from '..';
2
+ declare const options: {
3
+ title: string;
4
+ component: typeof RangeWidgetUI;
5
+ parameters: {
6
+ docs: {
7
+ source: {
8
+ type: string;
9
+ };
10
+ };
11
+ };
12
+ };
13
+ export default options;
14
+ export declare const Default: {
15
+ render: (args: RangeWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
16
+ args: {
17
+ data: number[];
18
+ min: number;
19
+ max: number;
20
+ limits: number[];
21
+ };
22
+ };
23
+ export declare const Loading: {
24
+ render: (args: RangeWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
25
+ args: {
26
+ isLoading: boolean;
27
+ data: number[];
28
+ min: number;
29
+ max: number;
30
+ limits: number[];
31
+ };
32
+ };
33
+ //# sourceMappingURL=RangeWidgetUI.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RangeWidgetUI.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/RangeWidgetUI/RangeWidgetUI.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAI7D,QAAA,MAAM,OAAO;;;;;;;;;;CAUG,CAAA;AAEhB,eAAe,OAAO,CAAA;AAgCtB,eAAO,MAAM,OAAO;mBA9BI,kBAAkB;;;;;;;CAiCzC,CAAA;AAGD,eAAO,MAAM,OAAO;mBAhCW,kBAAkB;;;;;;;;CAmChD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=RangeWidgetUI.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RangeWidgetUI.test.d.ts","sourceRoot":"","sources":["../../../../src/widgets/RangeWidgetUI/RangeWidgetUI.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { default as RangeWidgetUI } from './RangeWidgetUI';
2
+ export type * from './RangeWidgetUI';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widgets/RangeWidgetUI/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC1D,mBAAmB,iBAAiB,CAAA"}
@@ -0,0 +1,66 @@
1
+ import { ScatterPlotWidgetUI, ScatterPlotWidgetUIProps } from '..';
2
+ declare const options: {
3
+ title: string;
4
+ component: typeof ScatterPlotWidgetUI;
5
+ argTypes: {
6
+ tooltipFormatter: {
7
+ table: {
8
+ type: {
9
+ summary: string;
10
+ };
11
+ defaultValue: {
12
+ summary: string;
13
+ };
14
+ };
15
+ };
16
+ };
17
+ parameters: {
18
+ docs: {
19
+ source: {
20
+ type: string;
21
+ };
22
+ };
23
+ };
24
+ };
25
+ export default options;
26
+ export declare const Default: {
27
+ args: {
28
+ data: number[][];
29
+ name: string;
30
+ };
31
+ };
32
+ export declare const XAxisFormatter: {
33
+ args: {
34
+ name: string;
35
+ data: number[][];
36
+ xAxisFormatter: (v: number) => string;
37
+ };
38
+ };
39
+ export declare const YAxisFormatter: {
40
+ args: {
41
+ name: string;
42
+ data: number[][];
43
+ yAxisFormatter: (v: number) => {
44
+ prefix: string;
45
+ value: number;
46
+ };
47
+ };
48
+ };
49
+ export declare const TooltipFormatter: {
50
+ args: {
51
+ name: string;
52
+ data: number[][];
53
+ tooltipFormatter: (v: {
54
+ value: number[];
55
+ }) => string;
56
+ };
57
+ };
58
+ export declare const Loading: {
59
+ render: (args: ScatterPlotWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
60
+ args: {
61
+ isLoading: boolean;
62
+ data: number[][];
63
+ name: string;
64
+ };
65
+ };
66
+ //# sourceMappingURL=ScatterPlotWidgetUI.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScatterPlotWidgetUI.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAA;AAIzE,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;CAsBG,CAAA;AAEhB,eAAe,OAAO,CAAA;AA2BtB,eAAO,MAAM,OAAO;;;;;CAEnB,CAAA;AAOD,eAAO,MAAM,cAAc;;;;4BAFL,MAAM;;CAI3B,CAAA;AAOD,eAAO,MAAM,cAAc;;;;4BAFL,MAAM;;;;;CAI3B,CAAA;AAQD,eAAO,MAAM,gBAAgB;;;;8BAHL;YAAE,KAAK,EAAE,MAAM,EAAE,CAAA;SAAE;;CAK1C,CAAA;AAED,eAAO,MAAM,OAAO;mBApDW,wBAAwB;;;;;;CAuDtD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ScatterPlotWidgetUI.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScatterPlotWidgetUI.test.d.ts","sourceRoot":"","sources":["../../../../src/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { default as ScatterPlotWidgetUI, areChartPropsEqual, } from './ScatterPlotWidgetUI';
2
+ export type * from './ScatterPlotWidgetUI';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widgets/ScatterPlotWidgetUI/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,mBAAmB,EAC9B,kBAAkB,GACnB,MAAM,uBAAuB,CAAA;AAC9B,mBAAmB,uBAAuB,CAAA"}
@@ -7,14 +7,14 @@ export declare const SkeletonGraphGrid: import('@emotion/styled').StyledComponen
7
7
  }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
8
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
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
- }, "style" | "className" | "classes" | "width" | "height" | "animation" | "children" | "sx" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
10
+ }, "style" | "classes" | "children" | "className" | "sx" | "variant" | "width" | "height" | "animation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
11
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
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
- }, "style" | "className" | "classes" | "width" | "height" | "animation" | "children" | "sx" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
13
+ }, "style" | "classes" | "children" | "className" | "sx" | "variant" | "width" | "height" | "animation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
14
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
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
- }, "style" | "className" | "classes" | "width" | "height" | "animation" | "children" | "sx" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
16
+ }, "style" | "classes" | "children" | "className" | "sx" | "variant" | "width" | "height" | "animation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
17
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
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
- }, "style" | "className" | "classes" | "width" | "height" | "animation" | "children" | "sx" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
19
+ }, "style" | "classes" | "children" | "className" | "sx" | "variant" | "width" | "height" | "animation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
20
20
  //# sourceMappingURL=SkeletonWidgets.d.ts.map