@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.
- package/CHANGELOG.md +11 -0
- package/dist/{Link-_lzRY1Ay.cjs → Link-CrGCrul0.cjs} +1 -1
- package/dist/{Link-D5fKicEY.js → Link-RfbgGzdR.js} +1 -1
- package/dist/{MenuItem-badiQq9A.js → MenuItem-ZNdBUBvt.js} +1 -1
- package/dist/{MenuItem-YpFpuljU.cjs → MenuItem-nokUtiks.cjs} +1 -1
- package/dist/components/index.cjs +98 -3
- package/dist/components/index.js +100 -5
- package/dist/theme/index.cjs +305 -305
- package/dist/theme/index.js +306 -306
- package/dist/types/components/molecules/Tag.d.ts +1 -1
- package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts.map +1 -1
- package/dist/types/components/organisms/CodeArea/index.d.ts +3 -1
- package/dist/types/components/organisms/CodeArea/index.d.ts.map +1 -1
- package/dist/types/components/organisms/CodeArea/useAutocompletion.d.ts +62 -0
- package/dist/types/components/organisms/CodeArea/useAutocompletion.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/utils.d.ts +7 -0
- package/dist/types/components/organisms/CodeArea/utils.d.ts.map +1 -1
- package/dist/types/components/organisms/Dialog/DialogPaper.d.ts +1 -1
- package/dist/types/theme/carto-theme.d.ts +5 -5
- package/dist/types/theme/carto-theme.d.ts.map +1 -1
- package/dist/types/theme/components/buttons.d.ts.map +1 -0
- package/dist/types/theme/components/data-display.d.ts.map +1 -0
- package/dist/types/theme/components/date-pickers.d.ts.map +1 -0
- package/dist/types/theme/components/feedback.d.ts.map +1 -0
- package/dist/types/theme/components/forms.d.ts.map +1 -0
- package/dist/types/theme/components/navigation.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Accordion.stories.d.ts +56 -0
- package/dist/types/theme/components/stories/Accordion.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts +58 -0
- package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts +118 -0
- package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Checkbox.stories.d.ts +93 -0
- package/dist/types/theme/components/stories/Checkbox.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Chip.stories.d.ts +311 -0
- package/dist/types/theme/components/stories/Chip.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Divider.stories.d.ts +43 -0
- package/dist/types/theme/components/stories/Divider.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/FAB.stories.d.ts +82 -0
- package/dist/types/theme/components/stories/FAB.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/HelperText.stories.d.ts +48 -0
- package/dist/types/theme/components/stories/HelperText.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/InputLabel.stories.d.ts +56 -0
- package/dist/types/theme/components/stories/InputLabel.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/List.stories.d.ts +62 -0
- package/dist/types/theme/components/stories/List.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Paper.stories.d.ts +48 -0
- package/dist/types/theme/components/stories/Paper.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Progress.stories.d.ts +78 -0
- package/dist/types/theme/components/stories/Progress.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Radio.stories.d.ts +75 -0
- package/dist/types/theme/components/stories/Radio.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Slider.stories.d.ts +217 -0
- package/dist/types/theme/components/stories/Slider.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Switch.stories.d.ts +58 -0
- package/dist/types/theme/components/stories/Switch.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Table.stories.d.ts +44 -0
- package/dist/types/theme/components/stories/Table.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/TablePagination.stories.d.ts +27 -0
- package/dist/types/theme/components/stories/TablePagination.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Tabs.stories.d.ts +133 -0
- package/dist/types/theme/components/stories/Tabs.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/TextArea.stories.d.ts +180 -0
- package/dist/types/theme/components/stories/TextArea.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/TextField.stories.d.ts +198 -0
- package/dist/types/theme/components/stories/TextField.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/ToggleButton.stories.d.ts +57 -0
- package/dist/types/theme/components/stories/ToggleButton.stories.d.ts.map +1 -0
- package/dist/types/theme/components/stories/Tooltip.stories.d.ts +73 -0
- package/dist/types/theme/components/stories/Tooltip.stories.d.ts.map +1 -0
- package/dist/types/theme/components/surfaces.d.ts.map +1 -0
- package/dist/types/theme/{sections → helpers}/css-baseline.d.ts.map +1 -1
- package/dist/types/theme/helpers/theme-constants.d.ts.map +1 -0
- package/dist/types/theme/helpers/theme-utils.d.ts.map +1 -0
- package/dist/types/theme/index.d.ts +1 -1
- package/dist/types/theme/index.d.ts.map +1 -1
- package/dist/types/theme/tokens/ColorTokens.stories.d.ts +17 -0
- package/dist/types/theme/tokens/ColorTokens.stories.d.ts.map +1 -0
- package/dist/types/theme/tokens/LayoutTokens.stories.d.ts +30 -0
- package/dist/types/theme/tokens/LayoutTokens.stories.d.ts.map +1 -0
- package/dist/types/theme/tokens/TypographyTokens.stories.d.ts +17 -0
- package/dist/types/theme/tokens/TypographyTokens.stories.d.ts.map +1 -0
- package/dist/types/theme/{sections/palette.d.ts → tokens/colors.d.ts} +1 -1
- package/dist/types/theme/tokens/colors.d.ts.map +1 -0
- package/dist/types/theme/tokens/shadows.d.ts.map +1 -0
- package/dist/types/theme/{sections → tokens}/typography.d.ts +5 -5
- package/dist/types/theme/{sections → tokens}/typography.d.ts.map +1 -1
- package/dist/types/utils/formatterUtils.d.ts +9 -0
- package/dist/types/utils/formatterUtils.d.ts.map +1 -1
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.stories.d.ts +126 -0
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/BarWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/BarWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.stories.d.ts +128 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +8 -8
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts.map +1 -1
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/CategoryWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/ChartLegend.d.ts.map +1 -1
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.stories.d.ts +74 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.stories.d.ts +68 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/FormulaWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/FormulaWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.stories.d.ts +114 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/HistogramWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/HistogramWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/{NoDataAlert.d.ts → NoDataAlert/NoDataAlert.d.ts} +1 -1
- package/dist/types/widgets/NoDataAlert/NoDataAlert.d.ts.map +1 -0
- package/dist/types/widgets/NoDataAlert/NoDataAlert.stories.d.ts +34 -0
- package/dist/types/widgets/NoDataAlert/NoDataAlert.stories.d.ts.map +1 -0
- package/dist/types/widgets/NoDataAlert/index.d.ts +3 -0
- package/dist/types/widgets/NoDataAlert/index.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.stories.d.ts +107 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/PieWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts.map +1 -1
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.stories.d.ts +33 -0
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/RangeWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/RangeWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.stories.d.ts +66 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/SkeletonWidgets.d.ts +4 -4
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.stories.d.ts +223 -0
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/TableWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/TableWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts +129 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts +2 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts.map +1 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.stories.d.ts +195 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/WrapperWidgetUI/WrapperWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/WrapperWidgetUI/index.d.ts +3 -0
- package/dist/types/widgets/WrapperWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +1 -1
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.stories.d.ts +35 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +1 -1
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -1
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.stories.d.ts +31 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/comparative/{ComparativePieWidgetUI.d.ts → ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts} +1 -1
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.d.ts +45 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/comparative/index.d.ts +7 -0
- package/dist/types/widgets/comparative/index.d.ts.map +1 -0
- package/dist/types/widgets/index.d.ts +11 -29
- package/dist/types/widgets/index.d.ts.map +1 -1
- package/dist/types/widgets/legend/LegendCategories.stories.d.ts +46 -0
- package/dist/types/widgets/legend/LegendCategories.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendCategories.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendCategories.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendIcon.stories.d.ts +27 -0
- package/dist/types/widgets/legend/LegendIcon.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendIcon.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendIcon.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendProportion.stories.d.ts +26 -0
- package/dist/types/widgets/legend/LegendProportion.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendProportion.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendProportion.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendRamp.stories.d.ts +62 -0
- package/dist/types/widgets/legend/LegendRamp.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendRamp.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendRamp.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendWidgetUI.stories.d.ts +228 -0
- package/dist/types/widgets/legend/LegendWidgetUI.stories.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts +1 -1
- package/dist/types/widgets/legend/LegendWidgetUI.test.d.ts +2 -0
- package/dist/types/widgets/legend/LegendWidgetUI.test.d.ts.map +1 -0
- package/dist/types/widgets/legend/legendFixtures.d.ts +168 -0
- package/dist/types/widgets/legend/legendFixtures.d.ts.map +1 -0
- package/dist/widgets/index.cjs +250 -249
- package/dist/widgets/index.js +252 -251
- package/package.json +4 -1
- package/dist/types/theme/sections/components/buttons.d.ts.map +0 -1
- package/dist/types/theme/sections/components/data-display.d.ts.map +0 -1
- package/dist/types/theme/sections/components/date-pickers.d.ts.map +0 -1
- package/dist/types/theme/sections/components/feedback.d.ts.map +0 -1
- package/dist/types/theme/sections/components/forms.d.ts.map +0 -1
- package/dist/types/theme/sections/components/navigation.d.ts.map +0 -1
- package/dist/types/theme/sections/components/surfaces.d.ts.map +0 -1
- package/dist/types/theme/sections/palette.d.ts.map +0 -1
- package/dist/types/theme/sections/shadows.d.ts.map +0 -1
- package/dist/types/theme/theme-constants.d.ts.map +0 -1
- package/dist/types/theme/theme-utils.d.ts.map +0 -1
- package/dist/types/widgets/NoDataAlert.d.ts.map +0 -1
- package/dist/types/widgets/WrapperWidgetUI.d.ts.map +0 -1
- package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts.map +0 -1
- package/dist/{TablePaginationActions-CCDi-BO-.js → TablePaginationActions-C6TVGJM-.js} +25 -25
- package/dist/{TablePaginationActions-D2K26kdR.cjs → TablePaginationActions-DAMGtIub.cjs} +25 -25
- /package/dist/types/theme/{sections/components → components}/buttons.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/data-display.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/date-pickers.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/feedback.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/forms.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/navigation.d.ts +0 -0
- /package/dist/types/theme/{sections/components → components}/surfaces.d.ts +0 -0
- /package/dist/types/theme/{sections → helpers}/css-baseline.d.ts +0 -0
- /package/dist/types/theme/{theme-constants.d.ts → helpers/theme-constants.d.ts} +0 -0
- /package/dist/types/theme/{theme-utils.d.ts → helpers/theme-utils.d.ts} +0 -0
- /package/dist/types/theme/{sections → tokens}/shadows.d.ts +0 -0
- /package/dist/types/widgets/{WrapperWidgetUI.d.ts → WrapperWidgetUI/WrapperWidgetUI.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComparativeCategoryWidgetUI.test.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.test.tsx"],"names":[],"mappings":""}
|
package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transposeCategoryData.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"transposeCategoryData.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAGxC,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CACzC,CAAA;AAED,gFAAgF;AAChF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAC3C,IAAI,EAAE,YAAY,EAAE,EAAE,EACtB,MAAM,EAAE,MAAM,EAAE,EAChB,MAAM,EAAE,MAAM,EAAE,EAChB,kBAAkB,EAAE,MAAM,EAAE,EAC5B,KAAK,EAAE,UAAU;;;;;;;IAkClB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ComparativeFormulaWidgetUI, ComparativeFormulaWidgetUIProps } from '../..';
|
|
2
|
+
declare const options: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: typeof ComparativeFormulaWidgetUI;
|
|
5
|
+
};
|
|
6
|
+
export default options;
|
|
7
|
+
export declare const Default: {
|
|
8
|
+
args: {
|
|
9
|
+
data: {
|
|
10
|
+
prefix: string;
|
|
11
|
+
suffix: string;
|
|
12
|
+
label: string;
|
|
13
|
+
value: number;
|
|
14
|
+
}[];
|
|
15
|
+
colors: string[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export declare const Loading: {
|
|
19
|
+
render: (args: ComparativeFormulaWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
args: {
|
|
21
|
+
isLoading: boolean;
|
|
22
|
+
data: {
|
|
23
|
+
prefix: string;
|
|
24
|
+
suffix: string;
|
|
25
|
+
label: string;
|
|
26
|
+
value: number;
|
|
27
|
+
}[];
|
|
28
|
+
colors: string[];
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=ComparativeFormulaWidgetUI.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComparativeFormulaWidgetUI.stories.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,+BAA+B,EAChC,MAAM,WAAW,CAAA;AAIlB,QAAA,MAAM,OAAO;;;CAGG,CAAA;AAEhB,eAAe,OAAO,CAAA;AA4BtB,eAAO,MAAM,OAAO;;;;;;;;;;CAEnB,CAAA;AAED,eAAO,MAAM,OAAO;mBA9BW,+BAA+B;;;;;;;;;;;CAiC7D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComparativeFormulaWidgetUI.test.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TooltipParams } from '
|
|
1
|
+
import { TooltipParams } from '../../../utils/formatterUtils';
|
|
2
2
|
declare function defaultTooltipFormatter(params: TooltipParams, formatter: (v: number) => string, isMultiple: boolean): string | null;
|
|
3
3
|
export type ComparativePieWidgetUIData = {
|
|
4
4
|
name: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComparativePieWidgetUI.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AA6BtD,iBAAS,uBAAuB,CAC9B,MAAM,EAAE,aAAa,EACrB,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,EAChC,UAAU,EAAE,OAAO,iBAiCpB;AAMD,MAAM,MAAM,0BAA0B,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAA;AACxE,MAAM,MAAM,2BAA2B,GAAG;IACxC,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,IAAI,EAAE,0BAA0B,EAAE,EAAE,CAAA;IACpC,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAA;IACjC,gBAAgB,CAAC,EAAE,OAAO,uBAAuB,CAAA;IACjD,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC7B,kBAAkB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IACnD,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAID,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAC7C,KAA+B,EAC/B,IAAoD,EACpD,MAAkC,EAClC,MAAkC,EAClC,MAAuB,EACvB,SAAgB,EAChB,SAAgD,EAChD,gBAA0C,EAC1C,kBAAuB,EACvB,kBAA6B,EAC7B,SAAiB,GAClB,EAAE,2BAA2B,kDAmM7B"}
|
package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.d.ts
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { ComparativePieWidgetUI, ComparativePieWidgetUIProps } from '../..';
|
|
2
|
+
declare const options: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: typeof ComparativePieWidgetUI;
|
|
5
|
+
argTypes: {
|
|
6
|
+
tooltipFormatter: {
|
|
7
|
+
table: {
|
|
8
|
+
type: {
|
|
9
|
+
summary: string;
|
|
10
|
+
};
|
|
11
|
+
defaultValue: {
|
|
12
|
+
summary: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default options;
|
|
19
|
+
export declare const Default: {
|
|
20
|
+
args: {
|
|
21
|
+
names: string[];
|
|
22
|
+
data: {
|
|
23
|
+
name: string;
|
|
24
|
+
value: number;
|
|
25
|
+
}[][];
|
|
26
|
+
labels: string[][];
|
|
27
|
+
colors: string[][];
|
|
28
|
+
selectedCategories: string[];
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
export declare const Loading: {
|
|
32
|
+
render: (args: ComparativePieWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
args: {
|
|
34
|
+
isLoading: boolean;
|
|
35
|
+
names: string[];
|
|
36
|
+
data: {
|
|
37
|
+
name: string;
|
|
38
|
+
value: number;
|
|
39
|
+
}[][];
|
|
40
|
+
labels: string[][];
|
|
41
|
+
colors: string[][];
|
|
42
|
+
selectedCategories: string[];
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=ComparativePieWidgetUI.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComparativePieWidgetUI.stories.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAA;AAE/E,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;CAgBG,CAAA;AAEhB,eAAe,OAAO,CAAA;AA2CtB,eAAO,MAAM,OAAO;;;;;;;;;;;CAEnB,CAAA;AAED,eAAO,MAAM,OAAO;mBA7CW,2BAA2B;;;;;;;;;;;;CAgDzD,CAAA"}
|
package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComparativePieWidgetUI.test.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { default as ComparativeCategoryWidgetUI } from './ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI';
|
|
2
|
+
export { default as ComparativeFormulaWidgetUI } from './ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI';
|
|
3
|
+
export { default as ComparativePieWidgetUI } from './ComparativePieWidgetUI/ComparativePieWidgetUI';
|
|
4
|
+
export type * from './ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI';
|
|
5
|
+
export type * from './ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI';
|
|
6
|
+
export type * from './ComparativePieWidgetUI/ComparativePieWidgetUI';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/widgets/comparative/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,2DAA2D,CAAA;AAClH,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,yDAAyD,CAAA;AAC/G,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iDAAiD,CAAA;AAEnG,mBAAmB,2DAA2D,CAAA;AAC9E,mBAAmB,yDAAyD,CAAA;AAC5E,mBAAmB,iDAAiD,CAAA"}
|
|
@@ -1,34 +1,16 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
1
|
+
export * from './BarWidgetUI';
|
|
2
|
+
export * from './CategoryWidgetUI';
|
|
3
|
+
export * from './FormulaWidgetUI';
|
|
4
|
+
export * from './HistogramWidgetUI';
|
|
5
|
+
export * from './NoDataAlert';
|
|
6
|
+
export * from './PieWidgetUI';
|
|
7
|
+
export * from './RangeWidgetUI';
|
|
8
|
+
export * from './ScatterPlotWidgetUI';
|
|
9
|
+
export * from './TableWidgetUI';
|
|
9
10
|
export * from './TimeSeriesWidgetUI';
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export { default as ComparativePieWidgetUI } from './comparative/ComparativePieWidgetUI';
|
|
11
|
+
export * from './WrapperWidgetUI';
|
|
12
|
+
export * from './comparative';
|
|
13
13
|
export * from './FeatureSelectionWidgetUI';
|
|
14
14
|
export * from './legend';
|
|
15
|
-
export { default as NoDataAlert } from './NoDataAlert';
|
|
16
|
-
export { default as WrapperWidgetUI } from './WrapperWidgetUI';
|
|
17
|
-
export type * from './BarWidgetUI/BarWidgetUI';
|
|
18
|
-
export type * from './CategoryWidgetUI/CategoryWidgetUI';
|
|
19
|
-
export type * from './FormulaWidgetUI/FormulaWidgetUI';
|
|
20
|
-
export type * from './HistogramWidgetUI/HistogramWidgetUI';
|
|
21
|
-
export type * from './PieWidgetUI/PieWidgetUI';
|
|
22
|
-
export type * from './RangeWidgetUI/RangeWidgetUI';
|
|
23
|
-
export type * from './ScatterPlotWidgetUI/ScatterPlotWidgetUI';
|
|
24
|
-
export type * from './TableWidgetUI/TableWidgetUI';
|
|
25
|
-
export type * from './TimeSeriesWidgetUI';
|
|
26
|
-
export type * from './comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI';
|
|
27
|
-
export type * from './comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI';
|
|
28
|
-
export type * from './comparative/ComparativePieWidgetUI';
|
|
29
|
-
export type * from './FeatureSelectionWidgetUI';
|
|
30
|
-
export type * from './legend';
|
|
31
|
-
export type * from './NoDataAlert';
|
|
32
|
-
export type * from './WrapperWidgetUI';
|
|
33
15
|
export { OrderTypes } from '../utils/chartConstants';
|
|
34
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/widgets/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/widgets/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,uBAAuB,CAAA;AACrC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,eAAe,CAAA;AAC7B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,UAAU,CAAA;AAGxB,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { LegendCategories } from '..';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
declare const options: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof LegendCategories;
|
|
6
|
+
argTypes: {
|
|
7
|
+
legend: {};
|
|
8
|
+
};
|
|
9
|
+
parameters: {
|
|
10
|
+
docs: {
|
|
11
|
+
source: {
|
|
12
|
+
type: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default options;
|
|
18
|
+
export declare const Default: {
|
|
19
|
+
render: (args: ComponentProps<typeof LegendCategories>) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
args: {
|
|
21
|
+
legend: {
|
|
22
|
+
labels: string[];
|
|
23
|
+
colors: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export declare const WithHexColors: {
|
|
28
|
+
render: (args: ComponentProps<typeof LegendCategories>) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
args: {
|
|
30
|
+
legend: {
|
|
31
|
+
colors: string[];
|
|
32
|
+
labels: string[];
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export declare const WithStrokedColors: {
|
|
37
|
+
render: (args: ComponentProps<typeof LegendCategories>) => import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
args: {
|
|
39
|
+
legend: {
|
|
40
|
+
isStrokeColor: boolean;
|
|
41
|
+
labels: string[];
|
|
42
|
+
colors: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=LegendCategories.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegendCategories.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/legend/LegendCategories.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAS3C,QAAA,MAAM,OAAO;;;;;;;;;;;;;CAaG,CAAA;AAEhB,eAAe,OAAO,CAAA;AAOtB,eAAO,MAAM,OAAO;mBALI,cAAc,CAAC,OAAO,gBAAgB,CAAC;;;;;;;CAQ9D,CAAA;AAKD,eAAO,MAAM,aAAa;mBAbF,cAAc,CAAC,OAAO,gBAAgB,CAAC;;;;;;;CAgB9D,CAAA;AAKD,eAAO,MAAM,iBAAiB;mBArBN,cAAc,CAAC,OAAO,gBAAgB,CAAC;;;;;;;;CAwB9D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegendCategories.test.d.ts","sourceRoot":"","sources":["../../../../src/widgets/legend/LegendCategories.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { LegendIcon } from '..';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
declare const options: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof LegendIcon;
|
|
6
|
+
argTypes: {
|
|
7
|
+
legend: {};
|
|
8
|
+
};
|
|
9
|
+
parameters: {
|
|
10
|
+
docs: {
|
|
11
|
+
source: {
|
|
12
|
+
type: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default options;
|
|
18
|
+
export declare const Default: {
|
|
19
|
+
render: (args: ComponentProps<typeof LegendIcon>) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
args: {
|
|
21
|
+
legend: {
|
|
22
|
+
labels: string[];
|
|
23
|
+
icons: string[];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=LegendIcon.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegendIcon.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/legend/LegendIcon.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAEtC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAW3C,QAAA,MAAM,OAAO;;;;;;;;;;;;;CAaG,CAAA;AAEhB,eAAe,OAAO,CAAA;AAOtB,eAAO,MAAM,OAAO;mBALI,cAAc,CAAC,OAAO,UAAU,CAAC;;;;;;;CAQxD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegendIcon.test.d.ts","sourceRoot":"","sources":["../../../../src/widgets/legend/LegendIcon.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { LegendProportion } from '..';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
declare const options: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof LegendProportion;
|
|
6
|
+
argTypes: {
|
|
7
|
+
legend: {};
|
|
8
|
+
};
|
|
9
|
+
parameters: {
|
|
10
|
+
docs: {
|
|
11
|
+
source: {
|
|
12
|
+
type: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default options;
|
|
18
|
+
export declare const Default: {
|
|
19
|
+
render: (args: ComponentProps<typeof LegendProportion>) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
args: {
|
|
21
|
+
legend: {
|
|
22
|
+
labels: number[];
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=LegendProportion.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegendProportion.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/legend/LegendProportion.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAQ3C,QAAA,MAAM,OAAO;;;;;;;;;;;;;CAaG,CAAA;AAEhB,eAAe,OAAO,CAAA;AAOtB,eAAO,MAAM,OAAO;mBALI,cAAc,CAAC,OAAO,gBAAgB,CAAC;;;;;;CAQ9D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegendProportion.test.d.ts","sourceRoot":"","sources":["../../../../src/widgets/legend/LegendProportion.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { LegendRamp } from '..';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
declare const options: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof LegendRamp;
|
|
6
|
+
argTypes: {
|
|
7
|
+
legend: {};
|
|
8
|
+
};
|
|
9
|
+
parameters: {
|
|
10
|
+
docs: {
|
|
11
|
+
source: {
|
|
12
|
+
type: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default options;
|
|
18
|
+
export declare const Discontinuous: {
|
|
19
|
+
render: (args: ComponentProps<typeof LegendRamp>) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
args: {
|
|
21
|
+
legend: {
|
|
22
|
+
labels: number[];
|
|
23
|
+
colors: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export declare const DiscontinuousWithFormattedLabels: {
|
|
28
|
+
render: (args: ComponentProps<typeof LegendRamp>) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
args: {
|
|
30
|
+
legend: {
|
|
31
|
+
labels: {
|
|
32
|
+
value: number;
|
|
33
|
+
label: string;
|
|
34
|
+
}[];
|
|
35
|
+
colors: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export declare const Continuous: {
|
|
40
|
+
render: (args: ComponentProps<typeof LegendRamp>) => import("react/jsx-runtime").JSX.Element;
|
|
41
|
+
args: {
|
|
42
|
+
isContinuous: boolean;
|
|
43
|
+
legend: {
|
|
44
|
+
labels: number[];
|
|
45
|
+
colors: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
export declare const ContinuousWithFormattedLabels: {
|
|
50
|
+
render: (args: ComponentProps<typeof LegendRamp>) => import("react/jsx-runtime").JSX.Element;
|
|
51
|
+
args: {
|
|
52
|
+
isContinuous: boolean;
|
|
53
|
+
legend: {
|
|
54
|
+
labels: {
|
|
55
|
+
value: number;
|
|
56
|
+
label: string;
|
|
57
|
+
}[];
|
|
58
|
+
colors: string;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=LegendRamp.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegendRamp.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/legend/LegendRamp.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAEtC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAoB3C,QAAA,MAAM,OAAO;;;;;;;;;;;;;CAaG,CAAA;AAEhB,eAAe,OAAO,CAAA;AAMtB,eAAO,MAAM,aAAa;mBAJF,cAAc,CAAC,OAAO,UAAU,CAAC;;;;;;;CAOxD,CAAA;AAED,eAAO,MAAM,gCAAgC;mBATrB,cAAc,CAAC,OAAO,UAAU,CAAC;;;;;;;;;;CAYxD,CAAA;AAED,eAAO,MAAM,UAAU;mBAdC,cAAc,CAAC,OAAO,UAAU,CAAC;;;;;;;;CAiBxD,CAAA;AAED,eAAO,MAAM,6BAA6B;mBAnBlB,cAAc,CAAC,OAAO,UAAU,CAAC;;;;;;;;;;;CAyBxD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegendRamp.test.d.ts","sourceRoot":"","sources":["../../../../src/widgets/legend/LegendRamp.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import { LegendWidgetUI, LegendWidgetUIProps } from '..';
|
|
2
|
+
declare const options: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: typeof LegendWidgetUI;
|
|
5
|
+
args: {
|
|
6
|
+
layers: ({
|
|
7
|
+
id: string;
|
|
8
|
+
title: string;
|
|
9
|
+
collapsible: boolean;
|
|
10
|
+
switchable: boolean;
|
|
11
|
+
showOpacityControl: boolean;
|
|
12
|
+
legend: {
|
|
13
|
+
type: string;
|
|
14
|
+
attr: string;
|
|
15
|
+
select: {
|
|
16
|
+
label: string;
|
|
17
|
+
value: string;
|
|
18
|
+
options: {
|
|
19
|
+
label: string;
|
|
20
|
+
value: string;
|
|
21
|
+
}[];
|
|
22
|
+
};
|
|
23
|
+
collapsed?: undefined;
|
|
24
|
+
icons?: undefined;
|
|
25
|
+
labels?: undefined;
|
|
26
|
+
colors?: undefined;
|
|
27
|
+
};
|
|
28
|
+
visible?: undefined;
|
|
29
|
+
opacity?: undefined;
|
|
30
|
+
minZoom?: undefined;
|
|
31
|
+
maxZoom?: undefined;
|
|
32
|
+
} | {
|
|
33
|
+
id: string;
|
|
34
|
+
title: string;
|
|
35
|
+
visible: boolean;
|
|
36
|
+
switchable: boolean;
|
|
37
|
+
opacity: number;
|
|
38
|
+
showOpacityControl: boolean;
|
|
39
|
+
minZoom: number;
|
|
40
|
+
maxZoom: number;
|
|
41
|
+
legend: {
|
|
42
|
+
collapsed: boolean;
|
|
43
|
+
type: import('..').LEGEND_TYPES;
|
|
44
|
+
icons: string[];
|
|
45
|
+
labels: string[];
|
|
46
|
+
attr?: undefined;
|
|
47
|
+
select?: undefined;
|
|
48
|
+
colors?: undefined;
|
|
49
|
+
};
|
|
50
|
+
collapsible?: undefined;
|
|
51
|
+
} | {
|
|
52
|
+
id: string;
|
|
53
|
+
title: string;
|
|
54
|
+
visible: boolean;
|
|
55
|
+
switchable: boolean;
|
|
56
|
+
legend: ({
|
|
57
|
+
attr: string;
|
|
58
|
+
collapsed: boolean;
|
|
59
|
+
type: import('..').LEGEND_TYPES;
|
|
60
|
+
icons: string[];
|
|
61
|
+
colors: string[];
|
|
62
|
+
labels: string[];
|
|
63
|
+
} | {
|
|
64
|
+
attr: string;
|
|
65
|
+
collapsed: boolean;
|
|
66
|
+
type: import('..').LEGEND_TYPES;
|
|
67
|
+
labels: number[];
|
|
68
|
+
icons?: undefined;
|
|
69
|
+
colors?: undefined;
|
|
70
|
+
})[];
|
|
71
|
+
collapsible?: undefined;
|
|
72
|
+
showOpacityControl?: undefined;
|
|
73
|
+
opacity?: undefined;
|
|
74
|
+
minZoom?: undefined;
|
|
75
|
+
maxZoom?: undefined;
|
|
76
|
+
} | {
|
|
77
|
+
id: string;
|
|
78
|
+
title: string;
|
|
79
|
+
visible: boolean;
|
|
80
|
+
switchable: boolean;
|
|
81
|
+
legend: {
|
|
82
|
+
collapsed: boolean;
|
|
83
|
+
type: import('..').LEGEND_TYPES;
|
|
84
|
+
colors: string[];
|
|
85
|
+
labels: string[];
|
|
86
|
+
attr?: undefined;
|
|
87
|
+
select?: undefined;
|
|
88
|
+
icons?: undefined;
|
|
89
|
+
};
|
|
90
|
+
collapsible?: undefined;
|
|
91
|
+
showOpacityControl?: undefined;
|
|
92
|
+
opacity?: undefined;
|
|
93
|
+
minZoom?: undefined;
|
|
94
|
+
maxZoom?: undefined;
|
|
95
|
+
} | {
|
|
96
|
+
id: string;
|
|
97
|
+
title: string;
|
|
98
|
+
visible: boolean;
|
|
99
|
+
switchable: boolean;
|
|
100
|
+
opacity: number;
|
|
101
|
+
showOpacityControl: boolean;
|
|
102
|
+
legend: {
|
|
103
|
+
collapsed: boolean;
|
|
104
|
+
type: import('..').LEGEND_TYPES;
|
|
105
|
+
icons: string[];
|
|
106
|
+
labels: string[];
|
|
107
|
+
attr?: undefined;
|
|
108
|
+
select?: undefined;
|
|
109
|
+
colors?: undefined;
|
|
110
|
+
};
|
|
111
|
+
collapsible?: undefined;
|
|
112
|
+
minZoom?: undefined;
|
|
113
|
+
maxZoom?: undefined;
|
|
114
|
+
} | {
|
|
115
|
+
id: string;
|
|
116
|
+
title: string;
|
|
117
|
+
visible: boolean;
|
|
118
|
+
switchable: boolean;
|
|
119
|
+
legend: {
|
|
120
|
+
collapsed: boolean;
|
|
121
|
+
type: import('..').LEGEND_TYPES;
|
|
122
|
+
icons: string[];
|
|
123
|
+
labels: string[];
|
|
124
|
+
attr?: undefined;
|
|
125
|
+
select?: undefined;
|
|
126
|
+
colors?: undefined;
|
|
127
|
+
};
|
|
128
|
+
collapsible?: undefined;
|
|
129
|
+
showOpacityControl?: undefined;
|
|
130
|
+
opacity?: undefined;
|
|
131
|
+
minZoom?: undefined;
|
|
132
|
+
maxZoom?: undefined;
|
|
133
|
+
} | {
|
|
134
|
+
id: string;
|
|
135
|
+
title: string;
|
|
136
|
+
visible: boolean;
|
|
137
|
+
opacity: number;
|
|
138
|
+
switchable: boolean;
|
|
139
|
+
showOpacityControl: boolean;
|
|
140
|
+
legend: {
|
|
141
|
+
collapsed: boolean;
|
|
142
|
+
type: import('..').LEGEND_TYPES;
|
|
143
|
+
labels: number[];
|
|
144
|
+
colors: string[];
|
|
145
|
+
attr?: undefined;
|
|
146
|
+
select?: undefined;
|
|
147
|
+
icons?: undefined;
|
|
148
|
+
};
|
|
149
|
+
collapsible?: undefined;
|
|
150
|
+
minZoom?: undefined;
|
|
151
|
+
maxZoom?: undefined;
|
|
152
|
+
} | {
|
|
153
|
+
id: string;
|
|
154
|
+
title: string;
|
|
155
|
+
visible: boolean;
|
|
156
|
+
switchable: boolean;
|
|
157
|
+
legend: {
|
|
158
|
+
collapsed: boolean;
|
|
159
|
+
type: import('..').LEGEND_TYPES;
|
|
160
|
+
attr: string;
|
|
161
|
+
icons: string[];
|
|
162
|
+
labels: string[];
|
|
163
|
+
select?: undefined;
|
|
164
|
+
colors?: undefined;
|
|
165
|
+
};
|
|
166
|
+
collapsible?: undefined;
|
|
167
|
+
showOpacityControl?: undefined;
|
|
168
|
+
opacity?: undefined;
|
|
169
|
+
minZoom?: undefined;
|
|
170
|
+
maxZoom?: undefined;
|
|
171
|
+
})[];
|
|
172
|
+
collapsed: boolean;
|
|
173
|
+
};
|
|
174
|
+
argTypes: {
|
|
175
|
+
collapsed: {
|
|
176
|
+
control: "boolean";
|
|
177
|
+
};
|
|
178
|
+
layers: {};
|
|
179
|
+
};
|
|
180
|
+
parameters: {
|
|
181
|
+
docs: {
|
|
182
|
+
source: {
|
|
183
|
+
type: string;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
export default options;
|
|
189
|
+
export declare const Playground: {
|
|
190
|
+
render: ({ ...args }: LegendWidgetUIProps) => import("react/jsx-runtime").JSX.Element;
|
|
191
|
+
};
|
|
192
|
+
export declare const SingleLayer: {
|
|
193
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
194
|
+
};
|
|
195
|
+
export declare const MultiLayer: {
|
|
196
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
197
|
+
};
|
|
198
|
+
export declare const MultiLayerCollapsed: {
|
|
199
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
200
|
+
};
|
|
201
|
+
export declare const NotFound: {
|
|
202
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
203
|
+
};
|
|
204
|
+
export declare const LegendWithoutOpacityControl: {
|
|
205
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
206
|
+
};
|
|
207
|
+
export declare const Categories: {
|
|
208
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
209
|
+
};
|
|
210
|
+
export declare const CategoriesAsStroke: {
|
|
211
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
212
|
+
};
|
|
213
|
+
export declare const Icon: {
|
|
214
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
215
|
+
};
|
|
216
|
+
export declare const Ramp: {
|
|
217
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
218
|
+
};
|
|
219
|
+
export declare const Proportion: {
|
|
220
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
221
|
+
};
|
|
222
|
+
export declare const Custom: {
|
|
223
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
224
|
+
};
|
|
225
|
+
export declare const NoChildren: {
|
|
226
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
227
|
+
};
|
|
228
|
+
//# sourceMappingURL=LegendWidgetUI.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegendWidgetUI.stories.d.ts","sourceRoot":"","sources":["../../../../src/widgets/legend/LegendWidgetUI.stories.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAA;AAI/D,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBG,CAAA;AAChB,eAAe,OAAO,CAAA;AA4DtB,eAAO,MAAM,UAAU;0BAnBQ,mBAAmB;CAqBjD,CAAA;AA6OD,eAAO,MAAM,WAAW;;CAEvB,CAAA;AACD,eAAO,MAAM,UAAU;;CAEtB,CAAA;AACD,eAAO,MAAM,mBAAmB;;CAE/B,CAAA;AACD,eAAO,MAAM,QAAQ;;CAEpB,CAAA;AACD,eAAO,MAAM,2BAA2B;;CAEvC,CAAA;AACD,eAAO,MAAM,UAAU;;CAEtB,CAAA;AACD,eAAO,MAAM,kBAAkB;;CAE9B,CAAA;AACD,eAAO,MAAM,IAAI;;CAEhB,CAAA;AACD,eAAO,MAAM,IAAI;;CAEhB,CAAA;AACD,eAAO,MAAM,UAAU;;CAEtB,CAAA;AACD,eAAO,MAAM,MAAM;;CAElB,CAAA;AACD,eAAO,MAAM,UAAU;;CAEtB,CAAA"}
|