@vizzly/dashboard 0.15.0-dev-3d764e5c2346be462bbcf7327369903e64b96b40 → 0.15.1-dev-7c85efb9d70a7b5e5367d265c0b48faf46ecac6e
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/dist/charts/src/BubbleChart/BubbleChart.d.ts +1 -1
- package/dist/charts/src/FunnelChart/FunnelChart.d.ts +0 -1
- package/dist/charts/src/ScatterChart/ScatterChart.d.ts +2 -2
- package/dist/charts/src/XYChart/types.d.ts +0 -3
- package/dist/charts/src/useXAxisLabelCount.d.ts +1 -1
- package/dist/charts/src/v2/components/AreaChart/AreaChart.d.ts +0 -1
- package/dist/charts/src/v2/components/Axis/AxisBottom.d.ts +1 -2
- package/dist/charts/src/v2/components/Axis/AxisLeft.d.ts +3 -3
- package/dist/charts/src/v2/components/BarChart/BarChart.d.ts +4 -6
- package/dist/charts/src/v2/components/BubbleChart/BubbleChart.d.ts +1 -1
- package/dist/charts/src/v2/components/ChartWrapper/ChartWrapper.d.ts +2 -4
- package/dist/charts/src/v2/components/ComboChart/ComboChart.d.ts +0 -1
- package/dist/charts/src/v2/components/LineChart/LineChart.d.ts +7 -12
- package/dist/charts/src/v2/components/RadarChart/Polygons.d.ts +1 -1
- package/dist/charts/src/v2/components/RadarChart/types.d.ts +0 -4
- package/dist/charts/src/v2/components/Tooltip/CrosshairCircle.d.ts +1 -1
- package/dist/charts/src/v2/components/Tooltip/Tooltip.d.ts +1 -2
- package/dist/charts/src/v2/components/WaterfallChart/Tooltip.d.ts +2 -2
- package/dist/charts/src/v2/components/WaterfallChart/WaterfallChart.d.ts +2 -4
- package/dist/charts/src/v2/components/hooks/useBottomAxisBaselineShift.d.ts +10 -0
- package/dist/charts/src/v2/index.d.ts +2 -4
- package/dist/charts/src/v2/utils/buildMargin.d.ts +0 -1
- package/dist/charts/src/v2/utils/components/BarGroup.d.ts +5 -9
- package/dist/charts/src/v2/utils/components/BarStacked.d.ts +5 -10
- package/dist/charts/src/v2/utils/getBarFill.d.ts +1 -1
- package/dist/charts/src/v2/utils/getTooltipData.d.ts +5 -5
- package/dist/{shared-ui → dashboard}/src/SetupError.d.ts +2 -2
- package/dist/{shared-ui → dashboard}/src/contexts/GlobalProvider/GlobalProvider.d.ts +2 -4
- package/dist/{shared-ui → dashboard}/src/contexts/GlobalProvider/buildImplementationMeta.d.ts +1 -1
- package/dist/{shared-ui → dashboard}/src/contexts/GlobalProvider/useGlobalProvider.d.ts +43 -75
- package/dist/{shared-ui → dashboard}/src/contexts/GlobalProvider/useOnDashboardLoadCallback.d.ts +2 -3
- package/dist/{shared-ui → dashboard}/src/contexts/SessionContext/useSessionContext.d.ts +0 -1
- package/dist/dashboard/src/index.d.ts +0 -1
- package/dist/dashboard/src/types.d.ts +128 -1
- package/dist/dashboard.cjs.development.js +15053 -18233
- package/dist/dashboard.cjs.production.min.js +1 -1
- package/dist/dashboard.esm.js +15073 -18258
- package/dist/results-driver/src/driver/VizzlyQuery/AdditionalFilter/toQueries.d.ts +3 -7
- package/dist/results-driver/src/driver/VizzlyQuery/AreaChart/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/AreaChartV2/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/BarChart/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/BarChartV2/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/BasicTable/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/FunnelChart/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/HorizontalBarChart/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/LineChart/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/LineChartV2/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/PieChart/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/PivotTable/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/RadarChart/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/RichText/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/SunburstChart/toQueries.d.ts +2 -2
- package/dist/results-driver/src/driver/VizzlyQuery/WaterfallChart/toQueries.d.ts +3 -9
- package/dist/results-driver/src/driver/VizzlyQuery/buildVizzlyQuery.d.ts +5 -5
- package/dist/results-driver/src/driver/VizzlyQuery/commonToQueries.d.ts +1 -1
- package/dist/results-driver/src/types.d.ts +0 -2
- package/dist/services/src/index.d.ts +0 -5
- package/dist/shared-logic/src/AdditionalFilter/AdditionalFilter.d.ts +7 -9
- package/dist/shared-logic/src/AdditionalFilter/FilterConfig.d.ts +3 -14
- package/dist/shared-logic/src/AdditionalFilter/toQueryAttributesFilter.d.ts +2 -2
- package/dist/shared-logic/src/AdditionalFilter/types.d.ts +2 -6
- package/dist/shared-logic/src/BarChartV2/buildBarChartRepresentation.d.ts +1 -1
- package/dist/shared-logic/src/BubbleChart/types.d.ts +0 -7
- package/dist/shared-logic/src/BubbleChartV2/buildBubbleChartRepresentation.d.ts +7 -5
- package/dist/shared-logic/src/BubbleChartV2/getScaleAndTicks.d.ts +3 -4
- package/dist/shared-logic/src/BubbleChartV2/types.d.ts +0 -10
- package/dist/shared-logic/src/Callbacks/cell.funcs.d.ts +1 -1
- package/dist/shared-logic/src/ChartsV2/adjustTicks.d.ts +4 -7
- package/dist/shared-logic/src/ChartsV2/types.d.ts +0 -2
- package/dist/shared-logic/src/ComboChartV2/buildComboChartRepresentation.d.ts +3 -3
- package/dist/shared-logic/src/Component/setAttributes.d.ts +1 -1
- package/dist/shared-logic/src/Component/sharedSchemas.d.ts +0 -2
- package/dist/shared-logic/src/Component/types.d.ts +7 -44
- package/dist/shared-logic/src/ComponentInterface/types/namespaces.types.d.ts +15 -17
- package/dist/shared-logic/src/CustomField/AggregateMath/index.d.ts +1 -2
- package/dist/shared-logic/src/CustomField/Conditional/index.d.ts +2 -2
- package/dist/shared-logic/src/CustomField/CustomField.d.ts +1 -2
- package/dist/shared-logic/src/CustomField/CustomMetric/build.d.ts +1 -1
- package/dist/shared-logic/src/CustomField/CustomMetric/combineFilters.d.ts +2 -0
- package/dist/shared-logic/src/CustomField/DateCalculation/index.d.ts +1 -2
- package/dist/shared-logic/src/CustomField/Percentage/index.d.ts +5 -6
- package/dist/shared-logic/src/CustomField/RoundedNumber/index.d.ts +1 -2
- package/dist/shared-logic/src/CustomField/Rules/index.d.ts +2 -2
- package/dist/shared-logic/src/CustomField/SimpleMath/index.d.ts +1 -1
- package/dist/shared-logic/src/CustomField/types.d.ts +1 -6
- package/dist/shared-logic/src/DataPanelConfig/types.d.ts +1 -1
- package/dist/shared-logic/src/DataSet/DataSet.d.ts +1 -1
- package/dist/shared-logic/src/DataTable/resultToPivotTableRepresentation.d.ts +1 -2
- package/dist/shared-logic/src/Field/Field.d.ts +3 -4
- package/dist/shared-logic/src/Filter/Filter.d.ts +10 -0
- package/dist/shared-logic/src/Filter/Where.d.ts +6 -0
- package/dist/shared-logic/src/Filter/combineFilters.d.ts +1 -0
- package/dist/shared-logic/src/Filter/types.d.ts +4 -2
- package/dist/shared-logic/src/FormatPanelConfig/types.d.ts +1 -3
- package/dist/shared-logic/src/Generate/query.d.ts +3 -3
- package/dist/shared-logic/src/JSQueryEngine/types.d.ts +8 -2
- package/dist/shared-logic/src/Query/Query.d.ts +22 -0
- package/dist/shared-logic/src/Query/buildFromQueryAttributes.d.ts +3 -3
- package/dist/shared-logic/src/Query/types.d.ts +109 -6
- package/dist/shared-logic/src/Result/Result.d.ts +2 -2
- package/dist/shared-logic/src/Result/formattedResultToSeries.d.ts +1 -1
- package/dist/shared-logic/src/TimeDimension/TimeDimension.d.ts +1 -3
- package/dist/shared-logic/src/ValueAlias/ValueAlias.d.ts +1 -2
- package/dist/shared-logic/src/VizzlyState/index.d.ts +0 -2
- package/dist/shared-logic/src/WaterfallChart/buildWaterfallChartRepresentation.d.ts +3 -7
- package/dist/shared-logic/src/WaterfallChart/getRepresentationData.d.ts +2 -5
- package/dist/shared-logic/src/WaterfallChart/getYTicks.d.ts +1 -1
- package/dist/shared-logic/src/WaterfallChart/types.d.ts +0 -1
- package/dist/shared-logic/src/api/queryEngine/getRunQueriesCallback.d.ts +1 -2
- package/dist/shared-logic/src/api/vizzly/aiHelpers/view.d.ts +1 -1
- package/dist/shared-logic/src/getComponentInterface.d.ts +1 -1
- package/dist/shared-logic/src/utils/feedback.d.ts +2 -2
- package/dist/shared-ui/src/api/useQueryEffect.d.ts +4 -5
- package/dist/shared-ui/src/base/ListView/index.d.ts +2 -2
- package/dist/shared-ui/src/base/Panel/Panel.d.ts +1 -1
- package/dist/shared-ui/src/base/Section/Section.d.ts +1 -1
- package/dist/shared-ui/src/base/Table/Table.d.ts +1 -1
- package/dist/shared-ui/src/components/AdditionalFilter/AdvancedPicker/AdvancedSelectFilter.d.ts +1 -1
- package/dist/shared-ui/src/components/AdditionalFilter/FiltersModal.d.ts +1 -1
- package/dist/shared-ui/src/components/AdditionalFilter/asyncLoadFilterOptions.d.ts +1 -2
- package/dist/shared-ui/src/components/AdditionalFilter/labelWidth.d.ts +0 -15
- package/dist/shared-ui/src/components/AreaChart/AreaChartView.d.ts +1 -1
- package/dist/shared-ui/src/components/BarChartV2/BarChartV2View.d.ts +3 -3
- package/dist/shared-ui/src/components/BubbleChart/BubbleChartView.d.ts +1 -1
- package/dist/shared-ui/src/components/ChartHelper.d.ts +1 -1
- package/dist/shared-ui/src/components/ComboChart/ComboChartView.d.ts +1 -1
- package/dist/shared-ui/src/components/Component/types.d.ts +3 -2
- package/dist/shared-ui/src/components/Component.d.ts +2 -0
- package/dist/shared-ui/src/components/DataTable/DataTableRow.d.ts +1 -1
- package/dist/shared-ui/src/components/DataTable/buildTableRepresentation.d.ts +1 -2
- package/dist/shared-ui/src/components/DataTable/helpers.d.ts +1 -2
- package/dist/shared-ui/src/components/Drilldown/useDrilldownSelection.d.ts +1 -1
- package/dist/shared-ui/src/components/FormatPropsEditor/FormatPanelFromConfig.d.ts +1 -1
- package/dist/shared-ui/src/components/HeadlineStats/HeadlineStats.d.ts +2 -2
- package/dist/shared-ui/src/components/LineChart/LineChartView.d.ts +1 -1
- package/dist/shared-ui/src/components/MercatorMap/View.d.ts +1 -1
- package/dist/shared-ui/src/components/PieChart/PieChartView.d.ts +4 -4
- package/dist/shared-ui/src/components/Progress/ProgressView.d.ts +1 -1
- package/dist/shared-ui/src/components/ScatterChart/ScatterChartView.d.ts +1 -1
- package/dist/shared-ui/src/components/SingleStat/SingleStatView.d.ts +1 -1
- package/dist/shared-ui/src/components/Studio/StudioApp/Cell.d.ts +2 -0
- package/dist/shared-ui/src/components/Studio/StudioContexts.d.ts +1 -1
- package/dist/shared-ui/src/components/SunburstChart/SunburstChartView.d.ts +2 -5
- package/dist/shared-ui/src/components/SunburstChart/convertDataToSunburstData.d.ts +2 -8
- package/dist/shared-ui/src/components/WaterfallChart/WaterfallChartView.d.ts +3 -3
- package/dist/shared-ui/src/components/useComponentEffect.d.ts +2 -2
- package/dist/shared-ui/src/contexts/DashboardBehaviour/context.d.ts +2 -2
- package/dist/shared-ui/src/contexts/DashboardBehaviour/types.d.ts +14 -19
- package/dist/shared-ui/src/contexts/DashboardContext/context.d.ts +1 -4
- package/dist/shared-ui/src/contexts/DashboardContext/types.d.ts +41 -27
- package/dist/shared-ui/src/headlessui/components/switch/switch.d.ts +1 -1
- package/dist/shared-ui/src/headlessui/hooks/use-disposables.d.ts +1 -1
- package/dist/shared-ui/src/headlessui/utils/disposables.d.ts +1 -1
- package/dist/shared-ui/src/hooks/useVizzly.d.ts +1 -1
- package/dist/shared-ui/src/library/DataPanel/CustomFieldInput/Rules/RulesModal.d.ts +1 -1
- package/dist/shared-ui/src/library/DataPanel/CustomFieldInput/types.d.ts +4 -4
- package/dist/shared-ui/src/library/DataPanel/CustomMetricsInput.d.ts +1 -1
- package/dist/shared-ui/src/library/DataPanel/sections/index.d.ts +0 -1
- package/dist/shared-ui/src/library/Editor/useEditor.d.ts +2 -0
- package/dist/shared-ui/src/library/Library/ComponentInLibrary.d.ts +1 -0
- package/dist/shared-ui/src/library/Library/Library.d.ts +4 -0
- package/dist/shared-ui/src/library/Library/types.d.ts +2 -0
- package/dist/shared-ui/src/library/StylePanel/AxisPreferenceSection.d.ts +1 -1
- package/package.json +3 -4
- package/dist/charts/src/ScatterChart/types.d.ts +0 -32
- package/dist/charts/src/v2/components/DataLabel/DataLabel.d.ts +0 -11
- package/dist/charts/src/v2/components/DataLabel/index.d.ts +0 -1
- package/dist/charts/src/v2/components/GridColumns/GridRows.d.ts +0 -10
- package/dist/charts/src/v2/components/HorizontalBarChart/HorizontalBarChart.d.ts +0 -27
- package/dist/charts/src/v2/components/HorizontalBarChart/getTooltipDataForHorizontalChart.d.ts +0 -25
- package/dist/charts/src/v2/components/HorizontalBarChart/index.d.ts +0 -1
- package/dist/charts/src/v2/components/HorizontalBarChart/useScalesForHorizontalChart.d.ts +0 -4
- package/dist/charts/src/v2/components/QuadrantOverlay/QuadrantOverlay.d.ts +0 -10
- package/dist/charts/src/v2/components/QuadrantOverlay/index.d.ts +0 -2
- package/dist/charts/src/v2/components/RadarChart/RadarCrosshairCircle.d.ts +0 -19
- package/dist/charts/src/v2/components/RadarChart/shared.d.ts +0 -2
- package/dist/charts/src/v2/components/VerticalGoalLine/VerticalGoalLine.d.ts +0 -11
- package/dist/charts/src/v2/components/VerticalGoalLine/VerticalGoalLines.d.ts +0 -11
- package/dist/charts/src/v2/components/VerticalGoalLine/index.d.ts +0 -2
- package/dist/charts/src/v2/components/WaterfallChart/waterfall.utils.d.ts +0 -2
- package/dist/charts/src/v2/components/hooks/useGroupingAxisBaselineShift.d.ts +0 -11
- package/dist/charts/src/v2/utils/components/HorizontalBarGroup.d.ts +0 -28
- package/dist/charts/src/v2/utils/components/HorizontalBarStacked.d.ts +0 -23
- package/dist/charts/src/v2/utils/getRadarTooltipData.d.ts +0 -21
- package/dist/results-driver/src/driver/VizzlyQuery/HorizontalBarChartV2/toQueries.d.ts +0 -4
- package/dist/shared-logic/src/AliasFields/types.d.ts +0 -5
- package/dist/shared-logic/src/ChartsV2/convertToStackedPercentages.d.ts +0 -1
- package/dist/shared-logic/src/CustomField/AliasField/index.d.ts +0 -7
- package/dist/shared-logic/src/CustomField/CustomMetric/combineForCustomMetricFilters.d.ts +0 -2
- package/dist/shared-logic/src/CustomField/constants.d.ts +0 -15
- package/dist/shared-logic/src/DataLabel/index.d.ts +0 -17
- package/dist/shared-logic/src/HorizontalBarChartV2/attributesSchema.d.ts +0 -3
- package/dist/shared-logic/src/HorizontalBarChartV2/buildHorizontalBarChartRepresentation.d.ts +0 -41
- package/dist/shared-logic/src/HorizontalBarChartV2/constants.d.ts +0 -3
- package/dist/shared-logic/src/HorizontalBarChartV2/index.d.ts +0 -4
- package/dist/shared-logic/src/HorizontalBarChartV2/setAttributes.d.ts +0 -4
- package/dist/shared-logic/src/HorizontalBarChartV2/types.d.ts +0 -41
- package/dist/shared-logic/src/PivotConfigForMetricAxis/index.d.ts +0 -3
- package/dist/shared-logic/src/Result/formattedResultToSeriesForMetricAxis.d.ts +0 -25
- package/dist/shared-ui/src/components/HorizontalBarChartV2/HorizontalBarChartV2.d.ts +0 -3
- package/dist/shared-ui/src/components/HorizontalBarChartV2/HorizontalBarChartV2View.d.ts +0 -17
- package/dist/shared-ui/src/components/HorizontalBarChartV2/index.d.ts +0 -2
- package/dist/shared-ui/src/contexts/AliasFields/useInteractiveFields.d.ts +0 -6
- package/dist/shared-ui/src/contexts/GlobalProvider/GlobalProvider.test.d.ts +0 -1
- package/dist/shared-ui/src/errors/InvalidProperty.d.ts +0 -5
- package/dist/shared-ui/src/library/DataPanel/DateComparisonModal/DateComparisonModal.d.ts +0 -12
- package/dist/shared-ui/src/library/DataPanel/DateComparisonModal/Rules.d.ts +0 -11
- package/dist/shared-ui/src/library/DataPanel/DateComparisonModal/types.d.ts +0 -13
- package/dist/shared-ui/src/library/DataPanel/DateComparisonModal/useCustomMetric.d.ts +0 -17
- package/dist/shared-ui/src/library/DataPanel/sections/DateComparisonSection.d.ts +0 -8
- package/dist/shared-ui/src/library/StylePanel/Quadrant/QuadrantSection.d.ts +0 -6
- package/dist/shared-ui/src/types/dashboard.d.ts +0 -130
- /package/dist/charts/src/v2/components/{GridColumns → GridRows}/shared.d.ts +0 -0
- /package/dist/{shared-ui → dashboard}/src/contexts/SessionContext/getStrategy.d.ts +0 -0
- /package/dist/{shared-ui → dashboard}/src/contexts/SessionContext/index.d.ts +0 -0
- /package/dist/{shared-ui → dashboard}/src/contexts/useDashboardStrategy/runStrategy.d.ts +0 -0
- /package/dist/{shared-ui → dashboard}/src/contexts/useDashboardStrategy/types.d.ts +0 -0
- /package/dist/{shared-ui → dashboard}/src/contexts/useDashboardStrategy.d.ts +0 -0
- /package/dist/{shared-ui → dashboard}/src/contexts/useScheduledReports.d.ts +0 -0
- /package/dist/{shared-ui → dashboard}/src/errors/FailedToSaveError.d.ts +0 -0
|
@@ -2,4 +2,4 @@ import React from 'react';
|
|
|
2
2
|
import { BubbleChartProps } from './types';
|
|
3
3
|
import { FormatterProps } from '../types';
|
|
4
4
|
import { ChartRef } from '../utils/chartRendering';
|
|
5
|
-
export declare const BubbleChart: React.ForwardRefExoticComponent<Pick<BubbleChartProps, "
|
|
5
|
+
export declare const BubbleChart: React.ForwardRefExoticComponent<Pick<BubbleChartProps, "height" | "width" | "horizontal" | "x" | "approxXAxisLabelCount" | "approxYAxisLabelCount" | "legend" | "axisTitles" | "lineCurve" | "trends" | "data" | "z" | "onClick" | "theme" | "colors" | "keys" | "goalLine" | "idPrefix" | "uniqueId" | "forceXAxisAsTime" | "annotate" | "formatSeriesName" | "sparkline" | "threshold" | "removeStroke" | "formatXAxisLabel" | "formatYAxisLabel" | "popOverMenuStyles" | "datumFormatter" | "lineStyle"> & FormatterProps & React.RefAttributes<ChartRef>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { LineChartProps } from '../LineChart/types';
|
|
2
3
|
import { FormatterProps } from '../types';
|
|
3
4
|
import { ChartRef } from '../utils/chartRendering';
|
|
4
|
-
|
|
5
|
-
export declare const ScatterChart: React.ForwardRefExoticComponent<Pick<ScatterChartProps, "approxXAxisLabelCount" | "approxYAxisLabelCount" | "legend" | "axisTitles" | "data" | "height" | "width" | "horizontal" | "x" | "lineCurve" | "trends" | "quadrants" | "onClick" | "theme" | "colors" | "keys" | "goalLine" | "idPrefix" | "uniqueId" | "forceXAxisAsTime" | "annotate" | "formatSeriesName" | "sparkline" | "threshold" | "removeStroke" | "formatXAxisLabel" | "formatYAxisLabel" | "popOverMenuStyles" | "datumFormatter" | "lineStyle"> & FormatterProps & React.RefAttributes<ChartRef>>;
|
|
5
|
+
export declare const ScatterChart: React.ForwardRefExoticComponent<Pick<LineChartProps, "height" | "width" | "horizontal" | "x" | "approxXAxisLabelCount" | "approxYAxisLabelCount" | "legend" | "axisTitles" | "lineCurve" | "trends" | "data" | "onClick" | "theme" | "colors" | "keys" | "goalLine" | "idPrefix" | "uniqueId" | "forceXAxisAsTime" | "annotate" | "formatSeriesName" | "sparkline" | "threshold" | "removeStroke" | "formatXAxisLabel" | "formatYAxisLabel" | "popOverMenuStyles" | "datumFormatter" | "lineStyle"> & FormatterProps & React.RefAttributes<ChartRef>>;
|
|
@@ -3,7 +3,6 @@ import { ChartData, ChartProps, ColorFormatterByDatum, ColorFormatterByKey, Form
|
|
|
3
3
|
import { LINE_CURVE_MAPPING } from './logic';
|
|
4
4
|
import { GenerateAnnotationType } from './logic/annotations';
|
|
5
5
|
import { EventHandlerParams } from '@visx/xychart';
|
|
6
|
-
import { Component } from '../../../shared-logic/src/Component/types';
|
|
7
6
|
export declare type ApproxAxisLabelCount = 'auto' | number;
|
|
8
7
|
export declare type ChartIdPrefix = 'dashboard' | 'library' | 'editor';
|
|
9
8
|
export declare type AxisType = 'auto' | 'end2end' | 'none';
|
|
@@ -66,8 +65,6 @@ export interface Props extends ChartProps, FormatterProps {
|
|
|
66
65
|
goalLine?: Array<GoalLine>;
|
|
67
66
|
axisTitles?: AxisTitles;
|
|
68
67
|
idPrefix: ChartIdPrefix;
|
|
69
|
-
labels?: boolean;
|
|
70
|
-
quadrants?: Component.Quadrant.Rule;
|
|
71
68
|
}
|
|
72
69
|
export declare type AxisTitles = {
|
|
73
70
|
x?: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Ref } from 'react';
|
|
2
2
|
import { ApproxAxisLabelCount } from './XYChart/types';
|
|
3
|
-
export declare const useXAxisLabelCount: (override: ApproxAxisLabelCount, forceXAxisAsTime?: boolean | undefined
|
|
3
|
+
export declare const useXAxisLabelCount: (override: ApproxAxisLabelCount, forceXAxisAsTime?: boolean | undefined) => [Ref<HTMLHeadingElement>, number];
|
|
@@ -14,6 +14,5 @@ export declare type AxisBottomProps = {
|
|
|
14
14
|
xScaleDataType?: DataType;
|
|
15
15
|
xScale: ScaleBand<string> | ScaleBand<Date> | ScaleBand<number> | ScaleLinear<number, number, never> | ScalePoint<string> | ScaleTime<number, number, never> | null;
|
|
16
16
|
height: number;
|
|
17
|
-
adjustLabelPropsDueToSubgroupLabels?: boolean;
|
|
18
17
|
};
|
|
19
|
-
export declare function AxisBottom({ x, margin, themeCSS, show, removeStroke, xScaleDataType, xScale, height, baselineShift
|
|
18
|
+
export declare function AxisBottom({ x, margin, themeCSS, show, removeStroke, xScaleDataType, xScale, height, baselineShift }: AxisBottomProps): JSX.Element | null;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ScaleLinear } from '@visx/vendor/d3-scale';
|
|
2
1
|
import { FunctionComponent } from 'react';
|
|
3
|
-
import { BaseYAxis } from '../../../../../shared-logic/src/ChartsV2/types';
|
|
4
|
-
import { ComboYAxis } from '../../../../../shared-logic/src/ComboChartV2/types';
|
|
5
2
|
import { Margin } from '../../utils/buildMargin';
|
|
3
|
+
import { BaseYAxis } from '../../../../../shared-logic/src/ChartsV2/types';
|
|
4
|
+
import { ScaleLinear } from '@visx/vendor/d3-scale';
|
|
6
5
|
import { ChartThemeCSS } from '../../utils/getChartThemeCSS';
|
|
6
|
+
import { ComboYAxis } from '../../../../../shared-logic/src/ComboChartV2/types';
|
|
7
7
|
export declare const AxisLeft: FunctionComponent<{
|
|
8
8
|
show: boolean;
|
|
9
9
|
y: BaseYAxis | ComboYAxis;
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { BarChartRepresentation } from '../../../../../shared-logic/src/BarChartV2/types';
|
|
3
|
-
import { ChartOnViewClick } from '../../../../../shared-logic/src/ChartsV2/types';
|
|
4
3
|
import { ChartTheme } from '../../../types';
|
|
4
|
+
import { ChartOnViewClick } from '../../../../../shared-logic/src/ChartsV2/types';
|
|
5
5
|
export declare type BarChartProps = {
|
|
6
6
|
width: number;
|
|
7
7
|
height: number;
|
|
8
8
|
theme?: ChartTheme;
|
|
9
9
|
chart: BarChartRepresentation;
|
|
10
10
|
options: {
|
|
11
|
-
stacked: boolean
|
|
11
|
+
stacked: boolean;
|
|
12
12
|
showRoundedTotal: boolean;
|
|
13
13
|
showLegend: boolean;
|
|
14
|
-
showLabels: boolean;
|
|
15
|
-
showSublabels: boolean;
|
|
16
14
|
removeStroke: boolean;
|
|
17
15
|
axis: {
|
|
18
16
|
showXAxisLabels: boolean;
|
|
19
17
|
showYAxisLabels: boolean;
|
|
20
18
|
};
|
|
21
19
|
};
|
|
22
|
-
onClick
|
|
20
|
+
onClick: (params: ChartOnViewClick) => void;
|
|
23
21
|
enableHover?: boolean;
|
|
24
22
|
numberOfDimensions: number;
|
|
25
23
|
};
|
|
26
|
-
export declare const BarChart: ({ chart, width, height, options, theme, onClick, enableHover, numberOfDimensions
|
|
24
|
+
export declare const BarChart: ({ chart, width, height, options, theme, onClick, enableHover, numberOfDimensions }: BarChartProps) => JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ChartTheme } from '../../../types';
|
|
3
|
+
import { BubbleChartRepresentation } from '../../../../../shared-logic/src/BubbleChart/types';
|
|
3
4
|
import { DataType } from '../../../../../shared-logic/src/Field/types';
|
|
4
5
|
import { ConditionalFormattingRule } from '../../../../../shared-logic/src/ChartsV2/types';
|
|
5
6
|
import { ScaleLinear, ScalePoint, ScaleTime } from '@visx/vendor/d3-scale';
|
|
6
|
-
import { BubbleChartRepresentation } from '../../../../../shared-logic/src/BubbleChartV2/types';
|
|
7
7
|
export declare type BubbleChartProps = {
|
|
8
8
|
width: number;
|
|
9
9
|
height: number;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare
|
|
2
|
+
export declare const ChartWrapper: (props: {
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
width: number;
|
|
5
5
|
height: number;
|
|
6
6
|
showLegend: boolean;
|
|
7
7
|
onMouseMove?: React.MouseEventHandler<SVGSVGElement>;
|
|
8
8
|
onMouseLeave?: React.MouseEventHandler<SVGSVGElement>;
|
|
9
|
-
}
|
|
10
|
-
export declare const ChartWrapper: ({ children, width, height, showLegend, onMouseMove, onMouseLeave, ...svgProps }: ChartWrapperProps) => JSX.Element;
|
|
11
|
-
export {};
|
|
9
|
+
}) => JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
import { ScaleLinear, ScalePoint, ScaleTime } from '@visx/vendor/d3-scale';
|
|
3
|
-
import { ChartDataDefinition, ConditionalFormattingRule, ShapeDefinition } from '../../../../../shared-logic/src/ChartsV2/types';
|
|
4
|
-
import { DataType } from '../../../../../shared-logic/src/Field/types';
|
|
5
|
-
import { LineChartRepresentation, LineStyles } from '../../../../../shared-logic/src/LineChartV2/types';
|
|
1
|
+
/// <reference types="react" />
|
|
6
2
|
import { ChartTheme } from '../../../types';
|
|
3
|
+
import { LineChartRepresentation, LineStyles } from '../../../../../shared-logic/src/LineChartV2/types';
|
|
4
|
+
import { DataType } from '../../../../../shared-logic/src/Field/types';
|
|
5
|
+
import { ChartDataDefinition, ConditionalFormattingRule, ShapeDefinition } from '../../../../../shared-logic/src/ChartsV2/types';
|
|
6
|
+
import { ScaleLinear, ScaleTime, ScalePoint } from '@visx/vendor/d3-scale';
|
|
7
7
|
export declare type LineChartProps = {
|
|
8
8
|
width: number;
|
|
9
9
|
height: number;
|
|
@@ -13,7 +13,6 @@ export declare type LineChartProps = {
|
|
|
13
13
|
lineCurve: 'natural' | 'straight' | 'step' | 'stepBefore' | 'stepAfter' | 'dotted';
|
|
14
14
|
showRoundedTotal: boolean;
|
|
15
15
|
showLegend: boolean;
|
|
16
|
-
showLabels: boolean;
|
|
17
16
|
removeStroke: boolean;
|
|
18
17
|
axis: {
|
|
19
18
|
showXAxisLabels: boolean;
|
|
@@ -22,7 +21,7 @@ export declare type LineChartProps = {
|
|
|
22
21
|
};
|
|
23
22
|
};
|
|
24
23
|
export declare const LineChart: ({ chart, options, theme, width, height }: LineChartProps) => JSX.Element;
|
|
25
|
-
export declare
|
|
24
|
+
export declare function Lines({ yKeys, visibleYKeys, data, xScaleKey, xScaleDataType, xScale, yScale, lines, curve, conditionalFormattingRules, }: {
|
|
26
25
|
yKeys: string[];
|
|
27
26
|
lines: ShapeDefinition<LineStyles>[];
|
|
28
27
|
conditionalFormattingRules: ConditionalFormattingRule[];
|
|
@@ -33,8 +32,4 @@ export declare const Lines: React.NamedExoticComponent<{
|
|
|
33
32
|
xScaleDataType: DataType;
|
|
34
33
|
xScale: ScalePoint<string> | ScaleTime<number, number, never> | ScaleLinear<number, number, never>;
|
|
35
34
|
yScale: ScaleLinear<number, number, never>;
|
|
36
|
-
|
|
37
|
-
labelDictionary?: {
|
|
38
|
-
[key: string]: string;
|
|
39
|
-
} | undefined;
|
|
40
|
-
}>;
|
|
35
|
+
}): JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { PolygonProps } from './types';
|
|
3
|
-
export declare const Polygons: ({ chart, radius, visibleYKeys
|
|
3
|
+
export declare const Polygons: ({ chart, radius, visibleYKeys }: PolygonProps) => JSX.Element;
|
|
@@ -17,10 +17,6 @@ export declare type PolygonProps = {
|
|
|
17
17
|
chart: RadarChartRepresentation;
|
|
18
18
|
radius: number;
|
|
19
19
|
visibleYKeys: string[];
|
|
20
|
-
tooltipData?: {
|
|
21
|
-
[keyId: string]: import('../../../../../shared-logic/src/RadarChart/types').DataItem;
|
|
22
|
-
} | null;
|
|
23
|
-
hoveredDataPointIndex?: number;
|
|
24
20
|
};
|
|
25
21
|
export declare type RadarShapeProps = {
|
|
26
22
|
chart: RadarChartRepresentation;
|
|
@@ -14,7 +14,7 @@ export declare const CrosshairCircle: FunctionComponent<{
|
|
|
14
14
|
xKey: string | null;
|
|
15
15
|
margin: Margin;
|
|
16
16
|
legendItems: ShapeDefinition<AreaStyles | LineStyles | BubbleStyles>[];
|
|
17
|
-
conditionalFormattingRules
|
|
17
|
+
conditionalFormattingRules: any;
|
|
18
18
|
visibleYKeys: string[];
|
|
19
19
|
yScale: (yKey: string) => number;
|
|
20
20
|
xScale: (value: string | number | Date) => number | undefined;
|
|
@@ -22,7 +22,6 @@ interface TooltipProps<T> {
|
|
|
22
22
|
visibleYKeys: string[];
|
|
23
23
|
}[];
|
|
24
24
|
theme: CSSProperties;
|
|
25
|
-
shouldShowColorLegend?: boolean;
|
|
26
25
|
}
|
|
27
|
-
export declare const Tooltip: ({ keys, showRoundedTotal, tooltipData, tooltipLeft, tooltipTop, xKey, yKeys, theme, items,
|
|
26
|
+
export declare const Tooltip: ({ keys, showRoundedTotal, tooltipData, tooltipLeft, tooltipTop, xKey, yKeys, theme, items, }: TooltipProps<LineStyles | BarStyles | AreaStyles | BubbleStyles>) => React.ReactPortal;
|
|
28
27
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
2
|
import { DataItem } from '../../../../../shared-logic/src/WaterfallChart/types';
|
|
3
3
|
export declare type TooltipProps = {
|
|
4
4
|
showTooltip: boolean;
|
|
@@ -11,4 +11,4 @@ export declare type TooltipProps = {
|
|
|
11
11
|
yKey: string;
|
|
12
12
|
theme: CSSProperties;
|
|
13
13
|
};
|
|
14
|
-
export declare const Tooltip: ({ showTooltip, tooltipData, tooltipLeft, tooltipTop, xKey, yKey, theme }: TooltipProps) =>
|
|
14
|
+
export declare const Tooltip: ({ showTooltip, tooltipData, tooltipLeft, tooltipTop, xKey, yKey, theme, }: TooltipProps) => JSX.Element | null;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { RulesField } from '../../../../../shared-logic/src/CustomField/types';
|
|
3
|
-
import { Step, WaterfallChartOptions, WaterfallChartRepresentation } from '../../../../../shared-logic/src/WaterfallChart/types';
|
|
4
2
|
import { ChartTheme } from '../../../types';
|
|
3
|
+
import { Step, WaterfallChartOptions, WaterfallChartRepresentation } from '../../../../../shared-logic/src/WaterfallChart/types';
|
|
5
4
|
export declare type WaterfallChartProps = {
|
|
6
5
|
width: number;
|
|
7
6
|
height: number;
|
|
@@ -11,6 +10,5 @@ export declare type WaterfallChartProps = {
|
|
|
11
10
|
theme?: ChartTheme;
|
|
12
11
|
increaseColor: string;
|
|
13
12
|
decreaseColor: string;
|
|
14
|
-
comparison: RulesField | null;
|
|
15
13
|
};
|
|
16
|
-
export declare const WaterfallChart: ({ height, width, options, chart, steps, theme, increaseColor, decreaseColor,
|
|
14
|
+
export declare const WaterfallChart: ({ height, width, options, chart, steps, theme, increaseColor, decreaseColor, }: WaterfallChartProps) => JSX.Element | null;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare type UseBottomAxisBaseLineShiftProps = {
|
|
2
|
+
showDetailedSubGroupingLabels: boolean;
|
|
3
|
+
hasBottomTitle: boolean;
|
|
4
|
+
hasLeftTitle: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare const useBottomAxisBaseLineShift: ({ showDetailedSubGroupingLabels, hasBottomTitle, hasLeftTitle, }: UseBottomAxisBaseLineShiftProps) => {
|
|
7
|
+
bottomAxisBaselineShift: number;
|
|
8
|
+
bottomOffset: number;
|
|
9
|
+
leftOffset: number;
|
|
10
|
+
};
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { LineChart as LineChartV2 } from './components/LineChart';
|
|
2
2
|
export { BarChart as BarChartV2 } from './components/BarChart';
|
|
3
|
+
export { AreaChart as AreaChartV2 } from './components/AreaChart';
|
|
3
4
|
export { BubbleChart as BubbleChartV2 } from './components/BubbleChart';
|
|
4
|
-
export { DataLabel } from './components/DataLabel';
|
|
5
|
-
export { HorizontalBarChart as HorizontalBarChartV2 } from './components/HorizontalBarChart';
|
|
6
|
-
export { LineChart as LineChartV2 } from './components/LineChart';
|
|
7
5
|
export { RadarChart } from './components/RadarChart';
|
|
@@ -8,4 +8,3 @@ export declare type Margin = {
|
|
|
8
8
|
leftTitleOffset: number;
|
|
9
9
|
};
|
|
10
10
|
export declare const buildMargin: (yTicks: Tick<number>[], showYAxisLabels: boolean, hasYAxisTitle: boolean, hasXAxisTitle: boolean, showDetailedSubGroupingLabels?: boolean) => Margin;
|
|
11
|
-
export declare const buildMarginForHorizontalChart: (xTicks: Tick<number>[], yTicks: Tick<Date | string | number>[], showXAxisLabels: boolean, showYAxisLabels: boolean, hasYAxisTitle: boolean, hasXAxisTitle: boolean) => Margin;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
import { BarStyles } from
|
|
4
|
-
import {
|
|
5
|
-
import { DataType } from
|
|
2
|
+
import { ChartDataDefinition, ConditionalFormattingRule, ShapeDefinition } from "../../../../../shared-logic/src/ChartsV2/types";
|
|
3
|
+
import { BarStyles } from "../../../../../shared-logic/src/BarChartV2/types";
|
|
4
|
+
import { ScaleLinear, ScaleBand } from '@visx/vendor/d3-scale';
|
|
5
|
+
import { DataType } from "../../../../../shared-logic/src/Field/types";
|
|
6
6
|
export declare type BarGroupProps = {
|
|
7
7
|
data: ChartDataDefinition[];
|
|
8
8
|
keys: string[];
|
|
@@ -20,9 +20,5 @@ export declare type BarGroupProps = {
|
|
|
20
20
|
yLabelPosition?: number;
|
|
21
21
|
showDetailedSubGroupingLabels: boolean;
|
|
22
22
|
labelStyle?: React.CSSProperties;
|
|
23
|
-
showLabels?: boolean;
|
|
24
|
-
labelDictionary: {
|
|
25
|
-
[key: string]: string;
|
|
26
|
-
};
|
|
27
23
|
};
|
|
28
|
-
export declare function BarGroup({ data, keys, height, xKey, xScaleDataType, xScale, innerXScale, yScale, onClick, conditionalFormattingRules, bars, enableHover, yAxisLabels, yLabelPosition, showDetailedSubGroupingLabels, labelStyle,
|
|
24
|
+
export declare function BarGroup({ data, keys, height, xKey, xScaleDataType, xScale, innerXScale, yScale, onClick, conditionalFormattingRules, bars, enableHover, yAxisLabels, yLabelPosition, showDetailedSubGroupingLabels, labelStyle, }: BarGroupProps): JSX.Element;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { BarStyles } from "../../../../../shared-logic/src/BarChartV2/types";
|
|
3
|
+
import { ConditionalFormattingRule, ShapeDefinition } from "../../../../../shared-logic/src/ChartsV2/types";
|
|
3
4
|
import { ScaleLinear } from '@visx/vendor/d3-scale';
|
|
4
|
-
import {
|
|
5
|
-
import { ConditionalFormattingRule, ShapeDefinition } from '../../../../../shared-logic/src/ChartsV2/types';
|
|
5
|
+
import { DatumObject } from '@visx/shape/lib/types';
|
|
6
6
|
export declare type BarStackedProps = {
|
|
7
7
|
conditionalFormattingRules: ConditionalFormattingRule[];
|
|
8
8
|
bars: ShapeDefinition<BarStyles>[];
|
|
9
|
-
keys
|
|
9
|
+
keys?: string[];
|
|
10
10
|
yScale: ScaleLinear<number, number, never>;
|
|
11
11
|
xScale: any;
|
|
12
12
|
xScaleDataType: string;
|
|
@@ -14,10 +14,5 @@ export declare type BarStackedProps = {
|
|
|
14
14
|
data: DatumObject[];
|
|
15
15
|
height: number;
|
|
16
16
|
width: number;
|
|
17
|
-
showLabels: boolean;
|
|
18
|
-
labelDictionary: {
|
|
19
|
-
[key: string]: string;
|
|
20
|
-
};
|
|
21
|
-
isStacked100?: boolean;
|
|
22
17
|
};
|
|
23
|
-
export declare const BarStacked: ({ xScaleDataType, data, xScaleKey, yScale, keys, bars, conditionalFormattingRules, xScale, height, width
|
|
18
|
+
export declare const BarStacked: ({ xScaleDataType, data, xScaleKey, yScale, keys, bars, conditionalFormattingRules, xScale, height, width }: BarStackedProps) => JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BarStyles } from '../../../../shared-logic/src/BarChartV2/types';
|
|
2
|
-
import {
|
|
2
|
+
import { ShapeDefinition, ConditionalFormattingRule, ChartDataDefinition } from '../../../../shared-logic/src/ChartsV2/types';
|
|
3
3
|
export declare function getBarFill(bars: ShapeDefinition<BarStyles>[], conditionalFormattingRules: ConditionalFormattingRule[], barKey: string, barValues?: ChartDataDefinition | number): string | undefined;
|
|
@@ -3,13 +3,9 @@ import { ScalePoint, ScaleLinear, ScaleTime, ScaleBand } from '@visx/vendor/d3-s
|
|
|
3
3
|
import { DataType } from '../../../../shared-logic/src/Field/types';
|
|
4
4
|
import { ChartType } from '../../Legend/types';
|
|
5
5
|
import { DataItem } from '../../../../shared-logic/src/ChartsV2/types';
|
|
6
|
-
|
|
6
|
+
declare type TooltipData = {
|
|
7
7
|
[keyId: string]: DataItem;
|
|
8
8
|
};
|
|
9
|
-
export interface TooltipDataReturn {
|
|
10
|
-
lineLeft: number;
|
|
11
|
-
tooltipData: TooltipData | null;
|
|
12
|
-
}
|
|
13
9
|
interface getTooltipDataArgs {
|
|
14
10
|
data: Array<{
|
|
15
11
|
[keyId: string]: DataItem;
|
|
@@ -27,6 +23,10 @@ interface getTooltipDataArgs {
|
|
|
27
23
|
xOrdering: 'asc' | 'desc' | null;
|
|
28
24
|
chartType: ChartType;
|
|
29
25
|
}
|
|
26
|
+
interface TooltipDataReturn {
|
|
27
|
+
lineLeft: number;
|
|
28
|
+
tooltipData: TooltipData | null;
|
|
29
|
+
}
|
|
30
30
|
export declare const getTooltipData: ({ data, event, margin, xScaleKey, xScaleDataType, xScale, xOrdering, chartType, }: getTooltipDataArgs) => TooltipDataReturn | undefined;
|
|
31
31
|
export declare function buildComboTooltipData(barTooltipData: TooltipData | null | undefined, lineTooltipData: TooltipData | null | undefined, xScaleKey: string): TooltipData | undefined;
|
|
32
32
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ErrorProvided } from './contexts/SessionContext/useSessionContext';
|
|
3
|
-
import { VizzlyComponents } from '
|
|
4
|
-
import { DashboardProps } from '
|
|
3
|
+
import { VizzlyComponents } from '../../shared-ui/src';
|
|
4
|
+
import { DashboardProps } from './types';
|
|
5
5
|
declare type Props = {
|
|
6
6
|
implementationMeta: VizzlyComponents.ImplementationMeta;
|
|
7
7
|
renderLoadingComponent: DashboardProps['renderLoadingComponent'];
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { FunctionComponent, ReactNode } from 'react';
|
|
2
|
+
import { DashboardProps } from '../../types';
|
|
2
3
|
import * as DashboardLogic from '../../../../shared-logic/src/Dashboard';
|
|
3
|
-
import { DashboardProps } from '../../types/dashboard';
|
|
4
4
|
export declare type GlobalProviderType = {
|
|
5
5
|
disableToolbar?: boolean;
|
|
6
|
-
onDashboardUpdate?: (dashboard: DashboardLogic.Dashboard
|
|
7
|
-
hasUnsavedChanges: boolean;
|
|
8
|
-
}) => void;
|
|
6
|
+
onDashboardUpdate?: (dashboard: DashboardLogic.Dashboard) => void;
|
|
9
7
|
isEditor?: boolean;
|
|
10
8
|
};
|
|
11
9
|
export declare const GlobalProvider: FunctionComponent<DashboardProps & {
|
package/dist/{shared-ui → dashboard}/src/contexts/GlobalProvider/buildImplementationMeta.d.ts
RENAMED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { DashboardProps } from '../../types
|
|
1
|
+
import { DashboardProps } from '../../types';
|
|
2
2
|
import { VizzlyComponents } from '../../../../shared-ui/src/types';
|
|
3
3
|
export declare const buildImplementationMeta: (props: DashboardProps) => VizzlyComponents.ImplementationMeta;
|